2024-10-25, 02:12 PM
A lot of this is still noncompliant. Some of it is compliant now, but not all. For example, Back the the Future. You have all 3 movies in the same folder. Each movie needs to be in its own folder located directly below the Film folder.
This should look like this. (I censored the source of the files)
And you have to split up all the other movies you've grouped together like what I've shown above.
And your subtitle files need to be named exactly the same as the movie prior to the language code and extension. Also shown above.
For Batman Begins, most or all of those subtitles will not be detected.
In general, you SHOULD clean up the folder and file names to remove all of the "x264" "IMAX" "BDRip" "Clean" non-sense, since that all gets used to search TMDB.
Code:
├── Back to the future
│ ├── Back To The Future Part II 1989 720p BluRay x264- {censored} .mkv
│ ├── Back.To.The.Future.1985.720p.BluRay.x264- {censored} .mkv
│ ├── Back.To.The.Future.Part.III.1990.720p.BluRay.x264- {censored} .eng.srt
│ ├── Back.To.The.Future.Part.III.1990.720p.BluRay.x264- {censored} .mkv
│ └── back.to.the.future.part.2.1989.720p.bluray.x264- {censored} .eng.srt
This should look like this. (I censored the source of the files)
Code:
├── Back to the Future
│ ├── Back.To.The.Future.1985.720p.BluRay.x264-{censored}.mkv
├── Back to the Future 2
│ ├── Back To The Future Part II 1989 720p BluRay x264-{censored}.mkv
│ └── Back To The Future Part II 1989 720p BluRay x264-{censored}.eng.srt
├── Back to the Future 3
│ ├── Back.To.The.Future.Part.III.1990.720p.BluRay.x264-{censored}.eng.srt
│ ├── Back.To.The.Future.Part.III.1990.720p.BluRay.x264-{censored}.mkv
And you have to split up all the other movies you've grouped together like what I've shown above.
And your subtitle files need to be named exactly the same as the movie prior to the language code and extension. Also shown above.
For Batman Begins, most or all of those subtitles will not be detected.
In general, you SHOULD clean up the folder and file names to remove all of the "x264" "IMAX" "BDRip" "Clean" non-sense, since that all gets used to search TMDB.