home / video8

releases

Data license: CC0 · Data source: github.com/rikker/video8

id
ID
title_id
Title
title_release
Release Title
title_release_lang
Release Title Language
catalog_number
Catalog No.
release_date
Release Date
country_release
Country of Release
encoding
Encoding
runtime_mins
Runtime (mins)
list_price
List Price
upc
UPC
isbn
ISBN
audio_format
Audio Format
audio_language
Audio Language
audio_dubbed
Dubbed
subtitle_language
Subtitles / CC
promo
Promo
notes
Notes

3 rows where encoding = "NTSC" and title_id = 1147

✎ View and edit SQL

This data as json, CSV (advanced)

audio_format 2

  • Hi-Fi/Digital Mono 1
  • Hi-Fi/Digital Stereo Dolby Surround 1

subtitle_language 1

  • Japanese 1

encoding 1

  • NTSC · 3 ✖

country_release 1

  • Japan 3

audio_language 1

  • Japanese 1

audio_dubbed 1

  • Y 1

promo 0

id ▼ title_id title_release title_release_lang catalog_number release_date country_release encoding runtime_mins list_price upc isbn audio_format audio_language audio_dubbed subtitle_language promo notes
1367 The NeverEnding Story 1147     SRWF-9351 1991.11.01 Japan NTSC 94.0 ¥2,800 4-988009-935171   Hi-Fi/Digital Stereo Dolby Surround     Japanese   1 of 10 titles in the Nov 1991-Mar 1992 promotion for ¥2,800 each (Robocop 2, Blade Runner International Cut, NeverEnding Story, Look Who's Talking, Casualties of War, Karate Kid 3, Little Nikita, Wait Until Dark, F/X); price was not printed on spine of these promotional copies, but rather on hype stickers on the outer shrink
1368 The NeverEnding Story 1147     SRWF-8926 1991.06.21 Japan NTSC 94.0 ¥3,800 4-988009-892672   Hi-Fi/Digital Mono Japanese Y     Yellow border around front cover art helps identify Japanese dubbed version (also states it in Japanese at the top of the cover)
1369 The NeverEnding Story 1147         Japan NTSC                   No border around cover art (yellow or blue); likely the earliest release, but year of release uncertain

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE releases (
            id INTEGER PRIMARY KEY,
            title_id INTEGER REFERENCES titles(id),
            title_release TEXT,
            title_release_lang TEXT,
            catalog_number TEXT,
            release_date TEXT,
            country_release TEXT,
            encoding TEXT,
            runtime_mins REAL,
            list_price TEXT,
            upc TEXT,
            isbn TEXT,
            audio_format TEXT,
            audio_language TEXT,
            audio_dubbed TEXT,
            subtitle_language TEXT,
            promo TEXT,
            notes TEXT
        );
Powered by Datasette · Queries took 34.213ms · Data license: CC0 · Data source: github.com/rikker/video8