Skip to content

Instantly share code, notes, and snippets.

@ion1
Created April 4, 2010 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion1/355598 to your computer and use it in GitHub Desktop.
Save ion1/355598 to your computer and use it in GitHub Desktop.
Play unheard songs in xmms2 chronologically
#!/bin/sh
set -e
nyxmms2 stop
nyxmms2 clear
nyxmms2 add 'timesplayed<1'
nyxmms2 playlist sort date album album_id tracknr
nyxmms2 jump 1
nyxmms2 play
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment