mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #223] asciicast v2: extra meta-data #164
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ku1ik on GitHub (Sep 4, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/223
Some would like to have a place to store extra meta-data about the recording. I see the following options:
"_session_id": "67fds6futysgh","_my_internal_thing": "blah"- the UNIX way, similar to.prefixed hidden files. You could add them manually / with a script, after recording is finished by editing the file, or the recording tool (e.g. castty) could add them automatically, prefixed with a tool name if it's tool specific thing (_castty_audio_url)meta(orprv) object, with arbitrary tool/vendor/user-specific keys+values.@dhobsd commented on GitHub (Sep 4, 2017):
Another option would be to reserve a "meta" object for whatever custom keyspace a recorder wants to use.
@ku1ik commented on GitHub (Sep 4, 2017):
This was also suggested by @XANi. Given that the whole header line is meta-data the key named
metain it doesn't feel right to me. I'd probably prefer something more specific likeprvorvendor. Anyway, I updated the list above with this suggestion. Thanks @dhobsd !@XANi commented on GitHub (Sep 5, 2017):
"vendor" or "custom" makes sense
@josegonzalez commented on GitHub (Sep 20, 2017):
vendorseems reasonable to me.@ku1ik commented on GitHub (Feb 20, 2022):
Not a priority, so closing for now.