RSS Ticker (1 Viewer)

Sambal

Portal Pro
February 4, 2008
144
144
Home Country
Netherlands Netherlands
Removed the message completely. It will show up in the log at debug level though.
 

Attachments

  • MP-RSSTicker.rar
    30.6 KB

erosco

MP Donator
  • Premium Supporter
  • June 25, 2007
    122
    20
    Home Country
    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

    :D again Sambal.. your final \n version works perfectly!
     

    jof

    MP Donator
  • Premium Supporter
  • December 10, 2007
    418
    14
    Home Country
    Austria Austria
    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?
     

    tamago_quin

    Portal Member
    June 25, 2008
    34
    5
    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

    Portal Member
    June 25, 2008
    34
    5
    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?
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,573
    10,560
    Königstein (Taunus)
    Home Country
    Germany Germany
    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:
     

    Attachments

    • RSS-Weather.jpg
      RSS-Weather.jpg
      169.4 KB

    peter_toyota

    Portal Member
    November 9, 2008
    9
    2
    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?
     

    Attachments

    • rss-feed.JPG
      rss-feed.JPG
      100.1 KB

    Users who are viewing this thread

    Top Bottom