Plex Structure Generator builds a file structure to meet Plex suggested formatting. Built with Qt (Pyside2).
Create a JSON file named credentials.json in the project root with the following structure:
{
"tmdb": {
"key": ""
},
"imdb": {
"key": ""
},
"tvdb": {
"key": ""
}
}Uses tmdbsimple.
Not implemented.
Not implemented.
Use pyside2-uic.exe to convert .ui files to Python classes.