jakka
jakka
The proposed change ------------------- Add an option when renaming files to move all folder contents with the audio files to new destination Benefits of this change ----------------------- Enhanced file reorganization,...
Steps to reproduce ------------------ 1. play any 32 bit FLAC file 2. get an error Expected Output --------------- playback Actual Output ------------- gstreamer error ### Which version of Quod Libet?...
The error is `/bin/sh: symbol lookup error: /bin/sh: undefined symbol: rl_trim_arg_from_keyseq` I think it is triggered because the binary ships outdated libreadline.so.8, which is incompatable with system shell
Currently i have to use "Filter Results" in combination with library filter to view my library. No matter what sorting rules are defined in Library -> Sorting, files are still...
When searching for tags with special symbols in a library selection playlist no results are shown. for example, searching in library selection playlist with all music selected yeilds nothing: 
Add feature to specify sorting rules per-widget, for example: Library Tree gets sorted by %dateadded%, everything else gets sorted by default library sort script.
After scanning for changes in library deleted tracks remain (at least at library selection playlist). Would be nice to see an option to automatically remove tracks from library when they...
Could not find just an empty scriptable text widget, for example to display detailed information about current track. Example how it looks like in quod libet: 
whenever im trying to decode samples from a 32bit flac i encounter an error code ```rust let mut reader = claxon::FlacReader::open(file)?; for samples in reader .samples() .map(|sample| sample.unwrap()) .collect::() .chunks(4096...
probe panics when run on 32 bit flac: ```rust let mut format = symphonia::default::get_probe() .probe(&hint, mss, format_opts, metadata_opts) .unwrap(); ``` throws `IoError(Kind(UnexpectedEof))` file streaminfo: ``` METADATA block #0 type: 0...