Skip to content

Instantly share code, notes, and snippets.

@adrianleb
Created May 1, 2014 14:00
Show Gist options
  • Save adrianleb/67d3106e5919d536c917 to your computer and use it in GitHub Desktop.
Save adrianleb/67d3106e5919d536c917 to your computer and use it in GitHub Desktop.
channel names and their descriptions
indie/electronic/pop/etc... - genres
site:#{id} - site bundles channel
artist:#{id} - artist bundles channel
favorite:#{id} - user favorite channels
user:#{id} - user channel based on USER, ARTIST and SITE subscriptions from that user
user:#{id}:user - user channel based on USER subscriptions
user:#{id}:artist - user channel based on ARTIST subscriptions
user:#{id}:site - user channel based on SITE subscriptions
popular: - popular channel
popular:new_tracks - popular channel based on only new tracks
and for every channel above, platform specific namespaces:
sonos: ...
deezer: ...
spotify: ...
@marcelcorso
Copy link

a evil exception: it's favoriteS:#{id}. sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment