Filebot downloads entire media for some formats

All your suggestions, requests and ideas for future development
Post Reply
Anonymousfay
Posts: 1
Joined: 05 Sep 2024, 13:40

Filebot downloads entire media for some formats

Post by Anonymousfay »

Hello everyone

I have a question regarding the renaming of media.
My setup looks like this: I access an NFS share via VPN where certain media are located. I then drag these media into the Filebot (Desktop MacOS/Windows).

The problem I have is that if the format of the media is AVC, then every single file is probably downloaded completely until it is recognized as AVC. The whole thing takes ages. With other formats such as x264 it is lightning fast.

The renaming looks like this: {ny} {"{tmdb-$tmdbid}"}/Season {s}/{n}.{s00e00} - {vf} - {vc}

Maybe someone can tell me why this happens and knows a way to fix it?

Thank you for your attention.
User avatar
rednoah
The Source
Posts: 23388
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot downloads entire media for some formats

Post by rednoah »

:idea: FileBot may read multiple megabytes via libmediainfo. Which bytes are read is entirely up to the libmediainfo code. Typically a few bytes from the beginning of the file and a few bytes from the end of the file. Maybe a few bytes from the middle as well.


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


:?: What does the following command say for good files and bad files?

Shell: Select all

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