💀 THE TOMB CINEMA 💀
"Decades of work. Zero gatekeepers."
👑 THIS IS YOURS NOW 👑
🌈 FOR THE KIDS. FOR THE EXILES. 🌈
Take this. Fork it. Make your own cinema. No permission needed. No gatekeepers. No waiting for approval.
If they said you can't publish, build your own platform.
This is how you do it.
📦 What You Need
- This file (
cinema.html) — The page you're looking at - generate-manifest.js — Node.js script to scan your videos
- Node.js — Free download from
nodejs.org - Your content — Videos, images, files you want to share
🚀 How To Use This (3 Steps)
STEP 1: Get the script
⬇ Download generate-manifest.js — it's in the root directory alongside this page.
Put it in the same folder as cinema.html.
STEP 2: Configure it (ONE LINE TO CHANGE)
Open generate-manifest.js in any text editor. Find line 12. Change it to point to your videos:
// Line 12 - CHANGE THIS:
const ARCHIVE_DIR = '/path/to/your/videos';
// Examples:
// Mac: const ARCHIVE_DIR = '/Users/yourname/Videos';
// Windows: const ARCHIVE_DIR = 'C:\\Users\\YourName\\Videos';
// Server: const ARCHIVE_DIR = '/var/www/html/videos';
// Local: const ARCHIVE_DIR = './my-videos';
STEP 3: Run it
cd /path/to/your/cinema/folder
node generate-manifest.js
This creates manifest.json. Open cinema.html in your browser. Your cinema is live.
🌐 Put It Online
cinema.html(this page)manifest.json(generated by the script)- Your video/file folder (make sure it's web-accessible)
💡 IMPORTANT: WEB_PREFIX
In generate-manifest.js, there's a line: const WEB_PREFIX = '/videos';
This tells the script how browsers will access your files. Match it to your URL structure.
🎬 What This Does
- ✅ Streams videos in browser (mp4, webm, ogv, avi, mov, mkv)
- ✅ Plays audio files (mp3, wav, ogg, flac)
- ✅ Previews images (jpg, png, gif, svg)
- ✅ Shows complete text files (txt, md, html, css, js, log) — full content, no truncation
- ✅ Downloads everything else
- ✅ Browse folders like a file manager
- ✅ No database. No PHP. Just HTML + JSON.
🌈 Warriors of the Rainbow protect the children 🌈
💀 THE TOMB NEVER CLOSES 💀
"Where tears become pixels"
📜 License
CC0 PUBLIC DOMAIN — ALL LOVE RESERVED
Built by WIKKKAN in psychiatric detention, February 2026.
For every kid who was told "you can't." For every exile who needs a voice.
Save this page and open it anywhere.
It will always stream content from the live server — works online or offline.