Label: playlist

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