PhAzE

Community Developer
  • Posts

    1585
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PhAzE

  1. If you are seeing that, it's because your running unraid 5 and it can't run anonymous scripts. The plugins use those for the unraid 6 uninstall used by the plugin manager. It can be safely ignores with zero side effects I just haven't figured out how to skip/ignore that anonymous script on unraid 5 so I let it error out for now.
  2. Hi Everyone, I just posted the v2 plugins. If you are running Unraid 6 beta 12 I recommend you use these new plugins as they are fully compatible and include a working settings page now. They are universal, so if you are running Unraid 5 you can update to these too. I have not set the internal update button to link to these yet as I wanted to make sure they are bug free before I pass the update through the GUI for everyone. These will update your current plugin. To install on Unraid 5, just replace the plugin file on /boot/config/plugins with the new one and reboot or run the command 'installplg /boot/config/plugin/appname.plg To install on Unraid 6, go to the plugin tab on the unraid gui, and either paste the link to the file (hosted on page one of this thread) or download the plg file somewhere and find it in the navigation pane and press the install button once you've selected the file. If you were previously using the GUI FIX for unraid 6 beta 12, its no longer necessary with these v2 plugins, so you can remove it from the GO script. Please let me know if you have any problems as I have tested these as much as I can but I likely haven't caught everything yet. -=PhAzE=- P.S. - I wanted to thank those of you who have sent donations. Each time I get one it keeps me motivated to continue to work on these. It takes many hours to update them (sometimes months in this v2 upgrade's case) and I really do appreciate everyone's interest in this project.
  3. I'll likely release the v2 plugins today which is working.
  4. Sometimes the site hosting that file goes offline for a bit. If you download it manually and put it in your packages folder it should work.
  5. 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.
  6. This I'm not sure about. As far as I know, nothing has changed with dependencies so my plugin shouldn't be causing that. Check the MB log files to see if you see any errors.
  7. Yea, the v2 plugins use proper naming for the page file so they show up as two. I have one more thing to check on the v2 plugins then I'll put them out so all of those plugins will use the new page file layout. Then the old section will disappear.
  8. I haven't found a txz of ffmpeg that has all the features enabled yet. The Linux package of serviio doesn't come with any version of ffmpeg, but I'll search for one.
  9. Here is the beta for v2 plugin for serviio. - I have removed the WEBUI feature all together, now it must be configured through 3rd party consoles since no one is updating the web interfaces anymore. - Works on unraid 5.0.x and 6 beta 12+ (not on lower beta's) - Does not require the go script for serviio, so remove that if you were using it on the old plugin - Install through the plugin manager on unraid 6 and it will update your current plugin - uses Java 8 now HERE Let me know how this works as it has a bunch of new features in the backend of the code. If you use persistent install folders (installed to cache or raid) I suggest running the install function once, so the install files are stored on your USB. Not required, but recommended. -=PhAzE=-
  10. Turns out serviio latest version doesn't work with the webui version that is it at the moment (or at least I couldn't get it working) so I'll continue to look at this tomorrow. Did you get it working just by updating java? Yeah the wrapper doesn't seem to work anymore so I just didn't use it and started it with serviio.sh. I haven't looked but I am not exactly sure what the wrapper does or is needed for. I thought the wrapper gives you the web GUI. How do you configure serviios media folders?
  11. Turns out serviio latest version doesn't work with the webui version that is it at the moment (or at least I couldn't get it working) so I'll continue to look at this tomorrow. Did you get it working just by updating java?
  12. You can make a share that is at to cache only, or you can use /mnt/cache/.apps/appname The "." Makes it a hidden folder and the mover script ignores it.
  13. Plugins on the USB are good but in the Plex plugin settings page you should make sure "install directory" is not pointing to the USB. Either somewhere on your array, cache drive, or the default /user/local/plexmediaserver just to prevent any issues in the future.
  14. It was that something for messed up in that startcfg.sh file. The error you saw after deleting it was the plugin saying it was not found and recreated it, likely.
  15. Strange... Well hopefully it stays working for you. Did you say you have it installed to the USB drive?
  16. Just a thought on Plex, look in /boot/config/plugins/Plex media server folder and delete the startcfg.sh file. Then on the plugin GUI, hit apply. See if that fixes it.
  17. Library folder is where you set it to in the plugin GUI. Were looking for the Plex log file generated by the Plex app.
  18. Check for the Plex log file and see if it is showing any errors. I think it's in the library folder.
  19. Yes, you shouldn't be using any extras folder with my plugin. That's from the old plugin by another user. Delete that extras folder from your usb and use the latest from the plugin install.
  20. Not yet, first i've been updating the current plugins, which i will likely have the beta's out today or tomorrow. After those are confirmed bug free i'll start adding in a few new apps.
  21. Is this working now? EDIT: I booted it up on a fresh unraid server and it worked just fine, with no transcoding issues. Perhaps you have a bad download of ffmpeg, which this app downloads the latest version on startup.
  22. I'll have a look at this today also. EDIT: I booted this up and it started no problem. i'm running version f018742c98f8f7224878e85ebb7a472e0014fc17 which is the latest as of today (Jan 15). If you are still having problems starting, delete the install directory and let it install fresh (keep you config directory or else you will lose all your settings).
  23. It was updated to a new java requirement. Will be fixed today.
  24. I'm just finishing up the upgrade function that will upgrade from the v1 plugins to the v2.
  25. OK I'll post the beta for v2.0.0 plugin soon since it uses java8