This file contains hidden or 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
[Script Info] | |
Title: English (US) | |
Original Translation: | |
Original Editing: | |
Original Timing: | |
Synch Point: | |
Script Updated By: | |
Update Details: | |
ScriptType: v4.00+ | |
Collisions: Normal |
This file contains hidden or 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
[Script Info] | |
Title: English (US) | |
Original Translation: | |
Original Editing: | |
Original Timing: | |
Synch Point: | |
Script Updated By: | |
Update Details: | |
ScriptType: v4.00+ | |
Collisions: Normal |
This file contains hidden or 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
<tp-yt-paper-dialog style-target="host" role="dialog" tabindex="-1" class="style-scope ytd-popup-container" prevent-autonav="true" modern="" style="outline: none; position: fixed; top: 308.34px; left: 1348.5px; box-sizing: border-box; max-height: 1007px; max-width: 3120px; z-index: 2202;"> | |
<!--css-build:shady--> | |
<!--css-build:shady--> | |
<yt-dialog-view-model dialog="true" class="ytDialogViewModelHost ytDialogViewModelResetSpacing" tabindex="-1"> | |
<dialog-layout class="yt-spec-dialog-layout yt-spec-dialog-layout--dialog-layout-responsive" style=""> | |
<div class="yt-spec-dialog-layout__dialog-layout-container"> | |
<div class="yt-spec-dialog-layout__dialog-layout-content"> | |
<div class="yt-spec-dialog-layout__dialog-layout-content-inner"> | |
<span> | |
<upsell-view-model class="ytUpsellViewModelHost ytUpsellViewModelHostNoPadding"> |
This file contains hidden or 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
https://www.dropbox.com/scl/fi/euqwblxaehg3px4mz7lsl/Kernel_Debug_Kit_15.3_build_24D5034f.dmg?rlkey=bgn7ganrtnzkyxvbi4h4kz1ip&dl=0 |
This file contains hidden or 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
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;} |
This file contains hidden or 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
[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 |
This file contains hidden or 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
#!/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 |
This file contains hidden or 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
/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 |
This file contains hidden or 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
this just a small guide for those who need [email protected] 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 [email protected] --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/[email protected]/1.0.2u |
This file contains hidden or 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
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 |
NewerOlder