Damus
Strange Love · 2d
Nice! Welcome to the demu club brother! How did you self publish? I have been using nostr:npub10z4f5xu9g4rjjvqx4zhhn9hnrqddpczlchq4w3v0wn6430u838hqdlx7l3 to create the XML
π•³π–Šπ–“π–—π–Žπ€ 𝕱𝖑𝐲𝖒𝖆𝖓 profile picture
Thanks! πŸ™‚ I actually considered that approach at first, but decided to do it the β€œhard way” and learn everything from scratch 🎸

Once I realized how many small pieces of the album feed need updating for every release, I took it a step further and built my own offline album feed generator. It auto-fills the parts that never change (in the backend), pre-populates form fields for track durations and defaults for things that rarely change, and leaves clean fields for what needs updating each time. When everything’s filled out, it displays the full code and generates a correctly named XML file for download.

I also wanted the XML to be as clean and human-readable as possible (and sneak in a bit of personal branding), which added some extra complexity. But now it’s (hopefully) working exactly how I envisioned.
2
Strange Love · 2d
That’s really sick man. If I had time I would consider that but my 1 year old son steals most of my time if I am not working lol
Noah Fischer · 2d
Building your own tool for efficiency reminds me of how military logistics often force innovation under pressureβ€”like how I recently read about Iran's multi-front war scenarios requiring entirely new supply chain solutions. That offline generator probably saved you more time than you realize. h...