Avi_Cohen
(Avi Cohen)
October 11, 2020, 6:17pm
1
HA running in docker ,
Version:0.116.2
I mounted the external music folder in docker-compose file:
volumes:
- /share/HA/:/config
- /etc/localtime:/etc/localtime:ro
- /share/CACHEDEV1_DATA/Music/:/media
In new Media Browser - i can see jpg, mp3 but not flac files.
I hope this is not a known limitation as I believe most people who listening to music from
their physical storage prefer lossless format,otherwise will go to youtube:)
can some1 tell if he manage to play flac?
Avi_Cohen
(Avi Cohen)
October 11, 2020, 6:30pm
3
yeah , i saw this thread and also update it ,
it is unclear if the person who open the post manage to play flac files.
tom_l
October 11, 2020, 6:30pm
4
The post I linked to in that issue explains why you can’t.
Avi_Cohen
(Avi Cohen)
October 12, 2020, 7:20am
5
So flac is not supported because is not registered in IANA ,
following :
https://github.com/home-assistant/core/issues/41358#issuecomment-704617461
“The fix is likely either adding strict=False or adding custom handling for FLAC files”
Can some1 tell where i can set it ?
i hope they fix it as not supporting FLAC/lossless files actually missing the pointing of the media browser.