summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2024-04-18Cleanup: fix more comments/guards (and add check script).Carl Hetherington
2022-12-22Store not_valid_{before,after} when reading encrypted KDMs.Carl Hetherington
2022-09-03Use ratingID rather than the Descriptor Label for metadata.v1.8.27Carl Hetherington
It's not clear whether this is right, but it certainly seems a lot closer (e.g. for MPAA PG-13 the label was "Parents Strongly Cautioned", which is definitely not what we want).
2022-03-03Add lists of ratings.v1.8.9Carl Hetherington
2021-06-18Remove count at start of language files that wasn't being read.Carl Hetherington
2021-06-18Fix strange python 3 incompatibilities.Carl Hetherington
2021-06-12Fix update-language-subtags to include all descriptions for a particular code.Carl Hetherington
This avoids, e.g. "nl" being labelled as only Flemish and not also Dutch.
2021-03-19Add DCNC tags file.Carl Hetherington
2020-09-27Load language tags from on-disk files rather than embedding themCarl Hetherington
into a .cc. The .cc method causes compile times (and memory requirements) increase enormously with some compilers.
2020-09-26Declare language tag lists as const.Carl Hetherington
2020-09-20Add new LanguageTag class.Carl Hetherington
The scripts/update-language-subtags script will download the RFC 5646 registry and write it to src/language_tag_lists.cc. This may need to be re-run if the subtags change.
2015-12-11Small fixes.Carl Hetherington
2015-12-03Add script to plot output of dcpdiff.Carl Hetherington