Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

used this tool for my last jam and it's been lovely

I've tried different software for audio library management and they were all awful, too much or not enough, but this is perfect for my needs atm, thank you so much!!!

if I had to ask for anything more, it would be a tagging system, but i understand sets supply the need. in fact I need to ask a maybe stupid question but: can I delete collections? as in deleting from the collection list so it doesn't get cluttered, i've been messing and testing with a lot of folders and also on a 200% UI scale

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