A new music player built around Python and GTK
Go to file
Anna Schumaker 1d5f88f080 db: Give playlists a get_track() function
For finding a single track at a given index into the select query
results, ordered by the configured sort order.

Implements: Issue #3 (Sort playlists through SQLite)
Implements: Issue #15 (Convert Playlists into Gio.ListModels)
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-10-27 11:24:56 -04:00
audio audio: Create a new Selector object 2021-09-30 11:07:20 -04:00
aur@5a0b934ea7 Emmental 2.6 AUR commit 2021-10-18 13:40:29 -04:00
data data: Add a custom icon for Favorites 2021-07-31 19:17:15 -04:00
db db: Give playlists a get_track() function 2021-10-27 11:24:56 -04:00
lib Emmental 2.6 2021-10-18 13:37:50 -04:00
playlist audio: Move play_track() out of the Player 2021-09-07 15:55:03 -04:00
scanner db: Give MappedPlaylists add_track() and remove_track() functions 2021-10-18 15:50:07 -04:00
sidebar audio: Rework the Artwork widget 2021-09-08 10:07:45 -04:00
tagdb tagdb: Mark tracks as played using datetime.datetime.now() 2021-10-01 11:16:02 -04:00
tools scanner: Add a DirectoryTask 2021-08-26 17:10:55 -04:00
ui audio: Rework the Artwork widget 2021-09-08 10:07:45 -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 audio: Clean up imports 2021-09-08 10:07:46 -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