song: Add olivia player (#1495)

This commit is contained in:
Michael Straube 2020-07-04 17:11:24 +02:00 committed by GitHub
parent 7805b2c4cb
commit e00afa6b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -501,6 +501,7 @@ disk_percent="on"
# mpd # mpd
# muine # muine
# netease-cloud-music # netease-cloud-music
# olivia
# playerctl # playerctl
# pogo # pogo
# pragha # pragha
@ -2658,6 +2659,7 @@ get_song() {
"mpd" "mpd"
"muine" "muine"
"netease-cloud-music" "netease-cloud-music"
"olivia"
"plasma-browser-integration" "plasma-browser-integration"
"playerctl" "playerctl"
"pogo" "pogo"
@ -2723,6 +2725,7 @@ get_song() {
"gogglesmm"*) get_song_dbus "gogglesmm" ;; "gogglesmm"*) get_song_dbus "gogglesmm" ;;
"xnoise"*) get_song_dbus "xnoise" ;; "xnoise"*) get_song_dbus "xnoise" ;;
"tauonmb"*) get_song_dbus "tauon" ;; "tauonmb"*) get_song_dbus "tauon" ;;
"olivia"*) get_song_dbus "olivia" ;;
"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" ;;