austinstevenson / tvrename

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

Merged episode name should be costumizeable or improved #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Edit a season of a show
2. Add a merge rule for episodes 1 to 2
3. Leave name blank (for automatic naming)
4. The file name that is generated contains only the last episode number.

What is the expected output? What do you see instead?

- My naming standard, and the one used by Ember Media Manager is to name files 
like 1x01-02 Title 1, Title 2. tvrename instead uses 1x02 Title 1 + Title 2. 
For both the episode numbering and the titles I like Ember's approach better. 
But while the title can be customized, the numbering scheme cannot.

I would personally opt for the default to be [new ep #] <= [first ep #]-[last 
ep #]. To me, this method makes much more sense, and it is technically possible 
to scan a folder and determine that are multiple episodes in one file without 
first editing the shows database. And when browsing your media library from a 
connected device, if won't look deceptively like an episode is missing. But if 
you are married to the current approach, then it should at least be changeable.

What version of the product are you using? On what operating system?

2.2.0b - Windows 7 x64

Original issue reported on code.google.com by jsim...@gmail.com on 6 Apr 2011 at 5:55