Page 1 of 1

[SCRIPT] Movie renamer fo Synology DSM

Posted: 19 May 2014, 12:03
by mojocl
Hi guys,

I have a script which works very fine for my TV shows.

Code: Select all

filebot -rename --conflict skip /volume1/Serien/_serien_rename/ --output /volume1/Serien/ -r --format "{n}/Season {s}/{n} - {s00e00} - {t}" --db TheTVDB --lang de -non-strict

After this I want to create the same for movies:

Code: Select all

filebot -rename --conflict skip /volume1/Filme/_filme_rename/ --output /volume1/Filme/ -r --format "{n} {vf}" --db TheMovieDB --lang de -non-strict
Here the problem is that I want to create automatically a folder and file in following format:

movie1 (1080)

At the moment only the file is renamed to "movie1 ().mkv".

Does anyone have some information for me, which settings I have to change.

Thanks in advance,

Re: [SCRIPT] Movie renamer fo Synology DSM

Posted: 19 May 2014, 15:41
by rednoah
Read the FAQ. You're missing libmediainfo.

Re: [SCRIPT] Movie renamer fo Synology DSM

Posted: 19 May 2014, 21:16
by mojocl
Hi rednoah,

thanks for feedback, but i don't find in FAQ information to libmediainfo.
Could you give me some instructions or which point of FAQ do you mean?

BR,

Re: [SCRIPT] Movie renamer fo Synology DSM

Posted: 22 May 2014, 10:15
by mojocl
Could anyone g'me short instructions how to use the "{vf} because in my it doesn't work it:

http://www.filebot.net/naming.html

Re: [SCRIPT] Movie renamer fo Synology DSM

Posted: 22 May 2014, 12:00
by rednoah
libmediainfo is required for reading mediainfo!

As per FAQ, run this command to see if it's working or not:

Code: Select all

filebot -script fn:sysinfo
Depending on the architecture of your NAS getting libmediainfo working ranges between very easy (copy libmediainfo) to extremely difficult (cross-compile libmediainfo).