Skip to content

urscion/plex-structure-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plex-structure-gen

Plex Structure Generator builds a file structure to meet Plex suggested formatting. Built with Qt (Pyside2).

Plex Formatting rules

Movies

TV Shows

Media Assets

Data Providers

Create a JSON file named credentials.json in the project root with the following structure:

{
    "tmdb": {
        "key": ""
    },
    "imdb": {
        "key": ""
    },
    "tvdb": {
        "key": ""
    }
}

TMDB

Uses tmdbsimple.

IMDB

Not implemented.

TVDB

Not implemented.

Notes

Use pyside2-uic.exe to convert .ui files to Python classes.

About

Plex Structure Generator builds a file structure to meet Plex suggested formatting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages