[PhAzE] Plugins for Unraid 5/6


Recommended Posts

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.

Link to comment

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.

 

 

Link to comment

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.

Link to comment

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

Link to comment

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?

 

Link to comment

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,

 

Link to comment

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,

Link to comment

[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

Link to comment

[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.
Link to comment

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.

 

Link to comment

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!

Link to comment

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

Link to comment

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.

 

Link to comment
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.

Link to comment

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.
Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.