You've already forked flix
14 lines
921 B
Bash
14 lines
921 B
Bash
run flix add flix collection \
|
|
"Middle-Earth Collection" \
|
|
"Peter Jackson's film trilogies (Lord of the Rings and The Hobbit) taking place in Tolkien's Middle-Earth"
|
|
|
|
run flix add tmdb collection 121938 # The Hobbit Collection
|
|
run flix add tmdb movie 49051 # The Hobbit: An Unexpected Journey (2012)
|
|
run flix add tmdb movie 57158 # The Hobbit: The Desolation of Smaug (2013)
|
|
run flix add tmdb movie 122917 # The Hobbit: The Battle of the Five Armies (2014)
|
|
|
|
run flix add tmdb collection 119 # The Lord of the Rings Collection
|
|
run flix add tmdb movie 120 # The Lord of the Rings: The Fellowship of the Ring (2001)
|
|
run flix add tmdb movie 121 # The Lord of the Rings: The Two Towers (2002)
|
|
run flix add tmdb movie 122 # The Lord of the Rings: The Return of the King (2003)
|