neumatho / NostalgicPlayer

Music/module player written in C# that can play old modules from the Amiga and PC days. You can download modules from my home page.
https://nostalgicplayer.dk
MIT License
38 stars 4 forks source link

play all subsongs before going to next song? #114

Open fanoush opened 1 week ago

fanoush commented 1 week ago

I have some TFMX files with multiple subsongs and the player only plays one subsong and then goes to next one, is there some mode to skip to next subsong instead of next song when current one ends

or maybe in playlist if I could select range of subsongs if it cannot be done in UI - or at least one subsong would be enough in playlist so I can duplicate song in saved playlist with different subsongs

neumatho commented 1 week ago

It is not possible at the moment to make the player skip to next sub-song instead of song in the playlist, when a song ends. I will put this on my todo list and probably make it as an option you can set in the settings.

However, in the newest version of NostalgicPlayer, it is possble to select which subsong to start to play when you load the song. That way, you can have the same song several times in the playlist with different sub-songs and by then simulate what you want.

To do this, start playing the song and subsong you want to remember. Then list on the "list" icon below the playlist.

image

Note the hashtag after the song name. This indicate that a subsong has been selected for the song.

fanoush commented 1 week ago

OK, thanks, it is cumbersome but could work. BTW the hashtag could include number of selected subsong like #3 so you would know which is which if you have it several times in the playlist with different subsongs.

neumatho commented 1 week ago

Good idea. I will write that down too.