Skip to content

TOomaAh/nfo_to_plexmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nfo_to_plexmatch

A small script that transforms Emby/Jellyfin NFO files into plexmatch.

dependencies:

pip install tqdm

run

tvshow

python nfoToPlexMatcher.py --show "your/path"

movie

python nfoToPlexMatcher.py --movie "your/path"

options

-h, --help:
    Print this help message
-s, --show: #required (default)
    Convert nfo for shows
-m, --movie: #required
    Convert nfo for movies
-o, --override: #optional (default: False)
    Override existing .plexmatch files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages