jasje: I opened a GitHub issue about the login UI in the ListenBrainz iOS app. At present, it launches the MusicBrainz website in a web view, which looks unpolished and can feel fishy for users. Is there any way to build a native login page in the app and make the website work in the background, so the credentials are pasted and login happens invisibly? I realize doing so might break App Store guidelines or OAuth rules, but I wanted to
2025-11-07 31110, 2025
Ved[m]
ask for advice or if there’s a recommended, secure solution to improve the user experience.
2025-11-07 31124, 2025
terinjokes has left the channel
2025-11-07 31125, 2025
terinjokes joined the channel
2025-11-07 31114, 2025
spikyyn[m] has quit
2025-11-07 31156, 2025
monkey[m]
elkiensad, RustyNova : I can has more beta testing pliz?
2025-11-07 31156, 2025
monkey[m]
Pushed my BrainzPlayer PR again to beta.listenbrainz.org , submitting listens should be working fine now and failure recovery should be improved.
2025-11-07 31156, 2025
monkey[m]
Please let me know if you have any issues.
2025-11-07 31116, 2025
rustynova[m]
I'll check it out in a few hours. Btw you missed the @ to ping me. Discord need a @ per person
2025-11-07 31119, 2025
monkey[m]
I pinged the wrong account 🙈
2025-11-07 31103, 2025
elkiensad[m]
<monkey[m]> "elkiensad, RustyNova : I can has..." <- I can listen to stuff and it does submit listens, anything specific to test out?
2025-11-07 31133, 2025
elkiensad[m] uploaded an image: (281KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/envs.net/5900fc8ea64c7ab269c4357b34c73a2bf5cdbfed1986844230072401920/1000062320.png >
2025-11-07 31156, 2025
elkiensad[m]
everything in its right place does not play when I press the button in this page
monkey[m]: Navidrome > Spotify > IA > SoundCloud > AM > YT > Funkwhale
2025-11-07 31117, 2025
elkiensad[m]
(Funkwhale and AM is disabled though)
2025-11-07 31139, 2025
elkiensad[m]
<elkiensad[m]> "everything in its right place..." <- I cannot reproduce this now though, stuff works as expected at the moment
2025-11-07 31120, 2025
monkey[m]
<elkiensad[m]> "it fallbacks to spotify and..." <- I think this was due to the listen having `origin_url": "https://open.spotify.com/track/2kRFrWaLWiKq48YYVdGcm8"` , if you had Spotify enabled it would try using that url directly to play from Spotify, ignoring the priority order.
2025-11-07 31120, 2025
monkey[m]
And since spotify was having issues on their side, that would have failed and fallen back to the next source IA > SC > etc (instead of going back to the top of the list to Navidrome).