[PR] #245 from solelychloe: Cider support

Add support for Cider
This commit is contained in:
Azalea 2024-03-20 04:37:04 -04:00 committed by GitHub
commit be05f6984d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -573,6 +573,7 @@ disk_percent="on"
# audacious # audacious
# banshee # banshee
# bluemindo # bluemindo
# cider
# clementine # clementine
# cmus # cmus
# deadbeef # deadbeef
@ -3778,6 +3779,7 @@ get_song() {
"audacious" "audacious"
"banshee" "banshee"
"bluemindo" "bluemindo"
"cider"
"clementine" "clementine"
"cmus" "cmus"
"deadbeef" "deadbeef"
@ -3871,6 +3873,7 @@ get_song() {
"tidal-hifi"*) get_song_dbus "tidal-hifi" ;; "tidal-hifi"*) get_song_dbus "tidal-hifi" ;;
"olivia"*) get_song_dbus "olivia" ;; "olivia"*) get_song_dbus "olivia" ;;
"exaile"*) get_song_dbus "exaile" ;; "exaile"*) get_song_dbus "exaile" ;;
"cider"*) get_song_dbus "cider2" ;;
"netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;; "netease-cloud-music"*) get_song_dbus "netease-cloud-music" ;;
"plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;; "plasma-browser-integration"*) get_song_dbus "plasma-browser-integration" ;;
"io.elementary.music"*) get_song_dbus "Music" ;; "io.elementary.music"*) get_song_dbus "Music" ;;