This app has really come a long way since it first started. It’s definitely the most customizable music player today. Anyways here’s a rundown of my themes.
#1. Home Screen.
JSON: as-Tidal Card-20250406_225051-symfonium.json (43.2 KB)
It’s supposed to be a mix of the new Tidal interface and Spotify all in one. I’ve made it to be really information dense.
#2. Apple Music.
JSON: nps-Experimental-20250406_225235-symfonium.json (14.5 KB)
This is as close as I was able to get to an Apple Music replica. I’ll explain the icons at the end of the post.
#3. Tidal.
JSON:
nps-Tidal 2.1 Blur-20250406_225155-symfonium.json (14.4 KB)
This is as close as I could get to Tidal’s now playing screen. This is the one I prefer to use the most.
#4. Full Screen.
JSON: nps-Apple Music Full Screen-20250406_225601-symfonium.json (14.4 KB)
This is a full screen now playing screen I made based on a lot of others, most notably Spotify/Apple Music.
Now for the icons. Thanks to the help @mista_j, @splinter and @Vix I was able to make this string to show the explicit icon or the the clean icon depending on if a song is explicit or not. Here’s the string.
String: {🅴 %cleantitle|explicit==“🅴”%}{🅲 %cleantitle|explicit!=“🅴”%}\t{㋡%|favorite==“true”%}{〄%|favorite!=“true”%}
The other icons “㋡” “〄” are meant to show the favourite state of a track with the smiley face show that a track has been favourited and the squiggly line show that a song hasn’t been favourited. These are mostly just to close off the empty space for when the track names are set on the left as the space was annoying. If anyone has better icons for these feel free to share.
Thanks to Tolriq too for the bug fixes and new additions making it possible for me to create these themes.