PhAzE

Community Developer
  • Posts

    1585
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PhAzE

  1. OK try renaming your config folder to something else then start it. It will start fresh but that can illuminate the config for as being part of the problem. Don't change the name in the GUI but actually change the folder name via console.
  2. You haven't installed any plugin that uses a new java version right? First make sure the install wrapper isn't damaged. To do this run /etc/rc.d/rc.serviio install. There is also a archon install command but I'm not at my PC at the moment. Then in the plugin GUI hit apply to reapply your settings. Then start it again.
  3. Normally yes, I've learned recently that once you update the dynamix plugin it may wipe the icons in settings page out. Are you using the updated script in go from the first page? I changed it I think two days ago. If not, update the go script and reboot. Normally there is an icon for the app under the settings page that brings you to a gui that you can control the plugin from. The unraid 6 changes in beta 12 have broken many aspects of plugin usage which is why I'm working on v2.0.0 currently for all plugins.
  4. 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.
  5. 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.
  6. 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.
  7. Its on the usb stick under the config directory. Should just be called "go" and you can edit it with any text editor.
  8. 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.
  9. No, you can update plex on any version of unraid
  10. I assume they couldn't all be named Appname.page, which would be the only file the link looks for. In fact its already doing that. If a plugin doesn't have the .page file currently in beta 12, the link is disabled already. For example, dynamix plugin has no link. Ideally the plugins tab will be the first tab a new user checks for when looking for the plugins settings and plugins that are installed. Having redundancy would be up to the plugin Dev, but not required.
  11. You can't downgrade through the plugin. You can set the install directory to anywhere on your raid or cache drive, then download an older copy and extract it into that directory. Then it should work, just don't click the update button.
  12. They are identical and it let's you run two copies of the app at the same time. Since people change the repo to use sickrage and want to also run sickbeard along side it they can use sb for sickbeard and sb_alt for sickrage.
  13. 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.
  14. Yea i switched to sonarr. It seems to work quite a bit faster.
  15. In not sure, I don't use sb anymore but it should be there same version that you had when using the old plugins. If you built the db from scratch it likely guesses the resolution rather than detecting it properly.
  16. 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?
  17. My plugins shouldn't affect that, I've seen it before too when I used to use sickbeard. I would first try rebooting the server, clear it the packages folder before you reboot. Then see if that helps. It will redownload the dependencies.
  18. I'm going to start beta testing on the v2.0.0 plugins soon. These will be universal between unraid 5 and 6, and fixes the GUI problem on beta 12. Anyone interested in trying them out to help make sure they are bug free send me a pm and I'll send you the download link to them. So far it seems they are bug free but I'd like to be sure.
  19. Yes, because you are running beta 12 which breaks the GUI. Check post 1 of this thread for the temp fix.
  20. It's possible the download was corrupt and the md5 didn't match. I'll have a look later this evening to see what's up with that plugin.
  21. Hmm I had a look at the page code, it's only a link if appname.page is detected. But the link goes no where.
  22. So on the plugin manager page it shows you the plugins you have installed. The icons are clickable. I assume this is so you can go to the gui php page but I'm not sure how to set it. Does that makes sense?
  23. Anyone figure out how to get the link working for their plugin on the plugins page? My apps show up, with their icons, and all info but when I click on the icon (under the plugin manager page) it goes to a blank page.
  24. Hey, I was wondering if the new GUI in beta 12 is going to be the final, or is there plans on fixing the colour scheme? With the move to Dynamix, the #title CSS bars are too dark and the font/text gets lost partially in them. The colour scheme used for the title bars in Beta 10 and under was a more preferred choice that way you can eliminate the white background shadow on the text also.
  25. Yes, it was the percent sign. Wget is unable to transmit that without special encoding which I haven't figured out how to set yet. The percent sign is wgets escape character.