Thank you, I have no idea how i missed that in the list -_-rednoah wrote: ↑28 Jul 2024, 09:00 {fn} will give you the current file name.
See Presets › Example 13: Append Media Properties for example, and Plain File Mode for details and additional examples.
Search found 6 matches
- 28 Jul 2024, 09:12
- Forum: Feature Requests and Bug Reports
- Topic: Reference to original file name
- Replies: 2
- Views: 5222
Re: Reference to original file name
- 28 Jul 2024, 08:56
- Forum: Feature Requests and Bug Reports
- Topic: Reference to original file name
- Replies: 2
- Views: 5222
Reference to original file name
When creating the renaming format, I would like to add things to the existing name instead of replacing the existing name. Some reference to the existing name or a mode to add to existing name would be great.
- 07 Aug 2016, 16:29
- Forum: Scripting and Automation
- Topic: [amc] Change output folder dynamically
- Replies: 5
- Views: 3482
Re: [amc] Change output folder dynamically
I didn't realize I could have conditionals in the format. Where is this gui format editor you speak of?
- 07 Aug 2016, 15:31
- Forum: Scripting and Automation
- Topic: [amc] Change output folder dynamically
- Replies: 5
- Views: 3482
Re: [amc] Change output folder dynamically
This doesn't solve my problem though. Assume i'm only processing movies, here's an example: If I have: Movie 1 (2004).mp4 Movie 2 (2015).mp4 Movie 3 (2016).mp4 The final folder structure should be: A:\Movies\2004\Movie 1 (2004)\Movie 1 (2004).mp4 A:\Movies\2015\Movie 2 (2015)\Movie 2 (2015).mp4 B ...
- 06 Aug 2016, 18:45
- Forum: Scripting and Automation
- Topic: [amc] Change output folder dynamically
- Replies: 5
- Views: 3482
[amc] Change output folder dynamically
So I downloaded amc.groovy to edit it locally. I need two different output folders depending on the year. So I tried to add a new switch and no matter what i do it says invalid option. So I just statically assigned my second ouput folder in the script. Then I setup an if statement which basically ...
- 17 Dec 2015, 01:22
- Forum: Scripting and Automation
- Topic: AMC Overwriting when ext don't match
- Replies: 1
- Views: 3219
AMC Overwriting when ext don't match
I was previously using my own python script to handle all of this and decided to give amc a go. I was able to get it to do exactly what I want except for one aspect. I have it set to --conflict override which will overwrite the file if the same exact one exists already. I need it to check if the ...