CrazyOldWizard / TV-Show-Sorter

Sorts TV shows into folders based on name and season number
MIT License
1 stars 0 forks source link

Support for subtitle formats #7

Open Snussune opened 3 years ago

Snussune commented 3 years ago

Would it be possible to add support for subtitlefile sorting?

If i for example have a folder containing Show.S01E01.mkv and Show.S01E01.srt i would like both the mkv and the srt to be sorted into Show/Season 01/files.

Another nice feature to pair with this would be to rename the subtitle file to match the .mkv filename.

CrazyOldWizard commented 3 years ago

I have a copy of the public build running on my server and just did a test with an .srt subtitle file and it sorted it without any issues.

Could you post an example of how your mkv file is named and how your srt file that you would like to rename is currently named before it matches. - I may have an idea on how to rename non-fully matching srt files, but it may take some time to get it going.

If both files are named as they are in your post, then it should already do what you need it to do.