Label: enque

All content with label enque.
Related Labels: audacious, scripts, playlist, 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: audacious, playlist, nautilus, scripts