A new music player built around Python and GTK
Go to file
Anna Schumaker 029b432dd3 audio: Check that artwork has a default path
Instead of checking the path itself. I found that the test fails if
Emmental is installed, since it's finding the artwork in
/usr/share/icons before our local path.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-07-31 13:15:49 -04:00
audio audio: Check that artwork has a default path 2021-07-31 13:15:49 -04:00
aur@098f91d431 Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
data Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
lib Rename the debug file to .debug 2021-07-26 14:29:40 -04:00
playlist Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
sidebar Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
tagdb Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
tools Create install and uninstall targets in the Makefile 2021-07-26 17:52:13 -04:00
ui Move module tests out of the toplevel directory 2021-07-26 11:03:32 -04:00
.debug Rename the debug file to .debug 2021-07-26 14:29:40 -04:00
.gitignore Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
.gitmodules Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
emmental.py Rename trackdb -> tagdb 2021-07-26 11:15:15 -04:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile Create a PKGBUILD for putting releases on the AUR 2021-07-28 11:17:32 -04:00
README.md Initial commit 2019-01-24 09:35:41 -05:00

emmental

A new music player built around Python and GTK