munshkr / nsfp

A command-line player of Nintendo NES/Famicom music files (.nsf/.nsfe)
Apache License 2.0
12 stars 1 forks source link

THANK YOU. #3

Open clort81 opened 1 year ago

clort81 commented 1 year ago

Was looking for a .nsf player for linux for a long time. I hope to generate some interest in this one. It works. Low cpu use etc.

If i manage to make improvements I'll let you know, thanks again.

Main feature I'd like is a random play of one of the subtracks.

Second feature is a hotkey or listener so i can easly move bad songs to a 'bad' directory and good songs to a '\favorite' directory.

munshkr commented 1 year ago

Thanks! The actual hard work was done by Blargg with their GameMusicEmu library, this is simply a wrapper around it. Glad that it works for you though.

Thinking out loud about the features:

  1. Shuffle setting for subsongs sounds good!
  2. That would only work for separate .nsf files and not subsongs withing a NSF file, right?

Maybe instead of moving around files, you could have a toggle hotkey that marks a song or subsong as "favorites", and store these marked songs in a separate file (some kind of "playlist" file)?