Skip to content

FuriLabs/furios-gallery

Repository files navigation

FuriOS Gallery

A modern GTK4/Adw-based media gallery for FuriOS, featuring real-time indexing, thumbnail caching, albums, and rich media viewing (images & videos).


Table of Contents


Features

  • Albums View: Browse and organize media into albums (Recents, Pictures, Videos, Screenshots, plus custom).
  • Grid View: Fast scrolling, lazy-loaded thumbnails, multi-select and bulk delete.
  • Carousel Viewer: Swipe or click through media with zoomable images and video playback.
  • Media Properties: View EXIF metadata, video stream info, and GPS location on an interactive map.
  • Real‑Time Daemons: Two systemd/pyinotify daemons for database indexing and thumbnail generation.
  • Custom Albums: Create, add, remove, and delete albums and media items.

Screenshots

Gallery Photo


Architecture

  • main.py: Entrypoint launching GalleryApp with an asyncio+GLib pump loop.

  • GUI Module (furios_gallery/):

    • gallery_window.py: Main window, navigation, header, toolbar, bottom sheet.
    • albums_view.py, grid_view.py, media_view.py: Pages for browsing.
    • Widgets: image_viewer_widget.py, video_player_widget.py, MediaPropertiesView.
  • Database: SQLite via database_manager.py; tables for files, albums, and associations.

  • Thumbnail Cache: thumbnail_utils.py generates & caches PNG thumbnails under ~/.cache/thumbnails/large.

  • Daemons:

    • gallery_daemon.py: Launches two inotify-based watchers: ThumbnailDaemon and DatabaseDaemon.
  • Packaging:

    • Debian: debian/ folder with control, rules, install, links.
    • Flatpak: io.furios.Gallery.yml manifest.

Installation

Flatpak

# Build & install from manifest
flatpak-builder --user --install-deps-from=flathub --install --force-clean build-dir io.furios.Gallery.yml

Configuration & Data Locations

Purpose Location
Database ~/.local/share/io.FuriOS.Gallery/gallery-albums.db
Thumbnail Cache ~/.cache/thumbnails/large/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors