flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.3K
active users

#rainfalldev

0 posts0 participants0 posts today

Apparently Faircamp 1.2 was released last month, with support for track level metadata!

codeberg.org/simonrepp/faircam

That's my cue to start working on a version of Rainfall (rainfall.dev) that allows you to edit track metadata before generating your site.

Stay tuned!

cc: @freebliss

Summary card of repository simonrepp/faircamp
Forgejo: Beyond coding. We Forge.faircamp/CHANGELOG.md at mainfaircamp - A static site generator for audio producers

I installed matomo on rainfall.dev, and it looks like I'm getting about 1-3 website hits per week.

Surely there must be more artists, musicians and bands out there that want to create a Faircamp website?

Maybe there is some critical bug or problem that I don't know about? If you've tried the site, I appreciate any and all feedback.

I definitely had fun building it, but I also put an awful lot of work into making it professional, bug free, and easy to use. Would love for more people to check it out!

A blue raincloud on a dark blue background, with the word Rainfall underneath
rainfall.devRainfall: Create a free site for your musicRainfall lets you create a website for your music, using Faircamp. We don't host your site or charge you anything. Upload your songs and preview your site, and when you're done you can download ZIP or connect to a free web host.
Replied in thread

@lorenzosmusic @freebliss Come for Faircamp, stay to watch the Rainfall!

Rainfall is a Bandcamp exodus tool that lets you upload your music and create a static site using the lovely Faircamp (simonrepp.com/faircamp/). You can download this site as a ZIP and host it anywhere on the web, or host it on Netlify with a few clicks.

Basically it's a web GUI for Faircamp, where you just upload your files instead of meticulously arranging them on your computer.

simonrepp.comFaircampFaircamp

Sorry to bother you @freebliss , but I'm thinking through some use cases for Rainfall/Faircamp and wanted to get your opinion.

I'm looking at these two old issues: (github.com/audiodude/rainfall/) and (github.com/audiodude/rainfall/).

I know you already gave me a lot of information about how Faircamp uses multiple libraries to parse ID3 metadata out of the various supported file types.

I had a crazy idea. Instead of replicating all of that work inside of Rainfall, would it make sense to allow the user to specify the metadata, run Faircamp, extract the transcoded Opus files, add metadata there, and then feed them back into Faircamp?

Or, I think you mentioned, there might be a new way to specify metadata using .eno files and I should just wait for that?

Thanks!

Faircamp uses the ID3 metadata of the songs to determine the name of the release, as well as the artists for the site. We should display this information on the Site edit page, to allow users to ge...
GitHubDisplay file ID3 metadata · Issue #7 · audiodude/rainfallBy audiodude

Rainfall v1.5 is released! (rainfall.dev)

Rainfall is a Bandcamp exodus tool that lets you upload your music and create a static site using the lovely Faircamp (simonrepp.com/faircamp/). You can download this site as a ZIP and host it anywhere on the web, or host it on Netlify with a few clicks.

This is a very behind-the-scenes update. For the technically minded, I've moved from sqlite -> hosted MariaDB, moved to Minio object storage for storing all song files (local volume is now only used for staging faircamp builds), and implemented Celery for background processing of preview generation (because with the Minio changes, it was taking too long).

You can read some of the rationale behind why I built this here: travisbriggs.com/garden/bandca

The GitHub repo is here: github.com/audiodude/rainfall

All feedback is welcome!

A blue raincloud on a dark blue background, with the word Rainfall underneath
rainfall.devRainfall: Create a free site for your musicRainfall lets you create a website for your music, using Faircamp. We don't host your site or charge you anything. Upload your songs and preview your site, and when you're done you can download ZIP or connect to a free web host.