Comment on Shareable markdown directories
tal@lemmy.today 5 days ago
en.wikipedia.org/wiki/LRC_(file_format)
For time-synchronized lyrics.
It looks like my Scandroid audio files from Bandcamp have embedded non-synchronized lyrics.
$ metaflac --list *08* comment[12]: UNSYNCEDLYRICS=Beware the shadows of the drones Destruction wrapped in pretty silicone They’ve taken everyone I’ve known And now I walk these empty streets alone In my memory the past is fading The future has been redesigned It’s hard to focus on it when I’m running out of time Surrounded by streetlights at midnight My destination is unknown I walk these empty streets alone Digital dreams thrive in the moonlight I’m only flesh, circuit and bone I walk these empty streets alone Beware the faces of the clones Deception sent from Neo-Tokyo They’ve erased everyone I’ve known And still I walk these empty streets alone
Note that lyrics are themselves copyrighted works, regarding simply sharing them.
carlnewton@feddit.uk 5 days ago
Thanks. I didn’t know about the LRC format, this is really interesting for the lyrics problem. But just to be clear, I’m not thinking (specifically) about lyrics, I’m thinking about having a standard format for sharing directories of textual or simple html documents for hosting privately. So if I wanted to share my smoothie recipes for instance, I’d just save them all to a .mds file for anyone to upload to their .mds application and not worry about directory structure or manually moving files around an actual filesystem.
Alfredolin@sopuli.xyz 4 days ago
Hi! If you share recipes, make them schema.org compliant, I think it’s a pre-requisite to be able to import them for example to Nextcloud Cookbook! :D
(I’m not sure, I just read about it earlier this week and did not dig further, yet)
BuccaneerScientist@discuss.tchncs.de 5 days ago
Check out static site generator. I’ve specifically used Hugo which took markdown files as input/content, but there are many options.
They are also really easy to host on a git forge.