Skip to content

Instantly share code, notes, and snippets.

@XxUnkn0wnxX
XxUnkn0wnxX / Mato Seihei no Slave - 10.vtt
Created March 7, 2024 18:03
Mato Seihei no Slave - 10 (.vtt)
WEBVTT
STYLE
::cue{font-weight:bold;background: none;text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0px 1px black, 1px 0px black;}
::cue(.Q0){font-family:"Swis721 BT" ,Arial; font-size:1em; color:yellow;}
::cue(.Q1){font-size:1em; font-family:"Freehand471 BT" ,"Times New Roman"; color:#FFFFFF;}
::cue(.Q2){font-family:"Staccato555 BT" ,"Times New Roman"; color:#d99466; font-size:1.5em;}
::cue(.Q3){color:#9ae49c; font-size:1.5em; font-family:"Staccato555 BT" ,"Times New Roman";}
::cue(.Q4){font-family:"Staccato555 BT" ,"Times New Roman"; font-size:1.32em; color:#ffa57d;}
::cue(.Q5){font-family:"Staccato555 BT" ,"Times New Roman"; color:#ffa57d; font-size:1.5em;}
@XxUnkn0wnxX
XxUnkn0wnxX / Mato Seihei no Slave - 10.ass
Created March 7, 2024 18:01
Mato Seihei no Slave - 10 (.ass)
[Script Info]
; Script generated by Aegisub 3.3.3
; http://www.aegisub.org/
Title: English (US)
ScriptType: v4.00+
WrapStyle: 0
PlayResX: 1920
PlayResY: 1080
ScaledBorderAndShadow: yes
YCbCr Matrix: TV.709
@XxUnkn0wnxX
XxUnkn0wnxX / mars-maps.sh
Last active October 16, 2023 10:20
macOS runtime script for trickster-is-weak/Surviving-Maps
#!/usr/bin/env zsh
# Set custom environment variables
export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home" # set your java 17 home path
export PATH="/usr/local/opt/gradle@7/bin:$PATH" # set your gradle 7 path
# Get the directory where the script is located
script_dir=$(dirname "$0")
# Change the current working directory to the script's directory
@XxUnkn0wnxX
XxUnkn0wnxX / nzbtomedia.log
Created December 7, 2020 10:27
Warning logs, nzbtomedia
/Users/USER/Apps/nzbToMedia/eol.py:148: LifetimeWarning: Python 2.7 is no longer supported.
warnings.warn(msg, LifetimeWarning)
[21:05:00] [INFO]::MAIN: Loading config from [/Users/USER/Apps/nzbToMedia/autoProcessMedia.cfg]
[21:05:00] [INFO]::MAIN: Python v2.7 reached end of life 341 days ago.
[21:05:00] [WARNING]::MAIN: Please upgrade to a more recent Python version.
[21:05:00] [INFO]::MAIN: Checking database structure...
[21:05:00] [DEBUG]::MAIN: Checking Initial Schema database upgrade
[21:05:00] [DEBUG]::MAIN: InitialSchema upgrade not required
[21:05:00] [DEBUG]::MAIN: Checking if we can use git commands: "/usr/local/bin/git" version
[21:05:00] [DEBUG]::MAIN: Executing "/usr/local/bin/git" version with your shell in /Users/USER/Apps/nzbToMedia
@XxUnkn0wnxX
XxUnkn0wnxX / openssl 1.02 from source macOS (homebrew DIY)
Last active May 16, 2020 16:00
macOS Catalina, 10.15, setup openssl from source via homebrew manually
this just a small guide for those who need openssl@1.0 as homebrew has officially removed ths from their formula list.
make sure you have xcode installed & command line tools, run: xcode-select --install after you have intalled xcode
DL the 1.02 ver you want from here: https://github.com/openssl/openssl/releases | https://www.openssl.org/source/old/1.0.2/
extract to /usr/local/src (create src folder if it doesnt exsist)
in terminal CD into the folder EG: cd /usr/local/src/OpenSSL_1_0_2u
then run: brew diy --name openssl@1.0 --version 1.0.2u | (where version type in the version you are using)
should print you a prefix simular to this: --prefix=/usr/local/Cellar/openssl@1.0/1.0.2u
2020-04-03 07:26:08 DEBUG APIv2-Thread_27 :: [5eb0e4b] Searching for show with search term(s): ['The 8th Son? Are You Kidding Me?', '8th Son? Are You Kidding Me?'] on indexer: tvdb
2020-04-03 07:26:32 DEBUG APIv2-Thread_37 :: [5eb0e4b] Searching for show with search term(s): ['The 8th Son', '8th Son'] on indexer: tvdb
2020-04-03 07:26:38 WARNING APIv2-Thread_27 :: [5eb0e4b] Could not connect to TheTvdb.com, with reason: IndexerUnavailable("ReadTimeout\nHTTPSConnectionPool(host='api.thetvdb.com', port=443): Read timed out. (read timeout=30)")
2020-04-03 07:26:38 WARNING APIv2-Thread_27 :: [5eb0e4b] Enabling Plex fallback as TheTvdb.com API is having some connectivity issues
2020-04-03 07:27:02 WARNING APIv2-Thread_37 :: [5eb0e4b] Could not connect to TheTvdb.com, with reason: IndexerUnavailable("ReadTimeout\nHTTPSConnectionPool(host='api.thetvdb.com', port=443): Read timed out. (read timeout=30)")
2020-04-03 07:27:02 WARNING APIv2-Thread_37 :: [5eb0e4b] Enabling Plex fallback as TheTvdb.com API is ha
@XxUnkn0wnxX
XxUnkn0wnxX / localhost-1555067119281.log
Created April 12, 2019 11:17
Medusa JS output log
parsers.js?99188:1 Uncaught TypeError: Cannot read property 'addParser' of undefined
at parsers.js?99188:1
(anonymous) @ parsers.js?99188:1
(index):535 Registering add-show-options
(index):535 Registering anidb-release-group-ui
(index):535 Registering app-header
(index):535 Registering app-link
(index):535 Registering asset
(index):535 Registering backstretch
(index):535 Registering config-template
@XxUnkn0wnxX
XxUnkn0wnxX / Python_2019-04-11-004631_XxUnkn0wnxX-iMac.crash
Created April 10, 2019 14:48
Python_2019-04-11-004631_XxUnkn0wnxX-iMac
Process: Python [62939]
Path: /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 3.7.3 (3.7.3)
Code Type: X86-64 (Native)
Parent Process: bash [62763]
Responsible: Python [62939]
User ID: 502
Date/Time: 2019-04-11 00:46:29.819 +1000
@XxUnkn0wnxX
XxUnkn0wnxX / python3 crash medusa (Re-scan) new1.log
Created April 10, 2019 14:47
python3 crash medusa (Re-scan) new1
Last login: Thu Apr 11 00:36:19 on ttys001
You have mail.
XxUnkn0wnxXiMac:Medusa HIDDEN$ python3 SickBeard.py
2019-04-11 00:46:14 DEBUG MAIN :: [b57a402] GET URL: https://cdn.pymedusa.com/providers/broken_providers.json [Status: 200]
2019-04-11 00:46:14 DEBUG MAIN :: [b57a402] User-Agent: Medusa/0.3.1 (Darwin; 18.5.0; 62c59d36-5b9f-11e9-8818-38c9862e1437)
2019-04-11 00:46:14 INFO MAIN :: [b57a402] Broken providers found: ['torrent9', 'newpct', 'btdb']
2019-04-11 00:46:14 DEBUG MAIN :: [b57a402] Checking if we can use git commands: git version
2019-04-11 00:46:14 DEBUG MAIN :: [b57a402] Executing git version with your shell in /Users/HIDDEN/Apps/Medusa
2019-04-11 00:46:14 DEBUG MAIN :: [b57a402] git version : returned successful
2019-04-11 00:46:14 DEBUG MAIN :: [b57a402] Using: git
@XxUnkn0wnxX
XxUnkn0wnxX / medusa python2 crash.log
Created April 6, 2019 05:29
re-scan files crash 2
Last login: Sat Apr 6 13:52:52 on ttys000
You have mail.
XxUnkn0wnxXiMac:Medusa HIDDEN$ python3 SickBeard.py
2019-04-06 16:08:01 DEBUG MAIN :: [9cdb57a] GET URL: https://cdn.pymedusa.com/providers/broken_providers.json [Status: 200]
2019-04-06 16:08:01 DEBUG MAIN :: [9cdb57a] User-Agent: Medusa/0.3.1 (Darwin; 18.5.0; f26065a8-5829-11e9-8b9f-38c9862e1437)
2019-04-06 16:08:01 INFO MAIN :: [9cdb57a] Broken providers found: ['torrent9', 'newpct', 'btdb']
2019-04-06 16:08:01 DEBUG MAIN :: [9cdb57a] Checking if we can use git commands: git version
2019-04-06 16:08:01 DEBUG MAIN :: [9cdb57a] Executing git version with your shell in /Users/HIDDEN/Apps/Medusa
2019-04-06 16:08:01 DEBUG MAIN :: [9cdb57a] git version : returned successful
2019-04-06 16:08:01 DEBUG MAIN :: [9cdb57a] Using: git