Search found 13 matches
- 18 Mar 2019, 13:28
- Forum: Scripting and Automation
- Topic: Add image to folder after rename
- Replies: 2
- Views: 1638
Re: Add image to folder after rename
Sorry - for the delay in responding, didn't get notification of a reply. Many thanks! Will try this out.
- 13 Mar 2019, 09:01
- Forum: Scripting and Automation
- Topic: Add image to folder after rename
- Replies: 2
- Views: 1638
Add image to folder after rename
Hi, Have a great script (thanks to help here) which takes a file I have derives a name and moves to a new folder. What I would like to automate is to copy an image from a static location into that folder. Any advice how to do that would be appreciated. Existing rename code below... filebot.exe ...
- 07 Jan 2019, 16:44
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
- 07 Jan 2019, 16:29
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Success!!!!

That's wonderful. Thank you so - much. I've learnt a lot!!! I can't promise I won't have questions in the future, but there should be less!!!!!

That's wonderful. Thank you so - much. I've learnt a lot!!! I can't promise I won't have questions in the future, but there should be less!!!!!
- 07 Jan 2019, 16:09
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Definitely keen to learn - let me see what I can achieve with this information 

- 07 Jan 2019, 14:43
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Thanks again, though I am clearly stupid as cannot get this working. This is what I have used, I appreciate this may be incorrect, though I have tried adding/removing various elements in desperation. I've tried removing the *.mkv including others and I either get "no match" (if removing the *.mkv ...
- 06 Jan 2019, 18:03
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Sorry - my clarity hasn't been good! This is my situation: https://i.imgur.com/GaHJZhn.png 1) I have many folders with names similar to what I want - i.e. they match the regex. 2) Within each there is a MKV with a random name 3) I want to move the folder to the EPL directory, rename the folder and ...
- 05 Jan 2019, 20:18
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Thanks - yes - I'm familiar with *.mkv, and have one in the folder...


- 04 Jan 2019, 15:28
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Sorry to be back, but this complains about the * character when I try it.


- 04 Jan 2019, 12:55
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
Amazing - thank you!!
- 04 Jan 2019, 11:43
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
To add, I can see that I can remove the trailing . using Groovy script:
https://www.leveluplunch.com/groovy/exa ... om-string/
https://www.leveluplunch.com/groovy/exa ... om-string/
- 04 Jan 2019, 10:24
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Re: Rename sporting event
This is really helpful, and I've pretty much worked out the regex: (\bEPL)(\b.)(\d+.\d+.\d+)(\b.)(\D+) Groups 3 and 5 give me what I need (though I have an annoying trailing ".")! I think I can follow how your Groovy code is constructed, but I'm not sure how I'd implement that in my filebot call ...
- 03 Jan 2019, 17:54
- Forum: Help and Support
- Topic: Rename sporting event
- Replies: 17
- Views: 9432
Rename sporting event
Hi, I'm looking to strip a lot of extra content out of filenames and sort in a logical manner. My files are named something like this: EPL.2018.12.30.Manchester.United.vs.Bournemouth.720p.WEB.h264-VERUM.mkv I'm using the following to get them sorting without matching to a series etc: "C:\Program ...