Skip to content

Commit

Permalink
Add is loved condition to smart playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Oct 26, 2023
1 parent 502884b commit 40f57ff
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions roles/nixos/files/claes-girls.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@

{
"any": [
{"is": {"artist": "Avril Lavigne"}},
{"is": {"artist": "Billie Eilish"}},
{"is": {"artist": "Britney Spears"}},
{"is": {"artist": "Katy Perry"}},
{"is": {"artist": "Lady Gaga"}},
{"is": {"artist": "Miley Cyrus"}},
{"is": {"artist": "Miss Li"}},
{"is": {"artist": "P!nk"}},
{"is": {"artist": "Taylor Swift"}}
"all": [
{"any": [
{"is": {"artist": "Avril Lavigne"}},
{"is": {"artist": "Billie Eilish"}},
{"is": {"artist": "Britney Spears"}},
{"is": {"artist": "Katy Perry"}},
{"is": {"artist": "Lady Gaga"}},
{"is": {"artist": "Miley Cyrus"}},
{"is": {"artist": "Miss Li"}},
{"is": {"artist": "P!nk"}},
{"is": {"artist": "Taylor Swift"}}
]},
{"is": {"loved": true}}
],
"sort": "playCount",
"order": "desc",
Expand Down

0 comments on commit 40f57ff

Please sign in to comment.