Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HI_RES support #147

Closed
2 tasks done
tehkillerbee opened this issue Feb 7, 2024 · 1 comment
Closed
2 tasks done

Fix HI_RES support #147

tehkillerbee opened this issue Feb 7, 2024 · 1 comment

Comments

@tehkillerbee
Copy link
Owner

tehkillerbee commented Feb 7, 2024

While HI_RES support was added last year, actual playback of HiRes albums was not possible since PKCE login was necessary before getting access to HiRes streams. This feature has now (almost) been added to tidalapi so we can finally get proper HiRes support in mopidy-tidal

This task is still in progress (see https://github.com/tehkillerbee/mopidy-tidal/tree/feature/hires-playback) but HiRes playback does work in this branch. Proof:

Feb 07 21:57:17 mopidy[11915]: INFO     [TidalBackend-6 (_actor_loop)] mopidy_tidal.library Returning 12 tracks
Feb 07 21:57:17 mopidy[11915]: INFO     [TidalBackend-6 (_actor_loop)] mopidy_tidal.playback TIDAL uri: tidal:track:24905:77646169:77646170
Feb 07 21:57:17 mopidy[11915]: INFO     [TidalBackend-6 (_actor_loop)] mopidy_tidal.playback MimeType:application/dash+xml
Feb 07 21:57:17 mopidy[11915]: INFO     [TidalBackend-6 (_actor_loop)] mopidy_tidal.playback Starting playback of track:77646170, (quality:HI_RES_LOSSLESS, codec:flac, 24bit/192000Hz)
  • Modify playback to use (HLS) stream instead of direct URLs.
  • Handle PKCE login nicely (Currently session .json must be generated manually and copied into the correct folder)
@tehkillerbee
Copy link
Owner Author

Fixed in #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant