It is currently May 7th, 2024, 6:09 am

RSS feed

Get help with creating, editing & fixing problems with skins
ryu4000
Posts: 2
Joined: January 17th, 2013, 11:50 pm

RSS feed

Post by ryu4000 »

How do i make more lines for my tv shows i have alot just wanna have them all in the rss feed and cant find a setting here what i got so far http://imgur.com/Am1nn

I try both VClouds RSS and the one that comes with omni cant see code to add more then 10 lines
ryu4000
Posts: 2
Joined: January 17th, 2013, 11:50 pm

Re: RSS feed

Post by ryu4000 »

Wow no help no one knows how to make more then 12 feeds shows?
User avatar
Mordasius
Posts: 1173
Joined: January 22nd, 2011, 4:23 pm
Location: GMT +8

Re: RSS feed

Post by Mordasius »

If you are using VClouds-RSS, then for each extra line of feed you need to add:

An extra statement to the RegExp in the [Feed] measure

Code: Select all

(?(?=.*<item).*<title.*>(.*)</title>.*<link.*>(.*)</link>)
Two extra measures (be sure the StringIndex= numbers follow on from those above)

Code: Select all

[MeasureItem11]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Feed]
StringIndex=23
Substitute=#SubstituteFeed#

[MeasureLink11]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Feed]
StringIndex=24
Substitute=#SubstituteLink#
Two extra meters (make sure MeasureItemX and MeasureLinkX numbers correspond to the measures added above)

Code: Select all

[Item11]
Meter=STRING
MeterStyle=StyleItem
MeasureName=MeasureItem11
LeftMouseDownAction= [ShowMeter Link11][HideMeter Item11][Redraw]

[Link11]
Meter=STRING
MeterStyle=StyleLink
MeasureName=MeasureItem11
LeftMouseUpAction= [[MeasureLink11]][ShowMeter Item11][HideMeter Link11][Redraw]