Ethan Pippin

Results 195 comments of Ethan Pippin

My bad, I forgot to remove the link to this in my PR.

VLCKit does not support colored subtitles.

Apologies, I responded to this right after waking up. VLCKit does support changing the color of subtitles however it seems to only work on subrip subtitles.

Make sure that you put the correct http/https scheme when adding your server.

You may be able to use `.id()` to cause an update: ```swift @ViewBuilder func makeHomeTab(isActive: Bool) -> some View { Image(systemName: "house" + (isActive ? ".fill" : "")) Text("Home".localized(appLanguage) .id(appLanguage)...

Dev notes: have this be an option to: 1 - do nothing when backgrounded 2 - go to current server user selection screen 3 - go to server selection screen

I do believe this would be a server issue as clients make a request for the streaming url. If transcoding is required, like in the event of server-set bitrate maximums,...

Sadly no logs would help, but I can investigate.

Apologies that I haven't been able to investigate, I see that this is a pressing issue. I'll take a look at this soon.

I've started to take a look at this, it'll just take a bit for me to play around with.