Movie prefix needs to be removed

Started by sam3667, April 07, 2015, 10:19:34 AM

Previous topic - Next topic

sam3667

Can we get the movie prefix as an option to be removed from the XML. It prevents the metadata from being received from the internet.

Thanks
Sam

FrontLineFodder

#1
I've just hacked icetv's grabber and addes a few lines.

if you edit the config used (myth uses ~/.mythtv/IceTV.xml ) with the line:
stripTitles: 'Movie: '
It will should remove every occurrence of that string from the whole XML file.
note, use single quotes at the beginning and end of the line.

here is the line I am using:
stripTitles: 'Movie: |MOVIE: |AFL: |Motor Sport: |Football: '

edit: I knew I should have tested it first :D

Dave at IceTV

cheers

Dave
Customer Service

sam3667