A new music player built around Python and GTK
Go to file
Anna Schumaker 55d7eb3d45 db: Raise an exception if the user_version is too new
Future proof. If we update the database schema, then we'll bump the
user_version field. If the user then tries to open the new database with
an old Emmental version then there could be a lot of issues. Let's
detect this and raise an error with a description of the problem.

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 db: Raise an exception if the user_version is too new 2023-05-23 09:16:52 -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 db: Raise an exception if the user_version is too new 2023-05-23 09:16:52 -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