hinto-janai

Results 39 issues of hinto-janai

## OS & Version Festival v1.2.0 Linux x64 Collection v2 Audio v0 State v1 Settings v2 0f5dffd3453f3fa1d619b52c17bdeecb9eb9cc48 ## Bug `festival-gui` on Wayland: - has sizing issues - has a white...

bug
gui

## Feature https://en.wikipedia.org/wiki/ReplayGain Allows for normalized audio volume across the whole `Collection`.

feature
shukusai
someday

## Feature Compilation support. A single `Album` with varying `Artist`'s. Metadata tag will most likely be `Compilation` and the proprietary `itunescompilationflag`. ## Problem There _must_ be an owner of this...

feature
shukusai
someday

## OS & Version Linux GNOME Festival v1.0.0 ## Bug A `Festival` that was launched via GNOME's startup applications causes some weird behavior to occur in the GUI. Buttons stop...

bug
gui

## What [`disk`](https://docs.rs/disk) can (de)compress files with `gzip` when saving/reading. This includes the `Collection`. `collection.bin` would be `collection.bin.gz`. `Collection` with the current `disk` options have a 2:1 compression rate, e.g,...

feature
shukusai
someday

## What Due to index invalidation, the `Collection` cannot be mutated. Assuming that most `Collection` resets only contain a small amount of data change (adding an album or two), it...

perf
shukusai
someday

## What The main multi-threaded audio metadata and parsing loop ("The Loop") requires that each thread knows if an `Artist/Album` has already been seen, so that it can branch, create...

perf
shukusai
someday

## What Not `Festival` or `shukusai` itself, but both `cpal` and `souvlaki` have event loops that poll many times a second, instead of a parked thread + wakeup design. ##...

bug
shukusai

## OS & Version Festival v1.1.0 ## Bug Sometimes `egui::Label` text will add even spacing between each character. This probably has something to do with the fixed font size +...

bug
gui

## OS & Version Festival v1.0.1 ## Bug `egui` will lazily load memory for elements. This means on Festival's startups, tabs with many elements will briefly glitch a little before...

bug
gui