Skip to content

NHiX/cozy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It's getting Cozy

Patreon donate button AUR

Cozy is a modern audio book player for Linux.

Screenshot

Get it on AppCenter

Here are some of the current features:

  • Import all your audiobooks into cozy to browse them comfortably
  • Listen to your DRM free mp3, m4a (aac, ALAC, ...), flac, ogg audio books
  • Remembers your playback position
  • Sleep timer!
  • Playback speed control for each book individually
  • Search your library
  • Sort your audio books by author, reader & name
  • Drag & Drop to import new audiobooks
  • Add mulitple storage locations
  • Mpris integration (Media keys & playback info for desktop environment)
  • Developed on Fedora and tested under elementaryOS

How can I get it?

Flatpak

For most distributions you can use Flatpak to install and run cozy: Flathub Or use the following commands:

flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub com.github.geigi.cozy

elementaryOS

If you're running elementaryOS, you can get cozy from the App Center.

Arch Linux

Arch Linux users can find cozy under the name cozy-audiobooks in the AUR:

$ pacaur -S cozy-audiobooks

Ubuntu, Debian, openSUSE, Fedora repositories

If you prefer a custom repository - for Ubuntu, Debian, openSUSE and Fedora there are package repositories on the openSUSE Build Service.

Upcoming:

  • wav support
  • Sort by name, added date, last played
  • Ratings

If you like this project, consider supporting me on Patreon :)

Requirements

  • python3
  • pip for peewee
  • meson >= 0.40.0 as build system
  • ninja
  • gtk3 >= 3.18 but fancier with gtk3 >= 3.22
  • peewee >= 3.1 as object relation mapper
  • python3-mutagen for meta tag management
  • gstreamer1.0-plugins-good
  • gstreamer1.0-libav for mp4 support

Build

$ git clone https://github.com/geigi/cozy.git
$ cd cozy
$ meson desired_build_directory --prefix=desired_installation_directory
$ ninja -C desired_build_directory install

Running a local build

XDG_DATA_DIRS=desired_installation_directory/share:/usr/share PYTHONPATH=desired_installation_directory/lib/python3.[your_python3_version]/site-packages app/bin/cozy

Q&A

I can't uninstall the Flatpak:

Try

flatpak uninstall com.github.geigi.cozy/x86_64/stable

or

flatpak uninstall --user com.github.geigi.cozy/x86_64/stable

Thanks to @Meresmata

I have my audiobooks in a location that is not accessible in the Flatpak sandbox:

You can override the flatpak settings and allow access to a path (e.g. /media) like this:

flatpak --user override --filesystem=/media com.github.geigi.cozy

A big thanks

To the contributors on GitHub:

  • oleg-krv
  • AsavarTzeth
  • worldofpeace
  • camellan
  • jnbr

The translators:

  • camellan
  • Vistaus
  • Distil62
  • karaagac
  • HansCz
  • mvainola
  • giuscasula
  • abuyop
  • akodi
  • cleitonjfloss
  • amadeussss
  • nvivant
  • Foxyriot
  • mardojai
  • trampover

To nedrichards for the Flatpak.

Help me translate cozy!

Cozy is on Transifex, where anyone can contribute and translate. Can't find your language in the list? Let me know!


Maintainability

About

A modern audio book player for Linux using GTK+ 3

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Meson 2.1%
  • CSS 0.3%