sveetch / deovi

A set of utilities to collect and rename media files
https://deovi.readthedocs.io/
MIT License
2 stars 0 forks source link

[collect] Implement a way to collect media file meta information #6

Open sveetch opened 1 year ago

sveetch commented 1 year ago

Just like directory has a manifest to include some meta information to collect, each collected media files should also be able to have meta information.

sveetch commented 1 year ago

As additional context this is required to collect information on movies since they are commonly stored as a single video file, opposed to TV shows that can have their own directory to store multiple episode files.

sveetch commented 1 month ago

With have this Gist which demonstrates how it is easy to collect data from the video file itself: https://gist.github.com/sveetch/0973050c97b2df4dc34d416cfe3b96ef

However this won't be able to manage strict non-video data like title, genre or kind (tv, movie, etc..).