Hello, I'm currently trying to get subtitles for my library. My file format is .m3u8 with playlist chunks and the file structure for my movies and shows is as follows.
Movies
Format: /TMDB_ID/TMDB_ID.m3u8
Example: /616037/616037.m3u8
Shows
Format: /TMDB_ID/Season/Episode/Episode.m3u8
Example: /1402/1/1/1.m3u8
I have cd into the directory and then run the below command:
Code: Select all
filebot -get-subtitles -r /blah/blah/616037 -non-strict
However it's returning the error "No missing subtitles", now I imagine this is going to be down to my naming scheme and likely nothing I can do about it, especially with shows, however I was hoping movies would work at the very least ? They contain themoviedb id so should be pretty simple right ?
Other information:
Ubunutu 20.08 Server
Filebot running fine installed via .sh not snap.
Any help would be fantastic, thanks