Ankündigung

Einklappen
Keine Ankündigung bisher.

XBMC Radio Addon mit Sender starten

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    XBMC Radio Addon mit Sender starten

    Hallo!

    Nachdem mir gerade so toll beim Wecker geholfen wurde, auf zum nächsten Thema, wo ich keinen blassen Schimmer habe wie ich das anstelle:

    Ich habe einen Raspberry mit XBian rennen, kann ihn über das XBMC Binding pausieren und starten --> das funktioniert schon mal.

    Jetzt hätte ich noch folgende Frage dazu (oder soll ich einen neuen Thread aufmachen):
    Ich möchte das Radio Addon (Add-on:Radio - Kodi) starten mit einem fix eingestellten Sender. Folgenden Versuch hätte ich gemacht:

    Code:
    [B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055] [LEFT]rule[/LEFT][/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT][/LEFT][/COLOR][LEFT][/LEFT][/SIZE][LEFT][/LEFT][/COLOR][LEFT][/LEFT][/SIZE][LEFT][SIZE=2][COLOR=#000000] [/COLOR][/SIZE][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]"Start [U]Wecker[/U] Radio"[/COLOR][/SIZE][/COLOR][/SIZE][/LEFT][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]
    [/COLOR][/SIZE][/COLOR][/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055] [LEFT]when[/LEFT]
    [/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [LEFT][/LEFT][/SIZE][LEFT][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]Item[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] XBMC_Wecker [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]changed[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]to[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] ON[/SIZE][/LEFT][SIZE=2]
    [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055] [LEFT]then[/LEFT]
    [/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [LEFT][I]postUpdate[/I](XBMC_Wecker, OFF)[/LEFT]
     [LEFT][I]sendCommand[/I](WeckerStation, [/LEFT][/SIZE][LEFT][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]"http://mp3stream7.apasf.apa.at:8000/"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2])[/SIZE][/LEFT][SIZE=2]
    [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055] end
    [/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE]
    Code:
    [B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055] [LEFT]String[/LEFT][/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT][/LEFT][/COLOR][LEFT][/LEFT][/SIZE][LEFT][/LEFT][/COLOR][LEFT][/LEFT][/SIZE][LEFT][SIZE=2][COLOR=#000000] WeckerStation [/COLOR][/SIZE][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]"XBMC Player file [%s]"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#000000] { xbmc=[/COLOR][/SIZE][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]">[192.168.1.30|Player.Open]"[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#000000] }[/COLOR][/SIZE][/LEFT][SIZE=2]
    [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055] Switch[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#000000] XBMC_Wecker [/COLOR][/SIZE][SIZE=2][COLOR=#2a00ff][SIZE=2][COLOR=#2a00ff]"XBMC [U]Starte[/U] [U]Wecker[/U]"
    [/COLOR][/SIZE][/COLOR][/SIZE]
    Ich habe echt null Ahnung, wie ich das Addon mit dem Stream starte....
    Nehme auch gerne Hinweise entgegen, wo ich weitersuchen soll!


    Herbert
Lädt...
X