multiple srt in subfolder to movie
Posted: 07 Sep 2016, 02:58
a lot of movies come in the format;
/folder messy name of movie/filename of movie with messy name.mkv
(where mkv can be mp4,avi,etc as well)
under that folder there is a ./subs folder which will have multiple subtitles something like;
/subs/english.srt
/subs/spanish.srt
I want to be able to rename the folder, rename the video file regardless of extension, rename the srt to the movie name but only english, move the srt to be alongside the movie not in a subdirectory. I can do it semi manually but it's complicated.
eg.
/example movie 2016 1080p DTS blahblah/example movie 2016 1080p DTS blahblah.mkv
renames to
/example movie 2016/example movie 2016.mkv
and
example movie 2016 1080p DTS blahblah/subs/english.srt
renames to (note moving srt to beside the mkv)
/example movie 2016/example movie 2016.srt
and all other srt are ignored
The movie rename is easy but the srt I cannot find a solution to. In fact right now using {movie}/{movie} the subs/*.srt are each detected as a CD part. Is this possible with the gui? Alternatively can I get it to completely ignore the subs directory?
/folder messy name of movie/filename of movie with messy name.mkv
(where mkv can be mp4,avi,etc as well)
under that folder there is a ./subs folder which will have multiple subtitles something like;
/subs/english.srt
/subs/spanish.srt
I want to be able to rename the folder, rename the video file regardless of extension, rename the srt to the movie name but only english, move the srt to be alongside the movie not in a subdirectory. I can do it semi manually but it's complicated.
eg.
/example movie 2016 1080p DTS blahblah/example movie 2016 1080p DTS blahblah.mkv
renames to
/example movie 2016/example movie 2016.mkv
and
example movie 2016 1080p DTS blahblah/subs/english.srt
renames to (note moving srt to beside the mkv)
/example movie 2016/example movie 2016.srt
and all other srt are ignored
The movie rename is easy but the srt I cannot find a solution to. In fact right now using {movie}/{movie} the subs/*.srt are each detected as a CD part. Is this possible with the gui? Alternatively can I get it to completely ignore the subs directory?