A new music player built around Python and GTK
Go to file
Anna Schumaker 8b1be777c1 install: Update the install target for Emmental 3.x
Instead of calling out to a separate tools, I can use the `find` and
`install` programs to easily install the files to the right place.

I also take this opportunity to update the emmental.desktop file for v3,
including filling out as many audio-related mime types as I can find and
using the `desktop-file-install` command to not only install the file
but properly set the "Exec" and "Icon" fields based on the PREFIX=
passed to `make`

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-05-23 09:16:52 -04:00
aur@405e47e021 Emmental 2.10 AUR Commit 2022-02-25 13:34:26 -05:00
data install: Update the install target for Emmental 3.x 2023-05-23 09:16:52 -04:00
emmental tracklist: Add Move Down and Move Up buttons to the OSD 2023-05-10 17:42:27 -04:00
icons/scalable tracklist: Add a SortFieldWidget 2023-05-10 17:42:27 -04:00
mpris-spec@51e5848f9f mpris2: Add an Mpris2 DBus Connection 2023-04-12 10:41:42 -04:00
tests tracklist: Add Move Down and Move Up buttons to the OSD 2023-05-10 17:42:27 -04:00
tools install: Update the install target for Emmental 3.x 2023-05-23 09:16:52 -04:00
.debug Rename the debug file to .debug 2021-07-26 14:29:40 -04:00
.gitignore mpris2: Add an Mpris2 DBus Connection 2023-04-12 10:41:42 -04:00
.gitmodules mpris2: Add an Mpris2 DBus Connection 2023-04-12 10:41:42 -04:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile install: Update the install target for Emmental 3.x 2023-05-23 09:16:52 -04:00
README.md Initial commit 2019-01-24 09:35:41 -05:00
emmental.desktop install: Update the install target for Emmental 3.x 2023-05-23 09:16:52 -04:00
emmental.py Rename emmental3.py --> emmental.py 2023-05-10 17:42:42 -04:00
pytest.ini emmental3.py: Start Emmental 3.0 2023-03-07 11:18:46 -05:00

README.md

emmental

A new music player built around Python and GTK