Ferkner / mediarenamer

Automatically exported from code.google.com/p/mediarenamer
0 stars 0 forks source link

Renaming language specific subtitle remove the language in the name #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First of all, great tool, it's really useful.

What steps will reproduce the problem?
1. Rename a subtitle file of a specific language (ex. 'Alias-5x01.en.srt'
and 'Alias-5x01.fr.srt').

What is the expected output? What do you see instead?
Expected = 'Alias - 5x01 - Prophet Five.en.srt' and 'Alias - 5x01 - Prophet
Five.fr.srt'
Returned = both end up as 'Alias - 5x01 - Prophet Five.srt'

What version of the product are you using? On what operating system?
v2.0.3360.34386 on Windows 7 64 bits.

Please provide any additional information below.

What I would suggest is to be able to add custom 'combined extension' in
the configuration. By example, there could be a field where we could enter
the following : ".en.srt;.fr.srt;.en.sub;.fr.sub". Then, when mediarenamer
see a source filename end with those extensions, it would keep them intact
in the destination filename.

Original issue reported on code.google.com by cwarren2...@gmail.com on 21 Jun 2009 at 11:20