Label: audacious

All content with label audacious.
Related Labels: scripts, playlist, enque, nautilus

Page: enque in audacious (Blue Light)
order to add files to the playlist in audacious put following as an executable file in ~/.gnome2/nautilus-scripts/add_to_audaious #!/bin/bash FILES="${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}" echo "${FILES}" | while read FILE; do if [ -n "${FILE ...
Other labels: playlist, enque, nautilus, scripts