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.

Influencers Plug-ins-[UNPLUGGED] Support & Download-Sab, CP, Sickbeard, + more!!

Featured Replies

Try doing it this way:

 

cd /boot/config/plugins
wget https://github.com/influencer/unplugged/raw/master/sabnzbd_unplugged.plg
installplg sabnzbd_unplugged.plg

 

That worked.. Thank you. Any idea why it wouldn't work by saving it to the directory via browser?

  • Replies 2.6k
  • Views 561.5k
  • Created
  • Last Reply

Somehow you were just not getting the file properly. You should always scoll to the bottom and use the actual download links.

Somehow you were just not getting the file properly. You should always scoll to the bottom and use the actual download links.

 

Actually, from now on, it will be MUCH easier to just update from the settings pages for all the plugins, no more bothering with GIT :)

That doesn't help the first timers though. I speak from first hand experience.

  • Author

I'll update the OP with the links as well, might make the process easier

 

Sent from my HTC Vivid

Known Issue: Sabnzbd_unplugged.plg download URL is still broken. Please continue using sabnzbd_hardcoded.plg for now

 

Is this still the case??

No. He fixed it. Unplugged is the one you want.

  • Author

Ugh, forgot to update the OP. Thanks for the reminder!

 

Sent from my HTC Vivid

Thanks so much for these. It was a very easy transition from old plugins to these new ones.

Hi,

 

Here is what I found after getting the latest SickBeard (about 10 minutes ago through download links in the GitHub) on RC5. Installing did not work, there is no port conflict, folders look fine. It always says "NOT INSTALLED". I clicked "upgrade PLG" and "downgrade PLG", did not help.

 

I went to advanced setting, changed github from other to offcial site/master, apply change, and it seems to have worked. It installed the SB and I can access through the web interface. However, the main unraid web GUI is down- the web interface is not responding. Firefox tab circle kept spinning.

 

I can still access my drives, but I need to access the web GUI to setup other stuff.

 

Please advice. Thanks!

 

Jason

  • Author

Did you have an older version of the plugin? If so, the config isn't updated, I'll hopefully have a fix for this soon. The options for github repo and branch are not in the config, and therefore it doesn't have a address to get the source from. This is covered on the previous page in this thread. I'll add something about it to the OP as well until the fix is in place.

 

Changing the github will add the options and let it work. Also renaming or deleting the old config and reinstalling the plugin works.

 

As for the webgui being down, we have to investigate this further as there have only been a couple incidents of this happening.

 

Can you please post your config options, either typing or a screenshot of the plug-in config.

 

If you can access sickbeard from the web interface this means sickbeard is working fine and the scripts should have finished executing. Can you also post the output of

ps aux | grep sickbeard

  • Author

Fixed plug-ins to write the new config options if they are not present on install.

Thanks for the update, versions now show for SAB and SB nicely, need to bring HP and CP inline.

 

Also, at the bottom of SimpleFeatures we still get this on all plugins. Perhaps it's something that can also be easily changed :)

 

Author: Benjamin Waller; Influencer; Wojciech Walaszek. Version: 0.8.

  • Author

What do you mean bring inline?

My bad, was running an older version! One bug report is that i selected No on enabled for all plugins, reboot, they all came back online and Enabled was still on No. Selecting Yes didn't change anything.

 

Here are some useful screenshots for you to serve as an example perhaps for other forum users :)

 

CP: http://i.imgur.com/9Uurg.png

HP: http://i.imgur.com/O9pA2.png

SAB: http://i.imgur.com/wGh8B.png

SB: http://i.imgur.com/9aFXS.png

One bug report is that i selected No on enabled for all plugins, reboot, they all came back online and Enabled was still on No. Selecting Yes didn't change anything.

I confirm the issue, just noticed the same behaviour - I disabled all plugins, they all went to stopped state. I brought down the array, restarted and after reboot all plugins (I mean SABnzbd, SickBeard, CouchPotato) were in RUNNING state despite being still selected as Enable: No.

 

EDIT: Just noticed one more thing - even when plugins are enabled it is still possible to edit all fields. I don't know if that was intended, but most of other plugins disable fields from editing after they are Enabled.

 

Just a cosmetic thing (as example from SAB plugin):

Author: Benjamin Waller; Influencer; Wojciech Walaszek. Version: 0.8.  unRAID™ webGui © 2010-2011 Lime Technology LLC

 

