Primary tabs

Comments by User

Thursday, January 1, 2026 - 00:20

Old previews have been replaced with playlist. This way you can easily listen and navigate full tracks instead of short framents of the track (and also download them).

Rave playlist: Rave - The Gamers' Tavern

Club / House / Trance: Club / House / Trance - The Gamers' Tavern

Horror: Horror - The Gamers' Tavern

Chill: Chill - The Gamers' Tavern

Ambient: Ambient - The Gamers' Tavern

Synthwave: Synthwave - The Gamers' Tavern

Stealth: Stealth - The Gamers' Tavern

Piano / Classic / Orquestral: https://video.gamerstavern.online/w/p/uHtPzryoxjnUChBidRVnqX

Emotional: Emotional - The Gamers' Tavern

Electronic / Uplifting: Electronic / Uplifiting - The Gamers' Tavern

Oriental / Desert: Oriental / desert - The Gamers' Tavern

Cyberpunk / Action / Dark: Cyberpunk / Action / Dark - The Gamers' Tavern

Flamenco: Flamenco - The Gamers' Tavern

Chiptunes: Chiptunes - The Gamers' Tavern

Rock / Guitar / Metal: Rock / Guitar / Metal - The Gamers' Tavern

Epic / Battle: Epic / Battle - The Gamers' Tavern

Tropical: Tropical - The Gamers' Tavern

Funky: Funky - The Gamers' Tavern

Cinematic: https://video.gamerstavern.online/w/p/tLXujRaFknD4HiEQ91N2Hw

 

Sunday, December 28, 2025 - 00:45

You can find the channel here:

https://audio.pepemoss.com/channels/originals

* Update: It seems that I hit the maximum storage of the funkwhale server linked above, amazing. In order to have place for more mixes I had to remove some originals, eventually I may remove the originals channel entirily so that I can use the avaiable storage for the mixes. You can still find the originals through the links on the attirubition of each mix.

Saturday, October 18, 2025 - 01:55

I understand yo but I'm afraid that happens in many other sites too (not being able to download a full collection of assets or a backup). I do share my assets on more sites including my own repositories, and I encourage you to do so, not because of this but simply because the more places you share free assets the better and the more people can access them (and less chances the assets are lost due to some site closing). That's the great thing about assets with free licenses, there's no limits to where you can share them.

Oh and if you need help to download from huggingface do not hesitate to ask, I'm willing to help.

Friday, October 17, 2025 - 20:27

Actually, I don’t think replacing the user database with dummy accounts is enough. Even if the data is public, there might still be sensitive information in the conversations. Personally, I believe that when you post something on a forum, you’re sharing it specifically with that community — not giving permission for anyone to make and keep a backup elsewhere (though I’m not familiar with the legal aspects of this).

I also understand that separating sensitive data from public data requires a lot of effort, and I appreciate that our privacy is being taken seriously.

If the real value lies in the assets that have already been backed up — and those can be downloaded from another server without causing additional traffic to OGA (at least as of recently) — I don’t see why the work needs to be redone.

Tuesday, October 14, 2025 - 02:01

Actually, the database of OGA assets I mentioned above was created specifically for that purpose: AI training. So, unfortunately, it’s already out there—anyone with the technical skills can use it to build a model. The license allows it, so it’s really just a matter of time before someone does (if they haven’t already).

That’s the core issue: if you don’t want your assets used for AI training, copyright alone won’t stop it. As I’ve said before, nearly all major models are trained on copyrighted material—whether companies admit it or not. Some are even open about it.

In my opinion, the only reliable way to prevent your art from being used in AI training is not to publish it at all. Keep it on your hard drive, show it only in person with trusted friends, and make sure it’s never photographed or recorded.

As for that database— It already includes a huge collection of assets. Sure, it’s not fully up to date (it was uploaded five months ago), but you can easily bridge the gap by downloading whatever has been added since then.

Monday, October 13, 2025 - 06:50

In case it's helpful to anyone, I found the asset collection on Hugging Face to be quite comprehensive (it was submitted about five months ago). I also created a small script that lets you search through the JSON files included in the collection. You can filter assets by author, genre, and type, or use your own keywords to search.

There might be other things people are looking for that aren't in the collection, but personally, it covers pretty much everything I need.

By using that source to download the assets, you reduce traffic for Oga since the process is handled independently.

 

Monday, October 13, 2025 - 05:21

What are you trying to achieve? I don't think you can make a copy of oga without the database that is probably linked to it, I think it is based on drupal and most CMS I tested use a database. If you want a search field with filters to search the assets and you download the assets from the link I provided above I can tell you how.

Saturday, September 27, 2025 - 11:05

Hi Blue_Prawn,

What would you like to know—more about the dataset or the JSON files? To summarize, the dataset includes all OGA assets and was last updated four months ago. The JSON files are used for attribution and tagging, initially designed for AI training, but they can also serve other purposes, like organizing and filtering tracks based on the tags they contain.

While the JSON files themselves aren't exactly user-friendly at first glance, I've built a simple browser to display the data in a more accessible way.

As the saying goes, "a picture is worth a thousand words," and if it's animated, even better! So, I've attached an example of what the browser looks like in action.

You can also add new tags—I'm considering adding tags for BPM and key, which would be especially useful for musicians and DJs looking to find tracks that match specific criteria.

I hope this makes things clearer!

Friday, September 26, 2025 - 03:59

has anyone already said love2d? if you are up to learn lua which is not hard if you already know python I recommend it, specially for starting and 2d games.

Wednesday, September 17, 2025 - 02:19

I have an idea for a good use of this dataset. The attribution data is stored in JSON and Excel files, with entries that look like this:

{ "url": "https://opengameart.org/content/8bit-adventure", "title": "8bit Adventure", "author": "CodeManu", "author_url": "https://opengameart.org/users/codemanu", "post_date": "Wednesday, February 25, 2015 - 21:04", "art_type": "Music", "tags": ["NES", "megadrive", "genesis"], "licenses": ["CC-BY 3.0"], "collections": [ "Dungeon Crawler Music", "Eclectic recommendations", "Knight's Labyrinth", "Medieval Game", "Music", "Non-Commercial - Art" ], "preview_images": [], "description": "A little piece with the beautiful classic 8bit game sounds <3.", "files": [ { "url": "https://opengameart.org/sites/default/files/Adventure.mp3", "name": "Adventure.mp3", "size": "1 Mb" } ]}

To make the dataset more useful—particularly for identifying tracks that work well together in mixes—I’d like to add two extra fields to each track: "key" and "bpm".

I know how to extract this information myself, but with nearly 1,900 tracks under just one license type, doing it manually would take far too long.

If anyone’s interested in helping process and tag these tracks, we could create a really valuable tool for finding compatible tracks and building better mixes from this library of OGA music.

Let me know if you'd like to get involved!

Pages