-
-
Notifications
You must be signed in to change notification settings - Fork 9
02. Flow command to get metadata
Jon Uhlmann edited this page Dec 12, 2023
·
1 revision
To get the metadata, you can run the flow command ./flow prettyembed:metadata. This command search for nodes with
the VideoID mixin, and tries to get the metadata. If for some reason, it is not possible to fetch the metadata
(Perhaps the video is set to private, or the ID does not exist), you will get a table with the name of the node type,
the type, the video ID and the node path.
The task comes with two options:
-
--workspaceWorkspace name, default is 'live' -
--removeIs set, all metadata will be removed
To get an overview of the options in the cli, you can run ./flow help prettyembed:metadata
I would be very happy if you want me to help me to improve this documentation. If you have troubles to get it running, drop me a line by starting a discussion and I'll try to help you out.