Plug-in of support of format WMA V1/V2 for players XMMS and BMP. XMMS-WMA/BEEPMP-WMA v.1.0.5 Stable Release. This plug-in is written using the ffmpeg library (http://ffmpeg.sf.net) written by Fabrice Bellard (to be exact, strongly advanced library). Everything besides wma format support were removed from it to make it more lite (it's widely known that ffmpeg eats about 10Mb of memory). Tags information converts from unicode to your system locale. There are some examples of console players written using the ffmpeg API in wma123_examples. Features implemented in the current version: - Tag conversion from unicode for your locale (using libiconv) support. - Positioning, it is possible to listen to a file from any desirable place. - A complete functional of playing, stop, pause and the information about files. - Equalizer support. That is not supported: - Playing on a network. That's not critical from wma though The license of distribution: - GPL v.2 Installation for XMMS: make make install (Installation for common usage) or make install-home (Installation for personal usage) Installation for BMP: make -f Makefile.bmp make -f Makefile.bmp install (Installation for common usage) or make -f Makefile.bmp install-home (Installation for personal usage) Stable branch: Changes in 1.0.1 - Small fix eliminating a problem of synchronization with clearing buffer, which in turn influenced operation of a pause and a stop of playback at strong loads of system. Changes in 1.0.2 - Small fix eliminating a problem of operation of positioning in a mode of a pause. Changes in 1.0.3 - In ffmpeg library possibility of mapping of the information type "Genre" is added. - Added README on English. Changes in 1.0.4 - Fix for high bitrates: Change size MAX_CODED_SUPERFRAME_SIZE in wma decoder Changes in 1.0.4.1 - Fix for compile gcc4. Changes in 1.0.5 - Added opportunity to build plug-in for player BMP. - Fix bug with blanks with use gnome-vfs in BMP. - WARNING: BEEPMP-WMA conflict with BMP-WMA. Remove BMP-WMA or do not use BEEPMP-WMA. Good Luck! (c) 2004,2005 Mokrushin I.V. aka McMCC http://mcmcc.bat.ru/xmms-wma/