<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>icecast &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/icecast/</link>
	<description>Feed of posts on WordPress.com tagged "icecast"</description>
	<pubDate>Sat, 26 Jul 2008 23:37:09 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[NATIVE FLASH RADIO V1]]></title>
<link>http://codingexpert.wordpress.com/2008/02/21/native-flash-radio-v1/</link>
<pubDate>Fri, 30 May 2008 14:19:22 +0000</pubDate>
<dc:creator>sodah</dc:creator>
<guid>http://codingexpert.wordpress.com/2008/02/21/native-flash-radio-v1/</guid>
<description><![CDATA[

NATIVE FLASH RADIO V1





Webbasierendes Single-Stream Flash Radio. Es werden alle gängigen MPEG]]></description>
<content:encoded><![CDATA[<table width="100%">
<tr>
<td>NATIVE FLASH RADIO V1
</td>
<td width="107"><img width="107" src="http://blog.codingexpert.de/wp-content/uploads/celogo.jpg" height="105" alt="" /></td>
</tr>
</table>
<p><!--more--><br />
Webbasierendes Single-Stream Flash Radio. Es werden alle gängigen MPEG/AUDIO-Streams unterstützt. Es läuft direkt über das Browserplugin Flash 8 und ist somit auf fast allen Plattformen erreichbar.<br />
Tested on MAC, PC, LINUX:<br />
- Mozilla Firefox 2.0.0.12<br />
- Mozilla Firefox 3.0 beta 2<br />
- IE 6.0.2900.2180<br />
- IE 7.0<br />
- Opera 9.24<br />
- Netscape 7.1<br />
- Netscape 9.0.0.5</p>
<p>For test your radio streams: <a href="http://native.flashradio.info/">http://native.flashradio.info</a></p>
<p>Functions and more read under:<br />
<a target="_blank" href="http://blog.codingexpert.de/?p=31">http://blog.codingexpert.de/?p=31</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[SHOUTCAST FLASH RADIO V3]]></title>
<link>http://codingexpert.wordpress.com/?p=3</link>
<pubDate>Fri, 30 May 2008 11:16:15 +0000</pubDate>
<dc:creator>sodah</dc:creator>
<guid>http://codingexpert.wordpress.com/?p=3</guid>
<description><![CDATA[

SHOUTCAST FLASH RADIO V3





Webbasierendes Shoutcast Flash Radio. Es unterstützt alle auf http:]]></description>
<content:encoded><![CDATA[<table width="100%">
<tr>
<td>SHOUTCAST FLASH RADIO V3
</td>
<td width="107"><img width="107" src="http://blog.codingexpert.de/wp-content/uploads/celogo.jpg" height="105" alt="" /></td>
</tr>
</table>
<p><!--more--><br />
Webbasierendes Shoutcast Flash Radio. Es unterstützt alle auf <a href="http://www.shoutcast.com/">http://www.shoutcast.com/</a> gehosteten Radiochannels. Es läuft direkt über das Browserplugin Flash 8 und ist somit auf fast allen Plattformen erreichbar.<br />
Durch die deeplink-Technologie ist es möglich die Radio Sender-URL des Browsers an andere zuversenden:<br />
<a target="_blank" href="http://shoutcast.flashradio.info/#/House/6668">http://shoutcast.flashradio.info/#/House/6668</a> (FLASH 8+ plugin required)</p>
<p>Functions and more under:<br />
<a target="_blank" href="http://blog.codingexpert.de/?p=30">http://blog.codingexpert.de/?p=30</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Streaming audio su linux]]></title>
<link>http://etanoox.wordpress.com/?p=32</link>
<pubDate>Wed, 13 Feb 2008 00:23:02 +0000</pubDate>
<dc:creator>etanoox</dc:creator>
<guid>http://etanoox.wordpress.com/?p=32</guid>
<description><![CDATA[
Installazione e configurazione di Icecast + Ices2

Questa non è una guida!!! Sono solamente miei a]]></description>
<content:encoded><![CDATA[<div align="center">
<h2>Installazione e configurazione di Icecast + Ices2</h2>
</div>
<div align="left"><img src="http://etanoox.wordpress.com/files/2008/02/icecast51.thumbnail.png" alt="Icecast" align="left" height="128" width="116" />Questa non è una guida!!! Sono solamente miei appunti...</div>
<div align="left">Ices2 non supporta gli mp3. Convertire la musica in ogg per usare Ices2</div>
<div align="left">Installare icecast2 e ices2</div>
<p><code>apt-get install icecast2 ices2</code></p>
<div align="left">Configurare tutto quello che c'è da configurare:</div>
<p><code>vi /etc/icecast2/icecast.xml</code></p>
<p>Modificare le 3 righe<br />
&#60;source-password&#62;primapassword&#60;/source-password&#62;</p>
<p>&#60;relay-password&#62;secondapassowrd&#60;/relay-password&#62;</p>
<p>&#60;admin-password&#62;terzapassword&#60;/admin-password&#62;</p>
<div align="left">Fatto questo modificare /etc/default/icecast2 :</div>
<p><code>vi /etc/default/icecast2</code></p>
<p>Modificare da  ENABLE=false a ENABLE=true.</p>
<p>Riavviare icecast2<br />
<code>/etc/init.d/icecast2 restart</code></p>
<p>Creare le directory di ices2:<br />
<code>mkdir /var/log/ices<br />
mkdir /etc/ices2<br />
mkdir /etc/ices2/music</code></p>
<p>Copiare il giusto file di conf:<br />
<code>cp /usr/share/doc/ices2/examples/ices-playlist.xml /etc/ices2</code></p>
<p>e modificare<br />
&#60;background&#62;0&#60;/background&#62; in &#60;background&#62;1&#60;/background&#62;<br />
&#60;param name="file"&#62;playlist.txt&#60;/param&#62; in &#60;param name="file"&#62;/etc/ices2/playlist.txt&#60;/param&#62;<br />
&#60;password&#62;hackme&#60;/password&#62; in &#60;password&#62;primapassword&#60;/password&#62;</p>
<p>Creare il file /etc/ices2/playlist.txt<br />
<code>find /etc/ices2/music -name *.ogg &#62; /etc/ices2/playlist.txt</code></p>
<p>Riavviamo icecast e lanciamo ices2:<br />
<code>/etc/init.d/icecast2 stop<br />
/etc/init.d/icecast2 start<br />
ices2 /etc/ices2/ices-playlist.xml</code></p>
<p>Fine</p>
<p align="center"><a href="http://clk.tradedoubler.com/click?p=56066&#38;a=1484121&#38;g=16689762" target="_BLANK"><img src="http://impit.tradedoubler.com/imp?type(img)g(16689762)a(1484121)" border="0" /></a></p>
<hr /> <b><i><span style="color:green;text-decoration:none;">V2-Day soundtrack</span></i></b>[audio http://www.beppegrillo.it/audio/vday_leopari.mp3]<br />
<a href="http://www2.beppegrillo.it/v2day/vmarcia/index.php"><img src="http://www2.beppegrillo.it/v2day/immagini/bottone_iscriviti.gif" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Diffuser votre bibliothèque musicale en stream]]></title>
<link>http://linuxiens.wordpress.com/?p=9</link>
<pubDate>Mon, 04 Feb 2008 21:45:59 +0000</pubDate>
<dc:creator>Tomatoschewps</dc:creator>
<guid>http://linuxiens.wordpress.com/?p=9</guid>
<description><![CDATA[J&#8217;ai personnellement un portable (ou plutôt 2, passons&#8230;) et un serveur. Le portable me ]]></description>
<content:encoded><![CDATA[<p align="justify">J'ai personnellement un portable (ou plutôt 2, passons...) et un serveur. Le portable me sert pour surfer, t'chatter, blogger, bosser (accessoirement) et plein d'autre trucs comme tout le monde. Cependant je ne me vois pas avec toutes mes données directement dessus, premièrement d'un point de vu sécurité (comment faire si il tombe du 25ème étage sous les roues d'un semi-remorque...) mais aussi parce que avoir des données sur mon portables ça ne me permet d'y avoir accès que lorsque celui-ci est à coté de moi... et seulement pour moi. Dans cette optique et pour pouvoir mettre en pratique et expérimenter certaines chose en rapport avec mes études, j'ai mis en place un serveur sur lequel j'ai quelques services, dont un serveur de stockage (la base quand on se monte un serveur). Dans les données stockés, j'ai bien évidemment la musique que j'ai chèrement payé et 'numérisé' afin d'y avoir accès de tout mes postes simplement.</p>
<p align="justify">Cependant avoir votre musique sur un serveur chez vous et rien sur votre portable, ça vous donne des séances de projets tuteurés à l'université assez moroses. J'ai bien essayé un petite connexion SSH pour récupérer quelques pistes via scp, mais le tout est pas très rapide et pas très utilisable. À partir de là, une idée qui me trottais dans la tête depuis quelques temps m'a semblé devenir indispensable...<!--more--></p>
<p align="justify">L'idée c'est d'implémenter un service de stream sur mon serveur qui diffuserai à la demande et de façon très restreinte la musique que j'ai. Après quelques recherches, j'ai trouvé une solution qui me convenait assez bien, à savoir <a href="http://www.musicpd.org/" target="_blank">MPD</a> (que j'utilise déjà quand je suis en local) pour lire la musique sur le serveur, commandé par une interface web grâce à <a href="http://pitchfork.remiss.org/">pitckfork</a>, le flux produit par MPD étant dirigé sur <a href="http://www.icecast.org/">Icecast2</a> afin d'y être transformé en flux stream. Ce flux reste en local car je ne souhaite pas que n'importe qui écoute en même temps que moi. Il sera donc nécessaire d'établir une connexion ssh avec redirection de port pour y avoir accès.</p>
<p align="justify">Après la parlotte, passons à la pratique. Je vous laisse installer MPD, Pitchwork (ou autre, Pitchwork n'est pas la seul interface web pour MPD mais cependant je la trouve assez réussi) et Icecast suivant les distributions que vous avez. Je ne m'intéresserai qu'à la configuration de MPD et Icecast2.</p>
<p align="justify">MPD :</p>
<p align="justify">Dans <span style="color:#ff6600;"><span style="color:#ffcc00;">/etc/mpd.conf</span> </span>hormis la configuration par défault qui consite à indiquer l'emplacement de votre musique, des playlist, de l'utilisateur pour lequel MPD est lancé etc... ce qui nous intéresse est ce qui se trouve sous la bannière :</p>
<p align="justify"><span style="color:#ffcc00;">#######</span><span style="color:#ffcc00;">###</span><span style="color:#ffcc00;">#</span><span style="color:#ffcc00;">##</span><span style="color:#ffcc00;">##</span><span style="color:#ffcc00;"># SHOUT STREAMING </span><span style="color:#ffcc00;">#######</span><span style="color:#ffcc00;">###</span><span style="color:#ffcc00;">##</span><span style="color:#ffcc00;">###</span><span style="color:#ffcc00;">#</span></p>
<p align="justify">Je vous met à la suite la configuration pour l'un de mes flux (j'ai configuré MPD pour avoir un flux 'haute qualité' et un 'moyenne qualité' ) Le détail est en dessous</p>
<p align="justify"><span style="color:#ffcc00;"> audio_output {<br />
type            "shout"<br />
name            "Thot's HQ stream"<br />
host            "localhost"<br />
port            "8000"<br />
mount           "/hq.ogg"<br />
password        "abcdefgh"<br />
quality         "5.0"<br />
#       bitrate         "128"<br />
format          "44100:16:1"<br />
#<br />
# Optional Paramters<br />
user            "source"<br />
description     "Flux Haute Qualitée"<br />
genre           "All"<br />
}</span></p>
<p align="justify">audio_output{ } est obligatoire et indique la configuration d'une sortie audio (vous vous en seriez doutés) celle-ci peut etre pour une sortie physique ou comme ici vers un fichier, spécifié par l'argument ' type "shout" '.</p>
<p align="justify">Viens ensuite le nom que vous voulez lui donner, celui-là même qui apparaîtra dans Icecast. Host et port définissent où est envoyé le flux de sortie, en l'occurence sur le même hôte vers le port 8000.</p>
<p align="justify">Mount défini le 'point de montage' c'est à dire l'emplacement ou sera disponible ce flux Dans notre cas : http://localhost:8000/hq.ogg</p>
<p align="justify">Le mot de passe qui suit est celui qui servira entre MPD et Icecast. Notez le, il vous sera redemandé par la suite.</p>
<p align="justify">Viennent ensuite quelques paramètres de qualités que je vous laisse analyser, le paramètre 'user' qui définit le nom utilisé pour se connecter à Icecast et en 'optional parameters' des infos qui seront affichés en rapport au stream diffusé.</p>
<p align="justify">
<p align="justify">Pour MPD ça sera tout, si vous souhaitez plus de renseignement, n'hésitez pas à consulter <a href="http://doc.ubuntu-fr.org/mpd" target="_blank">la page MPD</a> sur <a href="http://doc.ubuntu-fr.org/" target="_blank">ubuntu-fr.org</a></p>
<p align="justify">Passons à Icecast :</p>
<p align="justify">Le fichier de configuration est au format XML et se trouve dans <span style="color:#ffcc00;">/etc/icecast2/icecast.xml</span></p>
<p align="justify">Je ne vous détail pas tout les paramètres, ils sont très nombreux et pas tous intéressants. Ce qui nous occupe se trouve entre les balises <span style="color:#ffcc00;">&#60;authentification&#62;</span> :</p>
<p align="justify"><span style="color:#ff6600;"><span style="color:#ffcc00;">&#60;source-password&#62;abcdefgh&#60;/source-password&#62;</span> </span></p>
<p align="justify">C'est ici qu'il faut placer le mot de passe spécifié dans mpd.conf</p>
<p align="justify"><span style="color:#ff6600;"><span style="color:#ffcc00;">&#60;admin-user&#62;admin&#60;/admin-user&#62;</span><br />
<span style="color:#ffcc00;"> &#60;admin-password&#62;change_me&#60;/admin-password&#62;</span> </span></p>
<p align="justify">Ces deux paramètre servent pour accéder à la partie admin de l'interface web.</p>
<p align="justify">Vérifiez aussi la balise suivante et la configuration pour une utilisation basique devrait être suffisante.</p>
<p align="justify"><span style="color:#ffcc00;">&#60;hostname&#62;localhost&#60;/hostname&#62; </span></p>
<p align="justify">Il ne vous reste plus qu'à redémarrer mpd et icecast après quoi vous pourrer lancer la diffusion avec mpd (via pitchfork) et écouter ce qui en résulte avec VLC par exemple en choisissant la lecture d'un flux réseau pour lequel vous indiquerez donc :</p>
<p align="justify"><span style="color:#ff6600;"><span style="color:#ffcc00;">http://ip_du_serveur:8000/nom_du_flux.ogg</span> </span></p>
<p align="justify">Je ne saurais que vous conseiller de ne pas ouvrir ce port sur internet et, lorsque vous souhaiterez en profiter depuis l'extérieur, d'ouvrir une session ssh avec redirection de ce port pour une plus grande sécurité.</p>
<p align="justify">Si vous avez des soucis d'installation ou de configuration, je suis dispo.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[PSP Internet Radio in-depth]]></title>
<link>http://blog.cityintheclouds.net/2007/12/18/psp-internet-radio-in-depth/</link>
<pubDate>Tue, 18 Dec 2007 15:18:15 +0000</pubDate>
<dc:creator>Los Havros</dc:creator>
<guid>http://blog.cityintheclouds.net/2007/12/18/psp-internet-radio-in-depth/</guid>
<description><![CDATA[
By Adam,
You might remember my previous look at a rather substantive PSP firmware update.  So, what]]></description>
<content:encoded><![CDATA[<p><img src="http://i84.photobucket.com/albums/k10/CityInTheClouds/Post%20Banners/psp.png" alt="PlayStation Portable" height="80" width="460" /></p>
<p><em>By Adam,</em></p>
<p>You might remember <a href="http://blog.cityintheclouds.net/2007/09/11/psp-firmware-370-in-depth/">my previous look</a> at a rather substantive PSP firmware update.  So, what is new in the ever-evolving world of the PSP?</p>
<p>The firmware update lists the following changes</p>
<blockquote><p>[Internet Radio] has been added as a feature under [Network].<br />
The importing of channels in OPML format is now supported under [RSS Channel].<br />
Photos can now be displayed under [RSS Channel].<br />
New effects have been added to the visual player under [Music].</p></blockquote>
<p>I was going to call this post "PSP Firmware 3.80 in-depth" and go through all the features in turn.  However in my opinion, Internet Radio is the only substantive feature that has been added- the rest are superficial yet still welcome nonetheless.</p>
<p><strong>Internet Radio</strong><br />
This is probably THE killer feature of this particular firmware update; increasing the PSP's ever-expanding features and value proposition.  On reboot, the first thing you'll notice is [Internet Radio] under [Network].  When you click on [Internet Radio] you'll see [About Internet Radio] which you can click on.  You are then sent to the PSP Internet Radio site, shown below:</p>
<p><img src="http://i84.photobucket.com/albums/k10/CityInTheClouds/psp_internet_radio.png" alt="PSP Internet Radio Webpage" height="272" width="482" /><br />
<em>You can access the page directly <a href="http://www.playstation.com/psp-app/radio/en/">here</a>.</em></p>
<p>You then click on "adding an internet radio player", shown below:</p>
<p><img src="http://i84.photobucket.com/albums/k10/CityInTheClouds/psp_internet_radio2.png" alt="PSP Internet Radio Webpage" /><br />
<em>You can access the page directly <a href="http://www.playstation.com/psp-app/radio/en/player.html">here</a>.</em></p>
<p>Here you can download either player 1 or player 2.  The only difference I've noticed is that player 1 gets its radio list from <a href="http://www.shoutcast.com/">SHOUTCAST</a> and player 2 gets its list from <a href="http://www.icecast.org/">ICECAST</a>.</p>
<p><strong>How it works</strong><br />
Depending on which one you download (or even both), the relevant icon will display within [Internet Radio].  You just click on this option, which takes you to a webpage.  But before you do so, you have to accept the message: "do you want to run the plugin embedded in this page?"</p>
<p>At first, the internet radio was quite slow to load up, however in successive tests (even after having the PSP turned off) performance has increased greatly (due to the player being <a href="http://en.wikipedia.org/wiki/Cache">cached</a> in the browser's memory.)  Internet radio works by 'tuning' into a broadcast streaming off the internet.  A definition/overview of internet radio is available <a href="http://en.wikipedia.org/wiki/Internet_radio">here</a> from <a href="http://www.wikipedia.org">Wikipedia</a>.</p>
<p><strong>Not an exact science</strong><br />
To select the radio station you want, you just choose your genre and then click elsewhere on the radio 'frequency' gaug, just like you would on a real radio.  Yet you can't find exactly what you want.  How do I mean?  I found a helpful comment from <a href="http://www.blogsmith.com/profile/22782/">Gaffman</a> on <a href="http://www.pspfanboy.com/2007/12/17/firmware-3-80-now-available-via-network-update/">PSP Fanboy</a>:</p>
<blockquote><p>The radio is fairly well implemented but hard to find anything specific. You have to pick a genre, then manually skip through stations without really knowing what's coming up. Its a bummer because I was hoping to be able to search for specific stations, say if a friend had a shoutcast station setup you could tune in on PSP wherever you were. The current setup seems to be based on popularity with no regard for language or anything else.</p></blockquote>
<p>If there ever was a criticism about the implementation of Internet- then that just about sums it up.  However Sony were probably trying to come up with a fairly simple implementation for the average consumer.  It is also interesting to note, that in theory, internet radio is not too dissimilar from streaming audio podcasts off the internet on a PSP, yet its actual implementation is quite different.</p>
<p><strong>Overall rating:</strong> 4 out of 5 STARS</p>
<p>PSP's new killer feature.  Even if it's not what you always desired; check it out, have a play with it.  Therefore PSP firmware 3.80 comes highly recommended.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[BMPx - Hotter Than Your Average Media Player]]></title>
<link>http://seethisnowreadthis.wordpress.com/2007/12/15/bmpx-hotter-than-your-average-media-player/</link>
<pubDate>Sat, 15 Dec 2007 03:43:00 +0000</pubDate>
<dc:creator>Paul Weiss</dc:creator>
<guid>http://seethisnowreadthis.wordpress.com/2007/12/15/bmpx-hotter-than-your-average-media-player/</guid>
<description><![CDATA[After trying almost every audio media player out there for Linux, I finally found the most versatile]]></description>
<content:encoded><![CDATA[<p>After trying almost every audio media player out there for Linux, I finally found the most versatile and user friendly one - <a href="http://bmpx.backtrace.info/site/BMPx_Homepage">BMPx</a>. What especially won me over about BMPx was the user interface. It is intuitive and organized with almost no settings to configure and no menus to get lost in. This is thanks to the fact that BMPx is fresh and it's not trying to throw in a hundred useless features like the competition. It gets better, BMPx  gives you 7 music sources: <a href="http://www.shoutcast.com/">Shoutcast</a>, <a href="http://www.icecast.org/">Icecast</a>, MP3's, Podcast's, <a href="http://www.last.fm/">Last.fm</a>, audio CD's and <a href="http://www.jamendo.com/en/">Jamendo</a>. BMPx stands for Beep Media Player experimental and it is mainly coded by Milosz Derezynski. It's an evolution of the previous Beep Media Player which was based on XMMS and Xine, now BMPx is all original and gstreamer based. You can download BMPx from its' official <a href="http://bmpx.backtrace.info/site/BMPx_Homepage">home page</a> and compile it yourself. If your distro is Debian based you are in luck, you can download the package from <a href="http://www.getdeb.net/app.php?name=Beep+Media+Player">getdeb.net</a>. I wouldn't recommend downloading it from the universal repository as it will give you an older version of the player. To use it you will also need the appropriate codecs. You can download the individual gstreamer codec packages, but the easiest thing to do if you are using Ubuntu is to download the restricted extras package using "sudo apt-get install ubuntu-restricted-extras". Finally, on to my review!</p>
<p><a href="http://bp3.blogger.com/_0G7_ELV9u4U/R2NTv6HfLoI/AAAAAAAAAEE/lAibK2eZmGU/s1600-h/Radio.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp3.blogger.com/_0G7_ELV9u4U/R2NTv6HfLoI/AAAAAAAAAEE/lAibK2eZmGU/s400/Radio.png" border="0" alt="" /></a></p>
<p><!--more--><br />
I use the radio feature most of the time as I quickly destroy my own music collection by repeatedly listening to my favorite songs. BMPx has two of the most popular radio station directories to choose from: Shoutcast and Icecast. They are both integrated into the graphical shell, so there's no need to open your browser to start a stream. Since Icecast doesn't have that many stations, all 1,500 stations are loaded for you; but you will have to update the list manually from the menu during your first use. Shoutcast stations are loaded by genre due to the fact that there are a total of over 20,000 stations. If you are looking for a particular station, you can simply use the search bar at the top. The Shoutcast functionality is a bit more refined and it makes it easier for you to find a good station by giving you a list of the top 500 radio stations. Once you've picked out a few stations that you like you can then add them to your favorites; but unfortunatelyyou cannot later remove them from your favorites due to BMPx's beta stage. As a bonus, most internet stations don't have commercials, they don't have any annoying chit-chat and they are streamed in CD quality sound.</p>
<p><a href="http://bp0.blogger.com/_0G7_ELV9u4U/R2NWYKHfLpI/AAAAAAAAAEM/DcmQ1a_0XaA/s1600-h/LastFM.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp0.blogger.com/_0G7_ELV9u4U/R2NWYKHfLpI/AAAAAAAAAEM/DcmQ1a_0XaA/s400/LastFM.png" border="0" alt="" /></a><br />
If 21,500 radio stations are not enough to satisfy your music hunger, there's Last.fm. What makes Last.fm unique is its' audioscrobbler feature. The Last.fm audioscrobbler personalizes the music stream based on your personal music taste. You simply input the name of a song or artist and the audio scrobbler will try to match the exact initial song and then it will try to match the same taste of music in the following songs. Once you get Last.fm going, the top-left box will display relevant matches allowing you to choose exact track you had in mind. The right box will display all of the tags (eg. funk, rock, etc...) related to the song you are listening to; you can click on one of these to further fine tune your radio stream. The left-bottom box displays your information such as your personal music tags and what your friends are listening to. Once Last.fm has started playing your music you can skip songs and fine tune your stream even further by letting the audioscrobbler know what songs you like and dislike by pressing the appropriate button in the menu. In addition to that, you can let the audioscrobbler know which personal MP3's and Jamendo tracks you like and dislike to further fine tune your radio stream. This all sounds great in theory, but I still prefer the playlist a live music DJ provides. In actuality, Last.fm makes listening to music boring as each track is almost like the previous one - variety is good.</p>
<p><a href="http://bp2.blogger.com/_0G7_ELV9u4U/R2NzkqHfLqI/AAAAAAAAAEU/jMWcaDTANFI/s1600-h/MP3.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp2.blogger.com/_0G7_ELV9u4U/R2NzkqHfLqI/AAAAAAAAAEU/jMWcaDTANFI/s400/MP3.png" border="0" alt="" /></a><br />
Your personal MP3 collection is displayed in a systematic manner where by you first select the artist, then album and then the track, thus allowing you to manage your music accordingly. It couldn't be any easier, but there were some problems. I did have a problem with one MP3 which was causing BMPx to crash, in addition to that I couldn't get the cover art to display in the album box. Anyhow,besides having MP3 support, BMPx supports Ogg Vorbis, FLAC, MOD, MPC, MP4, AAC, M4A, WMA, SID, WAV and SPC codecs. You can explore your existing collection by right-clicking on the track to get more information about the artist from the internet. And if you would like to sing along, you can right-click on the track and download the lyrics from an internet server. The two former features are actually available globally, including in the radio, CD player and in Last.fm. Navigating through your music globally within BMPx is easy with a few keyboard shortcuts, there even is an option to enable global Linux hotkeys. BMPx minimizes to your tray while still giving you full control of the player. Right-clicking on the tray icon give you full track control and left-clicking restores the BMPx window. Hovering your mouse over the tray icon displays the track information, including cover art. For those of you who have a large MP3 collection, search is simply enabled by typing on the keyboard.</p>
<p><a href="http://bp0.blogger.com/_0G7_ELV9u4U/R2N4xKHfLrI/AAAAAAAAAEc/QB6Y23WDQxA/s1600-h/Playlist.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp0.blogger.com/_0G7_ELV9u4U/R2N4xKHfLrI/AAAAAAAAAEc/QB6Y23WDQxA/s400/Playlist.png" border="0" alt="" /></a><br />
Managing your playlist in a single album is a breeze thanks to the boxes you check and uncheck to select the song that you would like to play. If you are creating a play list from multiple albums you have to right-click on the tracks the you would like to enqueue. What is really annoying about this feature is that you first have to left-click on the track before you can right-click on it. The playlists can be saved and exported in a variety of popular formats, but what is really impressive is the ability to create a playlist based on a Last.fm tag.</p>
<p><a href="http://bp0.blogger.com/_0G7_ELV9u4U/R2N-jKHfLsI/AAAAAAAAAEk/5X9g9LxizLs/s1600-h/Podcasts.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp0.blogger.com/_0G7_ELV9u4U/R2N-jKHfLsI/AAAAAAAAAEk/5X9g9LxizLs/s400/Podcasts.png" border="0" alt="" /></a><br />
The podcast feature in BMPx is just as intuitive as all of the other features in BMPx. Your podcast link is even automatically pasted into the URL entry field when you select to add your podcast via the menu. Once added, the top pane will display your different podcasts, the left bottom box will display the actual downloaded podcasts and right-bottom box will display the actual podcast info. To delete an old podcast you simply uncheck the box beside the podcast. And when you are going to reformat your hard drive you can export your podcast list to a file.</p>
<p><a href="http://bp2.blogger.com/_0G7_ELV9u4U/R2OA3qHfLtI/AAAAAAAAAEs/dvkMQrH-hRY/s1600-h/Jamendo.png"><img style="display:block;text-align:center;cursor:pointer;margin:0 auto 10px;" src="http://bp2.blogger.com/_0G7_ELV9u4U/R2OA3qHfLtI/AAAAAAAAAEs/dvkMQrH-hRY/s400/Jamendo.png" border="0" alt="" /></a><br />
Now I come to the most original BMPx feature - the Jamendo integration. Jamendo allows artists to share their music online for free based on the principal that if you like the music you will later buy it. To get Jamendo started first you will have to download the Jamendo music database onto your hard drive via a menu shortcut; this only takes about thirty seconds. Once you have downloaded themusic database you literally have over 6,000 original virtual albums on your computer. When you play your Jamendo music there only is about a three second delay between you pressing play and the song playing. Due to the fact that most of the artists are relatively new, you will not be able to retrieve any lyrics and artist information. As you start browsing through Jamendo's large list of artists you'll be blown away by the amount of good independent music.</p>
<p>I have presented to you the good and the bad of BMPx. The good news is that BMPx is only at version 0.40.13 so it is going to keep on getting better and the few bugs will eventually be eliminated; I've only experienced a crash once. There are a few features that I can think of adding, with a radio stream ripper being one of them. Also, BMPx does have an equalizer, so a few equalizer presets would be nice. The lack of not being able to delete favorite radio stations has been addressed in the forums, so that feature should be coming in the next version. Besides these minor issues BMPx is a full featured audio player that cannot be matched in ease of use and functionality by any other piece of software at this current time.<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FBMPx_Hotter_Than_Your_Average_Media_Player_2' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<p align="center"><a href="http://www.facebook.com/sharer.php?u=http://seethisnowreadthis.com/2007/12/15/bmpx-hotter-than-your-average-media-player/" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb101m05.png" alt="Add to Facebook" /></a><a href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;h=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb102m05.png" alt="Add to Newsvine" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;title=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb104m05.png" alt="Add to Del.icio.us" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;title=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb105m05.png" alt="Add to Stumbleupon" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;title=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb106m05.png" alt="Add to Reddit" /></a><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&#38;Description=&#38;Url=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;Title=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb107m05.png" alt="Add to Blinklist" /></a><a href="http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;title=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb108m05.png" alt="Add to Ma.gnolia" /></a><a href="http://www.technorati.com/faves?add=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb109m05.png" alt="Add to Technorati" /></a><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fseethisnowreadthis.com%2F2007%2F12%2F15%2Fbmpx-hotter-than-your-average-media-player%2F&#38;t=BMPx%20-%20Hotter%20Than%20Your%20Average%20Media%20Player" target="_blank"><img src="http://getsocialserver.wordpress.com/files/2008/05/gsb110m05.png" alt="Add to Furl" /></a></p>
]]></content:encoded>
</item>

</channel>
</rss>
