cjcodeproj / vtmedia-schema

XML schema for cataloging media libraries.
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Investigate UUID regex pattern #13

Closed cjcodeproj closed 3 years ago

cjcodeproj commented 3 years ago

Investigate the current UUID regex pattern, and see if it's working properly. It may only be catching certain types of UUIDs.

Document what UUID types are allowed, and if possible document the differences between them for clarification.

cjcodeproj commented 3 years ago

Commit

https://github.com/cjcodeproj/vtmedia-schema/commit/2bbef5d9b1a3a022c51c09b51e77c9629dc72cff

cjcodeproj commented 3 years ago

The movie "3 Days Of The Condor" sample file now has a UUID, version 5.

The generated hash was created from the following Python code, as a sample only.

uuid.uuid5(uuid.NAMESPACE_URL, "http://www.vectortron.com/data/movies/3_days_of_the_condor-1975-1")