JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
241 stars 60 forks source link

Multi-Title Movies #87

Open carrigan98 opened 8 years ago

carrigan98 commented 8 years ago

Movies with more than one title are considered TV series. Perhaps check to see if the title is greater than 1:15:00?

carrigan98 commented 8 years ago

Another idea. Instead of having dbvideo.multititle look for more than one title, replace with dbvideo.vidtype = 'tv' or 'movie'. Search the title of the movie for the regex Disc(/d) or D(/d)?

carrigan98 commented 8 years ago

90 aids this issue. I did work out how to only select the first title of multi-title movies. If you would like me to create a pull, please let me know.

JasonMillward commented 8 years ago

Yes please.

I'll be working on modifying the notification class today to allow for multiple notification methods.

carrigan98 commented 8 years ago

This movie was marked as tv:

MSG:1005,0,1,"MakeMKV v1.9.7 linux(x64-release) started","%1 started","MakeMKV v1.9.7 linux(x64-release)"
DRV:0,2,999,1,"DVD+R-DL hp CDDVDW TS-H653R 0E00","_Kick-Ass_#CD45","/dev/sr0"

Have to view more TV series to see how many have an underscore before the D for disc number.