An in-development audiobook, music, and podcast manager that is designed for and caters to a modern desktop Linux experience.
Find a file
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
.github Update funding to include liberapay. Remove some commented out code. 2021-02-10 19:13:43 +02:00
.vscode Implement Playlist functionality. My god... 2021-05-07 16:47:47 +03:00
build-aux/meson Bump meson requirement to 0.57, drop most of postinstall for new gnome module functions 2021-02-16 23:18:23 +02:00
data Start work on playlist creation dialog 2021-04-07 13:17:33 +03:00
po Work leading up to and including Day 4. 2021-02-09 17:37:26 +02:00
src Implement Notification support. Fixes #8. 2021-05-11 18:31:13 +03:00
theme Implement Playlist functionality. My god... 2021-05-07 16:47:47 +03:00
.gitignore Handle more handlers for the Playerbar progress scrolling / mouse related events. 2021-03-30 22:34:15 +03:00
com.github.joshstrobl.koto.json Implement mimetype support reporting for MPRIS, start implementation of bulk of getters. 2021-04-06 10:45:11 +03:00
COPYING Fix license file. Fixes #1. 2021-02-01 07:02:28 +02:00
jsc.cfg Implement Playlist functionality. My god... 2021-05-07 16:47:47 +03:00
meson.build Implement Playlist functionality. My god... 2021-05-07 16:47:47 +03:00
README.md Update README with latest blog post. 2021-05-07 19:26:12 +03:00

koto

Koto is an in-development audiobook, music, and podcast manager that is designed for and caters to a modern desktop Linux experience. Nothing to see here yet but keep an eye on my Patreon or personal site for updates!

Blog

License

Koto is licensed under the Apache 2.0 license.