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 mms://vipmms9.yacast.net/encodereurope1Save 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-executableSave 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.














Mon, 24th Sep 2007 8:08:11 +0200
Teleteeeuuu Taaaaleuteuleteu …..
France Inter … I've in brain the jingle of informations category of this radio !!!
Good listening !
UsingWed, 26th Dec 2007 14:30:49 +0100
a very interresting post and a very neat solution !
UsingGood work !