RadioTime plugin 0.7.0.2 for MP 1.4 or lower (19-05-2013) (3 Viewers)

BillyTheFish

Portal Pro
September 5, 2008
72
12
Home Country
United Kingdom United Kingdom
Great plugin! Just a slight issue -I have media keys on my keyboard which work for volume up/down in all parts of MePo EXCEPT the 'now playing' screen of Radiotime. For some reason those keys switch between similar radio stations instead. Any idea why?

Also, any chance you could add a recording function? Pretty please? :)
 

driver140771

MP Donator
  • Premium Supporter
  • February 8, 2010
    474
    49
    Unterfranken
    Home Country
    Germany Germany
    Hello, i have a probleme with RadioTime 0.7.0.0 and German Internet Radio.
    When i play the station after 5s there is a error: Abspielen nicht möglich. rockantenne.aac
    These are the errors in the error.log:
    Code:
    2012-05-30 20:58:33.993379 [ERROR][MPMain(1)]: BASS: Unable to create Stream for http://mp3channels.webradio.rockantenne.de/rockantenne.aac.  Reason: BASS_ERROR_TIMEOUT.
    2012-05-30 20:58:34.009380 [ERROR][MPMain(1)]: BASS: Unable to play http://mp3channels.webradio.rockantenne.de/rockantenne.aac.  Reason: BASS_ERROR_HANDLE.
    2012-05-30 20:58:55.783625 [ERROR][MPMain(1)]: BASS: Unable to create Stream for http://mp3channels.webradio.antenne.de/classic-rock-live.aac.  Reason: BASS_ERROR_TIMEOUT.
    2012-05-30 20:58:55.799626 [ERROR][MPMain(1)]: BASS: Unable to play http://mp3channels.webradio.antenne.de/classic-rock-live.aac.  Reason: BASS_ERROR_HANDLE.

    and here the MediaPortal.log
    Code:
    2012-05-30 21:12:15.446363 [Info.][MPMain(1)]: BASS: Initializing BASS audio engine...
    2012-05-30 21:12:15.473365 [Info.][MPMain(1)]: BASS: Using Sound Device Lautsprecher (Realtek High Definition Audio)
    2012-05-30 21:12:16.817441 [Info.][MPMain(1)]: BASS: Initialization done.
    2012-05-30 21:12:17.369473 [Info.][MPMain(1)]: BASS: Connection Information: HTTP/1.0 200 OK
    2012-05-30 21:12:17.373473 [Info.][MPMain(1)]: BASS: Connection Information: Content-Type: audio/mpeg
    2012-05-30 21:12:17.375473 [Info.][MPMain(1)]: BASS: Connection Information: icy-br:128
    2012-05-30 21:12:17.378474 [Info.][MPMain(1)]: BASS: Connection Information: ice-audio-info: ice-samplerate=44100;ice-bitrate=128;ice-channels=2
    2012-05-30 21:12:17.380474 [Info.][MPMain(1)]: BASS: Connection Information: icy-br:128
    2012-05-30 21:12:17.383474 [Info.][MPMain(1)]: BASS: Connection Information: icy-genre:Various
    2012-05-30 21:12:17.385474 [Info.][MPMain(1)]: BASS: Connection Information: icy-name:Radio Galaxy
    2012-05-30 21:12:17.388474 [Info.][MPMain(1)]: BASS: Connection Information: icy-pub:1
    2012-05-30 21:12:17.390474 [Info.][MPMain(1)]: BASS: Connection Information: icy-url:www.radio-galaxy.de
    2012-05-30 21:12:17.393474 [Info.][MPMain(1)]: BASS: Connection Information: Server: Icecast 2.3.2-kh30.18
    2012-05-30 21:12:17.395475 [Info.][MPMain(1)]: BASS: Connection Information: Cache-Control: no-cache
    2012-05-30 21:12:17.397475 [Info.][MPMain(1)]: BASS: Connection Information: Expires: Mon, 26 Jul 1997 05:00:00 GMT
    2012-05-30 21:12:17.400475 [Info.][MPMain(1)]: BASS: Connection Information: Pragma: no-cache
    2012-05-30 21:12:17.402475 [Info.][MPMain(1)]: BASS: Connection Information: icy-metaint:16000
    2012-05-30 21:12:17.448478 [Info.][MPMain(1)]: BASS: playback started
    2012-05-30 21:12:17.452478 [Info.][MPMain(1)]: g_Player.OnStarted() http://rs21.stream24.net:80/stream media:Radio
    2012-05-30 21:12:30.824243 [Info.][MPMain(1)]: g_Player.PlayAudioStream(http://mp3channels.webradio.antenne.de/classic-rock-live.aac)
    2012-05-30 21:12:30.827243 [Info.][MPMain(1)]: g_Player.OnChanged()
    2012-05-30 21:12:40.853816 [Info.][MPMain(1)]: BASS: Unable to create Stream for http://mp3channels.webradio.antenne.de/classic-rock-live.aac.  Reason: BASS_ERROR_TIMEOUT.
    2012-05-30 21:12:40.869817 [Info.][MPMain(1)]: BASS: Unable to play http://mp3channels.webradio.antenne.de/classic-rock-live.aac.  Reason: BASS_ERROR_HANDLE.
    2012-05-30 21:12:40.884818 [Info.][MPMain(1)]: player:ended

    The first stream "Radio Galaxy" works, the stream "classic-rock-live.aac" dont`t work :(

    Is this a problem from RadioTime or a problem with the BASS-Player?

    I hope anyone can help me.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,596
    10,582
    Königstein (Taunus)
    Home Country
    Germany Germany
    Just look into the header of the xml, that ID (<id>25650</id>) is the shortcut that you can put into a button with <hyperlink> tag. Example:

    <control>
    <description>RadioTime button</description>
    <type>button</type>
    <id>(some ID here)</id>
    <hyperlink>25650</hyperlink>
    <label>RadioTime</label>
    <onup>(ID for button above)</onup>
    <ondown>(ID for button below)</ondown>
    <onleft>(ID for button left)</onleft>
    <onright>(ID for button right)</onright>
    <visible>plugin.isenabled(RadioTime)</visible>
    </control>
     

    driver140771

    MP Donator
  • Premium Supporter
  • February 8, 2010
    474
    49
    Unterfranken
    Home Country
    Germany Germany
    Hello, i have a probleme with RadioTime 0.7.0.0 and German Internet Radio.
    When i play the station after 5s there is a error: Abspielen nicht möglich. rockantenne.aac
    These are the errors in the error.log:

    And this problem?
     

    Users who are viewing this thread

    Top Bottom