also added pavucontrol note for multimedia tools.
export MP3_PLAY_CMD='echo Unknown mp3 player...'
-if [ ! -z "$(whichable mplayer)" ]; then
+if [ ! -z "$(whichable mpv)" ]; then
+ MP3_PLAY_CMD=mpv
+elif [ ! -z "$(whichable mplayer)" ]; then
MP3_PLAY_CMD=mplayer
else
echo "I don't know how to play mp3 files for this OS and sound system."
in asunder with gnudb
=> gnudb.gnudb.org 8880
+-------------------------------------
+volume control and input picker tools
+-------------------------------------
+
++ pavucontrol is awesome for controlling pulse audio driver based systems.
+
--------------------------------
music library manager and player
--------------------------------