Skip to content

Instantly share code, notes, and snippets.

View rlaphoenix's full-sized avatar

rlaphoenix

View GitHub Profile
@rlaphoenix
rlaphoenix / windows-7-plus-build-env-for-nitro.md
Last active July 11, 2023 18:10
Windows 7+ Build Environment for Nintendo NITRO-System (Nintendo DS) compiling.
@rlaphoenix
rlaphoenix / rpg.groovy
Last active July 26, 2021 04:14
RPG style P2P Movies and TV filebot template. (Note: Specifically designed around DVD REMUXs)
{
// 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
@rlaphoenix
rlaphoenix / generic.groovy
Last active July 18, 2021 19:25
Generic base style Movies and TV filebot template
{
// Examples:
// "The IT Crowd S01E01 Yesterday's Jam"
// "Luca (2021)"
n + " " + (s00e00 ? (S00E00 + " " + t) : ("(" + y + ")"))
}
@rlaphoenix
rlaphoenix / align_data_sets.py
Last active October 20, 2020 06:27
Align a folder of images with another
import os
import time
import glob
import math
import subprocess
import shutil
from tqdm import tqdm
@rlaphoenix
rlaphoenix / pkmn_intro.md
Last active June 20, 2024 19:54
Pokémon Original Intro Scenes (Season 1)

Scenes

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
@rlaphoenix
rlaphoenix / remux_umd_video_streams.py
Last active January 17, 2025 12:00
Script to REMUX UMD Video Streams. Needs to have demuxed the MPS using VGMToolbox before running this script
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).
@rlaphoenix
rlaphoenix / btn-site-tags.md
Last active December 26, 2024 06:45
BTN Site Tags
Site/Network Abbreviation
9Now 9NOW
A&E AE
ABC (AU) iView AUBC
ABC (US) AMBC
Adult Swim AS
Al Jazeera English AJAZ
All4 (Channel 4, ex-4oD) ALL4
Amazon AMZN
@rlaphoenix
rlaphoenix / fg_broadcast.md
Last active April 4, 2024 21:27
Family Guy Disney+/Stan 1080p Copies Explanation and Differences

Sources using this master (that I know of) as of the time I'm writing this:

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.


@rlaphoenix
rlaphoenix / post-office.css
Last active April 6, 2024 14:26
Gazelle Themes
@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) */