Stainy
Advanced Member
oh great!! let me grab that!
loading plugin /mnt/utmp/deadbeef/lib/deadbeef/vfs_curl.so
dlopen error: libgnutls.so.28: cannot open shared object file: No such file or directory
trying /mnt/utmp/deadbeef/lib/deadbeef/vfs_curl.fallback.so...
dlopen error: libhogweed.so.2: cannot open shared object file: No such file or directory
selected output plugin: ALSA output plugin
ALSA lib conf.c:3700:(snd_config_update_r) Cannot access file /mnt/utmp/codeblocks/usr/share/alsa/alsa.conf
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
could not open audio device (No such file or directory)
ALSA lib conf.c:3700:(snd_config_update_r) Cannot access file /mnt/utmp/codeblocks/usr/share/alsa/alsa.conf
ALSA lib conf.c:3700:(snd_config_update_r) Cannot access file /mnt/utmp/codeblocks/usr/share/alsa/alsa.conf
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
could not open audio device (No such file or directory)
ALSA lib conf.c:3700:(snd_config_update_r) Cannot access file /mnt/utmp/codeblocks/usr/share/alsa/alsa.conf
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM default
could not open audio device (No such file or directory)
streamer: failed to start playback (start track)
create a file with the following text called musiccontrol or something like that:Pokeparadox asked if it is possible to use Left & Right Shoulder to Go to Prev / Next Song. I looked at the "global hotkey plugin", sure it was the answer, but, no. It doesn't work.
In fact, this plugin use the XGrabKey function to, well, grab the key. Left & Right Shoulder buttons are in fact Shift_R & Control_R (in X11 dialect), but I dind't found how to uses "modifier" key alone (and only the _R, not the _L). Does someone already had this kind of problem ? Any suggestion ?
keycode 105=b
keycode 62=z
keycode 105=Control_R
keycode 62=Shift_R
$ deadbeef --help
starting deadbeef 0.5.1
Usage: deadbeef [options] [file(s)]
Options:
--help or -h Print help (this message) and exit
--quit Quit player
--version Print version info and exit
--play Start playback
--stop Stop playback
--pause Pause playback
--toggle-pause Toggle pause
--play-pause Start playback if stopped, toggle pause otherwise
--next Next song in playlist
--prev Previous song in playlist
--random Random song in playlist
--queue Append file(s) to existing playlist
--nowplaying FMT Print formatted track name to stdout
FMT %-syntax: [a]rtist, [t]itle, al[b]um,
[l]ength, track[n]umber, [y]ear, [c]omment,
copy[r]ight, [e]lapsed
e.g.: --nowplaying "%a - %t" should print "artist - title"
for more info, see http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Title_Formatting
"LD_LIBRARY_PATH="/mnt/utmp/deadbeef/lib:/mnt/utmp/deadbeef/bin{LD_LIBRARY_PATH:-"/usr/lib:/lib"}" /mnt/utmp/deadbeef/bin/deadbeef --prev"
Shift_R
"LD_LIBRARY_PATH="/mnt/utmp/deadbeef/lib:/mnt/utmp/deadbeef/bin{LD_LIBRARY_PATH:-"/usr/lib:/lib"}" /mnt/utmp/deadbeef/bin/deadbeef --next"
Control_R
if [ ! -e /mnt/utmp/deadbeaf/deadbeef ]
then
#launch via run_pnd
else
#directly launch the exe
fi