Skip to content

Commit

Permalink
Add Bogus Skill Fruitmaster to overrider
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Dec 31, 2024
1 parent 9009ac9 commit 161fa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/forceshowid_tv.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[239779, tmdb_tv], // True Beauty (2024) (여신강림), KR
[257162, tmdb_tv], // LINK CLICK (2024) (时光代理人), ZH, Live Action
[259140, tmdb_tv], // Ranma 1/2 (2024) (らんま1/2), JP
[276204, tmdb_tv], // Bogus Skill Fruitmaster (2025), (外れスキル《木の実マスター》), JP
]
def is_id_matches = show_id.find { it[0] == id && it[1] == info.database } != null
// try map TheMovieDB::TV -> tmdbid, AniDB -> anidbid, TheTVDB -> tvdbid
Expand Down
2 changes: 1 addition & 1 deletion modules/medianame.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Media ID, target name, database
[mid: 68854, title: "From Me to You", src: tmdb_tv],
[mid: 219816, title: "Fate/Grand Order: Fujimaru Ritsuka Doesn't Get It", src: tmdb_tv],
[mid: 234538, title: "Demon Lord 2099", src: tmdb_tv],
[mid: 276204, title: "Bogus Skill Fruitmaster", str: tmdb_tv],
]

// Replace title from short_title if series_id matches "series" from filebot
Expand Down

0 comments on commit 161fa1a

Please sign in to comment.