vgmstream icon indicating copy to clipboard operation
vgmstream copied to clipboard

[Bug] Installing loops (#I) on segment group (-S) with a file that has target time (#B) doesn't seem to work properly

Open Njsmooth opened this issue 3 months ago • 1 comments

I have txtp files with a structure like this, for example:

	Full Song.flac #B 11022480
	Edited Loop Segment.flac
group = -S2 #I 30240

I remember that in an older version (way older) this worked how I expected it to: The full song played to a set length, then the edited segment played and looped back to the specified position in the full song.

Now, it does this weird thing where it'll loop to the start of the second file, play it, and then all audio just cuts out, but it still "plays" for the full duration.

The even weirder part is that it seems that if you seek to some point after the second file starts, it loops normally. I've included an example (apologies if I'm not supposed to do that). Is this expected behavior?

test.zip

Njsmooth avatar Nov 29 '25 15:11 Njsmooth

Should work now but it depended on certain combinations of segments and times, so try with other files too.

bnnm avatar Nov 30 '25 18:11 bnnm