View Single Post
Old 03-02-2012, 02:57 PM   #8
olorin
Junior Member
olorin began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2012
Device: Kindle
Hello there!

Could you enable TCP support? I tried using mpd+ncmpc from optware with kindle terminal emulator. Unfortuanetly mpd was broken, but ncmpc looked pretty good. As I see, ncmpc requires TCP connection (and you can manage mpd) from other host via wifi

Bug report: in config for launchpad there's
Code:
mpc ls | xargs mpc add
It doesn't work for music files with spaces in filenames.
Code:
mpc ls | mpc add
works well (mpc add expects \n separated filenames on STDIN if not specified in params).

Also I think that SIGTERM should be used instead of SIGKILL(9) in launchpad configuration.

Last edited by olorin; 03-02-2012 at 03:00 PM.
olorin is offline   Reply With Quote