Search found 8 matches
- 10 May 2025, 23:17
- Forum: Scripting and Automation
- Topic: Can AMC or any other script organize movies by country of origin?
- Replies: 3
- Views: 5951
Re: Can AMC or any other script organize movies by country of origin?
You can add {country} to your custom movie format . See Format Expressions for details. Movies/{ country }/{ ~plex.id } https://i.imgur.com/y9q92nz.png You can use Replace Characters, Words or Patterns to replace KR with Korean : { country.replace('KR':'Korea') } Thank you very much, and sorry for ...
- 09 May 2025, 23:48
- Forum: Scripting and Automation
- Topic: Can AMC or any other script organize movies by country of origin?
- Replies: 3
- Views: 5951
Can AMC or any other script organize movies by country of origin?
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 ...
- 02 Mar 2025, 23:16
- Forum: Scripting and Automation
- Topic: Unofficial custom AMC script (intermediate users)
- Replies: 28
- Views: 56203
Re: Unofficial custom AMC script (intermediate users)
hello @kim, sorry for a very late reply, I just found this thread and see its many years old. Is this script still supported/working? by any chance is the main amc script now doing these things as well?
- 27 Jun 2024, 21:10
- Forum: Help and Support
- Topic: Advice needed for best way to organize my media and remove duplicates
- Replies: 1
- Views: 4774
Advice needed for best way to organize my media and remove duplicates
I have a lot of media spread over various hdd's, a lot of it is duplicated. I want to consolidate it all, rename it properly, and get metadata using filebot. For the metadata/info/subtitles, my plan is to use the AMC script, which looks like the most powerful solution out there. But before that, I ...
- 17 Mar 2024, 04:43
- Forum: Help and Support
- Topic: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?
- Replies: 3
- Views: 2786
Re: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?
:idea: If you need one single format that works for Plex / Emby / Jellyfin then I would ask each of these community about supported ID patterns. The docs specify one, but there's a good chance other patterns are supported even if undocumented. FileBot itselfs supports all known patterns. Nothing ...
- 16 Mar 2024, 15:35
- Forum: Help and Support
- Topic: Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?
- Replies: 3
- Views: 2786
Is it possible to have a naming convention that supports both Plex and Jellyfin/Emby?
I've read the support sites of both as well as the topics here. Is it possible to have a naming scheme that would work with both? - Plex suggests curly braces like {tmdb-id}, JF/Emby use [tmdb-id] - there are some differences in naming of extras/trailers etc Does anyone know if these are strict ...
- 16 Jan 2015, 19:24
- Forum: Help and Support
- Topic: Help with renaming episodes of West Wing
- Replies: 3
- Views: 2300
Re: Help with renaming episodes of West Wing
Thank you rednoah, I will include the proper details next time. I wrote this post from another pc so didn't have FileBot, only had access to the file share. I'll look into why my format can't handle specials, it seems it should since it checks for episode.special? I'm just trying to use the format ...
- 16 Jan 2015, 06:31
- Forum: Help and Support
- Topic: Help with renaming episodes of West Wing
- Replies: 3
- Views: 2300
Help with renaming episodes of West Wing
I had the following directory structure - tv\The West Wing\Season 3 The West Wing s03e01 ... The West Wing s03e22 here is the tvdb listing which is used for matching - http://thetvdb.com/?tab=season&seriesid=72521&seasonid=4361&lid=7 As you can see there is one special episode and 21 episodes. After ...