#webvtt — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #webvtt, aggregated by home.social.
-
At iPres, a question I was asked about webvtt_metadata was "what happens if you mess up a line when you run it?" At the time, the best option was to correct the mistake in the csv and re-run the script - but that only works if you catch the error when you run the script. What if you don't catch it til much later, or you need to correct something in a legacy #webvtt?
So I've made webvtt_whoops, which replaces a single element in a webvtt header: https://github.com/ninarao/webvtt_metadata/blob/main/webvtt_whoops.py
-
Made some updates to https://github.com/ninarao/webvtt_metadata:
- Can now embed #FADGI #metadata in #WebVTT files using a csv, header data from an associated parent file, and/or an optional default metadata set
- Local usage elements can be added to the csv as needed
- Can create/update FADGI header for WebVTT files that have been human-reviewedFeedback welcome! I've tested for various scenarios but there are many nested conditionals so I may have missed something.