Feature #766
closedExtracting title and episode number from title in EPG in Auto Rec
0%
Description
In polish tv titles in EPG often contains misc prefixes (cycle name) before actual movie title - for example:
"Megahit: Matrix" - where "Megahit" is prefix added each week to saturday night movie title.
So when I create Auto Rec for "movie/drama" about 20:00 in Saturday I get many recordings with unrelated movies but unfortunately starting with common prefix "Megahit".
It is very unconvenient, because sometimes prefixes are very long, so while browsing filenames/directories main title is truncated or even invisible but unimportant prefix is entire visible.
It could be implemented as simple regular expression defined in Auto Rec entry for example: "Megahit: (.*)" or even ".*\:(.*)"
The same method could be used for extracting episode number from title. We have for example title:
"House, MD, episode 10" (in Polish: "Dr House, odc. 10") so simple regexp like ".*episode (.*)" could extract episode number.