-
- Downloads
TTS ID3 support (#5773)
* Add support for writing ID3 tags to the file for improved display in media players * Lint and async fixes * Use mutagen instead of taglib * Fix tests * Add fallback for album * Requested changes * move import * Fix album name * Change default options handling * Move to member function / minor fix * fix style * fix lint * change mutagen handling * fix lint / add name to bytesio * Update __init__.py * Fix test, some cleanups * Add mutagen exeption handling, fix tests * fix mutagen taging
Showing
- homeassistant/components/tts/__init__.py 42 additions, 1 deletionhomeassistant/components/tts/__init__.py
- homeassistant/components/tts/amazon_polly.py 1 addition, 0 deletionshomeassistant/components/tts/amazon_polly.py
- homeassistant/components/tts/demo.py 1 addition, 0 deletionshomeassistant/components/tts/demo.py
- homeassistant/components/tts/google.py 1 addition, 0 deletionshomeassistant/components/tts/google.py
- homeassistant/components/tts/picotts.py 1 addition, 0 deletionshomeassistant/components/tts/picotts.py
- homeassistant/components/tts/voicerss.py 1 addition, 0 deletionshomeassistant/components/tts/voicerss.py
- homeassistant/components/tts/yandextts.py 1 addition, 0 deletionshomeassistant/components/tts/yandextts.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
- tests/components/tts/test_init.py 9 additions, 0 deletionstests/components/tts/test_init.py
Loading
Please register or sign in to comment