How To Install cozy on Fedora 34

cozy is Modern audiobook player

Introduction

In this tutorial we learn how to install cozy on Fedora 34.

What is cozy

Cozy is a modern audiobook player for Linux. Here are some of the current features - Import your audiobooks into Cozy to browse them comfortably - Sort your audio books by author, reader & name - Remembers your playback position - Sleep timer - Playback speed control - Search your library - Offline Mode! This allows you to keep an audio book on your internal storage if you store your audiobooks on an external or network drive. Perfect for listening on the go! - Add mulitple storage locations - Drag & Drop to import new audio books - Support for DRM free mp3, m4a (aac, ALAC, …), flac, ogg, opus, wav files - Mpris integration (Media keys & playback info for desktop environment)

We can use yum or dnf to install cozy on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install cozy.

Install cozy on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install cozy using dnf by running the following command:

sudo dnf -y install cozy

Install cozy on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install cozy using yum by running the following command:

sudo yum -y install cozy

How To Uninstall cozy on Fedora 34

To uninstall only the cozy package we can use the following command:

sudo dnf remove cozy

cozy Package Contents on Fedora 34

/usr/bin/com.github.geigi.cozy
/usr/lib/python3.9/site-packages/cozy
/usr/lib/python3.9/site-packages/cozy/__init__.py
/usr/lib/python3.9/site-packages/cozy/__pycache__
/usr/lib/python3.9/site-packages/cozy/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/app_controller.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/app_controller.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/application.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/application.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/application_settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/application_settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/open_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/open_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/power_manager.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/power_manager.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/tools.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/tools.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/version.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/app_controller.py
/usr/lib/python3.9/site-packages/cozy/application.py
/usr/lib/python3.9/site-packages/cozy/application_settings.py
/usr/lib/python3.9/site-packages/cozy/architecture
/usr/lib/python3.9/site-packages/cozy/architecture/__init__.py
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/event_sender.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/event_sender.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/observable.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/observable.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/profiler.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/profiler.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/singleton.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/singleton.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/event_sender.py
/usr/lib/python3.9/site-packages/cozy/architecture/observable.py
/usr/lib/python3.9/site-packages/cozy/architecture/profiler.py
/usr/lib/python3.9/site-packages/cozy/architecture/singleton.py
/usr/lib/python3.9/site-packages/cozy/control
/usr/lib/python3.9/site-packages/cozy/control/__init__.py
/usr/lib/python3.9/site-packages/cozy/control/__pycache__
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/application_directories.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/application_directories.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/artwork_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/artwork_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db_updater.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db_updater.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/filesystem_monitor.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/filesystem_monitor.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/mpris.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/mpris.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/offline_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/offline_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/string_representation.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/string_representation.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/application_directories.py
/usr/lib/python3.9/site-packages/cozy/control/artwork_cache.py
/usr/lib/python3.9/site-packages/cozy/control/db.py
/usr/lib/python3.9/site-packages/cozy/control/db_updater.py
/usr/lib/python3.9/site-packages/cozy/control/filesystem_monitor.py
/usr/lib/python3.9/site-packages/cozy/control/mpris.py
/usr/lib/python3.9/site-packages/cozy/control/offline_cache.py
/usr/lib/python3.9/site-packages/cozy/control/string_representation.py
/usr/lib/python3.9/site-packages/cozy/db
/usr/lib/python3.9/site-packages/cozy/db/__init__.py
/usr/lib/python3.9/site-packages/cozy/db/__pycache__
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/artwork_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/artwork_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/book.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/book.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/file.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/model_base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/model_base.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/offline_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/offline_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage_blacklist.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage_blacklist.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/track.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/track.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/track_to_file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/track_to_file.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/artwork_cache.py
/usr/lib/python3.9/site-packages/cozy/db/book.py
/usr/lib/python3.9/site-packages/cozy/db/file.py
/usr/lib/python3.9/site-packages/cozy/db/model_base.py
/usr/lib/python3.9/site-packages/cozy/db/offline_cache.py
/usr/lib/python3.9/site-packages/cozy/db/settings.py
/usr/lib/python3.9/site-packages/cozy/db/storage.py
/usr/lib/python3.9/site-packages/cozy/db/storage_blacklist.py
/usr/lib/python3.9/site-packages/cozy/db/track.py
/usr/lib/python3.9/site-packages/cozy/db/track_to_file.py
/usr/lib/python3.9/site-packages/cozy/ext
/usr/lib/python3.9/site-packages/cozy/ext/__init__.py
/usr/lib/python3.9/site-packages/cozy/ext/__pycache__
/usr/lib/python3.9/site-packages/cozy/ext/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ext/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions
/usr/lib/python3.9/site-packages/cozy/extensions/__init__.py
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/is_same_book.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/is_same_book.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/set.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/set.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/is_same_book.py
/usr/lib/python3.9/site-packages/cozy/extensions/set.py
/usr/lib/python3.9/site-packages/cozy/media
/usr/lib/python3.9/site-packages/cozy/media/__init__.py
/usr/lib/python3.9/site-packages/cozy/media/__pycache__
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/files.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/files.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/gst_player.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/gst_player.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_detector.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_detector.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_file.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/player.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/player.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/tag_reader.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/tag_reader.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/chapter.py
/usr/lib/python3.9/site-packages/cozy/media/files.py
/usr/lib/python3.9/site-packages/cozy/media/gst_player.py
/usr/lib/python3.9/site-packages/cozy/media/importer.py
/usr/lib/python3.9/site-packages/cozy/media/media_detector.py
/usr/lib/python3.9/site-packages/cozy/media/media_file.py
/usr/lib/python3.9/site-packages/cozy/media/player.py
/usr/lib/python3.9/site-packages/cozy/media/tag_reader.py
/usr/lib/python3.9/site-packages/cozy/model
/usr/lib/python3.9/site-packages/cozy/model/__init__.py
/usr/lib/python3.9/site-packages/cozy/model/__pycache__
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/book.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/book.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/database_importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/database_importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/library.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/library.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/single_file_chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/single_file_chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage_block_list.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage_block_list.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/track.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/track.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/book.py
/usr/lib/python3.9/site-packages/cozy/model/chapter.py
/usr/lib/python3.9/site-packages/cozy/model/database_importer.py
/usr/lib/python3.9/site-packages/cozy/model/library.py
/usr/lib/python3.9/site-packages/cozy/model/settings.py
/usr/lib/python3.9/site-packages/cozy/model/single_file_chapter.py
/usr/lib/python3.9/site-packages/cozy/model/storage.py
/usr/lib/python3.9/site-packages/cozy/model/storage_block_list.py
/usr/lib/python3.9/site-packages/cozy/model/track.py
/usr/lib/python3.9/site-packages/cozy/open_view.py
/usr/lib/python3.9/site-packages/cozy/power_manager.py
/usr/lib/python3.9/site-packages/cozy/report
/usr/lib/python3.9/site-packages/cozy/report/__init__.py
/usr/lib/python3.9/site-packages/cozy/report/__pycache__
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/log_level.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/log_level.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/report_to_loki.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/report_to_loki.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/reporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/reporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/log_level.py
/usr/lib/python3.9/site-packages/cozy/report/report_to_loki.py
/usr/lib/python3.9/site-packages/cozy/report/reporter.py
/usr/lib/python3.9/site-packages/cozy/tools.py
/usr/lib/python3.9/site-packages/cozy/ui
/usr/lib/python3.9/site-packages/cozy/ui/__init__.py
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/album_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/album_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_detail_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_detail_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/chapter_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/chapter_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/db_migration_failed_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/db_migration_failed_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/delete_book_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/delete_book_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/disk_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/disk_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/file_not_found_dialog.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/file_not_found_dialog.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/headerbar.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/headerbar.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/import_failed_dialog.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/import_failed_dialog.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/info_banner.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/info_banner.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/library_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/library_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_row_with_data.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_row_with_data.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_separator_row.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_separator_row.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/main_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/main_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/search_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/search_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/warnings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/warnings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/album_element.py
/usr/lib/python3.9/site-packages/cozy/ui/book_detail_view.py
/usr/lib/python3.9/site-packages/cozy/ui/book_element.py
/usr/lib/python3.9/site-packages/cozy/ui/chapter_element.py
/usr/lib/python3.9/site-packages/cozy/ui/db_migration_failed_view.py
/usr/lib/python3.9/site-packages/cozy/ui/delete_book_view.py
/usr/lib/python3.9/site-packages/cozy/ui/disk_element.py
/usr/lib/python3.9/site-packages/cozy/ui/file_not_found_dialog.py
/usr/lib/python3.9/site-packages/cozy/ui/headerbar.py
/usr/lib/python3.9/site-packages/cozy/ui/import_failed_dialog.py
/usr/lib/python3.9/site-packages/cozy/ui/info_banner.py
/usr/lib/python3.9/site-packages/cozy/ui/library_view.py
/usr/lib/python3.9/site-packages/cozy/ui/list_box_row_with_data.py
/usr/lib/python3.9/site-packages/cozy/ui/list_box_separator_row.py
/usr/lib/python3.9/site-packages/cozy/ui/main_view.py
/usr/lib/python3.9/site-packages/cozy/ui/search_view.py
/usr/lib/python3.9/site-packages/cozy/ui/settings.py
/usr/lib/python3.9/site-packages/cozy/ui/warnings.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets
/usr/lib/python3.9/site-packages/cozy/ui/widgets/ScrollWrapper.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__init__.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/ScrollWrapper.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/ScrollWrapper.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/error_reporting.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/error_reporting.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/filter_list_box.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/filter_list_box.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/list_box_extensions.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/list_box_extensions.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/playback_speed_popover.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/playback_speed_popover.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/search_results.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/search_results.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/seek_bar.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/seek_bar.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/sleep_timer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/sleep_timer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/storage_list_box_row.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/storage_list_box_row.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_library.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_library.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_m4b.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_m4b.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_m4b_chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_m4b_chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_window.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_window.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/error_reporting.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/filter_list_box.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/list_box_extensions.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/playback_speed_popover.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/search_results.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/seek_bar.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/sleep_timer.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/storage_list_box_row.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_importer.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_library.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_m4b.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_m4b_chapter.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_window.py
/usr/lib/python3.9/site-packages/cozy/version.py
/usr/lib/python3.9/site-packages/cozy/view_model
/usr/lib/python3.9/site-packages/cozy/view_model/__init__.py
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/book_detail_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/book_detail_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/headerbar_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/headerbar_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/library_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/library_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_control_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_control_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_speed_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_speed_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/search_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/search_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/settings_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/settings_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/sleep_timer_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/sleep_timer_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/book_detail_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/headerbar_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/library_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/playback_control_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/playback_speed_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/search_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/settings_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/sleep_timer_view_model.py
/usr/share/applications/com.github.geigi.cozy.desktop
/usr/share/com.github.geigi.cozy
/usr/share/com.github.geigi.cozy/com.github.geigi.cozy.img.gresource
/usr/share/com.github.geigi.cozy/com.github.geigi.cozy.ui.gresource
/usr/share/doc/cozy
/usr/share/doc/cozy/README.md
/usr/share/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml
/usr/share/icons/hicolor/scalable/actions/account-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/book-open-variant-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/clock-outline-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/download-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/downloaded-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/info-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/message-flash-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/microphone-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/speedometer-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/timer-off-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/timer-on-symbolic.svg
/usr/share/icons/hicolor/scalable/apps/com.github.geigi.cozy.svg
/usr/share/icons/hicolor/symbolic/apps/com.github.geigi.cozy-symbolic.svg
/usr/share/licenses/cozy
/usr/share/licenses/cozy/LICENSE
/usr/share/locale/da/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/de/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/es/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/fi/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/hr/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/it/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/ms_MY/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/nl/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/pl/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/pt/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/sv/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/uk/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/zh/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/metainfo/com.github.geigi.cozy.appdata.xml
/usr/bin/com.github.geigi.cozy
/usr/lib/python3.9/site-packages/cozy
/usr/lib/python3.9/site-packages/cozy/__init__.py
/usr/lib/python3.9/site-packages/cozy/__pycache__
/usr/lib/python3.9/site-packages/cozy/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/app_controller.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/app_controller.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/application_settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/application_settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/open_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/open_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/tools.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/tools.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/__pycache__/version.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/app_controller.py
/usr/lib/python3.9/site-packages/cozy/application_settings.py
/usr/lib/python3.9/site-packages/cozy/architecture
/usr/lib/python3.9/site-packages/cozy/architecture/__init__.py
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/event_sender.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/event_sender.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/observable.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/observable.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/profiler.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/profiler.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/singleton.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/__pycache__/singleton.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/architecture/event_sender.py
/usr/lib/python3.9/site-packages/cozy/architecture/observable.py
/usr/lib/python3.9/site-packages/cozy/architecture/profiler.py
/usr/lib/python3.9/site-packages/cozy/architecture/singleton.py
/usr/lib/python3.9/site-packages/cozy/control
/usr/lib/python3.9/site-packages/cozy/control/__init__.py
/usr/lib/python3.9/site-packages/cozy/control/__pycache__
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/application_directories.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/application_directories.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/artwork_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/artwork_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db_updater.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/db_updater.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/filesystem_monitor.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/filesystem_monitor.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/mpris.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/mpris.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/offline_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/offline_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/player.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/player.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/string_representation.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/control/__pycache__/string_representation.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/control/application_directories.py
/usr/lib/python3.9/site-packages/cozy/control/artwork_cache.py
/usr/lib/python3.9/site-packages/cozy/control/db.py
/usr/lib/python3.9/site-packages/cozy/control/db_updater.py
/usr/lib/python3.9/site-packages/cozy/control/filesystem_monitor.py
/usr/lib/python3.9/site-packages/cozy/control/mpris.py
/usr/lib/python3.9/site-packages/cozy/control/offline_cache.py
/usr/lib/python3.9/site-packages/cozy/control/player.py
/usr/lib/python3.9/site-packages/cozy/control/string_representation.py
/usr/lib/python3.9/site-packages/cozy/db
/usr/lib/python3.9/site-packages/cozy/db/__init__.py
/usr/lib/python3.9/site-packages/cozy/db/__pycache__
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/artwork_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/artwork_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/book.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/book.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/model_base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/model_base.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/offline_cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/offline_cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage_blacklist.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/storage_blacklist.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/track.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/db/__pycache__/track.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/db/artwork_cache.py
/usr/lib/python3.9/site-packages/cozy/db/book.py
/usr/lib/python3.9/site-packages/cozy/db/model_base.py
/usr/lib/python3.9/site-packages/cozy/db/offline_cache.py
/usr/lib/python3.9/site-packages/cozy/db/settings.py
/usr/lib/python3.9/site-packages/cozy/db/storage.py
/usr/lib/python3.9/site-packages/cozy/db/storage_blacklist.py
/usr/lib/python3.9/site-packages/cozy/db/track.py
/usr/lib/python3.9/site-packages/cozy/ext
/usr/lib/python3.9/site-packages/cozy/ext/__init__.py
/usr/lib/python3.9/site-packages/cozy/ext/__pycache__
/usr/lib/python3.9/site-packages/cozy/ext/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ext/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions
/usr/lib/python3.9/site-packages/cozy/extensions/__init__.py
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/set.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/__pycache__/set.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/extensions/set.py
/usr/lib/python3.9/site-packages/cozy/media
/usr/lib/python3.9/site-packages/cozy/media/__init__.py
/usr/lib/python3.9/site-packages/cozy/media/__pycache__
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/files.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/files.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_detector.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_detector.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/media_file.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/player.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/player.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/tag_reader.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/media/__pycache__/tag_reader.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/media/chapter.py
/usr/lib/python3.9/site-packages/cozy/media/files.py
/usr/lib/python3.9/site-packages/cozy/media/importer.py
/usr/lib/python3.9/site-packages/cozy/media/media_detector.py
/usr/lib/python3.9/site-packages/cozy/media/media_file.py
/usr/lib/python3.9/site-packages/cozy/media/player.py
/usr/lib/python3.9/site-packages/cozy/media/tag_reader.py
/usr/lib/python3.9/site-packages/cozy/model
/usr/lib/python3.9/site-packages/cozy/model/__init__.py
/usr/lib/python3.9/site-packages/cozy/model/__pycache__
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/book.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/book.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/library.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/library.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/single_file_chapter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/single_file_chapter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage_block_list.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/storage_block_list.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/track.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/model/__pycache__/track.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/model/book.py
/usr/lib/python3.9/site-packages/cozy/model/chapter.py
/usr/lib/python3.9/site-packages/cozy/model/library.py
/usr/lib/python3.9/site-packages/cozy/model/settings.py
/usr/lib/python3.9/site-packages/cozy/model/single_file_chapter.py
/usr/lib/python3.9/site-packages/cozy/model/storage.py
/usr/lib/python3.9/site-packages/cozy/model/storage_block_list.py
/usr/lib/python3.9/site-packages/cozy/model/track.py
/usr/lib/python3.9/site-packages/cozy/open_view.py
/usr/lib/python3.9/site-packages/cozy/report
/usr/lib/python3.9/site-packages/cozy/report/__init__.py
/usr/lib/python3.9/site-packages/cozy/report/__pycache__
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/log_level.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/log_level.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/report_to_loki.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/report_to_loki.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/reporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/report/__pycache__/reporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/report/log_level.py
/usr/lib/python3.9/site-packages/cozy/report/report_to_loki.py
/usr/lib/python3.9/site-packages/cozy/report/reporter.py
/usr/lib/python3.9/site-packages/cozy/tools.py
/usr/lib/python3.9/site-packages/cozy/ui
/usr/lib/python3.9/site-packages/cozy/ui/__init__.py
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/album_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/album_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/application.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/application.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_detail_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_detail_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/book_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/chapter_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/chapter_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/disk_element.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/disk_element.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/file_not_found_dialog.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/file_not_found_dialog.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/headerbar.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/headerbar.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/import_failed_dialog.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/import_failed_dialog.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/library_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/library_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_row_with_data.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_row_with_data.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_separator_row.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/list_box_separator_row.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/main_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/main_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/search_view.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/search_view.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/warnings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/__pycache__/warnings.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/album_element.py
/usr/lib/python3.9/site-packages/cozy/ui/application.py
/usr/lib/python3.9/site-packages/cozy/ui/book_detail_view.py
/usr/lib/python3.9/site-packages/cozy/ui/book_element.py
/usr/lib/python3.9/site-packages/cozy/ui/chapter_element.py
/usr/lib/python3.9/site-packages/cozy/ui/disk_element.py
/usr/lib/python3.9/site-packages/cozy/ui/file_not_found_dialog.py
/usr/lib/python3.9/site-packages/cozy/ui/headerbar.py
/usr/lib/python3.9/site-packages/cozy/ui/import_failed_dialog.py
/usr/lib/python3.9/site-packages/cozy/ui/library_view.py
/usr/lib/python3.9/site-packages/cozy/ui/list_box_row_with_data.py
/usr/lib/python3.9/site-packages/cozy/ui/list_box_separator_row.py
/usr/lib/python3.9/site-packages/cozy/ui/main_view.py
/usr/lib/python3.9/site-packages/cozy/ui/search_view.py
/usr/lib/python3.9/site-packages/cozy/ui/settings.py
/usr/lib/python3.9/site-packages/cozy/ui/warnings.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets
/usr/lib/python3.9/site-packages/cozy/ui/widgets/ScrollWrapper.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__init__.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/ScrollWrapper.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/ScrollWrapper.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/error_reporting.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/error_reporting.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/filter_list_box.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/filter_list_box.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/list_box_extensions.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/list_box_extensions.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/playback_speed_popover.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/playback_speed_popover.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/search_results.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/search_results.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/seek_bar.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/seek_bar.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/sleep_timer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/sleep_timer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/storage_list_box_row.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/storage_list_box_row.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_m4b.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_m4b.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_window.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/__pycache__/whats_new_window.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/ui/widgets/error_reporting.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/filter_list_box.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/list_box_extensions.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/playback_speed_popover.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/search_results.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/seek_bar.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/sleep_timer.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/storage_list_box_row.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_importer.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_m4b.py
/usr/lib/python3.9/site-packages/cozy/ui/widgets/whats_new_window.py
/usr/lib/python3.9/site-packages/cozy/version.py
/usr/lib/python3.9/site-packages/cozy/view_model
/usr/lib/python3.9/site-packages/cozy/view_model/__init__.py
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/book_detail_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/book_detail_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/headerbar_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/headerbar_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/library_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/library_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_control_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_control_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_speed_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/playback_speed_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/search_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/search_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/settings_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/settings_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/sleep_timer_view_model.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/__pycache__/sleep_timer_view_model.cpython-39.pyc
/usr/lib/python3.9/site-packages/cozy/view_model/book_detail_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/headerbar_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/library_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/playback_control_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/playback_speed_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/search_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/settings_view_model.py
/usr/lib/python3.9/site-packages/cozy/view_model/sleep_timer_view_model.py
/usr/share/applications/com.github.geigi.cozy.desktop
/usr/share/com.github.geigi.cozy
/usr/share/com.github.geigi.cozy/com.github.geigi.cozy.img.gresource
/usr/share/com.github.geigi.cozy/com.github.geigi.cozy.ui.gresource
/usr/share/doc/cozy
/usr/share/doc/cozy/README.md
/usr/share/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml
/usr/share/icons/hicolor/scalable/actions/account-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/book-open-variant-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/clock-outline-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/download-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/downloaded-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/message-flash-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/microphone-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/speedometer-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/timer-off-symbolic.svg
/usr/share/icons/hicolor/scalable/actions/timer-on-symbolic.svg
/usr/share/icons/hicolor/scalable/apps/com.github.geigi.cozy.svg
/usr/share/icons/hicolor/symbolic/apps/com.github.geigi.cozy-symbolic.svg
/usr/share/licenses/cozy
/usr/share/licenses/cozy/LICENSE
/usr/share/locale/da/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/de/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/es/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/fi/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/it/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/ms_MY/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/nl/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/pl/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/pt/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/sv/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/uk/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/locale/zh/LC_MESSAGES/com.github.geigi.cozy.mo
/usr/share/metainfo/com.github.geigi.cozy.appdata.xml

References

Summary

In this tutorial we learn how to install cozy on Fedora 34 using yum and dnf.