*ORIGINAL THREAD* InfoService v1.6 - Feed reader/Twitter reader and weather (1 Viewer)

edsche

Community Plugin Dev
January 7, 2007
606
360
38
Ulm
Home Country
Germany Germany
Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

I don't have twitter enabled.

Simone
Did you pressed the refresh button in the feed window? If yes, it will also try to update twitter, also if it's disabled (of course this is a bug). This happens only if you manually update the feeds. Auto update should not be affected. But it's safe to ignore that message.
 

chemelli

Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    50
    Milano, Italy
    Home Country
    Italy Italy
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    Yup, refreshed manually :p

    Simone
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    38
    Ulm
    Home Country
    Germany Germany
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    ok, now it starts fine.

    #infoservice.feed.titles is filled with news from all feeds,
    #infoservice.feed.img is filled with "defaultFeedRSS". that's the default image for all feeds, right?
    If all feeds ticker is set, the default feed image is defaultFeedRSS. But it's no problem to use a defaultFeedALL.jpg image or something.


    upon opening the feeds window,

    #infoservice.feed.img is filled with defaultFeedRDF (MediaPortal feed is RDF) but that doesn't show in the logs
    #infoservice.feed.titles is not changed
    and i get listbox facade empty (no items) and none of the properties for the textbox are filled either, i have to select the feed and then it's ok.
    If all feeds are shown on the basichome screen and you'll go to the infoservice feed screen, then the last activated feed (the active feed before changing to all feeds) will be shown. BUT the all feeds ticker will stay on basichome. The basichome ticker will only be changed, if you select a new feed in the menu. I think this is the best way to handle this all feeds ticker, because it isn't handled as a feed.
    But i thought it would be good to handle the all feeds ticker as a own feed, so it would be in the feed list and could be also shown in the infoservice feed gui.

    The listbox bug was a tricky thing :D but found a much better solution to fill the listbox. Anyway it works now :D

    what i would also like to have is ShowAllFeedsTickerOnStartup exported as property #infoservice.feed.isalltitles ('yes','no' or similar)
    I will add that ;)

    also, your internal property ShowAllFeedsTickerOnStartup should not be set to false if it was set to true until user manually selects the feed.
    The ShowAllFeedsTickerOnStartup variable reflects only the config setting nothing more. On plugin init the ShowAllFeedsTickerOnStartup variable will be filled with the right setting from the config. I set it to false (not in the config, only internal) after the first time, because this setting should only used one time after mp startup.

    At the moment the source control of codeplex is down. As soon as the source control is online i will upload a new version.

    Thanky for your detailed bug report :)
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    edsche, thanks for the fixes! is the new version available for download? i saw you changed the source but i don't see new compiled version :)
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    38
    Ulm
    Home Country
    Germany Germany
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    nope i haven't uploaded a compiled version. i want to integrate the automatic weather change thing which pilehave mentioned before. don't know if i have the time for that today, but anyway i will upload a new compiled version tonight with or without the feature ;)

    btw: i've readded the infoservice.xml because it's used for the menu where you select which window to open (twitter or feed). if there is no infoservice.xml, the background of the menu would be just black with the skin missing error behind the menu.
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    38
    Ulm
    Home Country
    Germany Germany
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    Like i said here is a new beta. I did some heavy changes to the update (Feed, Twitter and Weather) algorithm, so hopefully it will still work for all (I did only one test here, I'm too tired now :D).

    The automatic weather change detection is implemented, but i don't know if keep that. It's only a workaround. Anyway it works for me.

    Good night :p

    Edit: Argh, sry SilentExcept, forgot to add your property #infoservice.feed.isalltitles. I will add that as soon as possible Btw: Do you mean to set this property to yes if the all feeds ticker is set (Button "Show all feeds on home" in the Feed GUI)? Because here

    what i would also like to have is ShowAllFeedsTickerOnStartup exported as property #infoservice.feed.isalltitles ('yes','no' or similar)

    you refer to the ShowAllFeedsTickerOnStartup value (Which is only the config setting you wanted).
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    thanks, i'll test the new version tomorrow :)

    i thought you have a variable in the plugin that is set to true when #infoservice.feed.titles is showing all feeds and false otherwise (when showing chosen feed). it would be nice to have that kind of info available.
     

    UNOPARATOR

    MP Donator
  • Premium Supporter
  • September 19, 2007
    231
    70
    Istanbul
    Home Country
    Turkey Turkey
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    Any ideas why the scrolling feeds on Home screen might scroll choppy every few seconds? I'm using Black Glass v2.2.0 skin, InfoService v1.32 with MP v1.1.0_BETA-1_rev23491...
     

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    Choppy or flickering?
    If it's flickering it could be the fadelabel being @ a position < 20 posx. That makes fadelabels flicker.
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    38
    Ulm
    Home Country
    Germany Germany
    Re: InfoService v1.32 - 5 day weather/Feeds/Twitter on basic home [04-01-2010] *PLANN

    Any ideas why the scrolling feeds on Home screen might scroll choppy every few seconds? I'm using Black Glass v2.2.0 skin, InfoService v1.32 with MP v1.1.0_BETA-1_rev23491...
    This is normal. I haven't seen a fadelabel unchoppy, also with the old rss ticker. This might be a problem of mediaportal. Cannot fix this, because InfoService does not draw the ticker. It sets only the feed ticker text for mediaportal. Drawing is done by mediaportal itself.
     

    Users who are viewing this thread

    Similar threads

    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    This plugin is alternate version to the original World Weather plugin developed by @Micropolis. Is compatible with MediaPortal...
    Replies
    33
    Views
    6K
    That was the correction I made in BasicHome for the 1.35 Prerelease which you adddd to repo ;)
    That was the correction I made in BasicHome for the 1.35 Prerelease which you adddd to repo ;)
    I'm going bananas here!! Used MP1 since MP1.10 or so.....an haven't had problems for years! Am using latest Dune...
    Replies
    8
    Views
    592
    Well, currently the plugin shows the sun/moon times in user's local time. As you said, It would require to add time zone parameter to the profile. I'll try to add this option in the next version. PS: please use official thread
    Well, currently the plugin shows the sun/moon times in user's local time. As you said, It would require to add time zone parameter...
    I have the current (1.0.2.0 level) World Weather Lite plugins installed on x86 and x64 different MP1 copies. When Location is...
    Replies
    7
    Views
    1K
    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG grabbing configuration, thanks again for all the assistance, wow so much faster on everything now that MSE is out of the picture...MP WAF is now restored and FetchTV STB sits in the corner collecting dust :)
    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG...
    Long time MP user, and recently upgraded to MP1.34, prior to this upgrade, i have for many years successfully used MP with fast and...
    Replies
    20
    Views
    1K
    Hi, it looks like the Client's server connection settings got corrupted somehow and were reset, hopefully this is an easy fix. Open MP2-Client, navigate to Settings->General->Connectivity->Home server. In the menu on the left there may be an option Detach from home server, if there is click it and acknowledge the dialog that pops up...
    Hi, it looks like the Client's server connection settings got corrupted somehow and were reset, hopefully this is an easy fix...
    Help Please: MP doesnt display any of my previouse recordings or TV programs It seems like the Server isnt running? MP was working...
    Replies
    3
    Views
    550
    Top Bottom