Bartłomiej Dach
Bartłomiej Dach
Dunno about this from a design standpoint. I was hoping a design for this would arrive from @arflyte but no luck I guess. Also note that in this form, this...
> Will this be accepted? I'm not a fan of duplicating the displays, personally, from a functional standpoint. The visual look also leaves much to be desired for me (the...
Likely fixable by replacing the misguided [framework-side `.StartsWith()` calls](https://github.com/ppy/osu-framework/blob/a961c2ef973c4a887709640d136975b0b981ec16/osu.Framework/Platform/NativeStorage.cs#L62) on paths with [`Path.GetRelativePath()`](https://docs.microsoft.com/en-us/dotnet/api/system.io.path.getrelativepath?view=netstandard-2.1) or similar. Needs testing on multiple platforms, however.
@khang06 I am trying to reproduce this issue to verify the fix linked above but am unable to. Are you able to provide more detailed reproduction steps? A video, perhaps?...
Interesting that you got it to trigger via the setup screen, I was trying to do it via the "import beatmaps" button in maintenance settings. Will have another try tomorrow...
I'm just going to go on record and state that I'm not sure that this feature should exist, at least not given how it's currently implemented. The `IsDisabled` checks strewn...
@Moltanicaa separate issue for that please.
The map used for the comparison above (https://osu.ppy.sh/beatmapsets/1376486#osu/2869013) has video offset 0, but I've taken it and manually edited one of the beatmap `.osu` files to set offset to -1...
Poking in ffmpeg source & [docs](https://www.ffmpeg.org/doxygen/4.3/group__opt__set__funcs.html#ga5fd4b92bdf4f392a2847f711676a7537) it looks like the desired incantation *should* be something along the lines of `av_opt_set_int(formatContext, "ignore_editlist", 1, 0)` or similar? Have not tested, though. Not...
Closing as duplicate.