From 81667eb45b9eafed3b7963d7044eeaff4437638f Mon Sep 17 00:00:00 2001 From: jakeaturner Date: Fri, 24 Jul 2026 03:54:14 +0000 Subject: [PATCH] chore(collections): add creator-packs.json to main --- collections/creator-packs.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 collections/creator-packs.json diff --git a/collections/creator-packs.json b/collections/creator-packs.json new file mode 100644 index 0000000..d3529bf --- /dev/null +++ b/collections/creator-packs.json @@ -0,0 +1,27 @@ +{ + "spec_version": "1", + "packs": [ + { + "id": "project-nomad", + "name": "Project NOMAD", + "creator": "Project NOMAD", + "description": "Official Project NOMAD videos, packaged for offline viewing on your NOMAD.", + "version": "2026-07", + "resource_id": "project-nomad", + "video_count": 5, + "size_mb": 178, + "license_id": "nomad-creator-pack-1.0" + }, + { + "id": "crosstalk-solutions", + "name": "Crosstalk Solutions", + "creator": "Chris Sherwood", + "description": "Chris Sherwood's networking, UniFi & home lab videos, for offline NOMAD.", + "version": "2026-07", + "resource_id": "crosstalk-solutions", + "video_count": 30, + "size_mb": 2899, + "license_id": "nomad-creator-pack-1.0" + } + ] +}