Playlisten, steuerbar über netz,lirc etc.
;; ELISP keybindings to control XMMS/BEEP.
(define-key global-map (kbd "C-c <left>")
- (lambda ()
- (interactive) (shell-command "beep-media-player -r")))
(define-key global-map (kbd "C-c <right>")
- (lambda ()
- (interactive) (shell-command "beep-media-player -f")))
(define-key global-map (kbd "C-c <up>")
- (lambda ()
- (interactive) (shell-command "beep-media-player -p")))
(define-key global-map (kbd "C-c <down>")
- (lambda ()
- (interactive) (shell-command "beep-media-player -s")))
http://linuxresource.com/Audio-Video/MP3/index.php
http://freshmeat.net/projects/songwrite/
http://linuxresource.com/Audio-Video/MP3/index.php
http://home-12.tiscali-business.nl/~tpm33065/mp3box/lcd/LCDd.conf
Konfigurien
./configure --disable-mod-lcdproc --disable-mod-lirc zum test
man 7 irmp3d leider gehts mit dem esd nich so gut
Link setzen auf esd version Stream auf anderen Rechner
* This package is compiled to look for the MP3 player executable in /etc/alternatives/mpg123. This is provided by mpg321 (preferred since it's free) or mpg123 (non-free).
irmp3.conf: mod_netctl_enable: 1 irmp3 23082 irmp3 4u IPv4 451033 TCP *:9232 (LISTEN)
= Playliste erstellen =
select concat(path,filename) from tracks where
mysql db_name < script.sql > output.tab
# # clock timer - minutes of idle time until the screen shows a clock # clock_timer: 1
# # Key bindings # lcdproc_key_e: mixer volume +2 lcdproc_key_f: mixer volume -2 lcdproc_key_g: playlist load /home/MP3/cd4.m3u lcdproc_key_h: playlist load /home/MP3/cd5.m3u lcdproc_key_i: playlist load /home/MP3/cd6.m3u
http://angerman.net/articles/jukebox/lircd.conf http://angerman.net/articles/jukebox/irmp3d.conf
http://sourceforge.net/forum/forum.php?forum_id=45081
http://irmp3.sourceforge.net/dloads/irmp3play.pl
http://clingman.org/irmp3-monitor/
http://www.rossaxe.pwp.blueyonder.co.uk/projects/unix/irmp3-ncurses/
Linux/Musik/Player/irmp3 (last modified 2008-11-04 07:00:15)