Author Topic: Frage zu Radio im XBMC  (Read 21590 times)

0 Members and 1 Guest are viewing this topic.

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage
« Reply #15 on: January 08, 2012, 02:54:27 PM »
Is that okay for you?
Here is the website for the radio stations http://www.listenlive.eu/germany.html (copy right click on Listen Live link and address)
You can create a test payload and then I complete them.

thank you

@James: the second file is for older MS-Excel like Excel97-2003
« Last Edit: January 08, 2012, 03:10:28 PM by Kalle »

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Frage
« Reply #16 on: January 08, 2012, 04:02:01 PM »
either excel format is ok for me.

The command only seems to work with .pls

In the case of m3u files, you can look inside them to see if they contain addresses that end with .pls

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #17 on: January 09, 2012, 12:13:38 PM »
mir ist aufgefallen das man unter den Button Favoriten maximal nur 5 Sachen ablegen kann.Das heist wenn ich den Favoriten Ordner in Radio umbenenne passen da nur 5 Sender rein.Oder liege ich da falsch.


jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Frage zu Radio im XBMC
« Reply #18 on: January 09, 2012, 12:19:07 PM »
change mq3 mode to pro or super

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #19 on: January 09, 2012, 01:09:07 PM »
I do not know what you mean

sry

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Frage zu Radio im XBMC
« Reply #20 on: January 09, 2012, 01:25:29 PM »
Look on this page:

http://forum.xbmc.org/showthread.php?t=107793

MAIN SKIN FUNCTIONS

- Customization Wizard: it helps with the skin pre-configuration, in a simple and explained way for any user.
- Lite, Normal, Pro and Super modes: simply choose what suits you better. Now the customization power of the main menu is usable in every mode.
- You can have up to 40 new menus and 200 submenus in all modes.

- PVR support.
- Rom Collection Browser, Advanced Launcher, programs, games and comics.


You can change the mode by going to settings >> skin >> General Options

*** This has nothing  to do with VoxCommando.  If you need help configuring skins for XBMC please look the XBMC forum for the appropriate skin.  All the information is there.  You can use a browser translator to convert the pages to German.

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #21 on: January 09, 2012, 01:36:22 PM »
i understand

  MAIN SKIN FUNCTIONS        super
« Last Edit: January 09, 2012, 01:47:20 PM by WilliamT.Riker »

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #22 on: January 14, 2012, 08:21:17 AM »
Hallo zusammen,

ich habe wieder einmal etwas probiert.Ich habe mir mit dieser Anleitung http://www.xbmcnerds.com/index.php?page=Thread&threadID=2498&pageNo=1
ein paar Plugins erstellt (Radiosender) .
Diese habe ich in XBMC integriert und sie funktionieren auch.Meine Frage wäre jetzt,da ja jedes Plugin was ich erstellt habe jetzt seine eigene ID hat müsste man sie ja direkt aufrufen können?
Wie muß der Befehl aussehen?
Hier mal die Liste meiner Radiostationen und die entspechenden ID s dazu.Vielleicht kann mir das jemand einen Test Befehl für diese Sender erstellen.
Und eine Frage noch was bedeuten die Klammern um ActivateWindows?
Ist das nur eine Erklärung was der Befehl bewirkt?
execbuiltin(ActivateWindow({1}))


<addon id="plugin.audio.Antenne Bayern Oldies but Goldies"
<addon id="plugin.audio.106!.8 Rock n POP"
<addon id="plugin.audio.Antenne Bayern"
<addon id="plugin.audio.Antenne Bayern 80er Kulthits"
<addon id="plugin.audio.BB Radio"
<addon id="plugin.audio.Berliner Rundfunk"
<addon id="plugin.audio.Country 108"
<addon id="plugin.audio.Energy Berlin"

Riker Ende



jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Frage zu Radio im XBMC
« Reply #23 on: January 14, 2012, 08:47:08 AM »
in VoxCommando you can use the XBMC.ExecBuiltin action

so you would write

XBMC.ExecBuiltin     ActivateWindow(...)

brackets are used to hold parameters in all programming langauges, scripts, etc.

You usually can't call ActivateWindow() to open a plugin.

you need to use something like this:
XBMC.ExecBuiltin      RunScript(plugin.video.youtube)

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #24 on: January 14, 2012, 08:53:16 AM »
Hallo zusammen,

