dgcampea

Results 20 issues of dgcampea

Labels don't seem to be correctly applied when using rasdaemon. If I edit `/etc/edac/labels.db` and add: ``` Vendor: ASRock Model: X99M Killer DDR4_A1: 0.0.0; DDR4_B1: 0.0.1; DDR4_C1: 0.0.2; DDR4_D1: 0.0.3;...

## Feature request Allow `albumart` to search for files given by a user regex (by a directive in `mpd.conf`). This would allow case-insensitive searches and images with non-uniform names across...

feature

## Description Debug logs from UBSAN/ASAN enabled MPD build. ## Build info Based on rpmfusion src-rpm for `mpd 0.23.6`. Meson options: `-Dc_args="-fno-omit-frame-pointer" -Db_sanitize=address,undefined -Dqobuz=disabled -Dsoundcloud=disabled -Dhtml_manual=false` RPM spec changes: ```...

bug
waiting

## Bug report ### Describe the bug While using _mympd_ jukebox mode (a shuffle implementation), mpd crashes when it finishes playing a certain track, with `mpd[746452]: free(): double free detected...

## Feature request MPD has no archive plugin that can read RAR files which are not uncommon on the internet. One of the libraries that can deal with RARs is...

feature

- Deduplicates BSD/ and Linux/ into Unix/ - Installs icons to the correct location - Adds Appstream metadata file - Remove binaries for Unix/, these should be installed via package...

Probable cause: https://github.com/hexchat/hexchat/blob/cc049161378988fdb468cab1a9c00dc28b835b1f/src/common/url.c#L672 does not fire for directories that do not begin with any special character (example: `home/dgc/.var/app/io.github.Hexchat/config/hexchat`). Observed in flathub's Hexchat distribution.

## Summary of the changes in this pull request Implements XDG Base spec. Under Windows it tries to do something similar by using APPDATA env var. Addresses #404 ## Pull...

* KOReader version: 2022.06 * Device: Android #### Issue Embedded .svg images in epub are not shown. #### Screenshots KOReader Android screenshot: ![Screenshot_2022-07-05-19-43-23](https://user-images.githubusercontent.com/59268455/177395719-28224c29-9147-4c2a-8fb6-5998eb4dad5d.png) E-book viewer (calibre): ![image](https://user-images.githubusercontent.com/59268455/177395542-9a0ad643-c218-4731-a2ea-43273cc902de.png) #### Steps to...

CREngine

Originally reported at: https://github.com/SoongNoonien/mpdevil/issues/38 Using `client.find("title", "")` results in connection loss. Searching with `mpc` client works though. mpd version: Music Player Daemon 0.22.9 (0.22.9) python-mpd2 version: 3.0.4 Code sample: ```...