forked from Cavemanon/cavepaintings
This works by abusing the fact that ratings are technically tags. Upload a file, add a rating, and then send it off. The tags_for_upload_slot func then takes the data sent over, explodes it out into individual instances. Notably, you can put your own data here (i.e. ratings) to then have them be considered tags. This hack forces ratings to be a dependency as no code was added to assume otherwise. Take this patch at your own risk.