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.

UNplugged SABnzbd/CouchV2/Sickbeard/Headphones/Plexconnect/Transmission 64bit

Featured Replies

Again I am not a plugin guru

all i did was replace the packages in the old ones with 14.1 packages and changed the names and versions

The 64 bit versions all have 3.0.X versions to start with

 

I tested them limited on a testbed and all seem to install fine and you can access them

but let me know if i made typo's :P

 

i will test them more in the coming days if i get the other plugins which are on my servers done

 

i only created these for people who want to go 64bit and have no clue how to start at this

i intend myself to go the vm path once i get it working so don't really count on me to support these

 

SABnzbd

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/sabnzbd_unplugged.64bit.plg

 

CouchV2

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/couchpotato_v2_unplugged.64bit.plg

 

Sickbeard

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/sickbeard_unplugged.64bit.plg

 

Headphones

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/headphones_unplugged.64bit.plg

 

Plexconnect

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/Plexconnect_V3_with_Cert.64bit.plg

 

to install

 

right click "save as" the links above

put the plg's in boot/config/plugins

reboot or

installplg /boot/config/plugins/<insert plg filename here>

 

everything is on github so you can look at the code and solve problems which i will be happy to merge

 

like i said i didn't change anything at the other code so the unplugged thread is still your best place for support

 

 

Transmission

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/transmission_unplugged.64bit.plg

 

Please note this installed right and doesn't crash BUT i got an invalid argument error when i tried downloading a torrent... not sure why... i think it might have been because the torrent i tried had Thai letters....

So Please Test and let me know if it works OK or not .... otherwise i just take it down ...

THANKS!!!!!!

 

All work great (I didn't install/use Headphones) and install was painless and easy.

 

This along with needo's posting of Plex 64-bit has me completely up and running with all my "critical" apps/plugins running under unRaid 6.0beta.

 

This community is the best!

Thanks,

 

 

Hope one can get Air Video plugin transferred to 64BIT!  :)

 

//Peter

Thanks,

 

 

Hope one can get Air Video plugin transferred to 64BIT!  :)

 

//Peter

Assuming there are 64 bit variants of everything necessary for Airvideo, I will get around to creating a 64bit version of my plugin soon.  I have already updated three other plugins of mine.

Anyone working on 64bit Transmission? That looks like the main thing missing for me. I am waiting until I get a new key to try unRAID 64bit.

 

Great work!!! Only thing is the README.md on the GIT page still links to the 32bit versions

  • 3 weeks later...

Great work!!! Only thing is the README.md on the GIT page still links to the 32bit versions

 

Transmission works great for me on Beta 3

Good work.

  • 2 weeks later...

Thanks for this.

Only found the thread after i did the same thing on all the plg's and was about to post them! (doh!)

This was extremely handy, thank you!

 

Don't suppose you could do a 64bit version of Mylar, could you? It's the last one I need. :)

 

Edit: I realized after I requested that I could just do it myself. So here is my edit, working just fine.

mylar_unplugged.64bit.plg.txt

  • 3 weeks later...

Hi Guys,

 

I dont know if anyone else has noticed, but recently alot of releases are being rar'd with winrar v5.01, and this plg installs unrar4.2.4, so failes dont get unpacked if theyve been created in the newer version.

 

winrar provide a 64bit linux tar.gz here: http://www.rarlab.com/rar/rarlinux-x64-5.0.1.tar.gz. is it a case of just swapping out the path and filename in the plg to get it installing the new version?

 

 

UPDATE: managed to find the correct file, just a case of updating the plg with the correct download for unrar: http://ponce.cc/slackware/slackware64-14.1/packages/unrar-5.0.14-x86_64-1ponce.txz

 

Mark

  • 2 weeks later...

A couple of notes... when you download the headphones plugin open it up and do a search for "couchpotato" and replace that with "headphones" otherwise the directory will remain in your /tmp/ folder after install.

 

