Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
dreamcat4 / aud-jumptofile.sh
Last active August 23, 2020 14:13
audacious - cmdline helper script - Jump directly to mp3 file or radio station, if its already in 'Library' or 'Radio' playlists
#!/bin/sh
#
# aud-jumptofile <file>
#
# audacious - cmdline helper script - Jump directly to mp3 file or radio station, if its already in 'Library' or 'Radio' playlists
#
# This script finds which track to play within the currently playing playlist
# instead of what audacious normally does, which is either creating a brand new playlist
# or appending the same track multiple times to the end of the currently playing playlist
#