Package Details: cozy-audiobooks-git 1.3.0.r0.g4c978ec5-1

Git Clone URL: https://aur.archlinux.org/cozy-audiobooks-git.git (read-only, click to copy)
Package Base: cozy-audiobooks-git
Description: A modern audio book player for Linux and macOS using GTK+ 3
Upstream URL: https://cozy.geigi.de
Keywords: audio-book audiobooks gtk3 media-player
Licenses: GPL3
Conflicts: cozy-audiobooks
Provides: cozy-audiobooks
Submitter: ragouel
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 1
Popularity: 0.45
First Submitted: 2020-04-27 10:09 (UTC)
Last Updated: 2024-03-18 22:13 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2023-12-23 14:54 (UTC)

I have a build issue but can't look further at the moment, if someone have a fix can make a PR here https://github.com/FabioLolix/PKGBUILD-AUR_fix

archisman commented on 2023-12-11 14:09 (UTC)

Now it depends on gtk4 and libadwaita

3n3es commented on 2023-05-28 12:43 (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'

FabioLolix commented on 2021-10-17 21:59 (UTC)

pkgbuild have been fixed

fauxmight commented on 2021-10-17 20:46 (UTC) (edited on 2021-10-17 20:47 (UTC) by fauxmight)

It would appear that the following additional dependencies apply to cozy-audiobooks-git:

depends: granite libdazzle

makedepends: cmake

zjuyk commented on 2021-03-28 18:42 (UTC)

Actually, it needs libhandy as dependency.

Run-time dependency libhandy-1 found: NO (tried pkgconfig and cmake)

meson.build:16:0: ERROR: Dependency "libhandy-1" not found, tried pkgconfig and cmake

ragouel commented on 2020-08-25 04:30 (UTC)

@bidskii Fixed.

bidskii commented on 2020-08-24 23:31 (UTC)

$ com.github.geigi.cozy 
Traceback (most recent call last):
  File "/usr/bin/com.github.geigi.cozy", line 32, in <module>
    from cozy.app_controller import AppController
  File "/usr/lib/python3.8/site-packages/cozy/app_controller.py", line 2, in <module>
    from cozy.control.db import get_db
  File "/usr/lib/python3.8/site-packages/cozy/control/db.py", line 7, in <module>
    from cozy.control.db_updater import update_db
  File "/usr/lib/python3.8/site-packages/cozy/control/db_updater.py", line 7, in <module>
    from cozy.db.model_base import get_data_dir, get_sqlite_database
  File "/usr/lib/python3.8/site-packages/cozy/db/model_base.py", line 5, in <module>
    from playhouse.apsw_ext import APSWDatabase
  File "/usr/lib/python3.8/site-packages/playhouse/apsw_ext.py", line 19, in <module>
    import apsw
ModuleNotFoundError: No module named 'apsw'

ragouel commented on 2020-06-12 16:06 (UTC)

Thanks, done.