[Plugin] Streamradio V2 (1 Viewer)

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    @Edalex It was working. But since 1 week I have some problems. When I enter streamradio I don't see any station and after leaving it is not possible to end video or musik playback. I will try it on my test system and will tell you if it is my or a general problem.

    @SparkyDave1981 Put the dll to "C:\Program Files\Team MediaPortal\MediaPortal\plugins\Windows" on 32bit.

    On 64bit to "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows"
     
    Last edited:

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    @fischy667 what skin files are you using? Didi you change togglebutton to checkbutton?
    BTW, none of predefined streams are currently active for me. Why do you need this plugin? o_O
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    I'm using StreamedMP and I have chanced the toggle- to checkbutton. I'm using the plugin for webradios which aren't in any list, e.g. the fan-webradio of my favorite soccer team.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Ok, it's working again, but I have one little problem.

    The plugin also supports Icecast and Southcast, but even when I disable them, they are shown in MP.
     

    Attachments

    • 2.png
      2.png
      35.9 KB
    • 1.png
      1.png
      462.9 KB

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Hey, I changed my mind about streamradio after finding sky.fm & di.fm api description in http://tobiass.eu/api
    Radiotime structure is too confusing for me :confused:
    So I think we could update sky.fm config with new urls, new covers, new channels and probably add di.fm stations.
    @fischy667 wanna help? ;)
    we need to take each channel name from here http://tobiass.eu/api/channels/sky.fm http://tobiass.eu/api/channels/di.fm
    and make request like this http://listen.sky.fm/public3/tophits.json to get new urls.
     

    mironto

    Portal Pro
    March 15, 2010
    71
    6
    Home Country
    Slovakia Slovakia
    Ok, it's working again, but I have one little problem.

    The plugin also supports Icecast and Southcast, but even when I disable them, they are shown in MP.

    Hi fischy, you need to manually edit MediaPortal.xml and add to streamradio's section two entries (don't know why it doesn't get updated through the config, but it's been like this for a while):
    < section name="mystreamradio">
    < entry name="icecast">no< /entry>
    < entry name="shoutcast">no< /entry>
    Edit: you need to remove the spaces after < because it's not possible to attach code in this forum.
     
    Last edited:

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Edit: you need to remove the spaces after < because it's not possible to attach code in this forum.

    No, it is possible, see:
    Code:
    <section name="mystreamradio">
    <entry name="icecast">no</entry>
    <entry name="shoutcast">no</entry>

    and thanks it's working.

    @Edalex

    Do you need the requests or the answers (the urls)? And if you need the urls how many per station?

    Also from rock- and jazzradio? That's a lot.
     
    Last edited:

    mironto

    Portal Pro
    March 15, 2010
    71
    6
    Home Country
    Slovakia Slovakia
    Ah, ok. I was using IE8 and it's missing all the buttons for formating (which did seem strange indeed). Let me try to use the code...
    Code:
    <section name="mystreamradio">
    <entry name="icecast">no</entry>
    <entry name="shoutcast">no</entry>
    Yep, working fine.

    Could you please share the StreamedMP mystreamradio.xml for 1.4.0 with us? Thanks.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    Ok ,here you go. I haven't done a skin file for record part, because I'm not using it, but it is not possible to run streamradio when you delete the record button from the hidden menu, so it is still there.

    @Edalex

    Here are the urls
     

    Attachments

    • mystreamradio.xml
      4.8 KB
    • streamradio_tobiass.eu.rar
      28 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom