[PhAzE] Plugins for Unraid 5/6


Recommended Posts

Decided to try one more time after reloading all. It now let's me into the server, however is there no better way to enter shares (since I have 8 drives with TV folders on them) other than using 'mnt/disk2/tv' instead of just sharing the combined folder 'TV' (smb?)?

 

And wouldn't this make it so i would have to manually have to add new folders as the sharing (folder level) convention expands to new drives each time?

 

That's a lot of extra work it seems

Link to comment

Decided to try one more time after reloading all. It now let's me into the server, however is there no better way to enter shares (since I have 8 drives with TV folders on them) other than using 'mnt/disk2/tv' instead of just sharing the combined folder 'TV' (smb?)?

 

And wouldn't this make it so i would have to manually have to add new folders as the sharing (folder level) convention expands to new drives each time?

 

That's a lot of extra work it seems

I don't run plugins, but can't you just use /mnt/user/tv

Link to comment

Well actually all the plugins I made can be installed and started immediately, but you will lose your config aftet a reboot due to the nature of unraid. The only thing that needs configuring is the config directory to point to a static location that isn't wiped on reboot. That location is different for each user since not everyone uses a cache drive or has the same share names. That's why it's set to a default location to begin with and an alert showing it needs to be set still.

 

Oh, no, no, I didn't want to complain about your plugins or about anything! You do a fantastic job and I really appreciate it! I didn't pretend to complain at all with unRAID! I love it, and for what I want it is almost perfect! I just has been in the geek side of technologies for many years now, and I know there are some technical people out there, who love to find problems so they can fix them, who enjoy tuning up a piece of hardware to the limit, who consider that typing commands in the terminal is much better than using a GUI, and so on. I don't mean that it's better or worse, just that a GUI is easier for a "standard user". I just wanted to share my opinion, because sometimes technical people talk with technical people, and they tend to consider "easy" a thing that for a novice or non-tech-savvy people is a mountain. I just thought that maybe LT would like to have more user base, and I shared my two cents about ideas to help to spread its use. I think a unRAID server is much more reliable and powerful than any NAS solution out there :)

Link to comment

Does anyone have any experience in compiling libraries on unraid? Apparently media browser needs imagemagick 6.8 for their next release but it seems there is no good Slackware version prebuilt anywhere for unraid 5.

 

PhAzE, compiled these from source a few mins ago. Don't know if they'll help you. You'll need to resolve a whole bunch of dependencies before being able to run the ImageMagick binaries.

 

unraid5 - ImageMagick-6.9.1-0-i686-1.txz - https://truck.it/p/ov1y9ejVsd

unraid6 - ImageMagick-6.9.1-0-x86_64-1.txz - https://truck.it/p/qfOWXGvfNJ

 

 

Regards,

overbyrn

 

Link to comment

Awesome thanks Overbyrn. I'll try these out tonight. Do you know if this was compiled with Q8?

 

Here's the result of my configure;

http://pastebin.com/AESETrTS

 

I didn't change anything on the default ./configure. I'm going to say it defaulted to Q16 as can see this "-DMAGICKCORE_QUANTUM_DEPTH=16" within the configure result.  Presumably, that can be changed to Q8 if needed. I've some free time today as currently recovering from some surgery. Let me know if you need a version compiled with Q8 instead.  I'm also looking at how tricky it would be to compile a fully static version so you'd not have to deal with a bunch of dependency packages.

 

 

 

Link to comment

I have set the config dir to "/mnt/disk/Cache/applications/FlexGet/config"

 

But it seems even though daemons is running, it doesn't load the config file, and nothing happens.

 

If I stop, and start daemon again, using "  /usr/bin/flexget -c /mnt/disk/Cache/applications/FlexGet/config/config.yml daemon reload -d " then it works correctly.

 

