Skip to content

Instantly share code, notes, and snippets.

@atomictom
Created June 7, 2014 23:49
Show Gist options
  • Save atomictom/c44c1cbdb2181b894669 to your computer and use it in GitHub Desktop.
Save atomictom/c44c1cbdb2181b894669 to your computer and use it in GitHub Desktop.
# relations.txt -- A way to specify playlist relationships
#
# Comments begin with the '#' character and are ignored
#
# Currently, there's only one type of relation in relations.txt:
#
# 1. Push relations, which are specified using '->' like this:
# pusher_playlist -> pushed_playlist
# And works by pushing changes additions in one playlist to another
#
# Example:
#
# favorite-songs.pl -> workout-songs.pl
#
# (this will make it so any songs in favorite-songs.pl are also in workout-songs.pl)
instrumental.pl -> calm.pl
calm.pl -> diverse.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment