
RadioBox
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
RadioBox is an internet radio player based on mplayer.
The player comes with preloaded Israeli stations, but it's easy change the theme to support other radio stations.
supported actions are: play, pause, stop, recording, volume up, volume down and channel changing.
The theme assumes that your audio plugin is aRts in order to update the volume level - I don't know if the theme will work well on other plugins.
please post here about other plugins - full info in the README file.
more info on all subject in the README file.
please note that loading the theme takes about 2 seconds.
Acknowledgment
=-=-=-=-=-=-=-=
* the mplayerCtrl file is based on a file from a sourceforge project name mediaCube -
http://sourceforge.net/projects/mediacube/
* the prettyText method and the idea for the wrapping of the drawer is taken from the
liquid weather theme - http://www.kde-look.org/content/show.php?content=6384
* all graphic files are taken with permission from the iCandy winamp theme made by "Judge"
you can download the original winamp theme here: http://www.deviantart.com/deviation/431
The graphic files ARE NOT gpl'ed, you need to get Judge's permission to use them.
memphidoo
16 years ago
Report
MegaBuczo
16 years ago
line and it doesnt work :(
Report
Idoa01
16 years ago
what I do is first check if the address works, this time it didnt.
next i wget the file (from the console):
wget "http://www.bbc.co.uk/worldservice/ram/live_infent.ram"
this is normally a text file, in the text file is the real address:
"rtsp://rmlivev8.bbc.net.uk/farm/*/ev7/live24/worldservice/liveinfent.ra"
use this address to listen to bbc.
Report
gorrister
16 years ago
I have a problem with the playlist: is invisible, i can't view or select the channels but can move the theme (with the cursor in the "invisible" area of the list).
Any idea?
Report
Idoa01
16 years ago
I realize that they are hard to spot - I should point them out on the next release.
or is it a different problem?
Report
gorrister
16 years ago
>the right most button?
No, and the console don't show any info.
Report
Idoa01
16 years ago
whats the output on the screen, does this happen all the time or only some time?
Try changing the script on line 44 to menuOn = True - does this help?
Report
nuka
16 years ago
Report
Idoa01
16 years ago
all you need is mplayer installed on your system.
I'll think about an xmms version (can xmms play internet radio station?
Report
nuka
16 years ago
Report
MegaBuczo
16 years ago
i have two small problems.
1.I cant adjust volume.Im pressing the volume buttons and nothing is happening.
2.List of radio stations are sometimes disappearing without reason.
Well it is good idea (in my opinion) and it is very useful for me.It looks nice and
im going to use that from now ;)
Report
Idoa01
16 years ago
1) about the volume - In the program I assume you use aRts - thats the way my computer is configured.
I know that not everyone is using aRts (ALSA and OSS comes to mind) but I don't know what the volume commands for these plugins are.
If someone can point out the way to use them, I'll be happy to include support in the next version.
what I need is a command that shows the current volume value, an example of the output and a command(s) to manipulate the volume level - all from the console.
2) Try to find a pattern to this issue, I want to hear about all the bugs in order to fix them for the next version
Report
MegaBuczo
16 years ago
It works.I just didnt know that there are 3 buttons =)
Report