Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Copy Filelist
// @namespace Violentmonkey Scripts
// @match https://animebytes.tv/torrents.php
// @grant none
// @version 1.0
// @author Marek
// @description 11/10/2023, 4:38:44 PM
// ==/UserScript==
(async()=>{
@Ravencentric
Ravencentric / comp.py
Created January 29, 2023 19:26 — forked from McBaws/comp.py
Create Comparisons for multiple video clips with automatic upscaling and uploading. This fork has support for FrameInfo, trimming from start and end, user selected frames, saving frame numbers, and improved handling of different aspect ratios.
"""
I do not provide support for this unless its an actual error in the code and not related to your setup.
You'll need:
- Vapoursynth (this was written R53 and python 3.9.6 & has been tested on R61 with Python 3.10.8)
- pip install pathlib anitopy pyperclip requests requests_toolbelt
- https://github.com/HolyWu/L-SMASH-Works/releases/latest/ (Install to your usual Vapoursynth plugins64 folder)
- (if using ffmpeg) ffmpeg installed & in path
How to use:
@Ravencentric
Ravencentric / p2p.groovy
Created January 14, 2023 14:47 — forked from rlaphoenix/p2p.groovy
Common style P2P Movies and TV filebot template
{
// Requirements: MediaInfo and libmediainfo v19.09 or newer.
// Examples:
// "The.IT.Crowd.S01E01.Yesterdays.Jam.1080p.AMZN.WEB-DL.DDP.5.1.H.264-PHOENiX"
// "Luca.2021.Repack.2160p.DSNP.WEB-DL.DV.DDP.5.1.Atmos.H.265-PHOENiX"
def Movie = false;
def Group = "PHOENiX"; // Only used if no Group Tag is detected in the original filenames
def Source = "AMZN WEB-DL"; // e.g. "DVD REMUX", "BluRay REMUX", "BRRip", and so on
def Edition = ""; // If empty or not set, it will be detected from the original filename
@Ravencentric
Ravencentric / comp.py
Created June 20, 2022 15:16 — forked from Vodes/comp.py
Create Comparisons for multiple video clips with automatic upscaling and uploading
"""
I do not provide support for this unless its an actual error in the code and not related to your setup.
You'll need:
- Vapoursynth (this was written & tested on R53 with Python 3.9.6)
- pip3 install pathlib anitopy pyperclip requests requests_toolbelt
- https://github.com/HolyWu/L-SMASH-Works/releases/latest/ (Install to your usual Vapoursynth plugins64 folder)
- (if using ffmpeg) ffmpeg installed & in path
How to use: