Parsing Strings (regexp?) (1 Viewer)

chlodny

Portal Pro
September 18, 2009
83
19
Silesia
Home Country
Poland Poland
Hi guys!

I have a problem customizing my EPG grabber and I think you might have some suggestions. The site I grab data from provides random info about episode numbers and titles. It looks like this:

SERIES TITLE (NUMBER)

SERIES TITLE: EPISODE TITLE (NUMBER)

SERIES TITLE: EPISODE TITLE

I managed to get series' titles and episodes' numbers but I don't know what to do with the episodes' titles. I suppose it should be done by search string but I have no idea what to do with that. Do you have any ideas?

EDIT: I got it! I got it! I got it! :D

I put the whole thing like this: <#TITLE>: <#SUBTITLE>. That made all episode titles and numbers in the <sub-title> section of the TV Guide. Then I just copied the strings from here: MediaPortal_WebEPG_Grabber - MediaPortal Manual Documentation into the grabber. I had to make a small change in those strings. I had to change the {1,3} string to {1,4} string (some series are really long:p). That's it! I have it all working!
 

Users who are viewing this thread

Top Bottom