December 12, 20169 yr Yes, but to be honest I have never set that to No so I am not sure whether that would exclude the cache drive from user shares or not. I would assume so since you can exclude specific array disks from user shares in Global Share Settings. Could be that it would only exclude it when writing. Why do you care? Including cache in user shares is the way it normally works, and the way most would want it to work. That way when accessing a user share they don't have to be concerned with whether or not there are files that haven't been moved from cache yet. There is also /mnt/user0, which is the user shares except for cache. Mover works by moving cache-yes shares from /mnt/cache to /mnt/user0 and moving cache-prefer shares from /mnt/user0 to /mnt/cache.
December 12, 20169 yr Yes I am under the same impression, I have been running unRaid for 3-4 years now and never touched the Global share setting. I have never had anything written to the cache like it is now, I only have a limited sized cache drive and the mover does not move any of these files off to the share. I have not changed any settings in unraid, sab or sickbeard and all off this has only started happening within the last month. I can get any better date as things from the users perspective look the same, it was just SAB that was showing me the drive was almost full.
December 13, 20169 yr PhAzE, So what you asked me to do, it didnt work. I did a fresh installed... new folder name too. lol its working now. I guess it was a problem in Config folders. thanks for your help. Time to set everything back up...
December 20, 20169 yr I'm having issues installing Flexget. When I click the install bullet in the settings area it refreshes the page like it downloaded but it doesn't. It gives the option to update the plugin but that button does nothing as well. Log entries are below. Everything is still in default settings and fresh installed. 2016-12-19 19:18 CRITICAL manager [/] The keys `api`, `webui` are not valid here. 2016-12-19 19:18 CRITICAL manager Failed to load config file: Did not pass schema validation. 2016-12-19 19:19 CRITICAL manager [/] The keys `api`, `webui` are not valid here. 2016-12-19 19:19 CRITICAL manager Failed to load config file: Did not pass schema validation.
December 24, 20169 yr Any idea why when I try to access the plex scanner to refresh a library section, I get this? /usr/local/Plexmediaserver/Plex\ Media\ Scanner -v /usr/local/Plexmediaserver/Plex Media Scanner: error while loading shared libraries: libboost_atomic.so.1.59.0: cannot open shared object file: No such file or directory
December 28, 20169 yr Hello! I am using your Tranmission plugin, currentlly installed version is 2.85. I stopped tranmission to add the watch-dir to the settings.json (at the end of the below config) { "alt-speed-down": 50, "alt-speed-enabled": false, "alt-speed-time-begin": 540, "alt-speed-time-day": 127, "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 50, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": false, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, "dht-enabled": true, "download-dir": "/mnt/user/downloads/downloaded", "download-queue-enabled": true, "download-queue-size": 5, "encryption": 1, "idle-seeding-limit": 30, "idle-seeding-limit-enabled": false, "incomplete-dir": "//Downloads", "incomplete-dir-enabled": false, "lpd-enabled": false, "message-level": 0, "peer-congestion-algorithm": "", "peer-id-ttl-hours": 6, "peer-limit-global": 200, "peer-limit-per-torrent": 50, "peer-port": 51413, "peer-port-random-high": 65535, "peer-port-random-low": 49152, "peer-port-random-on-start": false, "peer-socket-tos": "default", "pex-enabled": true, "pidfile": "/var/run/Transmission/Transmission.pid", "port-forwarding-enabled": true, "preallocation": 1, "prefetch-enabled": 1, "queue-stalled-enabled": true, "queue-stalled-minutes": 30, "ratio-limit": 2, "ratio-limit-enabled": false, "rename-partial-files": true, "rpc-authentication-required": true, "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, "rpc-password": "REMOVED JUST INCASE", "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "REMOVED", "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": false, "scrape-paused-torrents-enabled": true, "script-torrent-done-enabled": false, "script-torrent-done-filename": "", "seed-queue-enabled": false, "seed-queue-size": 10, "speed-limit-down": 100, "speed-limit-down-enabled": false, "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, "trash-original-torrent-files": false, "umask": 18, "upload-slots-per-torrent": 14, "utp-enabled": true "watch-dir": "/mnt/user/downloads/torrent", "watch-dir-enabled": true } Once i add this to the config and start the service it gives the following error in the logs and does not start the service: 2016-12-27 21:00:10 [iNFO] *** Button Start Initiated *** 2016-12-27 21:00:10 [iNFO] Syncing application and plugin config files 2016-12-27 21:00:10 [iNFO] Updating plugin config file 2016-12-27 21:00:10 [iNFO] Starting Transmission... 2016-12-27 21:00:10 [iNFO] Updating dependencies 2016-12-27 21:00:10 [iNFO] Dependency install file has correct MD5 2016-12-27 21:00:10 [iNFO] Using /usr/local/PhAzE-Common for dependency directory 2016-12-27 21:00:10 [iNFO] Dependencies updated successfully 2016-12-27 21:00:10 [iNFO] Updating export file 2016-12-27 21:00:10 [iNFO] Updating shorcut file 2016-12-27 21:00:10 [iNFO] Updating application directories 2016-12-27 21:00:10 [iNFO] Updating application config file 2016-12-27 21:00:21 [ERROR] Start failed: No PID created If i remove the section: "watch-dir": "/mnt/user/downloads/torrent", "watch-dir-enabled": true it starts back fine. Not sure what I am missing.. Any thoughts?
December 28, 20169 yr Hello! I am using your Tranmission plugin, currentlly installed version is 2.85. I stopped tranmission to add the watch-dir to the settings.json (at the end of the below config) { "alt-speed-down": 50, "alt-speed-enabled": false, "alt-speed-time-begin": 540, "alt-speed-time-day": 127, "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 50, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": false, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, "dht-enabled": true, "download-dir": "/mnt/user/downloads/downloaded", "download-queue-enabled": true, "download-queue-size": 5, "encryption": 1, "idle-seeding-limit": 30, "idle-seeding-limit-enabled": false, "incomplete-dir": "//Downloads", "incomplete-dir-enabled": false, "lpd-enabled": false, "message-level": 0, "peer-congestion-algorithm": "", "peer-id-ttl-hours": 6, "peer-limit-global": 200, "peer-limit-per-torrent": 50, "peer-port": 51413, "peer-port-random-high": 65535, "peer-port-random-low": 49152, "peer-port-random-on-start": false, "peer-socket-tos": "default", "pex-enabled": true, "pidfile": "/var/run/Transmission/Transmission.pid", "port-forwarding-enabled": true, "preallocation": 1, "prefetch-enabled": 1, "queue-stalled-enabled": true, "queue-stalled-minutes": 30, "ratio-limit": 2, "ratio-limit-enabled": false, "rename-partial-files": true, "rpc-authentication-required": true, "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, "rpc-password": "REMOVED JUST INCASE", "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "REMOVED", "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": false, "scrape-paused-torrents-enabled": true, "script-torrent-done-enabled": false, "script-torrent-done-filename": "", "seed-queue-enabled": false, "seed-queue-size": 10, "speed-limit-down": 100, "speed-limit-down-enabled": false, "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, "trash-original-torrent-files": false, "umask": 18, "upload-slots-per-torrent": 14, "utp-enabled": true "watch-dir": "/mnt/user/downloads/torrent", "watch-dir-enabled": true } Once i add this to the config and start the service it gives the following error in the logs and does not start the service: 2016-12-27 21:00:10 [iNFO] *** Button Start Initiated *** 2016-12-27 21:00:10 [iNFO] Syncing application and plugin config files 2016-12-27 21:00:10 [iNFO] Updating plugin config file 2016-12-27 21:00:10 [iNFO] Starting Transmission... 2016-12-27 21:00:10 [iNFO] Updating dependencies 2016-12-27 21:00:10 [iNFO] Dependency install file has correct MD5 2016-12-27 21:00:10 [iNFO] Using /usr/local/PhAzE-Common for dependency directory 2016-12-27 21:00:10 [iNFO] Dependencies updated successfully 2016-12-27 21:00:10 [iNFO] Updating export file 2016-12-27 21:00:10 [iNFO] Updating shorcut file 2016-12-27 21:00:10 [iNFO] Updating application directories 2016-12-27 21:00:10 [iNFO] Updating application config file 2016-12-27 21:00:21 [ERROR] Start failed: No PID created If i remove the section: "watch-dir": "/mnt/user/downloads/torrent", "watch-dir-enabled": true it starts back fine. Not sure what I am missing.. Any thoughts? Your JSON is improperly formed. You need a comma here: "utp-enabled": true,
December 28, 20169 yr trurl!!! THANK YOU! Hello! I am using your Tranmission plugin, currentlly installed version is 2.85. I stopped tranmission to add the watch-dir to the settings.json (at the end of the below config) { "alt-speed-down": 50, "alt-speed-enabled": false, "alt-speed-time-begin": 540, "alt-speed-time-day": 127, "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 50, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": false, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, "dht-enabled": true, "download-dir": "/mnt/user/downloads/downloaded", "download-queue-enabled": true, "download-queue-size": 5, "encryption": 1, "idle-seeding-limit": 30, "idle-seeding-limit-enabled": false, "incomplete-dir": "//Downloads", "incomplete-dir-enabled": false, "lpd-enabled": false, "message-level": 0, "peer-congestion-algorithm": "", "peer-id-ttl-hours": 6, "peer-limit-global": 200, "peer-limit-per-torrent": 50, "peer-port": 51413, "peer-port-random-high": 65535, "peer-port-random-low": 49152, "peer-port-random-on-start": false, "peer-socket-tos": "default", "pex-enabled": true, "pidfile": "/var/run/Transmission/Transmission.pid", "port-forwarding-enabled": true, "preallocation": 1, "prefetch-enabled": 1, "queue-stalled-enabled": true, "queue-stalled-minutes": 30, "ratio-limit": 2, "ratio-limit-enabled": false, "rename-partial-files": true, "rpc-authentication-required": true, "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, "rpc-password": "REMOVED JUST INCASE", "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "REMOVED", "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": false, "scrape-paused-torrents-enabled": true, "script-torrent-done-enabled": false, "script-torrent-done-filename": "", "seed-queue-enabled": false, "seed-queue-size": 10, "speed-limit-down": 100, "speed-limit-down-enabled": false, "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, "trash-original-torrent-files": false, "umask": 18, "upload-slots-per-torrent": 14, "utp-enabled": true "watch-dir": "/mnt/user/downloads/torrent", "watch-dir-enabled": true } Once i add this to the config and start the service it gives the following error in the logs and does not start the service: 2016-12-27 21:00:10 [iNFO] *** Button Start Initiated *** 2016-12-27 21:00:10 [iNFO] Syncing application and plugin config files 2016-12-27 21:00:10 [iNFO] Updating plugin config file 2016-12-27 21:00:10 [iNFO] Starting Transmission... 2016-12-27 21:00:10 [iNFO] Updating dependencies 2016-12-27 21:00:10 [iNFO] Dependency install file has correct MD5 2016-12-27 21:00:10 [iNFO] Using /usr/local/PhAzE-Common for dependency directory 2016-12-27 21:00:10 [iNFO] Dependencies updated successfully 2016-12-27 21:00:10 [iNFO] Updating export file 2016-12-27 21:00:10 [iNFO] Updating shorcut file 2016-12-27 21:00:10 [iNFO] Updating application directories 2016-12-27 21:00:10 [iNFO] Updating application config file 2016-12-27 21:00:21 [ERROR] Start failed: No PID created If i remove the section: "watch-dir": "/mnt/user/downloads/torrent", "watch-dir-enabled": true it starts back fine. Not sure what I am missing.. Any thoughts? Your JSON is improperly formed. You need a comma here: "utp-enabled": true,
December 28, 20169 yr I am running a Qnap NAS on unRAID 5.0.6, is there an easy way to setup notifications?
December 29, 20169 yr [Plex Media Server] Scanner directory Hello, I'l like to add an new scanner, that allows to scan Bluray & dvd structure BDMV / video_ts. You can find the url here : https://support.plex.tv/hc/en-us/articles/201674343-Scanning-Disk-Image-Format-Media I've downloaded the new scanner that has to be extracted here : $PLEX_HOME/Library/Application Support/Plex Media Server/Scanners/Movies/ I can't find the directory with the Phaze plugin. Cloud you please help ? Thanks
December 29, 20169 yr [Plex Media Server] Scanner directory Hello, I'l like to add an new scanner, that allows to scan Bluray & dvd structure BDMV / video_ts. You can find the url here : https://support.plex.tv/hc/en-us/articles/201674343-Scanning-Disk-Image-Format-Media I've downloaded the new scanner that has to be extracted here : $PLEX_HOME/Library/Application Support/Plex Media Server/Scanners/Movies/ I can't find the directory with the Phaze plugin. Cloud you please help ? Thanks It is in your appdata for plex.
December 29, 20169 yr Where is the app data ? I made a screenshot to show you my plex folders. thanks
December 29, 20169 yr Which version of unRAID? Maybe a screenshot showing your plex plugin settings would be more useful.
December 30, 20169 yr Anyone else having issues with the Sonarr plugin? It wasn't showing the new Dec 10th release so I removed and added it back and now it won't even install the old one.
January 2, 20179 yr is there a step by step to get plex working through roku to get movies from my unraid v6? preferably a walkthrough for dummies...i found something for version 5 but im not sure its the same for 6. thanks
January 2, 20179 yr Sonarr updated to 2.0.0.4472, after updating via the plugin interface it shows "UNKNOWN version" and clicking the update button keeps updating it. Sonarr itself is working and running 2.0.0.4472. Tried fresh install, same problem.
January 4, 20179 yr Sonarr updated to 2.0.0.4472, after updating via the plugin interface it shows "UNKNOWN version" and clicking the update button keeps updating it. Sonarr itself is working and running 2.0.0.4472. Tried fresh install, same problem. Same problem here.
January 9, 20179 yr Same. More annoying but hopefully unrelated, sonarr->Plex doesn't seem to be updating metadata lately. Trying to track that down via logs.
January 9, 20179 yr This thread now has nearly 3500 posts. Probably the main reason for this is due to the very large number of applications that are trying to get support in the single thread. Possibly your question has already been answered somewhere in the thread. See How to Search in my sig. PhAzE has done a great job with this, and I certainly don't want to discourage him from continuing to do so. But it is nearly a month since he has been on the forum. Maybe some of you should consider moving to docker. Most if not all of these applications have well-supported dockers. Some have single threads dedicated to supporting the individual docker application. And there are a lot of experienced users of these dockers on the forum every day.
January 15, 20179 yr I have considered both of those applications since eBook handling is what I'm missing from this collection of plugins. Lazylibrarian was abandoned last I heard which is why I never made a plugin for it. As for calibre, do they have a proper Linux version out yet? It was a pain to stop last time I checked (last month) as you have to compile it, there is no link for precompiled versions. Maybe that's changed? FYI DobyTang on GitHub has been making some major improvements to LazyLibrarian, see below repo. https://github.com/DobyTang/LazyLibrarian Thanks I'll have a look at this later in the week. I don't find it anywhere if you where able to look into this to create a plugin for the LazyLibrarian, he performed a lot of updates over the year and is still maintained. It would be great if it was possible to create a plugin for this, then you would be my number 1 plugin guy for unRAID and don't need any other plugins, because you've done them all! Thanks for the great support and time to create these plugins!
January 18, 20179 yr Hey I'm not sure what happened, but my Plex plugin stopped working. It was working fine yesterday and I haven't made any changes, but now it won't start. I even tried uninstalling/reinstalling. I'm just using all the default settings, but pressing Start just refreshes the page and it still says Status: STOPPED. This is what it gives me in the logs: Jan 18 00:00:08 trappedincloset emhttp: cmd: /usr/local/emhttp/plugins/Plexmediaserver/scripts/rc.Plexmediaserver buttonstart Jan 18 00:00:08 trappedincloset sudo: root : TTY=unknown ; PWD=/ ; USER=nobody ; COMMAND=/bin/bash -c . /usr/local/PhAzE-Common/Plexmediaserver/startcfg.sh; nohup /usr/local/Plexmediaserver/"Plex Media Server" > /dev/null 2>&1 & Jan 18 00:00:11 trappedincloset sudo: root : TTY=unknown ; PWD=/usr/local/emhttp ; USER=nobody ; COMMAND=/bin/bash -c . /usr/local/PhAzE-Common/Plexmediaserver/startcfg.sh; /usr/local/Plexmediaserver/"Plex Media Server" --version
January 18, 20179 yr Hey I'm not sure what happened, but my Plex plugin stopped working. It was working fine yesterday and I haven't made any changes, but now it won't start. I even tried uninstalling/reinstalling. I'm just using all the default settings, but pressing Start just refreshes the page and it still says Status: STOPPED. This is what it gives me in the logs: Jan 18 00:00:08 trappedincloset emhttp: cmd: /usr/local/emhttp/plugins/Plexmediaserver/scripts/rc.Plexmediaserver buttonstart Jan 18 00:00:08 trappedincloset sudo: root : TTY=unknown ; PWD=/ ; USER=nobody ; COMMAND=/bin/bash -c . /usr/local/PhAzE-Common/Plexmediaserver/startcfg.sh; nohup /usr/local/Plexmediaserver/"Plex Media Server" > /dev/null 2>&1 & Jan 18 00:00:11 trappedincloset sudo: root : TTY=unknown ; PWD=/usr/local/emhttp ; USER=nobody ; COMMAND=/bin/bash -c . /usr/local/PhAzE-Common/Plexmediaserver/startcfg.sh; /usr/local/Plexmediaserver/"Plex Media Server" --version Where do you have your apps installed? Could you be out of space on that drive? I had a similar issue another plugin. As soon as I cleaned up the recycle bin on my app share everything worked.
January 18, 20179 yr Where do you have your apps installed? Could you be out of space on that drive? I had a similar issue another plugin. As soon as I cleaned up the recycle bin on my app share everything worked. I've uninstalled all plugins except Plex. My boot/flash drive is at 5.68/8GB used.
January 19, 20179 yr Where do you have your apps installed? Could you be out of space on that drive? I had a similar issue another plugin. As soon as I cleaned up the recycle bin on my app share everything worked. I've uninstalled all plugins except Plex. My boot/flash drive is at 5.68/8GB used. Definitely sounds like you are doing something wrong. In general you shouldn't be using your flash drive for storage. I only have 773MB used on mine.
January 19, 20179 yr Definitely sounds like you are doing something wrong. In general you shouldn't be using your flash drive for storage. I only have 773MB used on mine. OK, cleaned out everything on the flash drive except for unRAID stuff (I think). Now down to 556MB/8GB. I restarted the machine after, but Plex still won't start up.
Archived
This topic is now archived and is closed to further replies.