Page 1 of 1

CSV List of Movie & Quality

Posted: 15 Jul 2019, 01:10
by AcroLx12
I'm wondering - is there a way I can use Filebot to generate for me within a folder ( say C:/Plex/Movies ) of all the movies I have in there, by directory, filename, but most importantly the {vf} Video Format. I quite likely have duplicates with lower video qualities, depending on what was available at the time... I don't want the script to delete the folder/files - I just want the ability to know which ones are where and at what video quality.

Thoughts?

Re: CSV List of Movie & Quality

Posted: 15 Jul 2019, 03:16
by rednoah
GUI:
Drop your files into the Filter panel on the left. Open the MediaInfo tab on the right. Copy & Paste table from there.


CLI:
There's a script for that:
viewtopic.php?f=4&t=5#p53


Alternatively, a simple filebot -mediainfo call will do the trick too:

Code: Select all

filebot -mediainfo -r /path/to/files --format "{f};{vf}"