oPromessa / imdb2vsmeta

Synology NAS Video Station Metadata Information provider from IMDB to .vsmeta
MIT License
2 stars 0 forks source link

IMDb to VSMETA


by oPromessa, 2024, V0.0.1

How to use

Recognition

RTFM

Setup Environment

python3.11 -m venv venv
source venv/bin/activate
pip install imdbmovies
pip install requests
pip install click
pip install vsmetaEncoder

Usage

Options: --movies Specify if it is a movie. Must choose movies or series. NOTE: This argument is mutually exclusive with arguments: [series]. --series Specify if it is a series. Must choose movies or series. NOTE: This argument is mutually exclusive with arguments: [movies]. --search DIRECTORY Folder to recursively search for media files to be processed into .vsmeta. NOTE: This argument is mutually exclusive with arguments: [check]. --check PATH Check .vsmeta files. Show info. Exclusive with --search option. NOTE: This argument is mutually exclusive with arguments: [search]. --search-prefix TEXT Media Filenames prefix for media files to be processed into .vsmeta. Eg: --search-prefix A -f, --force Force copy if the destination file already exists. NOTE: This argument is mutually exclusive with arguments: [no_copy]. -n, --no-copy Do not copy over the .vsmeta files. -v, --verbose Shows info found on IMDB. --help Show this message and exit.



* --check option generates the temp files *.jpg and *.vsmeta on the local folder. You can then remove them.

#### Screenshots on How to use

* Moving Files to Staging Area...and back once you run the tool.

![Moving files to Staging Area](doc/Staging.Area.jpg) 

* Resulting Metadata

![Metadata of Movie](doc/Movie.jpg)