home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Graveyard
InfoService
*ORIGINAL THREAD* InfoService v1.6 - Feed reader/Twitter reader and weather
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SilentException" data-source="post: 576545" data-attributes="member: 83924"><p><strong>Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN</strong></p><p></p><p>hey edsche, i've made a couple of changes in the plugin and here is a patch file for you <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Data/FeedItem.cs and Feed.cs:</p><p> * trimmed author, title, description, url</p><p></p><p>FeedUtils.cs:</p><p> * creation of mixedfeedline didn't trim all of the separator at the end of the line</p><p> * SetFeedOnWindow also sets #infoservice.feed.img. that means that skinners that use #infoservice.feed.titles and show #infoservice.feed.img on the home screens should check if String.Equals(#infoservice.feed.isalltitles,false/true) for image control. and make a new one depending if all titles is shown or not. i have done it this way:</p><p></p><p>[CODE]</p><p> <control></p><p> <description>RSS default image</description></p><p> <type>image</type></p><p> <id>11117</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>80</width></p><p> <height>80</height></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <texture>InfoService\defaultTop.png</texture> <!-- default image when all titles is visible --></p><p> <visible>Plugin.IsEnabled(InfoService)+String.Equals(#infoservice.feed.isalltitles,true)</visible></p><p> </control></p><p> <control></p><p> <description>RSS image - InfoService</description></p><p> <type>image</type></p><p> <id>11118</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>120</width></p><p> <height>80</height></p><p> <keepaspectratio>yes</keepaspectratio></p><p> <texture>#infoservice.feed.img</texture> <!-- image when the feed is selected --></p><p> <visible>Plugin.IsEnabled(InfoService)+String.Equals(#infoservice.feed.isalltitles,false)</visible></p><p> </control></p><p>[/CODE]</p><p></p><p>I was thinking, maybe it would be good to implement settings from InfoService.SkinSettings.xml. Settings like if feed item age is shown or start with all feeds, separators and such..</p></blockquote><p></p>
[QUOTE="SilentException, post: 576545, member: 83924"] [b]Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN[/b] hey edsche, i've made a couple of changes in the plugin and here is a patch file for you :) Data/FeedItem.cs and Feed.cs: * trimmed author, title, description, url FeedUtils.cs: * creation of mixedfeedline didn't trim all of the separator at the end of the line * SetFeedOnWindow also sets #infoservice.feed.img. that means that skinners that use #infoservice.feed.titles and show #infoservice.feed.img on the home screens should check if String.Equals(#infoservice.feed.isalltitles,false/true) for image control. and make a new one depending if all titles is shown or not. i have done it this way: [CODE] <control> <description>RSS default image</description> <type>image</type> <id>11117</id> <posX>0</posX> <posY>0</posY> <width>80</width> <height>80</height> <keepaspectratio>yes</keepaspectratio> <texture>InfoService\defaultTop.png</texture> <!-- default image when all titles is visible --> <visible>Plugin.IsEnabled(InfoService)+String.Equals(#infoservice.feed.isalltitles,true)</visible> </control> <control> <description>RSS image - InfoService</description> <type>image</type> <id>11118</id> <posX>0</posX> <posY>0</posY> <width>120</width> <height>80</height> <keepaspectratio>yes</keepaspectratio> <texture>#infoservice.feed.img</texture> <!-- image when the feed is selected --> <visible>Plugin.IsEnabled(InfoService)+String.Equals(#infoservice.feed.isalltitles,false)</visible> </control> [/CODE] I was thinking, maybe it would be good to implement settings from InfoService.SkinSettings.xml. Settings like if feed item age is shown or start with all feeds, separators and such.. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Graveyard
InfoService
*ORIGINAL THREAD* InfoService v1.6 - Feed reader/Twitter reader and weather
Contact us
RSS
Top
Bottom