Satadru Pramanik, DO, MPH, MEng

Results 784 comments of Satadru Pramanik, DO, MPH, MEng

If a video is downloaded, playing the video when connected to the network tries to stream the file from the server, instead of preferring the locally downloaded file. Would it...

> For me the cached version is used when playing the video by clicking on the item in the web view. Requirement for this to happen is to use the...

Maybe some sort of `if cached && player_not_set_to_exoplayer then notify user` logic wold be warranted? (Or offer to use exoplayer to play the file?)

Also spent the last week using a build of this. I would note that when viewing a cached video offline from the downloads folder, that the watched state/progress doesn't get...

Is there any chance of getting this merged to master so that new PRs to expand this functionality don't have to target this PR? I, for one, am fine with...

This may be connected to https://github.com/dotnet/runtime/issues/101444 Which was apparently fixed in https://github.com/dotnet/runtime/pull/102410 But just doing a dotnet 8 build of the current runner from master still has the same issue....

So it appears that this is broken with both .Net 6.0 and .Net 8.0, but fixed with .Net 9.0. I patched from top of tree to use .Net 9.0 RC2,...

After patching to use .Net 9.0 this is what I get: ``` RUNNER_ARCH is arm -------------------------------------------------------------------------------- | ____ _ _ _ _ _ _ _ _ | | / ___(_)...

I've been meaning to submit a PR to update to .Net 9.0, which fixes the underlying issue, and was officially released yesterday! (As previously mentioned this fix will not be...

(Essentially I'm just using .Net 9.0 on top of the latest Ubuntu LTS, which the MS dev containers require for .Net 9.0 support.)