Serguei Filimonov

Results 15 comments of Serguei Filimonov

any update on this issue? I have many "satellites" and when using `ncmpcpp` with them, I'd like to have the "main" (not-satelite) be the one source-of-truth of playlists for all...

Yep, same situation. Demo to friend. edit his page -> auto-fork -> overwrite my own copy with all history lost. +1

Thank you very much for a reply! I'll try this after work tonight or tomorrow. Using `upmpdcli` as just a "database" for MPD was kinda appealing because then I can...

ok, so I tried it quick right away. Here's why entire `/etc/upmpdcli.conf` (and I did a `sudo systemctl restart upmpdcli` on computer `X` that has the MPD on it) ```...

Thank you for that 443 vs 433 thing. I changed it to 443 but still get same error on the iOS app. I'm not using docker-compose anymore for this, but...

`mpd.conf`: ``` music_directory "/srv/dev-disk-by-uuid-51138595-117d-444b-baba-bc4a7e092d8d/library/audio-music" playlist_directory "/var/lib/mpd/playlists" db_file "/var/lib/mpd/tag_cache" log_file "/var/log/mpd.log" state_file "/var/lib/mpd/state" sticker_file "/var/lib/mpd/sticker.sql" user "mpd" bind_to_address "0.0.0.0" filesystem_charset "UTF-8" # database { # plugin "upnp" # } auto_update "yes"...

Update: I tried adding ``` input { plugin "curl" } ``` but didn't help. I'm not sure if the issue is between `mConnect` and `upmpdcli` or between `upmpdcli` and the...

I tried against my personal Navidrome instance and no luck, same error. Is there some debug tool to zero in on whether the issue is in `client->upmpdcli` or `upmpdcli->Navidrome`?

When I use other apps like `Rigelian` and `foobar2000`, the "Media Server" shows up, but the "Subsonic" folder under it is empty. Seems that whenever I try to access the...

I tried the `radio-browser` and `radio-paradise` plugins (installed via Debian packages): ``` radio-browseruser=abc123 radio-browsertitle=foo radio-browsercountry=CA radio-paradiseuser=barradio ``` `radio-browser` didn't work. Same error as Subsonic. But `radio-paradise` worked! It's playing audio...