Package Details: cozy-audiobooks 1.2.1-1

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 using GTK+ 3.
Upstream URL: https://github.com/geigi/cozy
Keywords: audiobook gtk media player
Licenses: GPL3
Submitter: geigi
Maintainer: asm0dey
Last Packager: geigi
Votes: 33
Popularity: 0.163662
First Submitted: 2017-10-22 16:12 (UTC)
Last Updated: 2022-08-21 13:01 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

tuxxx commented on 2023-12-30 18:11 (UTC)

gst-plugins-bad

should be added as opt. dependency as it enables .m4a playback

3n3es commented on 2023-05-28 12:42 (UTC)

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' or gsettings 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'

michabuntu commented on 2023-03-25 09:10 (UTC) (edited on 2023-03-29 18:24 (UTC) by michabuntu)

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.

Andy_Random commented on 2023-03-16 16:36 (UTC) (edited on 2023-03-16 16:39 (UTC) by Andy_Random)

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'

mattalxndr commented on 2023-02-09 05:31 (UTC)

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'

swsnr commented on 2023-01-02 10:25 (UTC)

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?

Scotty_Trees commented on 2022-03-29 16:53 (UTC)

Fails to install. I hope this can be fixed, would appreciate any help, thank you kindly:

error: failed to commit transaction (conflicting files)
cozy-audiobooks: /usr/share/icons/hicolor/scalable/actions/settings-symbolic.svg exists in filesystem (owned by extension-manager)
Errors occurred, no packages were upgraded.
 -> exit status 1

geigi commented on 2020-12-03 17:12 (UTC)

@halcek I've added aarch64, enjoy! :)

halcek commented on 2020-12-01 18:56 (UTC) (edited on 2020-12-01 18:57 (UTC) by halcek)

Can you please add 'aarch64' to the list of supported architectures? Thanks,