#------------------------------------------------------------------------------ # File: novelty.config # # Description: This config file defines Novelty Theory XMP tags for writing. # # Notes: Tags for annotating timestamped media (video, photo, audio) # with metadata in the context of Terence McKenna's Novelty # Theory framework (see The Invisible Landscape, 1975). # Published and maintained at http://hexart.pl/novelty/1.0/ # for use by archival projects documenting media against the # McKenna timewave. # # Requires: ExifTool version 7.00 or later # # Revisions: 2026-05-27 - P. Harvey Created (from github #422) #------------------------------------------------------------------------------ %Image::ExifTool::UserDefined = ( 'Image::ExifTool::XMP::Main' => { novelty => { SubDirectory => { TagTable => 'Image::ExifTool::UserDefined::novelty' }, }, }, ); # Novelty Theory XMP namespace (http://hexart.pl/novelty/1.0/) %Image::ExifTool::UserDefined::novelty = ( GROUPS => { 0 => 'XMP', 1 => 'XMP-novelty', 2 => 'Other' }, NAMESPACE => { novelty => 'http://hexart.pl/novelty/1.0/' }, WRITABLE => 'string', NoveltyIndex => { Writable => 'real' }, TimewavePosition => { }, Concrescence => { }, EschatonCoordinates => { }, StrangeAttractor => { }, HabitNoveltyRatio => { }, WaveformType => { }, Protocol => { }, Operator => { }, Intent => { }, Witness => { }, CosmicSign => { }, Frequency => { }, SacredGeometry => { }, Dimension => { }, Lineage => { }, Mantra => { }, Seal => { Avoid => 1 }, # avoid conflict with XMP-seal:Seal ); 1; #end