xbenjii / torrentexpander

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

renaming is not consistent and renames wrong in case of title with numbers. #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run the script manual as test
2.
3.

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

in case of numbers in title like the example below 90210 as serie it complete 
changes the naming and not even consistent

renaming faults

- Renaming 90210 S05E11.mp4 to 90S02E10 S05E11.mp4
Should leave 90210 as title
- Renaming 90210.s05e11.hdtv.x264-2hd.mp4 to 90S02E10.s05e11.hdtv.x264-2hd.mp4
Her same mixup probably because its numbers
- Renaming 90S02E10.s05e11.hdtv.x264-2hd.mp4 to 9 S05E11.mp4
Here just changes it to 9 so its also not consistent

Then renaming the title below i would like the possibility to define a filter 
for ruling out words like dvdrip, screener etc in naming

Renaming Aladdin[1992]DvDrip[Eng]-Stealthmaster.avi to 
Aladdin1992dvdripeng-Stealthmaster.avi
Needs to filter out Dvdrip, screener etc from titles
Is there a way to specify this?

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

version 020
OpenMediaVault 0.4.17 (debian based)

Please provide any additional information below.

Original issue reported on code.google.com by arturo.d...@gmail.com on 3 Feb 2013 at 10:39

GoogleCodeExporter commented 8 years ago
I'll look into it next weekend.
Solving numbering issues really is a pain...
I see what I should do, but it still won't be perfect.

Regarding the words filtering, a lot of false positives may happen. I'll send 
you an example of pattern that will help you to get rid of them.

Addictedtoscreens

Original comment by addicted...@gmail.com on 27 Feb 2013 at 7:42

GoogleCodeExporter commented 8 years ago
Hi
Give SVN release 194 a try
I made some changes. 90210 should now be processed correctly

About that Aladdin file, the only workaround I found was adding a new property 
in the settings file, called user_defined_scene_patterns_hothead_edition. Try 
putting dvdrip in this field and see how it goes :-)

Let me know if it fits your needs

Original comment by addicted...@gmail.com on 3 Mar 2013 at 6:23