xbenjii / torrentexpander

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

Tree detection cases where expanding doesnt work as expected. #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First, thanks for this wonderful script, its works really well. I really 
appricate all work you have done to it.

However I have a three cases where it doesn't expand as the should (I guess).

Case 1) 
Expands correct but removes the wrong file, so whats left is not mkv file but 
the sfv and the nfo.
The source folderstructure: http://codebin.org/view/250240f3
Here is the resulting follderstructure, torrentexpander_temp: 
http://codebin.org/view/840f8c2d
And the final structure: http://codebin.org/view/a77940e6
It should be: http://codebin.org/view/c0bf0b86
Note: I have added "RERiP" into movies_detect_patterns_pt_2 and "imsorny" into 
scene_patterns. Correct?

Case 2) 
Expands correct but the movie doesn't placed in a own folder:
Source: http://codebin.org/view/7ba1b66b
Here is the resulting follderstructure, torrentexpander_temp: 
http://codebin.org/view/c18e4dae
I suspect this because it fails to regonize the resulting file as movie? Is it 
possible to fix?
Note: I have added "swedish" into other_movies_patterns

Case 3)
Expands correct but doesnt delete all leftover files:
The source folderstructure: http://codebin.org/view/a09e0a60
Here is the resulting follderstructure, torrentexpander_temp: 
http://codebin.org/view/7007b410
And the final structure: http://codebin.org/view/757ee788
It should be: http://codebin.org/view/6c32baef

I am using the latest revision the script; 0.21

clean_up_filenames=yes
force_single_file_movies_folder=yes
movies_rename_schema=type_2
destructive_mode=no
My torrentexpander_settings: http://codebin.org/view/659350d9

Additional question: Is possible to get full logfile on whats happening in the 
background? Tried debug=yes but got nothing.

Thanks

Original issue reported on code.google.com by adahlgren on 28 Jul 2013 at 2:13

GoogleCodeExporter commented 8 years ago
Update: 
Found that reversing to v0.20 fixes case 1) and 3), but v0.20 has issues with 
other movies and doesn't have quality tag in renamed file :/

Original comment by adahlgren on 29 Jul 2013 at 1:05