From 296bbca9cda0f9bba186dedb1a2e94390946c50f Mon Sep 17 00:00:00 2001 From: jessikitty Date: Sat, 24 Jan 2026 10:36:57 +1100 Subject: [PATCH] Add example video mappings template --- video_mappings.json.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 video_mappings.json.example diff --git a/video_mappings.json.example b/video_mappings.json.example new file mode 100644 index 0000000..10893fa --- /dev/null +++ b/video_mappings.json.example @@ -0,0 +1,12 @@ +{ + "_comment": "Map LEGO Dimensions tag UIDs to video file paths", + "_instructions": [ + "1. Run lego_dimensions_reader.py to discover tag UIDs", + "2. Add the UID and video path below", + "3. Use this file with moonlight_integration.py" + ], + + "04EXAMPLE001": "videos/batman.mp4", + "04EXAMPLE002": "videos/gandalf.mp4", + "04EXAMPLE003": "videos/wyldstyle.mp4" +}