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
| // ==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()=>{ |
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
| """ | |
| 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: |
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
| { | |
| // 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 |
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
| """ | |
| 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: |