@maison you registered on AUR just to say that?
@megaslow I've seen your comment but forgot; if it apply cleanly why not
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/cozy-audiobooks.git (read-only, click to copy) |
|---|---|
| Package Base: | cozy-audiobooks |
| Description: | A modern audio book player for Linux and macOS using GTK+ 3 |
| Upstream URL: | https://github.com/geigi/cozy |
| Keywords: | audiobook gtk media player |
| Licenses: | GPL3 |
| Submitter: | geigi |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 39 |
| Popularity: | 0.57 |
| First Submitted: | 2017-10-22 16:12 (UTC) |
| Last Updated: | 2024-07-20 12:45 (UTC) |
@maison you registered on AUR just to say that?
@megaslow I've seen your comment but forgot; if it apply cleanly why not
It works, but it’s quite basic. I’m appalled that there is no software with more functions, as there are many more and better ones on Android.
The upstream project seems stagnant at best, would you consider including the patch from this github issue in the pkgbuild which fixes the tiny cover images?
Thanks for maintaining this package. Can you please remove dependencies to granite from the PKGBUILD? It is no longer needed and prevents system upgrades. Kind regards.
gst-plugins-bad
should be added as opt. dependency as it enables .m4a playback
Getting an error after running cozy for the first time after a fresh install on both the stable and git packages. Per the github issue one can fix this by running:
gsettings set com.github.geigi.cozy last-launched-version '1.2.1'orgsettings set cozy-audiobook last-launched-version 'x.x.x'depending on which version you installed.
Log of error:
['/usr/bin/com.github.geigi.cozy']
05:29:11 [MainThread ] [applicatio] [INFO ] ('cachyos', 'rolling', 'n/a')
05:29:11 [MainThread ] [applicatio] [INFO ] Starting up cozy 1.2.1
05:29:11 [MainThread ] [db ] [INFO ] SQLite version: 3.42.0
05:29:11 [Thread-1 (ru] [peewee.sql] [INFO ] writer received shutdown request, exiting.
(com.github.geigi.cozy:174159): Handy-WARNING **: 05:29:11.676: Using GtkSettings:gtk-application-prefer-dark-theme together with HdyStyleManager is unsupported. Please use HdyStyleManager:color-scheme instead.
05:29:11 [MainThread ] [applicatio] [INFO ] libhandy version: 1
handle exception
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/cozy/application.py", line 99, in do_activate
self.app_controller = AppController(self, main_window_builder, self.ui)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/cozy/architecture/singleton.py", line 5, in __call__
cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/cozy/app_controller.py", line 52, in __init__
self.whats_new_window: WhatsNewWindow = WhatsNewWindow()
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/cozy/ui/widgets/whats_new_window.py", line 36, in __init__
self._fill_window()
File "/usr/lib/python3.11/site-packages/cozy/ui/widgets/whats_new_window.py", line 54, in _fill_window
last_launched_version = version.parse(self.app_settings.last_launched_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/packaging/version.py", line 52, in parse
return Version(version)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/packaging/version.py", line 198, in __init__
raise InvalidVersion(f"Invalid version: '{version}'")
packaging.version.InvalidVersion: Invalid version: 'None'
Downgrading python-packaging from 23.0-1 => 22.0-1 and rebuilding solves the issue for now. Update: seems that a new install of python-packaging is enough.
I'm getting this after installing and running:
['/usr/bin/com.github.geigi.cozy']
17:32:44 [MainThread ] [applicatio] [INFO ] ('artix', 'rolling', 'mate-openrc-20220713')
17:32:44 [MainThread ] [applicatio] [INFO ] Starting up cozy 1.2.1
17:32:44 [MainThread ] [db ] [INFO ] SQLite version: 3.41.1
17:32:45 [Thread-1 (ru] [peewee.sql] [INFO ] writer received shutdown request, exiting.
17:32:45 [MainThread ] [applicatio] [INFO ] libhandy version: 1
handle exception
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/cozy/application.py", line 99, in do_activate
self.app_controller = AppController(self, main_window_builder, self.ui)
File "/usr/lib/python3.10/site-packages/cozy/architecture/singleton.py", line 5, in __call__
cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/cozy/app_controller.py", line 52, in __init__
self.whats_new_window: WhatsNewWindow = WhatsNewWindow()
File "/usr/lib/python3.10/site-packages/cozy/ui/widgets/whats_new_window.py", line 36, in __init__
self._fill_window()
File "/usr/lib/python3.10/site-packages/cozy/ui/widgets/whats_new_window.py", line 56, in _fill_window
if type(last_launched_version) is version.LegacyVersion:
AttributeError: module 'packaging.version' has no attribute 'LegacyVersion'
I'm getting this after installing and running:
~ % com.github.geigi.cozy
['/usr/bin/com.github.geigi.cozy']
23:29:45 [MainThread ] [applicatio] [INFO ] ('arch', 'rolling', 'n/a')
23:29:45 [MainThread ] [applicatio] [INFO ] Starting up cozy 1.2.1
23:29:45 [MainThread ] [db ] [INFO ] SQLite version: 3.40.1
23:29:45 [Thread-1 (ru] [peewee.sql] [INFO ] writer received shutdown request, exiting.
(com.github.geigi.cozy:22326): Handy-WARNING **: 23:29:45.745: Using GtkSettings:gtk-application-prefer-dark-theme together with HdyStyleManager is unsupported. Please use HdyStyleManager:color-scheme instead.
23:29:45 [MainThread ] [applicatio] [INFO ] libhandy version: 1
handle exception
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/cozy/application.py", line 99, in do_activate
self.app_controller = AppController(self, main_window_builder, self.ui)
File "/usr/lib/python3.10/site-packages/cozy/architecture/singleton.py", line 5, in __call__
cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
File "/usr/lib/python3.10/site-packages/cozy/app_controller.py", line 52, in __init__
self.whats_new_window: WhatsNewWindow = WhatsNewWindow()
File "/usr/lib/python3.10/site-packages/cozy/ui/widgets/whats_new_window.py", line 36, in __init__
self._fill_window()
File "/usr/lib/python3.10/site-packages/cozy/ui/widgets/whats_new_window.py", line 54, in _fill_window
last_launched_version = version.parse(self.app_settings.last_launched_version)
File "/usr/lib/python3.10/site-packages/packaging/version.py", line 52, in parse
return Version(version)
File "/usr/lib/python3.10/site-packages/packaging/version.py", line 197, in __init__
raise InvalidVersion(f"Invalid version: '{version}'")
packaging.version.InvalidVersion: Invalid version: 'None'
Just curious, but isn't this "arch=('any')"? It's written in Python after all, and shouldn't contain any architecture-specific files, should it?