
cmmusic (Console Mplayer Music)

LANG:EN

HOW TO DO:
---------------------------------------------------------

Introduce:

What is CMMusic?Why should I use it?
  CMMusic is a frontend of MPlayer which develop base on (n)curses.It has
the following advantage:

a.media support: almost every media type is supported by using mplayer 
  powerful ability.even vedio.

b.resource use: as a console application,the memory and cpu use is almost 
  depend on mplayer but no CMMusic.

c.skin and looks: looks like xmms layout.font and effect depend on console
  application.such as xterm,urxvt,gnome-terminal,konsole.

d.operation: in X,you can use mouse and hot key to finish the work.

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

You can get the software from the following url:
https://sourceforge.net/projects/cmmusic/

BUG REPORT:
https://sourceforge.net/tracker2/?func=browse&group_id=247357&atid=1126799

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

Require:
1.Linux.
2.mplayer installed.
3.ncurses or curses lib and header file.

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

Install:
[1] ./configure
[2] configure option:
	--enable-envcode=[ARG]	set env code,default UTF-8.
	--enable-lrccode=[ARG]	set LRC code,default GBK.

Note:

As the app is define to run in Chinese system default.But for the system 
which use single length char such as English, should use the following
options for best effects:
<a> --enable-lrccode=[ARG]	define your lrc file code.such as UTF-8.

[3] make
[4] make install
[5] install directory:
bin file:	/usr/local/bin/cmmusic
plugins file:	/usr/local/share/cmmusic/plugins/*
user data:	~/.cmmusic/*
[6] make uninstall or manual delete the directory or file.

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

How to use:
1.Just run cmmusic in console after install.
2.INS to add file to music list.
3.ENTER to play and enjoy!

you can find the key map in the unzip source.tar.gz's directory or 
website of software.

----------------------END--------------------------------



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

语言：简体中文

指引：

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

简介：

CMMusic是啥软件？我为什么要用它？

    CMMusic是MPlayer的前端(Frontend)，是基于(n)curses开发的控制台界面软件。
相对于其它播放器，有以下优势：

a.播放能力：相对于mp3播放器，CMMusic依靠MPlayer的强大后盾完全可以胜任几乎
  所有的音频格式文件，甚至可以用来播放视频文件，如管理并播放MV文件列表。

b.资源占用：由于使用控制台界面库，CMMusic在资源及CPU占用上几乎可以忽略不计，
  当然，剩下的就交给MPlayer了。

c.皮肤外观：使用大家熟悉易入手的XMMS界面布局；字体和特效(如背景图，透明)完全
  取决于控制台终端，支持xterm，urxvt,gnome-terminal,konsole及文本模式终端。

d.操作方式：在X环境下，你可以像使用XMMS一样用鼠标来操作CMMusic，或通过快捷键
  来完成这些操作。

e.特殊能力：非X环境运行，歌词手动下载，百度MP3试听下载。

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

你可以从以下地址获得软件：
https://sourceforge.net/projects/cmmusic/

BUG报告及建议：
https://sourceforge.net/tracker2/?func=browse&group_id=247357&atid=1126799

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

运行环境要求:

1.Linux.
2.mplayer.
3.ncurses或curses.

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

如何编译和安装?

[1] ./configure
[2] configure选项：
	--enable-envcode=[ARG]	设置运行环境变量，缺省为UTF-8
	--enable-lrccode=[ARG]	设置LRC歌词文件的编码，缺省为GBK
[3] make
[4] make install
[5] 安装目录结构：
程序位置：    /usr/local/bin/cmmusic
插件目录：    /usr/local/share/cmmusic/plugins/*
用户数据：    ~/.cmmusic/* (动态生成)
[6] make uninstall ，或直接删除以上安装目录结构。

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

如何使用?

1.安装完毕后，在控制台下运行cmmusic.
2.按INS增加文件到列表.
3.按回车播放!

你能在该软件站点或解压的源码包目录下找到键位表图，以便于更快熟悉键位操作。

----------------------END--------------------------------


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

附录：

＜功能列表＞

  功能		cmmusic	gmplayer	mocp	

鼠标支持	YES		YES
控制台支持	YES		NO
音频支持	YES		YES
视频支持	YES		YES
暂停停止	YES		YES
上首下首	YES		...
音量静音	YES		YES
进度显示	YES(注1)	YES
列表显示	YES		...
列表保存载入	YES		...
增加单个文件	YES		...
增加多个文件	YES		.
增加目录文件	YES		.
删除单个文件	YES		.
删除多个文件	NO		
清除列表	YES
硬盘删除文件	NO
列表手动排序	YES
列表自动排序	NO
播放次序模式	YES
歌词显示	YES
歌词目录设置	YES
歌词下载	PLUS
MP3 下载	PLUS
GTK文件选择	PLUS

注：mplayer的mp3总时间是不准确的，但当前时间是准确的，导致进度显示不准确。

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




