Improve title handling and rework catalog builder

This commit is contained in:
2026-08-25 20:16:42 -06:00
parent d5a05f532f
commit 1b6f7c3bf0
143 changed files with 1188 additions and 1186 deletions
+13
View File
@@ -0,0 +1,13 @@
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)