Oruss7 / tinymediamanager

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

Multi-Part Movie Recognition/NFO Naming #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Scrape a movie that has multi-parts.

What is the expected output? What do you see instead?
The resulting NFO that is created should be named according to 'movie name' and 
'year':
Movie Name (2013)-cd1.mkv
Movie Name (2013)-cd2.mkv
Movie Name (2013).nfo

Instead the NFO that is created is named with a dash appended:
Movie Name (2013)-.nfo
tiny already ignores the 'cdx' part, but needs to also ignore the dash.

What version of the product are you using? On what operating system?
r768 win64 (exe)

Please provide any additional information below.
XBMC multi-part episode naming is documented here 
(http://wiki.xbmc.org/index.php?title=Video_library/Naming_files/Movies#Naming_c
onventions).

Original issue reported on code.google.com by GreatQ.C...@gmail.com on 25 Jul 2013 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago
fixed with r802

Original comment by manuel.l...@gmail.com on 3 Aug 2013 at 4:07

GoogleCodeExporter commented 9 years ago
Excellent. Thank you for listening to a random user :) 

Original comment by GreatQ.C...@gmail.com on 3 Aug 2013 at 5:15