Filebot downloads complete material in several formats.

All your suggestions, requests and ideas for future development
Post Reply
User avatar
rednoah
The Source
Posts: 24212
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot downloads complete material in several formats.

Post by rednoah »

:arrow: Q: Can I process video files without reading media info?

:arrow: You can disable Disable File I/O or you can pre-generate the mediainfo table ahead of time on the server-side. If you must have {vf} - {vc} as part of your format then the latter is your only option.

:arrow: The only alternative to reading parts of the file is matching information from the file path instead.





EDIT:

You may also report the issue to the MediaInfo project. Reading the mediainfo table shouldn't take more than reading a few megabytes, a bit from the beginning, a bit from the end, maybe a bit from the middle.

:arrow: You can use the following command to see how many bytes libmediainfo is reading to extract all the information from the file at hand:

Shell: Select all

filebot -script fn:mediainfo /input --mode raw
:idea: Please read the FAQ and How to Request Help.
Post Reply