You've already forked flix
Improve title handling and rework catalog builder
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
run flix add \
|
||||
--sort-title "mcu" \
|
||||
--web-slug "mcu" \
|
||||
flix collection \
|
||||
"Marvel Cinematic Universe" \
|
||||
"The shared cinematic universe featuring Marvel Comics characters produced by Marvel Studios. This collection includes all films and series released as part of the Marvel Cinematic Universe, from Iron Man onward."
|
||||
|
||||
run flix add tmdb collection 422834 # Ant-Man Collection
|
||||
run flix add tmdb movie 102899 # Ant-Man (2015)
|
||||
run flix add tmdb movie 363088 # Ant-Man and the Wasp (2018)
|
||||
run flix add tmdb movie 640146 # Ant-Man and the Wasp: Quantumania (2023)
|
||||
|
||||
run flix add tmdb collection 86311 # The Avengers Collection
|
||||
run flix add tmdb movie 24428 # The Avengers (2012)
|
||||
run flix add tmdb movie 99861 # Avengers: Age of Ultron (2015)
|
||||
run flix add tmdb movie 299536 # Avengers: Infinity War (2018)
|
||||
run flix add tmdb movie 299534 # Avengers: Endgame (2019)
|
||||
# run flix add tmdb movie 1003596 # upcoming (2026)
|
||||
# run flix add tmdb movie 1003598 # upcoming (2027)
|
||||
|
||||
run flix add tmdb collection 529892 # Black Panther Collection
|
||||
run flix add tmdb movie 284054 # Black Panther (2018)
|
||||
run flix add tmdb movie 505642 # Black Panther: Wakanda Forever (2022)
|
||||
|
||||
run flix add tmdb collection 131295 # Captain America Collection
|
||||
run flix add tmdb movie 1771 # Captain America: The First Avenger (2011)
|
||||
run flix add tmdb movie 100402 # Captain America: The Winter Soldier (2014)
|
||||
run flix add tmdb movie 271110 # Captain America: Civil War (2016)
|
||||
run flix add tmdb movie 822119 # Captain America: Brave New World (2025)
|
||||
|
||||
run flix add tmdb collection 623911 # Captain Marvel Collection
|
||||
run flix add tmdb movie 299537 # Captain Marvel (2019)
|
||||
run flix add tmdb movie 609681 # The Marvels (2023)
|
||||
|
||||
run flix add tmdb collection 618529 # Doctor Strange Collection
|
||||
run flix add tmdb movie 284052 # Doctor Strange (2016)
|
||||
run flix add tmdb movie 453395 # Doctor Strange in the Multiverse of Madness (2022)
|
||||
|
||||
run flix add tmdb collection 284433 # Guardians of the Galaxy Collection
|
||||
run flix add tmdb movie 118340 # Guardians of the Galaxy (2014)
|
||||
run flix add tmdb movie 283995 # Guardians of the Galaxy Vol. 2 (2017)
|
||||
run flix add tmdb movie 447365 # Guardians of the Galaxy Vol. 3 (2023)
|
||||
|
||||
run flix add tmdb collection 131292 # Iron Man Collection
|
||||
run flix add tmdb movie 1726 # Iron Man (2008)
|
||||
run flix add tmdb movie 10138 # Iron Man 2 (2010)
|
||||
run flix add tmdb movie 68721 # Iron Man 3 (2013)
|
||||
|
||||
run flix add tmdb collection 531241 # Spider-Man (MCU) Collection
|
||||
run flix add tmdb movie 315635 # Spider-Man: Homecoming (2017)
|
||||
run flix add tmdb movie 429617 # Spider-Man: Far From Home (2019)
|
||||
run flix add tmdb movie 634649 # Spider-Man: No Way Home (2021)
|
||||
run flix add tmdb movie 969681 # Spider-Man: Brand New Day (2026)
|
||||
|
||||
run flix add tmdb collection 131296 # Thor Collection
|
||||
run flix add tmdb movie 10195 # Thor (2011)
|
||||
run flix add tmdb movie 76338 # Thor: The Dark World (2013)
|
||||
run flix add tmdb movie 284053 # Thor: Ragnarok (2017)
|
||||
run flix add tmdb movie 616037 # Thor: Love and Thunder (2022)
|
||||
|
||||
run flix add tmdb movie 497698 # Black Widow (2021)
|
||||
run flix add tmdb movie 524434 # Eternals (2021)
|
||||
run flix add tmdb movie 566525 # Shang-Chi and the Legend of the Ten Rings (2021)
|
||||
run flix add tmdb movie 617126 # The Fantastic 4: First Steps (2025)
|
||||
run flix add tmdb movie 1724 # The Incredible Hulk (2008)
|
||||
run flix add tmdb movie 986056 # Thunderbolts* (2025)
|
||||
|
||||
run flix add \
|
||||
--title "Agent Carter" \
|
||||
tmdb show 61550 # Marvel's Agent Carter (2015)
|
||||
run flix add \
|
||||
--title "Agents of S.H.I.E.L.D." \
|
||||
tmdb show 1403 # Marvel's Agents of S.H.I.E.L.D. (2013)
|
||||
run flix add tmdb show 84958 # Loki (2021)
|
||||
Reference in New Issue
Block a user