Listen to French radio on n800

I wanted to listen to the French radio stations France Inter and Europe1 on my n800 internet tablet but found that I could not launch the players available on their web sites using the browsers, (or, more likely, the Flash plugin), on the n800.

Should anyone else want to do the same and face the same problem, this is how I got around it.

1. The following software packages are required:
osso-xterm
becomeroot
MPlayer

2. Create the following 2 wrapper scripts with your favourite text editor.

#!/bin/sh

mplayer http://vipicecast.yacast.net/europe1

Save it as europe1 in the folder called Documents.

#!/bin/sh

mplayer http://mp3.live.tv-radio.com/franceinter/all/franceinterhautdebit.mp3

Save it as finter in the folder called Documents.

Start xterm and issue the following commands to make the scripts executable and copy them to /usr/bin/

# cd /home/user/MyDocs/.documents/
# chmod +x europe1
# chmod +x finter
# sudo gainroot
# cp europe1 /usr/bin/
# cp finter /usr/bin/

3. Download these 2 images to the folder called Documents.

Then, still in your xterm session, copy them to the correct location.

# cp europe1.png /usr/share/icons/hicolor/48x48/apps/
# cp fr_inter.png /usr/share/icons/hicolor/48x48/apps/

4. Create the following 2 desktop files with your favourite text editor.

[Desktop Entry]
Encoding=UTF-8
Version=0.0.1
Name=Europe1
Comment=Listen to Europe1 with mplayer
Exec=osso-xterm -e /usr/bin/europe1
Terminal=false
Type=Application
Icon=europe1
X-Icon-path=/usr/share/icons
X-Window-Icon=europe1
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Save it as europe1.desktop in the folder called Documents.
[Desktop Entry]
Encoding=UTF-8
Version=0.0.1
Name=France Inter
Comment=Listen to France Inter with mplayer
Exec=osso-xterm -e /usr/bin/finter
Terminal=false
Type=Application
Icon=fr_inter
X-Icon-path=/usr/share/icons
X-Window-Icon=fr_inter
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
Save it as franceinter.desktop in the folder called Documents.

Then, again still in your xterm session, copy them to the correction locations.

# cp europe1.desktop /etc/others-menu/extra_applications/
# cp europe1.desktop /usr/share/applications/hildon/
# cp franceinter.desktop /etc/others-menu/extra_applications/
# cp franceinter.desktop /usr/share/applications/hildon/

They will then be accessible from the Extras menu. A click will launch xterm which will spawn mplayer and load the stream.

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • blogmarks
  • LinkedIn
  • MySpace
  • Slashdot
  • StumbleUpon
  • Technorati
  • Propeller
  • Reddit
  • Twitter

 

4 Responses to “Listen to French radio on n800”

  1. Fabien Says:

    Teleteeeuuu Taaaaleuteuleteu …..

    France Inter … I've in brain the jingle of informations category of this radio !!!

    Good listening !

    Using Konqueror Konqueror 3.5 on Linux Linux
  2. Sylvain Says:

    a very interresting post and a very neat solution !
    Good work !

    Using Debian IceWeasel Debian IceWeasel 2.0.0.10 on Linux Linux
  3. Alex Says:

    AHH i finally got it to work. Thank you I've been trying to get Europe 1 for a while.

    Using Mozilla Firefox Mozilla Firefox 3.5.3 on Windows Windows Vista
  4. p Says:

    Updated with new europe1 URL. (just in case someone's still interested in this!)

    Using Debian IceWeasel Debian IceWeasel 3.5.6 on Debian GNU/Linux Debian GNU/Linux

Leave a Comment