Johannes L
Johannes L
This is a really complicated question to answer and my understanding of MQA encoding is also limited. Anyways, the short answer is if your DAC supports MQA, the 24 bit...
Closing this as MQA support is removed by tidal.
Agreed, I have had the same issue when browsing my albums. Only issue I see is that it will most likely require some work on the frontend side as well...
You cannot get this info through mopidy-tidal, but you can get it indirectly through the tidalapi: `session.track(track_id).media_metadata_tags` The list of media_metadata_tags will contain the available quality for your track. If...
@fmarzocca Not sure what you are trying to do. Does your extension rely on mopidy-tidal? if so, it must use the session/authentication provided by this extension. But you would of...
> how can I read the content of the related config line of mopidy-tidal The config params are defined here: https://github.com/tehkillerbee/mopidy-tidal/blob/e2aa9de2fc8f4cdf66305d8b3f76e4b109043c90/mopidy_tidal/__init__.py#L28 The config params are accessed here. https://github.com/tehkillerbee/mopidy-tidal/blob/e2aa9de2fc8f4cdf66305d8b3f76e4b109043c90/mopidy_tidal/backend.py#L28 So what...
I see. After thinking more about this and seeing your example, I realized that it would probably be a good idea if we have a quality string in addition to...
> Can you give me an hint about how to get the quality setting form mopidy-tidal settings, so that I don't hardcode it in my script? The extension config is...
@quodrum-glas Thanks, your contribution is much appreciated, even if it is not a complete PR. Of course, this will require quite a bit of work to implement your changes but...
> Maybe is something to help your 2nd part of [Fix HI_RES support #147](https://github.com/tehkillerbee/mopidy-tidal/issues/147) ? @quodrum-glas Thanks for the suggestion. I ended up implemented it as you suggested, using a...