On the couchpotato plugin, do a search for "/tmp/CouchPotatoServer" and replace that with "/tmp/Couchpotato" and then it will install properly. There should be two instances of that mistake close together.  Notice the small P in the replacement name.

 

In the sickbeard plugin look for

"if [[ $plgdata = "" ]]; then

break

else

sed "/$plgdata^/d" /boot/config/plugins/sickbeard/sickbeard.cfg >tmp

mv tmp /boot/config/plugins/sickbeard/sickbeard.cfg

fi"

 

This throws a warning on your unraid console about the use of a break in an if statemnet (not in a while, for, or until loop).  replace it with:

 

"if ! [[ $plgdata = "" ]]; then

sed "/$plgdata^/d" /boot/config/plugins/sickbeard/sickbeard.cfg >tmp

mv tmp /boot/config/plugins/sickbeard/sickbeard.cfg

fi"

 

That will only run the statement if the plgdata was not blank which looks liek what that line was supposed to be doing to start.

 

-------------------

 

That's all so far. Keep up the great work!

 

  • Author

Thanks for the corrections

 

i swear the couchpotato file i solved like 3 times already but every time i forget to change it in github

on my system i change the both to couchpotatoserver

but this works too :)

 

anyway things upgraded on github

I've installed Sickbeard, sabnzbd and Transmission on my fresh install of 6.0b3.  I can't get any of the three to actually start.  They seem to start, and make their directories and files, but they don't seem to run.  There's nothing in the logs that I can see.  Under Settings they still say "NOT INSTALLED".  Pressing Install doesn't help.

 

I downloaded the .zip off github, coped over the .plg files, rebooted, and the plugins appear OK in Settings.

 

Am I missing something?

 

Edit: Typos

  • 2 months later...

You used to be able to run a script when a torrent finishes in the old Transmission, I cant seem to find that setting in the new version, is it there?

 

Apart from that they all look great, thanks.

...

I downloaded the .zip off github, coped over the .plg files, rebooted, and the plugins appear OK in Settings.

 

Am I missing something?

 

Edit: Typos

Which github are you talking about? The one in this thread does not have any .zip files.

that setting might be buried in the settings.json file?

 

the entries:

script-torrent-done-enabled (boolean)

script-torrent-done-filename (string, path to script)

  • 5 months later...

any plans to update plexconnect for beta12?

Just wanted to let everyone know that the workaround for the PhAzE Plugins also works for the Uplugged Plugins under 6.0b12.

 

So, after looking at the new unraid beta 12, it seems if I update my plugins, all users under beta 12 will get broken plugins.  Also, since they are making changes on each beta release, it's getting hard to update them all constantly with the changes.  I will likely wait for the first release candidate before updating all 17 plugins for full compatibility.

 

In the mean time, you can do the following to get any plugin working on beta 12 for now, You can set this in your GO script to automate it, but you need to add this for each plugin of mine you have that doesn't work on beta 12: (replace APPNAME with the name of the app plugin in lowercase)

 

cp -r /usr/local/emhttp/plugins/webGui/phaze.page /usr/local/emhttp/plugins/dynamix

echo "" >> /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).page

echo "---" >> /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).page

echo "" >> /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).page

cat /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).php >> /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).page

rm -f /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).php

sed -i 's!\r!!g' /usr/local/emhttp/plugins/(APPNAME)/(APPNAME).page

 

What this does is moves the page file out of the webGUI folder which no longer exists and into the dynamix folder which is now standard from unraid beta 12 and up.

It also copies the PHP page into the PAGE file since they no longer allow separate files.

Then it removes the PHP file since having it there will cause weirdness on the plugin page.

Then lastly, it clears out the ^M carrage file that windows left, which breaks the plugin from showing.

 

I'll have my version 2.0.0 plugins compatible with the RC / Final when it's closer to release but updating these plugins right now will make earlier beta users plugins inoperable.

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.