MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2008-09-15, 15:25   #61 (permalink)
Portal Member
 
Join Date: Feb 2008
Posts: 140
Thanks: 6
Thanked 136 Times in 37 Posts

Country:

My System

Default

Removed the message completely. It will show up in the log at debug level though.
Attached Files
File Type: rar MP-RSSTicker.rar (32.2 KB, 203 views)
Sambal is offline   Reply With Quote
This User Say Thank You:
Old 2008-09-20, 05:04   #62 (permalink)
Portal Member
 
Join Date: Jun 2007
Age: 40
Posts: 65
Thanks: 11
Thanked 4 Times in 4 Posts

Country:

My System

Default

Teuf,

Sorry for the delay. These are my scripts (and small program) that I use to generate my rss.xml file that is configured in the plugin.

I have the MP Web Interface plugin so when I build a new rss.xml I just copy it across to this directory.

I have also included my patched myhome.xml which is for the Blue Two skin.

Basically everytime I record something I use the comskip launcher (to run comskip via a bat then) call addRecorded.cmd.
Everytime I download a torrent using vuze I use the CommandRunner plugin in Vuze (Azureus) to call addDownloaded.cmd

Sambal's plugin picks up the rss and shows it as a scrolling 'updates' stream on my home page.

Hope all this makes sense. Let me know if not.

Cheers
erosco

again Sambal.. your final \n version works perfectly!
Attached Files
File Type: zip rssFeed.zip (6.2 KB, 48 views)
erosco is offline   Reply With Quote
This User Say Thank You:
Old 2008-09-20, 12:41   #63 (permalink)
jof
Portal Member
 
Join Date: Dec 2007
Posts: 90
Thanks: 10
Thanked 1 Time in 1 Post

Country:

My System

Default

I use the latest SVN of Mediaportal and the latest stable Aeon Wide release.
I thougt I don't have to modify the Basichome.xml with the new Aeon Version because the code for RSS Ticker is already implemented, but it's not working for me. No News and no weather.

Do i still have to modify the basichome.xml of Aeon Wide?
jof is offline   Reply With Quote
Old 2008-09-20, 13:01   #64 (permalink)
Portal Member
 
Darre's Avatar
 
Join Date: Apr 2007
Age: 23
Posts: 918
Thanks: 105
Thanked 77 Times in 59 Posts

Country:


Default

Yes. Just download the aeon menugenerator, open your basichome.xml and select weather etc.
Darre is offline   Reply With Quote
Old 2008-09-20, 13:18   #65 (permalink)
jof
Portal Member
 
Join Date: Dec 2007
Posts: 90
Thanks: 10
Thanked 1 Time in 1 Post

Country:

My System

Default

Thanks Darre. It works now!
jof is offline   Reply With Quote
Old 2008-10-25, 10:29   #66 (permalink)
Portal Member
 
Join Date: Jun 2008
Posts: 34
Thanks: 2
Thanked 5 Times in 3 Posts


Default

Has anyone been having problems with this plugin after updating to RC3? Mine is displaying the weather image correctly but condition and temperature don't work most of the time
tamago_quin is offline   Reply With Quote
Old 2008-10-25, 11:53   #67 (permalink)
Portal Designer
 
catavolt's Avatar
 
Join Date: Aug 2007
Location: Glashütten (Hochtaunus)
Posts: 281
Thanks: 66
Thanked 49 Times in 34 Posts

Country:


Default

No problems here!
__________________
Best Regards
catavolt
catavolt is offline   Reply With Quote
Old 2008-10-27, 05:59   #68 (permalink)
Portal Member
 
Join Date: Jun 2008
Posts: 34
Thanks: 2
Thanked 5 Times in 3 Posts


Default

Code:
<control>
	<description>condition</description>
	<type>label</type>
	<id>1</id>
	<posY>100</posY>
	<posX>1040</posX>
	<font>font14</font>
	<label>#temp | #condition</label>
        <align>right</align>
</control>
doesn't work


Code:
<control>
	<description>Temperature</description>
	<type>label</type>
	<id>1</id>
	<width>400</width>
	<height>50</height>
	<posY>101</posY>
	<posX>968</posX>
	<font>font14</font>
	<label>#temp</label>
</control>
works

Code:
<control>
	<description>condition</description>
	<type>label</type>
	<id>1</id>
	<width>400</width>
	<height>50</height>
	<posY>100</posY>
	<posX>1032</posX>
	<font>font14</font>
	<label>#condition</label>
        <textalign>right</textalign>
</control>
doesn't work..

it seems like there is something wrong with the #condition tag?
tamago_quin is offline   Reply With Quote
Old 2008-10-27, 14:56   #69 (permalink)
Portal Designer
 
catavolt's Avatar
 
Join Date: Aug 2007
Location: Glashütten (Hochtaunus)
Posts: 281
Thanks: 66
Thanked 49 Times in 34 Posts

Country:


Default

Hi,

this are the codings in PureVisionHD Basichome - works perfectly here!

Code:
<control>
      <description>Weather image</description>
      <type>image</type>
      <id>1</id>
      <posX>1150</posX>
      <posY>0</posY>
      <align>right</align>
      <texture>#weatherimg</texture></control>
    <control>
      <description>Location</description>
      <type>label</type>
      <id>1</id>
      <width>400</width>
      <height>50</height>
      <posX>1215</posX>
      <posY>15</posY>
      <align>right</align>
      <font>font14B</font>
      <textcolor>coral</textcolor>
      <label>#location</label></control>
    <control>
      <description>Temperature</description>
      <type>label</type>
      <id>1</id>
      <width>400</width>
      <height>50</height>
      <posX>1200</posX>
      <posY>45</posY>
      <align>right</align>
      <font>font16</font>
      <textcolor>lightskyblue</textcolor>
      <label>#temp</label></control>
    <control>
      <description>Condition</description>
      <type>label</type>
      <id>1</id>
      <width>400</width>
      <height>50</height>
      <posX>1110</posX>
      <posY>45</posY>
      <align>right</align>
      <font>font12</font>
      <textcolor>lightskyblue</textcolor>
      <label>#condition</label></control>

Try to use only <align> and not <textalign>!
And here the latest image:
Attached Thumbnails
rss-ticker-rss-weather.jpg  
__________________
Best Regards
catavolt
catavolt is offline   Reply With Quote
Old 2008-11-09, 08:49   #70 (permalink)
Portal User
 
Join Date: Nov 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default hide menu

Hi,

Anyone knows a way to hide the main menu in blue3Wide, so that only the ticker and the video file are on screen?

I have made some mods to the .xml files to place the ticker where I want, but I cannot make the main menu disappear, leaving only the ticker and the video playing. I want to do that.

I turned my ticker graphic into a button object, and when ever I click it, the menu zooms out, but inmediately zooms back in.

Any ideas?
Attached Thumbnails
rss-ticker-rss-feed.jpg  
peter_toyota is offline   Reply With Quote
Reply

Bookmarks

Tags
rss, ticker

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
RSS News ticker/scroller scythelt Improvement Suggestions 17 2007-10-30 18:43
Info ticker partly visible martijn_online 0.2.3.0 RC1 and SVN Builds 2 2007-08-09 14:21
News Ticker Flipit Improvement Suggestions 0 2006-08-07 21:16
RSS plugin alex Installation, configuration support 9 2005-12-28 14:55
Java ticker not readable chili Website/Forum/Wiki Feedback 16 2005-10-29 16:41


All times are GMT +1. The time now is 05:31.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden