[RELEASE] Swiss Podcast - Video Plugin

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #11
OK It should work now .-)
I hope the version string is correct.
Regards Hans
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #12
Alors mon vieux ;-)
I wonna try to implement a few french streams.
Expect them on the weekend.
Cheer Hans
find quote
Hansvon Offline
Junior Member
Posts: 13
Joined: Aug 2009
Reputation: 0
Post: #13
If you want to add RSR radios (real-time, not podcast) to your addon, feel free to copy from my modifications:

Code:
addLink('La première (MP3, 128kb/s)',    'http://broadcast.infomaniak.ch/rsr-la1ere-high.mp3',        os.getcwd()+'\\logo_la1ere_home.gif')
    addLink('Espace 2 (MP3, 128kb/s)',       'http://broadcast.infomaniak.ch/rsr-espace2-high.mp3',       os.getcwd()+'\\logo_espace2_home.png')
    addLink('Couleur 3 (MP3, 128kb/s)',      'http://broadcast.infomaniak.ch/rsr-couleur3-high.mp3',      os.getcwd()+'\\logo_couleur3_home.png')
    addLink('Option Musique (MP3, 128kb/s)', 'http://broadcast.infomaniak.ch/rsr-optionmusique-high.mp3', os.getcwd()+'\\logo_optionMusic_home.png')

    addLink('La première (AAC, 96kb/s)',     'http://broadcast.infomaniak.ch/rsr-la1ere-high.aac',        os.getcwd()+'\\logo_la1ere_home.gif')
    addLink('Espace 2 (AAC, 96kb/s)',        'http://broadcast.infomaniak.ch/rsr-espace2-high.aac',       os.getcwd()+'\\logo_espace2_home.png')
    addLink('Couleur 3 (AAC, 96kb/s)',       'http://broadcast.infomaniak.ch/rsr-couleur3-high.aac',      os.getcwd()+'\\logo_couleur3_home.png')
    addLink('Option Musique (AAC, 96kb/s)',  'http://broadcast.infomaniak.ch/rsr-optionmusique-high.aac', os.getcwd()+'\\logo_optionMusic_home.png')

    addLink('La première (MP3, 48kb/s)',     'http://broadcast.infomaniak.ch/rsr-la1ere-low.mp3',         os.getcwd()+'\\logo_la1ere_home.gif')
    addLink('Espace 2 (MP3, 48kb/s)',        'http://broadcast.infomaniak.ch/rsr-espace2-low.mp3',        os.getcwd()+'\\logo_espace2_home.png')
    addLink('Couleur 3 (MP3, 48kb/s)',       'http://broadcast.infomaniak.ch/rsr-couleur3-low.mp3',       os.getcwd()+'\\logo_couleur3_home.png')
    addLink('Option Musique (MP3, 48kb/s)',  'http://broadcast.infomaniak.ch/rsr-optionmusique-low.mp3',  os.getcwd()+'\\logo_optionMusic_home.png')

You can find the pictures here: http://www.rsr.ch/images/logos/logo_la1ere_home.gif (etc...)
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #14
Bonjour Hansvon
I try to integrate your stations and the new provides string on the weekend ...
(PS : Sending a svn-diff file would be more efficent ...)
Regards Hans
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #15
I guess I must remove the icons from the link -> copyright ...
(This would mean the only binary inside the addon is the icon for the addon.)
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #16
Today I tried to run the plugin .... with the new beta 2
It was not running ...
Has someone other this plugin installed and could confirm that the plugin with
beta2 isn't working ....
Best regards
Hans
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #17
The website has changed. I wonna have a look on this.
Regards Hans
find quote
linuxluemmel Offline
Member+
Posts: 872
Joined: Jun 2009
Reputation: 0
Location: Lucern / Switzerland
Post: #18
I updated the plugin to release 0.1.3
Regards Hans
find quote
Post Reply