ich habe wieder einmal etwas probiert.Ich habe mir mit dieser Anleitung http://www.xbmcnerds.com/index.php?page=Thread&threadID=2498&pageNo=1
ein paar Plugins erstellt (Radiosender) .
Diese habe ich in XBMC integriert und sie funktionieren auch.Meine Frage wäre jetzt,da ja jedes Plugin was ich erstellt habe jetzt seine eigene ID hat müsste man sie ja direkt aufrufen können?
Wie muß der Befehl aussehen?
Hier mal die Liste meiner Radiostationen und die entspechenden ID s dazu.Vielleicht kann mir das jemand einen Test Befehl für diese Sender erstellen.
Und eine Frage noch was bedeuten die Klammern um ActivateWindows?
Ist das nur eine Erklärung was der Befehl bewirkt?
execbuiltin(ActivateWindow({1}))


<addon id="plugin.audio.Antenne Bayern Oldies but Goldies"
<addon id="plugin.audio.106!.8 Rock n POP"
<addon id="plugin.audio.Antenne Bayern"
<addon id="plugin.audio.Antenne Bayern 80er Kulthits"
<addon id="plugin.audio.BB Radio"
<addon id="plugin.audio.Berliner Rundfunk"
<addon id="plugin.audio.Country 108"
<addon id="plugin.audio.Energy Berlin"

Riker Ende



Hi Dirk, Du hast Dir die Antwort fast selbst gegeben  ;)
Erstelle eine Payloadliste, in die Spalte "Value" tragst Du "plugin.audio.Antenne ....." ein und bei Phrases das was Du als "Sprachkommando" nutzen möchtest.
Richtig, RunScript({deine ID's "plugin.audio.Antenne Bayern Oldies but Goldies" bzw. Payload}) ist der auszuführende Befehl.

Gruß Kalle

Kalle

@James: You are a little bit faster  ;D
« Last Edit: January 14, 2012, 08:57:53 AM by Kalle »
***********  get excited and make things  **********

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #25 on: January 14, 2012, 09:21:53 AM »
Danke super,

also hat die Doppelklammer keine besondere Bedeutung?

iich hab das jetzt so gemacht.

und als ich auf speichern gegangen bin kam dieses Fenster hier.




Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #26 on: January 14, 2012, 09:30:25 AM »
Danke super,

also hat die Doppelklammer keine besondere Bedeutung?

iich hab das jetzt so gemacht.

und als ich auf speichern gegangen bin kam dieses Fenster hier.




Jo, so kannst Du das nicht machen  :bonk

so sollte es aussehen: XBMC.ExecBuilin    Parameter: RunScript({deine ID's "plugin.audio.Antenne Bayern Oldies but Goldies" bzw. Payload})

In Deinem payload muss die/der "Value" die plugin ID sein - "plugin.audio.Antenne....." Phrase: Das was VC als Befehl erkennen soll: Oldies blah blah blah usw.

teste es mal und sag uns ob es funktioniert

Kalle
« Last Edit: January 14, 2012, 09:35:32 AM by Kalle »
***********  get excited and make things  **********

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #27 on: January 14, 2012, 09:49:57 AM »
nein das geht so nicht,vorausgesetzt ich habe das jetzt richtig gemacht. :bonk :bonk :bonk :bonk :bonk :bonk :bonk :bonk :bonk :bonk
« Last Edit: January 14, 2012, 09:57:21 AM by WilliamT.Riker »

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #28 on: January 14, 2012, 09:58:56 AM »
nein das geht so nicht,vorausgesetzt ich habe das jetzt richtig gemacht. :bonk :bonk :bonk :bonk :bonk :bonk :bonk :bonk :bonk :bonk

Ich probiere das ganze auch mal aus   :o
***********  get excited and make things  **********

WilliamT.Riker

  • Sr. Member
  • ****
  • Posts: 104
  • Karma: 0
    • View Profile
Re: Frage zu Radio im XBMC
« Reply #29 on: January 14, 2012, 10:07:38 AM »
hier mal zwei Sender addons.
Die 2 zusammen gehörigen Dateien in einen Ordner kopieren der den Namen des Senders hat und diesen
Ordner dann einfach nach   C:\Users\bienefreaky\AppData\Roaming\XBMC\addons   kopieren und XBMC neustarten.

« Last Edit: January 14, 2012, 10:16:06 AM by WilliamT.Riker »