Hi everybody,<br><br>I've written an engine for Amarok in order to use the VLC media playback library (<a href="http://www.videolan.org">www.videolan.org</a>) as backend for your excellent audio player.<br>There are still several bugs with the equalizer and the scope, but music playback works well :)
<br>VLC can be configured with the following file : ~/.kde/share/apps/amarok/vlc-config.xml<br><br>I've written this plugin because I wanted to use Amarok to play music on my loudspeakers connected to my freebox (a set-top-box provided by the french ISP 
<a href="http://free.fr">free.fr</a>). The freebox accepts mpeg audio streamed over http with VLC, so I just had to connect all this stuff together with an engine for amarok.<br>I think this cas be adapted to other set-top-boxes.
<br>It works with VLC v.0.8.6. If you are using another version of vlc, change the MODULE_SYMBOL define in VlcDefines.h. For instance, with Ubuntu edgy, change it from 0_8_6 to 0_8_5 as edgy uses an svn version of VLC which is still internally tagged as a 
0.8.5 .<br><br>Here are the sources to add to the engine directory of the amarok source tree: <a href="http://eric.alber.free.fr/public/amarok-vlc-engine_0.2.tar.gz">http://eric.alber.free.fr/public/amarok-vlc-engine_0.2.tar.gz
</a><br>And there is the files to place in your ~/.kde/share/apps/amarok in order to use Amarok with a freebox: <a href="http://eric.alber.free.fr/public/amarok-vlc-settings.tar.gz">http://eric.alber.free.fr/public/amarok-vlc-settings.tar.gz
</a><br>Tell me if you encounter any problem.<br><br>I just would like to know if you want to put this code in the amarok svn, if not, I think I'll put it on sourceforge in case it would be useful to someone.<br><br>And finally, I just want to thank all the amarok team for the great work you are doing :)
<br><br>Regards,<br><br>Eric ALBER<br><br>