Search found 7 matches

by jazzi
Sun Mar 10, 2013 5:44 am
Forum: LXDE Components
Topic: How to play audio CD with LXmusic?
Replies: 4
Views: 6385

Re: How to play audio CD with LXmusic?

Okay, finally I get the answer, for now LXMusic can only play files, can not play audio CD.
LXMusic has very few features, it can do nothing more than just playing a list of music files.
- http://wiki.lxde.org/en/LXMusic
by jazzi
Sat Mar 09, 2013 2:05 am
Forum: LXDE Components
Topic: How to play audio CD with LXmusic?
Replies: 4
Views: 6385

Re: How to play audio CD with LXmusic?

Found a conclusion throught this link:https://lists.ubuntu.com/archives/ubunt ... 02412.html

"LXMusic only plays files, can not play audio cd"

Is this true?
by jazzi
Sat Mar 09, 2013 1:27 am
Forum: LXDE Components
Topic: How to play audio CD with LXmusic?
Replies: 4
Views: 6385

Re: How to play audio CD with LXmusic?

I installed cdcd program

Code: Select all

# cdcd >tracks
show the tracks correctly

Code: Select all

#cdcd >play

Code: Select all

#cdcd >status
Above command shows it's playing but no sound

And I found some info here:
1, lists.debian.org/debian-laptop/2006/05/​msg00102.html
by jazzi
Fri Mar 08, 2013 3:07 am
Forum: LXDE Components
Topic: How to play audio CD with LXmusic?
Replies: 4
Views: 6385

How to play audio CD with LXmusic?

Hi, For now LXmusic can play mp3 file, and I installed xmms2-plugin-cdda Also the following command can work: mplayer -cdrom-device /dev/sr0 cdda:// -cache 5000 I found the audio files in the CD are WAV, and the directory name is cdda://sr0/ How can LXmusic play CD? What plugin should I install? *p....
by jazzi
Sat Feb 02, 2013 2:15 am
Forum: General Help
Topic: How to configure codeset option for leafpad?
Replies: 3
Views: 4074

Re: How to configure codeset option for leafpad?

Ok, I find the solution. edit leafpad.desktop and add codeset=zh_CN-utf8 to Exec=leafpad %f the procedure is as follows: 1, copy /usr/share/applications/leafpad.desktop to .local/share/applications/ 2, edit the following line within leafpad.desktop Exec=leafpad --codeset zh_CN-utf8 %f By the way the...
by jazzi
Thu Jan 31, 2013 2:30 am
Forum: General Help
Topic: How to configure codeset option for leafpad?
Replies: 3
Views: 4074

Re: How to configure codeset option for leafpad?

Hi Rex,

Thanks for your link but no answer there.

I am trying to configure the leafpad with codeset=zh_CN-utf8 permanently but don't know where & How to write down this configuration.
by jazzi
Wed Jan 30, 2013 2:16 am
Forum: General Help
Topic: How to configure codeset option for leafpad?
Replies: 3
Views: 4074

How to configure codeset option for leafpad?

Hi,

Code: Select all

#leafpad --codeset=zh_CN-utf8 filename
Above command can show the file correctly

And how to write the codeset option to ~/.config/leafpad/leafpadrc or other configuration file

That I do not have to input the codeset option everytime.

Thanks
jazzi