----------------------------------------------------------------
             words from Freboat

about the lyrics panel

1. open it just press the "Rep" on the mainwin 
2. it can not download lyrics autoly,  download it mannual with google
3. when download finished, select lyric panel, 
	and press "Insert" key on the keyboard
   	select the lyric file which you download.
4. after the bmp load the lyric file, it was auto copy to the lrc path:
       default it is here audio_path/lrc/audio_filename.lrc
       sometimes it faild because of permission, you can point the another path
       edit it in  ~/.bmp/config: lyric_path.
5. after you load the lyric file,  next time, when playing, it will autoly load
6. sometimes BMP will crash when it load some CODE.
7. the lyric panel was write with playlist panel, so it has "Playlist" Log, but
   it supports previous skin natively

-------------------------------------------------------------------
	     

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

beep-media-player has discontinued, but this oneis a new
version, so not offical.

i change some of the code to support cue sheet of APE file, which
is monkey's audio format.
you can find the detail about APE file here:
http://www.monkeysaudio.com/


1. BMP support cue sheet of ape perfact, at least show track info on 
   list window, and select which track to play, but the little DEFECT 
   is that when you exit BMP, cant save cue list, so you start BMP 
   again, all cue list you play last time disapear, just reload again !!
   the other format file doesn't effect.

2. Thanks to original BMP team.

3. Thanks to SuperMMX, which is author of the bmp-mac and
   i updat the bmp_mac plugin with your help !


packages:
   bmp-0.9.7.2 the source file 
   bmp-mac-0.1.2 the source file of ape file plugin
   forgive me to update the version, no other meaning, 
   just distinguish from orignal.


INSTLL  mac support
  1. install bmp first:
    $setenv PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
    the env is the path of the "bmp.pc"
    $./configure
    $make
    $sudo make install

  2. install Monkey's Audio Codec, you can find it here: http://www.SuperMMX.org

  3. install bmp-mac-0.1.2

INSTALL  flac support
  4. install  flac audio codec 1.2.1,  download here:  http://flac.sf.net
  5  $cd bmp/plugin
     $setenv PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
     $make 
     $su cp libflac.so /usr/local/lib/bmp/Input
     

  6  that's all

  
Imortant:

the original code is so early,  and it is important to support cue sheet

by the original plugin interface,  i change the plugin interface (Oops~)

so when you need other plugin works, you need to change some code, and 

recompile it and install.

but dont worry about, it is easy to solve it, you see.

such as you want recompile a wave plugin (actually i changed it already)

edit the wave.c

and find the function:  
#############################
***play_file(char *filename)
##############################

and changed it to like that: 
####################################
***play_file(char *filename, void *p)
####################################

maybe in wave.h, you have to change again the same.

yes, that's it, just type make to recompile it!


enjoy it and good luck !

if you have problem cant solve, email to me:

Freboat@gmail.com


                                  2006-09-11.
