Closed ser closed 2 months ago
it's debug of the mpd server side:
Jun 29 09:06:01 bigmic mpd[698976]: output: opened "My ALSA Device" (alsa) audio_format=24000:24:2
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] command returned 0
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] process command "currentsong"
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] command returned 0
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] process command "commands"
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] command returned 0
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] process command "readpicture "http://192.168.41.114:8123/media/local/sounds/temp/chime_tts/idlwe3m6.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlZjE2OWIxZWQ1Yjg0YmM3YTc1ZDM0NTk4M2Y1OGEyNSIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL2lkbHdlM202Lm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTYyNjc2MSwiZXhwIjoxNzE5NzEzMTYxfQ.mGyw5Fzz3J_2JFglw6F7pReqaDTENE3BZ2hNklnTB88" "0""
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] command returned 0
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] process command "albumart "http://192.168.41.114:8123/media/local/sounds/temp/chime_tts/idlwe3m6.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlZjE2OWIxZWQ1Yjg0YmM3YTc1ZDM0NTk4M2Y1OGEyNSIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL2lkbHdlM202Lm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTYyNjc2MSwiZXhwIjoxNzE5NzEzMTYxfQ.mGyw5Fzz3J_2JFglw6F7pReqaDTENE3BZ2hNklnTB88" "0""
Jun 29 09:06:01 bigmic mpd[698976]: exception: CURL failed: The requested URL returned error: 401
Jun 29 09:06:01 bigmic mpd[698976]: exception: CURL failed: The requested URL returned error: 401
Jun 29 09:06:01 bigmic mpd[698976]: exception: CURL failed: The requested URL returned error: 401
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] command returned 3
Jun 29 09:06:01 bigmic mpd[698976]: client: [279] closed
Jun 29 09:06:04 bigmic mpd[698976]: player: played "http://192.168.41.114:8123/media/local/sounds/temp/chime_tts/idlwe3m6.mp3?authSig=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlZjE2OWIxZWQ1Yjg0YmM3YTc1ZDM0NTk4M2Y1OGEyNSIsInBhdGgiOiIvbWVkaWEvbG9jYWwvc291bmRzL3RlbXAvY2hpbWVfdHRzL2lkbHdlM202Lm1wMyIsInBhcmFtcyI6W10sImlhdCI6MTcxOTYyNjc2MSwiZXhwIjoxNzE5NzEzMTYxfQ.mGyw5Fzz3J_2JFglw6F7pReqaDTENE3BZ2hNklnTB88"
Jun 29 09:06:04 bigmic mpd[698976]: playlist: stop
Jun 29 09:06:04 bigmic mpd[698976]: output: closed "My ALSA Device" (alsa)
I have released a new beta version, v1.1.4-beta4, which embeds an image in the generated MP3 file's ID3 tag. Do you know if this will satisfy MDP's requirements?
To install the new beta version:
⋮
button in the top right↻ Redownload
optionShow beta versions
option (it may take a moment to update the list)v1.1.4-beta4
from the updated version drop-down listHello, it hasn't helped, It seems MPD and MPD integration ignores embedding.
This issue seems to be related to MDP and not Chime TTS
System Health details
Checklist
Describe the issue
It seems that MPD integration forces MPD server to get an album cover for ChimeTTS served audio file, which obviously is not possible as ChimeTTS does not provide it.
The result is super ugly as every chime there is a scary system notification which comes from the ban module, as MPD tries to get an not existing file resulting in 401 error.
My proposition to solve the issue is for ChimeTTS to serve requested images with a nice ChimeTTS logo.
Reproduction steps
Debug logs