Unfortunately I am a bit tight on time and couldn't track the cause of those problems but they should be fairly easy to fix.

  • Author

Being able to edit the fields when enabled is intended, if you edit something and submit it the app will restart to use the new settings.

 

I'll look at the starting when disabled

Being able to edit the fields when enabled is intended

 

and very much appreciated :)

Did you have an older version of the plugin? If so, the config isn't updated, I'll hopefully have a fix for this soon. The options for github repo and branch are not in the config, and therefore it doesn't have a address to get the source from. This is covered on the previous page in this thread. I'll add something about it to the OP as well until the fix is in place.

 

Changing the github will add the options and let it work. Also renaming or deleting the old config and reinstalling the plugin works.

 

As for the webgui being down, we have to investigate this further as there have only been a couple incidents of this happening.

 

Can you please post your config options, either typing or a screenshot of the plug-in config.

 

If you can access sickbeard from the web interface this means sickbeard is working fine and the scripts should have finished executing. Can you also post the output of

ps aux | grep sickbeard

 

Hey -

 

root@Tower:~# ps aux | grep sickbeard
root     10512  0.0  0.0      0     0 ?        Z    Jul13   0:00 [rc.sickbeard] <defunct>
nobody   10539  0.7  2.1 221380 44916 ?        Sl   Jul13   9:51 python /usr/local/sickbeard/SickBeard.py --daemon --port 8081 --datadir /mnt/disk2/usenet/SickBeard --pidfile /var/run/sickbeard/sickbeard.pid > /dev/null 2>&1
root     22574  0.0  0.0   2452   588 pts/0    S+   16:18   0:00 grep sickbeard

 

My web GUI is not responsive right now. How can I get to the SB config screen?

 

Thanks,

 

Jason

  • Author

kill pid 10512

 

kill 10512

 

Then see if you can reach the webgui

  • Author

Also, I found why the apps are starting even if disabled, its caused by a change I made when making the "start" button enable the app as well. I'll look and see if I can get a fix in soon! Sorry for the introduced bug!

Just Upgraded to the latest plugins cheers very much,  notice on my sickbeard that it sayd Status: RUNNING with version: couldn't determine the SickBeard version

is this normal or should it update??

  • Author

That is normal when first installing sickbeard. You can run the update in sickbeard and it will populate the version. This is the same with any program that uses githubs SHA-1 for its version, which includes couchpotato, sickbeard and headphones. The reason is the app uses the SHA-1 from the "git clone" command it uses to update the app, when the plug-in installs the app for the first time, it doesn't have the value.

 

Also, for those that have had the issue with a plug-in auto-starting on a reboot, even if the plug-in is disabled, will you please install the sickbeard plug-in from the dev branch and let me know if it fixes the issue?

 

Right click > Save link as

https://github.com/Influencer/UNplugged/raw/dev/sickbeard_unplugged.plg

kill pid 10512

 

kill 10512

 

Then see if you can reach the webgui

 

Hmm, did not seem to help...

 

root@Tower:~# kill 10512
root@Tower:~# ps aux |grep sickbeard
root     10512  0.0  0.0      0     0 ?        Z    Jul13   0:00 [rc.sickbeard] <defunct>
nobody   10539  0.6  2.2 222332 45860 ?        Sl   Jul13  10:40 python /usr/local/sickbeard/SickBeard.py --daemon --port 8081 --datadir /mnt/disk2/usenet/SickBeard --pidfile /var/run/sickbeard/sickbeard.pid > /dev/null 2>&1
root     24520  0.0  0.0   2452   584 pts/0    S+   20:17   0:00 grep sickbeard
root@Tower:~# kill 10512
root@Tower:~# sudo kill 10512
root@Tower:~# ps aux |grep sickbeard
root     10512  0.0  0.0      0     0 ?        Z    Jul13   0:00 [rc.sickbeard] <defunct>
nobody   10539  0.6  2.2 222332 45860 ?        Sl   Jul13  10:40 python /usr/local/sickbeard/SickBeard.py --daemon --port 8081 --datadir /mnt/disk2/usenet/SickBeard --pidfile /var/run/sickbeard/sickbeard.pid > /dev/null 2>&1
root     24523  0.0  0.0   2452   584 pts/0    S+   20:17   0:00 grep sickbeard

 

  • Author

Try a force kill

 

kill -9 10512

Archived

This topic is now archived and is closed to further replies.

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.