xbenjii / torrentexpander

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

Recognize audio quality #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Consider a filename like this:
Cars.2.2011.MD.BRRip.avi

It should be "Cars 2 2011 (MD-BRRip).avi"

The common aduio quality tag is MD,LD,AC3.

Original issue reported on code.google.com by login...@gmail.com on 8 Nov 2011 at 11:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'll need to gather more info of this
The tracker I use on a daily basis usually doesn't tag audio format except from 
DTS and AC3, cam audio and line
I haven't found a definitive list of all audio tags that are commonly used by 
scenes and it looks like there is no real standards on terms of audio tagging.

Original comment by addicted...@gmail.com on 8 Nov 2011 at 10:54

GoogleCodeExporter commented 8 years ago
Yes, it's true.
I have just seen that TL uses only 'LiNe' and 'cam audio' tags for screener 
release.
Italian scene uses only 'md' and 'ld' audio tags for screener release.
Anyway i suggest to you to implement audio tag recognition for that 2 
international audio tags. I think this is usefully. Users like me will edit the 
script.
Thanks

Original comment by login...@gmail.com on 9 Nov 2011 at 5:52

GoogleCodeExporter commented 8 years ago
It may be trickier than I thought but it is definitely doable
I hope I'll have enough time to work on it this week-end

Original comment by addicted...@gmail.com on 12 Nov 2011 at 10:14

GoogleCodeExporter commented 8 years ago
Please checkout SVN revision 77 and let me know how it works for you
Patterns currently recognized are AC3,DTS,LiNE,CAM AUDIO,MD and LD
I'm fearing false positives with MD and LD audio.

If you experience issues, please send me a list of filenames containing audio 
quality tags and the resulting filenames once renamed by torrentexpander

Original comment by addicted...@gmail.com on 13 Nov 2011 at 3:50

GoogleCodeExporter commented 8 years ago
I get many errors: see examples.

Renaming Abduction.2011.iTALiAN.LD.HDTV.XviD-CriMiNaL.avi to Abduction 2011 
Italian_.avi (Wrong! correct is Abduction 2011 (LD-HDTV).avi)

After taht i have added 'italian' to 'other_movies_patterns'

Renaming Abduction.2011.iTALiAN.READNFO.MD.HDTV.XviD-TNZ to Abduction (2011)
(Wrong! correct is Abduction 2011 (MD-HDTV).avi)

Renaming A.Single.Man.2009.iTALiAN.DVDRip.XviD.avi to A Single Man (2009).avi
(Wrong! correct is A Single Man 2009 (DVDRIP).avi)

It seems that the program are using Popcorn Hour rules, but i'm usign Ubuntu.

Original comment by login...@gmail.com on 13 Nov 2011 at 6:11

GoogleCodeExporter commented 8 years ago
Hi
On your first try, the file is not considered as a movie of TV Show. On the 
next build I'll remove the trailing underscore that should definitely not be 
there.
You did well adding italian to other_movies_patterns. What you also need to do 
is add HDTV to movies_detect_patterns.

Regarding Abduction.2011.iTALiAN.READNFO.MD.HDTV.XviD-TNZ and 
A.Single.Man.2009.iTALiAN.DVDRip.XviD.avi, have you switched 
movies_rename_schema to type_3 ? It seems like type_1 comportment

BTW, I'm currently running this script on Debian, Ubuntu and Mac OS X

Thanks for your help in improving this script

Original comment by addicted...@gmail.com on 13 Nov 2011 at 7:25

GoogleCodeExporter commented 8 years ago
I didn't know 'movies_rename_schema' option. I suggest to explain this future 
on initial config message.

Now the script works well.

Original comment by login...@gmail.com on 14 Nov 2011 at 12:31

GoogleCodeExporter commented 8 years ago
you can close this

Original comment by login...@gmail.com on 14 Nov 2011 at 12:35

GoogleCodeExporter commented 8 years ago
I'll explain every option in the wiki later

Original comment by addicted...@gmail.com on 14 Nov 2011 at 6:18