Results 28 comments of Calvin Walton

(Pushed a minor updates, this adds the settings back that had disappeared when I deleted the provider ui code, and fixed initialization of the local file cover art object from...

Ah, looking into it, this doesn't actually solve the problem. The issue I am having now is that when a release has a local file loaded, and also gets a...

Looking at the contents of `orig_metadata` and `metadata` in the `File.update` method, I'm seeing this: ``` orig_metadata = ImageList([LocalFileCoverArtImage(url='file:///mnt/makoto/home/cwalton/Music/Flac/brainz-flac/ALI PROJECT/わが﨟たし悪の華/cover.jpg', types=['front'], support_types=True, support_multi_types=True)]) metadata = ImageList([CaaCoverArtImage(url='http://coverartarchive.org/release/81b330ce-62ee-4d9a-a2a7-6594204d3131/23095838320-500.jpg', types=['front', 'booklet'], support_types=True, support_multi_types=True,...

Interesting… took a look at the `__eq__` method on `CoverArtImage`, and I see that the reason these two images aren't considered to match is that both are flagged as `supports_multi_types...

So, the way I think about local cover art files is that they should be treated equivalently to cover art embedded into tags in a file. Aligning the picard code...

> If we add an option to prefer local or embedded files and not replace it with provider files (that means "Use original cover art" is the default behavior), and...

In the Adobe Flash plugin, the right-click context menu had (at the very least) Play/Pause options available when playing flash animations, it would be nice for Ruffle to provide those...

This will be fixed by #15702, yes. One of the main things that pr fixes is selecting the correct start time for a video when recording was started *after* the...

I'm taking a look at the changes in #15149 - I'll let you know if I can figure out the cause. The difference seems to be surprisingly large. @mokazemi thanks...

I have reprocessed the recording https://test26.bigbluebutton.org/presentation/956ef436a3674ef70d01923de7bf7371815c8aed-1662484113443/deskshare/deskshare.webm with the fix from #15702 manually applied on the test server. If you clear your browser cache and reload, you'll see that the correct...