core/homeassistant/components/tts
Justin Paupore b4799ba66d
Fix TTS handling of non-ID3 metadata tags (#41191)
Change #40666 used mutagen's ID3 TextFrame to wrap metadata information.
While this is the correct behavior for container formats that use ID3
metadata tags, such as MP3 and linear PCM, Ogg container formats use
a different metadata format. For these containers, the metadata needs to
be a bare str, not wrapped in a TextFrame.
2020-10-04 11:59:53 +02:00
..
__init__.py Fix TTS handling of non-ID3 metadata tags (#41191) 2020-10-04 11:59:53 +02:00
manifest.json Upgrade mutagen to 1.45.1 (#39166) 2020-08-23 12:08:52 +02:00
services.yaml