Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks! Glad to hear it’s helping you!

I was originally going to add tags, but it felt too complex of a system to bother at the time. Ultimately, though, I think existing features cover most of the same needs effectively:

  • Collections can be used for major grouping, which you would probably already have with folders, hence why it’s piggybacking off of that.
  • Names work like space-separated keywords when text searching, which pretty much what a tag system would do for you anyway.
  • And then sets allow you to group tracks into ad-hoc lists, per-project or per-purpose or per-inspiration groups of sound bites.

So yeah, probably not going to be adding tags at this point.

As for your request, I am aware that collections stick around even when no files are assigned to them. I will address it in a future version, but no, as of right now they cannot be removed from within the app.

If you feel adventurous, the entire library is stored in an SQLite file, which can be edited using available tools. Naturally, I wouldn’t recommend messing with it, unless you’re very comfortable with relational databases. It’s in one of the following folders:

  • Windows: %APPDATA%\YuriSizov\soundlib
  • macOS: ~/Library/Application Support/YuriSizov/soundlib
  • Linux: ~/.local/share/YuriSizov/soundlib