Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more playlists #3

Merged
merged 1 commit into from
Nov 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions configs/music_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ music:
- variable: isNickHome
value: false
playback_options:
# Kygo Radio
- command: group.queue.urispotify
uri: spotify:user:spotify:playlist:37i9dQZF1E4zvzTbEfkwF2
volume_multiplier: 1
# Chill Tracks
- command: group.queue.urispotify
uri: spotify:user:spotify:playlist:37i9dQZF1DX6VdMW310YC7
Expand All @@ -106,6 +110,14 @@ music:
- command: group.queue.urispotify
uri: spotify:user:spotify:playlist:37i9dQZF1DX5Ozry5U6G0d
volume_multiplier: 1
# Lowkey tech
- command: group.queue.urispotify
uri: spotify:user:spotify:playlist:37i9dQZF1E4zvzTbEfkwF2
volume_multiplier: 1
# Owl City
- command: group.queue.urispotify
uri: spotify:user:spotify:playlist:37i9dQZF1E4zvzTbEfkwF2
volume_multiplier: 1
evening:
participants:
- player_name: "Living Room"
Expand Down