Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mettbrot

Community Developer
  • Joined

  • Last visited

Everything posted by Mettbrot

  1. I can logout at the top right corner and login using any of the accounts specified as users in the webUI plus the super user. As far as I remember you can't logout when you are using the superuser because to the system you are not a regular user. It's kind of hacked into the UI I guess. I don't know how it works with asterisk users though.. sorry
  2. Hi there! its never wrong to ask as far as I know the rights management inside tvheadend is very granular. You can select rights like EPG or DVR or live tv per user. If your wildcard user doesn't have a password and can access the epg i suppose you will be "logged in" without password with that user when you visit the web interface and can only see the epg. You may log out at the top right corner and use your super user or a user with admin rights to login like you said. For other questions you might want to check the help function inside the web interface or ask at the forum over at http://tvheadend.org Most of the time I am overwhelmed by all the functionality too. You can access even more functionality if you set the settings level to expert in the top right corner. As far as the wake up function goes, you have to put your actual configuration path into the command, for me it's would be like this: /usr/local/emhttp/plugins/tvheadend/scripts/tvheadend_wakeup.sh "/mnt/user/Apps/tvheadend/dvr/log" The log files only exist if there is an actual timer scheduled, correct. The script gets executed when tvheadend is shut down. That would include a shutdown of the server I hope I could help you. Don't hesitate to ask again if something's unclear. I will probably update the tvheadend version to the latest stable in mid-July.
  3. Hi everyone! I just took some time to update tvh to the latest 4.2.1 STABLE. You read correctly, they finally released a stable version I also fixed some problems with the dependencies, so the plugin should install correctly now - even on new installations! Please let me know if it doesn't! Have fun!
  4. Now that was fast! Great, thank you
  5. I wsa going to try and setup ngnix and letsencrypt to reach nextcloud over the internet. How do I setup the ports? Does ngnix get ports 80 and 443 and what do I set nextcloud to? Seems like you have set it to 446 internally and nginix redirects there? Maybe I shoud rather wait for this: How is it coming along?
  6. Automatic Wakeup The whole feature should be handled by the plugin. It calls the script you linked (well, a modified version of it) when tvheadend is stopped. You can see this briefly in the settings window when you click on stop it should tell you the status at the bottom left You may also call the script manually via the console (replace $DATADIR with your tvheadend data directory eg. /mnt/user/Apps/tvheadend leave the quotation marks): /usr/local/emhttp/plugins/tvheadend/scripts/tvheadend_wakeup.sh "$DATADIR/dvr/log" After that you can check manually weather a timer has been set by typing cat /sys/class/rtc/rtc0/wakealarm into the console. It should show the timestamp of the next wakeup (next recording -5 minutes). If it shows but your server does not wake up its a bios setting you have to enable. Something like RTC wake, wake on ring or something, I have seen a dozen of those options from time to time
  7. I did another update with tvheadend_4.1-2409 and a more intuitive way to wakeup for recordings. (No more workarounds) You may have to disable/enable the plugin to change the setting to yes (if you want the wakeup - its pretty neat ) The server will wake up 5 minutes before the recording. Make sure you don't record to the cache disk if you dont want the server to shut down in the middle of the recording. Once the recording is done, the disk will eventually spin down and the sleep plugin will power down the server. Works like a charm for me! Let me know what you think.
  8. You can change the recording directory under Configuration > Recording
  9. I just pushed an update. Since it will probably take forever till 4.1 will be released I just decided to upgrade to the latest and greatest since there are a lot of fixes in there and other cool stuff! It works great for me so far... let me know what you think. PLEASE MAKE SURE TO BACK UP YOUR USER DATABASE Be aware that there is a settings View Level now in the top right corner. Set it to Expert to see all settings. have fun
  10. Hey there! 4.0.9 is still the most recent stable version of tvheadend... I just recently moved back home so I have my server in operation again. I will most probably look into updating to 4.2 in the next days.
  11. Sounds like a memleak in tvheadend. Sorry, but unRaid isn't exactly the right platform to debug applications I will refresh this addon soon and upgrade to the 4,2 branch which has a ton of improvements, maybe your problems are gone then. In the meantime try different settings, I remember I had crashes when using different container formats for recordings in the past.
  12. Hey! Sorry for the late reply, I had some troubles reproducing the bug since I am not at home currently As a workaround for everyone who is not using the wakeup script: Please fill the text field with the following: /dev/null Please update the plugin to the recent version. and it will finally work again. Sorry for any inconvenience.
  13. Sorry for that You have to find the configuration file and change a line in it like I described here: https://lime-technology.com/forum/index.php?topic=40704.msg475315#msg475315 I believe you'll only have to do that once. The file is located in your storage directory.
  14. Hey everyone! Please empty the "Script to call on shutdown" field in the configuration page. Set it to /dev/null Update to the recent version! There is an error in the plugin where it gets set to yes. I'll try to resolve that in a future version
  15. You don't need the htsconfig, just a dedicated tvheadend folder is sufficient. Just set an admin username and a password and enable it and it should start
  16. Hey! You could install the card at any time, before you reboot the server with the DVB enabled images the card is simply not recognized. The image to get would be the openelec one. This one is the one with all stock kernel drivers enabled plus openelec specific patches. You can see if your card is supported by the Linux kernel by searching for it here: https://www.linuxtv.org/wiki/index.php/Main_Page Once you restart with the correct image you should see the card recognized in the tvheadend addon on the left.
  17. Hey! Could you try setting that last line in the config file to SCRIPT="" that should be it. For the next version, I will try to check if the script really exists before executing it
  18. Looking good so far. This is not the config file I meant. There is one in your /flash/config/plugins/tvheadend directory if I remember correctly. Although I don't know how the DVB plugin works and what it does. I would recommend just replacing bzroot and bzimage and installing the original plg from this thread.
  19. Hm. Which unRaid version are you on? This plugin is only testes for the 6.1.x releases. Also, could you post the config file in your tvheadend directory? Maybe something got messed up. Do you have the media build installed? What does it say on the left side of the tvheadend configuration page? All green?
  20. Hey! Since tvheadend 4.2 is supposed to be released soon I held off on the update. It's been some time since the announcement that development has been finished (http://tvheadend.org/news/65) though.. I am definitely planning on releasing a 4.2 version once it's done
  21. I just released an update to version 4.0.9!
  22. No worries Thank you for the quick fix binhex!
  23. After I upgraded today, Teamspeak is not startign anymore. The log is empty, only saying "Exited (127)" Is there anything I can do?
  24. Hey guys! I updated tvh to 4.0.8 today. Also fixed the loading of the two settings "Show storage memory usage" and "Show data persistency information". I also added a setting where you can put the location for a 'shutdown scipt' which is called right after tvh is stopped. I use this to call an ACPI Wakeup script: http://www.tvheadend.org/projects/tvheadend/wiki/Wakeup Enjoy!
  25. I'm glad you like it :)

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.