koto/src/playback
Joshua Strobl 3e0e21e246 Implement Notification support. Fixes #8.
Implemented Notification support using notify-send as opposed to libnotify. This is because notify_notification_send does a synchronous dbus call to org.freedesktop.Notification and typically results in DBus timeouts. In the near future we will rewrite this to just use our own proxy and do an async send.

Refactored our GVariant metadata generation for a KotoIndexedTrack into a dedicated koto_indexed_track_get_metadata_vardict function. This can then be used across our playback engine and MPRIS.
2021-05-11 18:31:13 +03:00
..
engine.c Implement Notification support. Fixes #8. 2021-05-11 18:31:13 +03:00
engine.h Implement Playlist functionality. My god... 2021-05-07 16:47:47 +03:00
media-keys.c Start work on playlist creation dialog 2021-04-07 13:17:33 +03:00
media-keys.h Implement GNOME Settings Daemon MediaKeys handling. 2021-04-06 15:35:01 +03:00
mimes.c Start work on playlist creation dialog 2021-04-07 13:17:33 +03:00
mimes.h Implement mimetype support reporting for MPRIS, start implementation of bulk of getters. 2021-04-06 10:45:11 +03:00
mpris.c Implement Notification support. Fixes #8. 2021-05-11 18:31:13 +03:00
mpris.h Implement Notification support. Fixes #8. 2021-05-11 18:31:13 +03:00