Ruben Teixeira

Results 9 comments of Ruben Teixeira

Hi. You can convert srt file on the fly by adding these functions: function getVTT(link, callB) { var client = new XMLHttpRequest(); client.open('GET', link); client.onreadystatechange = function() { if(client.readyState ===...

For me this is happening only on mobile. Tested with Chrome and Firefox on Android, Chrome and Safari on IOS. Sometimes it may not crash and just doesn't load the...

Agreed @Al4ndil. It seems to me (at least that seems to be my case) this might have something to do with running the instance behind a reverse proxy.

Thanks for your interest! Will test and report ASAP.

> Does this also happen in the stable release? And is the server transcoding/remuxing or direct playing the media? Just tested this on Chromecast 4k (Android 12), with stable version...

Hey @certuna , thanks for your work. I'm getting this when using this PR: `Nov 12 22:47:35 raspberrypi navidrome[16356]: time="2023-11-12T22:47:35Z" level=fatal msg="Failed to apply new migrations" error="error: found 1 missing...

> Ah yes I'll fix this, there have been new additions to the codebase so my migration is outdated. Thank you so much! Looking forward to trying it out :)

> Should work now. I don't know if this PR will be merged soon or if we wait until we can do it all together with OpenSubsonic API support. Yes...

> Hey, what's holding this PR back? Does it still need contributions? Perhaps it's the fact that the author did not prepare support for OpenSubSonic API. It works great otherwise....