Files
flix/catalog/collections/star-wars.sh
T

62 lines
3.0 KiB
Bash

run flix add tmdb collection 10 # Star Wars Collection
run flix add \
--title "Star Wars: Episode I - The Phantom Menace" \
--sort-title "star wars episode 1 - the phantom menace" \
--fs-slug "the phantom menace (1999)" \
--web-slug "star-wars-the-phantom-menace-1999" \
tmdb movie 1893 # Star Wars: Episode I - The Phantom Menace (1999)
run flix add \
--title "Star Wars: Episode II - Attack of the Clones" \
--sort-title "star wars episode 2 - attack of the clones" \
--fs-slug "attack of the clones (2002)" \
--web-slug "star-wars-attack-of-the-clones-2002" \
tmdb movie 1894 # Star Wars: Episode II - Attack of the Clones (2002)
run flix add \
--title "Star Wars: Episode III - Revenge of the Sith" \
--sort-title "star wars episode 3 - revenge of the sith" \
--fs-slug "revenge of the sith (2005)" \
--web-slug "star-wars-revenge-of-the-sith-2005" \
tmdb movie 1895 # Star Wars: Episode III - Revenge of the Sith (2005)
run flix add \
--title "Star Wars: Episode IV - A New Hope" \
--sort-title "star wars episode 4 - a new hope" \
--fs-slug "a new hope (1977)" \
--web-slug "star-wars-a-new-hope-1977" \
tmdb movie 11 # Star Wars (1977)
run flix add \
--title "Star Wars: Episode V - The Empire Strikes Back" \
--sort-title "star wars episode 5 - the empire strikes back" \
--fs-slug "the empire strikes back (1980)" \
--web-slug "star-wars-the-empire-strikes-back-1980" \
tmdb movie 1891 # The Empire Strikes Back (1980)
run flix add \
--title "Star Wars: Episode VI - Return of the Jedi" \
--sort-title "star wars episode 6 - return of the jedi" \
--fs-slug "return of the jedi (1983)" \
--web-slug "star-wars-return-of-the-jedi-1983" \
tmdb movie 1892 # Return of the Jedi (1983)
run flix add \
--title "Star Wars: Episode VII - The Force Awakens" \
--sort-title "star wars episode 7 - the force awakens" \
--fs-slug "the force awakens (2015)" \
--web-slug "star-wars-the-force-awakens-2015" \
tmdb movie 140607 # Star Wars: The Force Awakens (2015)
run flix add \
--title "Star Wars: Episode VIII - The Last Jedi" \
--sort-title "star wars episode 8 - the last jedi" \
--fs-slug "the last jedi (2017)" \
--web-slug "star-wars-the-last-jedi-2017" \
tmdb movie 181808 # Star Wars: The Last Jedi (2017)
run flix add \
--title "Star Wars: Episode IX - The Rise of Skywalker" \
--sort-title "star wars episode 9 - the rise of skywalker" \
--fs-slug "the rise of skywalker (2019)" \
--web-slug "star-wars-the-rise-of-skywalker-2019" \
tmdb movie 181812 # Star Wars: The Rise of Skywalker (2019)
run flix add tmdb movie 330459 # Rogue One: A Star Wars Story (2016)
run flix add tmdb movie 348350 # Solo: A Star Wars Story (2018)
run flix add tmdb show 82856 # The Mandalorian (2019)