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.

[PhAzE] Plugins for Unraid 5/6

Featured Replies

  • Replies 3.6k
  • Views 682.7k
  • Created
  • Last Reply

When I right click and chose save file as, should it be a text document?

 

When I go to install I get:

/usr/local/sbin/plugin install installplg /boot/config/plugins/plexmediaserver.64bit.plg 2>&1

plugin: installing: installplg

 

Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /usr/local/emhttp/plugins/plgMan/plugin on line 165

plugin: xml parse error

 

I had this problem when I first tried to install an older version and I forgot what I did to get it to work. I tried downloading from 2 different computers.

 

I did just try the update button on the settings page and it wouldn't work.

Never mind I got it. Thanks for the great work Phaze.

phaze do you have dropbox plugin for unraid 6?

Hi! I've just installed and patched Transmission for v6 B12. It seems to start fine, and I can access the plugin options page, but if I try to download something, I get Permission denied.

 

What can be the problem? I'm suspecting that maybe the URL I write for the file download location is not correct. By default it says //Downloads/, and I changed it to //MEDIA/MOVIES, to match the share I'm using now. Should I point to the share URL? I'm new to unRAID and I'm not yet familiar about how plugins access to HDDs on the server :(

If your download location is on the same server it's likely under the /mnt/ folder. Using anything with // mama your going to use the network address instead of directly accessing the local drive. So permission denied could happen if your MEDIA folder isn't exported with the permissions used by transmission.

 

You should locate the path in the unraid console under the /mnt directory then use that full path.

 

Thank you very much for your kind help and your plugins Phaze! I fixed it using

/mnt/user/MEDIA/myfoldername

Not sure if it is me or everyone.

 

I am in unraid 6v12, i have my solid Phaze plugins and settings shows them fine. But when I click one, it just hangs, never going into settings. I still have the unraid menu up and can go back to other elements like settings or main or dashboard..

 

Any ideas?

Not sure if it is me or everyone.

 

I am in unraid 6v12, i have my solid Phaze plugins and settings shows them fine. But when I click one, it just hangs, never going into settings. I still have the unraid menu up and can go back to other elements like settings or main or dashboard..

 

Any ideas?

 

Go back and read the first post in this thread, specifically the section labeled: Unraid 6 Beta 12+ GUI fix

Thanks, Ill go look now. How Bout them Cowboys!!!!

 

Looking forward to Ice Bowl II, I am less worried about the Packers than I was the Lions. And even less worried about Seahawks.

Thanks, Ill go look now. How Bout them Cowboys!!!!

 

Looking forward to Ice Bowl II, I am less worried about the Packers than I was the Lions. And even less worried about Seahawks.

 

 

LOL!!!! How bout them Refs...... basically gave it to the cowgirls

What am I doing wrong? Just couchpotato is working.

 

FYI if there was no contact its not a PI. The call was questionable, and 9/10 times that was a PI. This happened to be the one time. I was happy overturned but yea questionable.

 

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

echo -e "\n\n---\n\n" >> /usr/local/emhttp/plugins/couchpotato/couchpotato.page

cat /usr/local/emhttp/plugins/couchpotato/(couchpotato.php >> /usr/local/emhttp/plugins/couchpotato/couchpotato.page

rm -f /usr/local/emhttp/plugins/couchpotato/couchpotato.php

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

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

echo -e "\n\n---\n\n" >> /usr/local/emhttp/plugins/Plex Media Server/Plex Media Server.page

cat /usr/local/emhttp/plugins/Plex Media Server/Plex Media Server.php >> /usr/local/emhttp/plugins/Plex Media Server/Plex Media Server.page

rm -f /usr/local/emhttp/plugins/Plex Media Server/Plex Media Server.php

sed -i 's!\r!!g' /usr/local/emhttp/plugins/Plex Media Server/Plex Media Server.page

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

echo -e "\n\n---\n\n" >> /usr/local/emhttp/plugins/sonarr/sonarr.page

cat /usr/local/emhttp/plugins/sonarr/sonarr.php >> /usr/local/emhttp/plugins/sonarr/sonarr.page

rm -f /usr/local/emhttp/plugins/sonarr/sonarr.php

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

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

echo -e "\n\n---\n\n" >> /usr/local/emhttp/plugins/transmission/transmission.page

cat /usr/local/emhttp/plugins/transmission/transmission.php >> /usr/local/emhttp/plugins/transmission/transmission.page

rm -f /usr/local/emhttp/plugins/transmission/transmission.php

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

 

  • Author

You have a ( in the couchpotato script, change Plex media server to "pkexmediaserver" and sonarr should still be "nzbdrone" since you are using the name of the plugin (as in the filename of the plugin) for this script.

That was it thanks PhAzE!

Hey PhAze, I have a question for you.  Sorry, I am kind of a new person to unraid and linux, just kind of learning as I go with it.

 

I just upgrade my unrain to 6 beta 12, and then found out about the settings not being visible anymore.  I have a question about you response for the fix to it.

 

Unraid 6 Beta 12+ GUI fix

 

For those using Unraid 6 beta 12+ you'll notice the GUI doesn't load on plugins anymore. That will be until the plugins are updated to support the new web interface, however in doing an update like that, all users running beta 11 and down will get broken plugins.  So, I will not officially update the plugins for unraid 6 until the RC or final is released. In the meantime, users of beta 12+ can use the following script in their GO file (once per plugin) to fix the gui.

 

Where do I found this GO file, or what is that file so I can put the fix you listed in here in that file.

 

Thanks for your time and keep up the great work.

 

J

  • Author

Its on the usb stick under the config directory. Should just be called "go" and you can edit it with any text editor.

Great.  Thanks.  Found it and got everything work.

  • Author

I've updated the GO file script on the first post because it now has less code, and also won't be affected by dynamix updates. I foudn when you update the dynamix plugin with the old 'fix' it would wipe out the fix.  It no longer moves the page file to the dynamix folder, just leaves it in the webgui folder since that will apparently remain in the final version.

Where is that option located

Just installed MB3 plugin (v6beta12 version) ... edited go file and rebooted but cant connect to server (port 8096,yes?). Any ideas on how i start/access this plugin apprecaited.

 

ps tried docker but it didn't seem to do a great deal so removed it.

  • Author

Once you press stay in the GUI it takes almost a minute to stay on older hardware sometimes. Then click on the word "running" in the plugin GUI page.

any luck with Beets?

Once you press stay in the GUI it takes almost a minute to stay on older hardware sometimes. Then click on the word "running" in the plugin GUI page.

Is this for v6?

 

All i've got is an icon under 'plugins' which does nothing. No other tickboxes. I have edited the 'go' file as per page 1 of this discussion but how do i access the server and more importantly how do i control ie stop/start the plugin itself? Do i need to edit the go file eact time i want to start/stop the server?

 

Is anyone using the MB3 docker image  (gfjardim's i think)? I cant understand how to set network paths ... it doesnt find any under 'network' and wouldnt 'fix' any paths i entered so i can only assume its not quite there yet??

 

  • Author

The control page is under the settings page, you'll find another icon that works. The icon in the plugin page is broken at is level currently. I've already spoken to limetech about fixing that.

What am i looking for under 'settings' ... couldnt see any icons there?

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.