- Download from the following Mirrors:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Requirements: MediaInfo and libmediainfo v19.09 or newer. | |
// Examples: | |
// "The.IT.Crowd.S01E01.Yesterdays.Jam.PAL.DVD.DD.2.0.MPEG-2.REMUX-RPG" | |
// "Luca.2021.Repack.NTSC.DVD.DD.5.1.MPEG-2.REMUX-RPG" | |
def Movie = false; | |
def Group = "RPG"; // Only used if no Group Tag is detected in the original filenames | |
def Source = "DVD"; // e.g. BluRay, DVD, and so on | |
def Edition = "Unrated Open Matte"; // If empty or not set, it will be detected from the original filename |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Examples: | |
// "The IT Crowd S01E01 Yesterday's Jam" | |
// "Luca (2021)" | |
n + " " + (s00e00 ? (S00E00 + " " + t) : ("(" + y + ")")) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import time | |
import glob | |
import math | |
import subprocess | |
import shutil | |
from tqdm import tqdm | |
Scene # | Description | Source | Timestamp | Frame range |
---|---|---|---|---|
01 | Mewtwo and Mew in Space | JP OP 1 | 01:01 | |
02 | Ash looking upward | JP OP 1 | 01:06 | |
03 | Ash standing in a stadium | JP OP 1 | 01:10 | |
04 | Squirtle posing | EP 19 | 15:10 | 21833-21841 |
05 | Cubone posing | EP 09 | 16:48 | 24175-24183 |
06 | Pidgeot posing | EP 19 | 15:14 | 21935-21949 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import re | |
import glob | |
import subprocess | |
# ==== # | |
# Important: | |
# For this script to work, you need to demux the MPS files FIRST | |
# How? | |
# Download the header.bin file (see top first comment below). |
Sources using this master (that I know of) as of the time I'm writing this:
- Stan. (https://stan.com.au)
- Disney+ (https://disneyplus.com)
- As of September 2021: FXX (https://en.wikipedia.org/wiki/FXX) ^1
Quick TLDR: Consider these copies as if you were traveling back in time and watching these when they originally aired, in better condition and quality. They are better than the DVDs but have various TV censors, bleeps, and cut/shortened scenes, so it's up to you if it's an overall better copy.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100); | |
/* | |
apollo-theme-post-office: A continuation of the original wcd-theme-post-office by dannymichel, | |
with various fixes and updated image resources for apollo.rip. | |
Originally forked from Postmodern, which was based on 'Zeal', a modification of the original 'Teal' by pellad. | |
*/ | |
/* Image resources */ | |
/* Colors */ | |
/* Layout (Torrents page) */ |