Guest User

Untitled

a guest
Sep 18th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | Movies | 0 0
  1. ##############################################################################
  2. # Seasonal Collections #
  3. # Created by Yozora, Bullmoose20, & Sohjiro #
  4. # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
  5. # https://kometa.wiki/en/latest/defaults/movie/seasonal #
  6. ##############################################################################
  7.  
  8. external_templates:
  9. default: templates
  10.  
  11. templates:
  12. holiday:
  13. default:
  14. sync_mode: sync
  15. sync_mode_<<key>>: <<sync_mode>>
  16. sort_by: title.asc
  17. sort_by_<<key>>: <<sort_by>>
  18. schedule_<<key>>: <<schedule>>
  19. limit_<<key>>: <<limit>>
  20. tmdb_collection_<<key>>: <<tmdb_collection>>
  21. tmdb_movie_<<key>>: <<tmdb_movie>>
  22. imdb_list_<<key>>: <<imdb_list>>
  23. imdb_search_<<key>>: <<imdb_search>>
  24. trakt_list_<<key>>: <<trakt_list>>
  25. mdblist_list_<<key>>: <<mdblist_list>>
  26. summary_<<key>>: <<summary_format>>
  27. name_<<key>>: <<name_format>>
  28. emoji: ""
  29. emoji_<<key>>: <<emoji>>
  30. optional:
  31. - schedule
  32. - tmdb_collection
  33. - tmdb_movie
  34. - limit
  35. - imdb_list
  36. - imdb_search
  37. - trakt_list
  38. - mdblist_list
  39. - summary_format
  40. - name_format
  41. - key_name
  42. - translation_key
  43. - limit
  44. smart_label:
  45. sort_by: <<sort_by_<<key>>>>
  46. limit: <<limit_<<key>>>>
  47. all:
  48. label: <<smart_label>>
  49. schedule: <<schedule_<<key>>>>
  50. delete_not_scheduled: true
  51. sync_mode: <<sync_mode_<<key>>>>
  52. tmdb_collection: <<tmdb_collection_<<key>>>>
  53. tmdb_movie: <<tmdb_movie_<<key>>>>
  54. imdb_list: <<imdb_list_<<key>>>>
  55. imdb_search: <<imdb_search_<<key>>>>
  56. trakt_list: <<trakt_list_<<key>>>>
  57. mdblist_list: <<mdblist_list_<<key>>>>
  58. cache_builders: 1
  59. translation_key: <<translation_key>>
  60. key_name: <<key_name>>
  61. summary: <<summary_<<key>>>>
  62. name: <<name_<<key>>>>
  63. limit: <<limit_<<key>>>>
  64. translation_prefix: <<emoji_<<key>>>>
  65.  
  66. collections:
  67. Seasonal Collections:
  68. template:
  69. - name: separator
  70. separator: seasonal
  71. use_separator: false
  72. key_name: Seasonal
  73. translation_key: separator
  74.  
  75. dynamic_collections:
  76. Seasonal:
  77. type: custom
  78. data:
  79. years: New Year's Day
  80. valentine: Valentine's Day
  81. patrick: St. Patrick's Day
  82. easter: Easter
  83. election: Election Day
  84. mother: Mother's Day
  85. memorial: Memorial Day
  86. father: Father's Day
  87. independence: Independence Day
  88. labor: Labor Day
  89. halloween: Halloween
  90. veteran: Veteran's Day
  91. thanksgiving: Thanksgiving
  92. christmas: Christmas
  93. aapi: Asian American & Pacific Islander Heritage Month
  94. disabilities: Day of Persons with Disabilities
  95. black_history: Black History Month
  96. lgbtq: LGBTQ+ Pride Month
  97. latinx: Latinx Heritage Month
  98. women: Women's History Month
  99. title_format: <<key_name>> <<library_typeU>>s
  100. template:
  101. - holiday
  102. - shared
  103. - arr
  104. template_variables:
  105. # check1
  106. emoji:
  107. years: "🎊 "
  108. valentine: "πŸ’˜ "
  109. patrick: "☘ "
  110. easter: "🐰 "
  111. election: "πŸ“© "
  112. mother: "🀱 "
  113. memorial: "πŸͺ– "
  114. father: "πŸ‘¨ "
  115. independence: "πŸŽ† "
  116. labor: "βš’ "
  117. halloween: "πŸŽƒ "
  118. veteran: "πŸŽ–"
  119. thanksgiving: "πŸ¦ƒ "
  120. christmas: "πŸŽ… "
  121. aapi: "🌊🌺 "
  122. disabilities: "β™Ώ "
  123. lgbtq: "πŸ³οΈβ€πŸŒˆ "
  124. latinx: "πŸͺ… "
  125. women: "🚺 "
  126. black_history: "✊ 🏿 "
  127. # check2
  128. schedule:
  129. years: range(12/26-01/04)
  130. valentine: range(02/01-02/29)
  131. patrick: range(03/01-03/18)
  132. easter: range(03/20-04/30)
  133. election: range (11/01-11/08)
  134. mother: range(05/05-05/10)
  135. memorial: range(5/18-6/7)
  136. father: range(06/15-06/20)
  137. independence: range(06/23-07/11)
  138. labor: range(09/01-09/10)
  139. halloween: range(09/01-10/31)
  140. veteran: range(11/01-11/21)
  141. thanksgiving: range(11/01-11/30)
  142. christmas: range(12/01-12/31)
  143. aapi: range(04/30-05/31)
  144. disabilities: range(12/02-12/04)
  145. black_history: range(02/01-03/01)
  146. lgbtq: range(05/31-06/30)
  147. latinx: range(09/15-10/15)
  148. women: range(02/28-03/31)
  149. # check4
  150. imdb_search:
  151. years:
  152. list.any:
  153. - ls066838460
  154. - ls022782115
  155. limit: 500
  156. valentine:
  157. list.any:
  158. - ls000094398
  159. - ls057783436
  160. - ls064427905
  161. limit: 500
  162. patrick:
  163. list.any:
  164. - ls063934595
  165. - ls529879525
  166. limit: 500
  167. easter:
  168. list.any:
  169. - ls062665509
  170. - ls051733651
  171. limit: 500
  172. election:
  173. list.any:
  174. - ls083706850
  175. limit: 500
  176. mother:
  177. list.any:
  178. - ls072551197
  179. - ls521049589
  180. limit: 500
  181. memorial:
  182. list.any:
  183. - ls561621160
  184. - ls072289489
  185. - ls000789376
  186. limit: 500
  187. father:
  188. list.any:
  189. - ls020471057
  190. - ls565231247
  191. - ls098132480
  192. limit: 500
  193. independence:
  194. list.any:
  195. - ls068664510
  196. - ls080925875
  197. - ls528659350
  198. limit: 500
  199. labor:
  200. list.any: ls002014923
  201. limit: 500
  202. halloween:
  203. list.any:
  204. - ls023118929
  205. - ls000099714
  206. - ls079540136
  207. limit: 500
  208. veteran:
  209. list.any: ls565595526
  210. limit: 500
  211. thanksgiving:
  212. list.any:
  213. - ls000835734
  214. - ls091597850
  215. limit: 500
  216. christmas:
  217. list.any:
  218. - ls000096828
  219. - ls027353066
  220. - ls095370956
  221. limit: 500
  222. women:
  223. type: movie
  224. keyword.any: women in film, women's rights, women's suffrage, womens rights, womens suffrage
  225. sort_by: rating.desc
  226. list.any:
  227. - ls564845310
  228. limit: 500
  229. # check5
  230. tmdb_collection:
  231. halloween:
  232. - 185103 # Hotel Transylvania
  233. - 11716 # Addams Family
  234. - 750822 # Addams Family Animated
  235. - 91361 # Halloween Collectio
  236. - 751156 # Hocus Pocus
  237. - 1226742 # Trick 'r Treat
  238. - 607112 # Hell House LLC
  239. - 1056558 # 10/31
  240. - 87252 # Halloweentown
  241. # check6
  242. tmdb_movie:
  243. halloween:
  244. - 463821 #The House with a Clock in it's Walls
  245. # check7
  246. mdblist_list:
  247. aapi:
  248. - https://mdblist.com/lists/k0meta/asian-american-pacific-islander-heritage-month
  249. disabilities:
  250. - https://mdblist.com/lists/k0meta/day-of-persons-with-disabilities
  251. lgbtq:
  252. - https://mdblist.com/lists/k0meta/lgbtq-pride-month
  253. latinx:
  254. - https://mdblist.com/lists/k0meta/latinx-heritage-month
  255. # check8
  256. trakt_list:
  257. black_history:
  258. - https://trakt.tv/users/hoochzilla/lists/black-cinema?display=movie&sort=title,asc
  259. - https://trakt.tv/users/bluephi8/lists/black-history?display=movie&sort=title,asc
  260. # check9
  261. visible_home:
  262. default: true
  263. visible_shared:
  264. default: true
  265. image:
  266. default: seasonal/<<key>>
  267. translation_key:
  268. default: seasonal
  269.  
Advertisement
Add Comment
Please, Sign In to add comment