Skip to content

Commit fef7d71

Browse files
authored
Add YT as release source
1 parent 76a2f55 commit fef7d71

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!-- markdownlint-disable MD033 -->
22
# nattadasu's Personal Groovy Scripts for FileBot
33

4-
Ready-to-use collection of Groovy scripts for FileBot to rename media files
4+
Ready-to-use collection of Groovy scripts for FileBot to rename media files.
5+
6+
File format were optimized to be used alongside Anitomy-based parser (Taiga)
7+
for Anime, while keeping it sane for other media library parsers to understand
8+
as well.
59

610
## Disclaimer
711

@@ -28,7 +32,8 @@ You can refer to `compiled/` directory to check logics that FileBot will use.
2832

2933
## Usage
3034

31-
0. Clone this repository to your home directory (Windows: `%USERPROFILE%`, POSIX: `~`)
35+
0. Clone this repository to your home directory (Windows: `%USERPROFILE%`,
36+
POSIX: `~`)
3237
1. Modify the scripts, if needed
3338
2. In your FileBot format configurator, import it with `@` notation.
3439

@@ -86,7 +91,7 @@ Sakuna.Of.Rice.and.Ruin.S01E01.1080p.YT.WEB-DL.JPN.AAC2.0.H.264.MSubs-TH.mkv
8691
After:
8792

8893
```txt
89-
/run/media/username/Videos/Videos/Anime/Sakuna Of Rice and Ruin/Season 1/[TH] Sakuna Of Rice and Ruin - S01E01 - Episode 1 [WEB-DL 1920x1080 AVC 8Bit, AAC 2.0, Multi-Subs (ENG ZHO IND MSA THA VIE)][38F1CEF4].mkv
94+
/run/media/username/Videos/Videos/Anime/Sakuna Of Rice and Ruin/Season 1/[TH] Sakuna Of Rice and Ruin - S01E01 - Episode 1 [YT.WEB-DL 1920x1080 AVC 8Bit, AAC 2.0, Multi-Subs (ENG ZHO IND MSA THA ...)][38F1CEF4].mkv
9095
```
9196

9297
### TV, Second Example

releasesource.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"UNEXT",
66
"ABEMA",
77
"HULU",
8-
"iQ"
8+
"iQ",
9+
"YT"
910
]
1011

1112
def finalRelease = customRelease.find { releaseName -> fn.contains(releaseName) } ?: ""

0 commit comments

Comments
 (0)