Page 1 of 1

FB node and qnap script

Posted: 28 Jan 2019, 15:20
by spikemixture
I have FB on my Qnap NAS and very happy after several goes at installing and lotsa googling.

Almost go it perfect except the movies .
My format for movies is set as

Code: Select all

/share/CACHEDEV1_DATA/MEDIA/{plex}
My movies are in /share/CACHEDEV1_DATA/MEDIA/movies

But FB sends the finished files to /share/CACHEDEV1_DATA/MEDIA/Movies (capital M)

How do I change the {plex} to point to the lowercase movies

Re: FB node and qnap script

Posted: 28 Jan 2019, 17:38
by rednoah
Here you go:

Code: Select all

/share/CACHEDEV1_DATA/MEDIA/movies/{plex.tail}

Re: FB node and qnap script

Posted: 01 Feb 2019, 12:09
by spikemixture
rednoah wrote: 28 Jan 2019, 17:38 Here you go:

Code: Select all

/share/CACHEDEV1_DATA/MEDIA/movies/{plex.tail}
Thank you.

That does the trick.

When I click execute it is working as my files get converted and moved but atm nothing shows in the script box!
Not a real big deal or have I missed ticking a box somewhere?