Page 1 of 1
Can AMC or any other script organize movies by country of origin?
Posted: 09 May 2025, 23:48
by obi
I'd like to organize my movies by country as I like to watch a lot of foreign films. Both TMDB and Imdb have this info (as country of origin or language), but I haven't seen any opton in AMC script etc to use this. I am quite happy to write my own groovy script or extend something if that helps, would just like some quick guidance.
It would also be nice to normalize the country/language name, eg have it always be Korean or Korea, not both.
Re: Can AMC or any other script organize movies by country of origin?
Posted: 10 May 2025, 09:06
by rednoah
You can add
{country} to your
custom movie format. See
Format Expressions for details.
You can use
Replace Characters, Words or Patterns to replace
KR with
Korean:
Re: Can AMC or any other script organize movies by country of origin?
Posted: 10 May 2025, 23:17
by obi
Thank you very much, and sorry for missing that in the docs, my mistake was not looking at the basic docs first and only in the AMC script.
Re: Can AMC or any other script organize movies by country of origin?
Posted: 11 May 2025, 10:20
by rednoah
obi wrote: ↑10 May 2025, 23:17
Thank you very much, and sorry for missing that in the docs, my mistake was not looking at the basic docs first and only in the AMC script.
No worries. Please post the final command-line string when you have got a working solution. Might be useful for the next guy.