Oren Sokoler
Oren Sokoler
### Problem to solve Currently mopidy-iris does not present the user with the track audio stream data. I think it would be nice to add such a feature - specifically...
Add track technical metadata (bitrate, bitdepth, decoder) to the track model exposed via the API See also here : https://github.com/jaedb/Iris/issues/808 Using Mopidy-tidal (0.2.7) as a backend I get this: ```...
Currently tidalapi exposes the `audio_quality` field for every track. I think it would be nice to also add more technical data for every track like Samplerate, Bitdepth etc.
Currently the Mopidy `Track` model includes only information obtained mainly from metadata (tags). I would like to purpose to add the actual audio stream data to the model, e.g. :...
I added a command resend mechanism to allow on/off of the receiver in case the connection is lost
This PR fixes the punctuation marks issues with subtitles text containing a mix of RTL and LTR languages. https://github.com/google/ExoPlayer/issues/11214 https://github.com/jellyfin/jellyfin-androidtv/issues/4296