Tempus should be able to open share links from the search field #408
henrebotha
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Related to #403.
If I paste a share link into the search field, Tempus should take me to the shared item (in the app, I mean, not deferring to the browser). Apps like Spotify can do this.
I don't know technically what this would involve. Ideally, the back end (Navidrome in my case) would be able to return a JSON payload for the share link; then Tempus could parse that to figure out what to navigate to. Not sure if that's generally supported. But even if Tempus just does the equivalent of
curl, at least in the case of Navidrome, there is awindow._SHARE_INFO__JSON object directly in the response that contains all the share data. So Tempus could probably parse that out pretty easily.Beta Was this translation helpful? Give feedback.
All reactions