Looks like you're using a SNAP destination for your app data?  (/mnt/disk/....)  Is it possible this is because the plugin is starting before SNAP has mounted the drive?  I'd use your normal cache drive (eg. /mnt/cache/appdata or similar, set to cache only) and see if it works fine there.  If so, it's not the plugin, and therefore not an issue for PhAzE.

 

Thanks for the Reply BetaQuasi, as an experiment, just changed from Snap cache drive to /mnt/user/cache/appdata/config.

Restarted everything

Still same issue  :-[

 

Any other idea ?

 

Link to comment

-webGui Schedules error.

 

terminal: (flexget check) only pass check validation with format:

schedules:

  - tasks: TV

    interval:

      minutes: 50

 

webGui only pass check validation with format:

schedules:

  TV:

    interval: 50 minutes

 

Even tougth webGui accept this format, Flexget cant start.

 

help, ideas  :D

 

Thanks.

Link to comment

Sure, if you do get a chance, q8 is the version MB devs decided to go with since the performance hit on q16 is nearly double that of q8.

 

Hope the surgery went well.

 

edit;

 

imagemagick Q8 with x11 x86/unraid5 - https://truck.it/p/kJB4lxCKKX

imagemagick Q8 with x11 x64/unraid6 - https://truck.it/p/vg1CuO9o7v

imagemagick Q8 without x11 x86/unraid5 - https://truck.it/p/pvSVGbSe8z

imagemagick Q8 without x11 x64/unraid6 - https://truck.it/p/rPCUYKZr3A

 

 

 

 

 

Link to comment

-webGui Schedules error.

 

terminal: (flexget check) only pass check validation with format:

schedules:

  - tasks: TV

    interval:

      minutes: 50

 

webGui only pass check validation with format:

schedules:

  TV:

    interval: 50 minutes

 

Even tougth webGui accept this format, Flexget cant start.

 

help, ideas  :D

 

Thanks.

 

Link to comment

Sure, if you do get a chance, q8 is the version MB devs decided to go with since the performance hit on q16 is nearly double that of q8.

 

Hope the surgery went well.

 

edit;

 

imagemagick Q8 with x11 x86/unraid5 - https://truck.it/p/kJB4lxCKKX

imagemagick Q8 with x11 x64/unraid6 - https://truck.it/p/vg1CuO9o7v

imagemagick Q8 without x11 x86/unraid5 - https://truck.it/p/pvSVGbSe8z

imagemagick Q8 without x11 x64/unraid6 - https://truck.it/p/rPCUYKZr3A

Thanks for these! I used the Q8 no x11 and it looks like it worked perfectly. I had to edit the tar so it wasn't in the usr/local folder anymore, just /usr, and edited teh doinst.sh file for the same thing, and I have the Media Browser Beta up and running.

 

It feels a lot faster with ImageMagick now.

Link to comment

Sure, if you do get a chance, q8 is the version MB devs decided to go with since the performance hit on q16 is nearly double that of q8.

 

Hope the surgery went well.

 

edit;

 

imagemagick Q8 with x11 x86/unraid5 - https://truck.it/p/kJB4lxCKKX

imagemagick Q8 with x11 x64/unraid6 - https://truck.it/p/vg1CuO9o7v

imagemagick Q8 without x11 x86/unraid5 - https://truck.it/p/pvSVGbSe8z

imagemagick Q8 without x11 x64/unraid6 - https://truck.it/p/rPCUYKZr3A

Thanks for these! I used the Q8 no x11 and it looks like it worked perfectly. I had to edit the tar so it wasn't in the usr/local folder anymore, just /usr, and edited teh doinst.sh file for the same thing, and I have the Media Browser Beta up and running.

 

It feels a lot faster with ImageMagick now.

 

Nice... glad I was able to help.  I could always alter the --prefix to /usr and recompile, but sounds like you have it working well for the moment all the same.  Did you get the build VMs working?  It used my local VMs here and all it took was pretty much 2-3 steps. I'm happy to talk you through the process some time if you want?  I'll pm you my skype id. Dunno what TZ you're in (I'm CST), but feel free to ping me.

 

 

Regards,

overbyrn

Link to comment

Sure, if you do get a chance, q8 is the version MB devs decided to go with since the performance hit on q16 is nearly double that of q8.

 

Hope the surgery went well.

 

edit;

 

imagemagick Q8 with x11 x86/unraid5 - https://truck.it/p/kJB4lxCKKX

imagemagick Q8 with x11 x64/unraid6 - https://truck.it/p/vg1CuO9o7v

imagemagick Q8 without x11 x86/unraid5 - https://truck.it/p/pvSVGbSe8z

imagemagick Q8 without x11 x64/unraid6 - https://truck.it/p/rPCUYKZr3A

Thanks for these! I used the Q8 no x11 and it looks like it worked perfectly. I had to edit the tar so it wasn't in the usr/local folder anymore, just /usr, and edited teh doinst.sh file for the same thing, and I have the Media Browser Beta up and running.

 

It feels a lot faster with ImageMagick now.

 

Nice... glad I was able to help.  I could always alter the --prefix to /usr and recompile, but sounds like you have it working well for the moment all the same.  Did you get the build VMs working?  It used my local VMs here and all it took was pretty much 2-3 steps. I'm happy to talk you through the process some time if you want?  I'll pm you my skype id. Dunno what TZ you're in (I'm CST), but feel free to ping me.

 

 

Regards,

overbyrn

Got your msg, i'll add you when i'm home next.

 

Do you think you could re-comiple them once more, there is apparently an option to allow libwebp which MB uses, and I suppose prefix as /usr to save me a step, Q8, and no X11. I think you 'may' need libwebp installed when it compiles, but if not, thats ok cause i have the txz for it. I am using 0.4.2 currently from the slackware repo.

 

Currently MB loads imagemacgick perfectly but when it calls webp it throws an error since it uses that dependency through IM.

Link to comment

Got your msg, i'll add you when i'm home next.

 

Do you think you could re-comiple them once more, there is apparently an option to allow libwebp which MB uses, and I suppose prefix as /usr to save me a step, Q8, and no X11. I think you 'may' need libwebp installed when it compiles, but if not, thats ok cause i have the txz for it. I am using 0.4.2 currently from the slackware repo.

 

Currently MB loads imagemacgick perfectly but when it calls webp it throws an error since it uses that dependency through IM.

 

Hi PhAzE,

 

Here ya go...

 

x86 ImageMagick Q8 without X11, with webp : https://truck.it/p/nZbhP4PLl6

x64 ImageMagick Q8 without X11, with webp : https://truck.it/p/gLjxSRCO2w

 

I used libwebp 0.4.2 during compilation of ImageMagick.  I was going to use the latest source 0.4.3, but I saw on pkgs.org there wasn't a premade slackware package for the latest version, so I grabbed the 0.4.2 libwebp source and used that.  You'll need to install the 0.4.2 txz that you already have and then hopefully as I've built ImageMagick against the same version, all will be well.

 

I also changed the prefix to /usr

 

You can see it correctly detected libwebp during configuration from this pastebin; http://pastebin.com/3ccLz09w

 

 

Link to comment

Hello all,

 

First time posting on here so sorry for my lack of knowledge.  I am using unRaid 6v14 and I am having trouble with my plugins not working each day.  The server is not rebooting at all.  I am having trouble with PMS and Sab.  To fix the issue I delete everything out of my /mnt/cache/Applications/Plexmediaserver except the subfolders.  Then I initiate a reinstall and it will start working again.  I do the same thing with Sab.  The next day PMS and sab do not work and I have to restart.  Any idea as to what is going on?

 

Lucas

Link to comment

Sounds like your folder might be getting moved each night from your cache to the array.

 

Either make a share called applications and set it to use the cache drive only, or try renaming the folder to:

 

/mnt/cache/.Applications because the . stops the mover from moving that folder. I'm not sure if this has changed in beta 14 or not.

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.