Search found 13 matches

by martinc
18 Mar 2019, 13:28
Forum: Scripting and Automation
Topic: Add image to folder after rename
Replies: 2
Views: 1403

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.
by martinc
13 Mar 2019, 09:01
Forum: Scripting and Automation
Topic: Add image to folder after rename
Replies: 2
Views: 1403

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 -rena...
by martinc
07 Jan 2019, 16:44
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

Re: Rename sporting event

:D
by martinc
07 Jan 2019, 16:29
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

Re: Rename sporting event

Success!!!!
Image

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!!!!!
by martinc
07 Jan 2019, 16:09
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

Re: Rename sporting event

Definitely keen to learn - let me see what I can achieve with this information :)
by martinc
07 Jan 2019, 14:43
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

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 th...
by martinc
06 Jan 2019, 18:03
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

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 r...
by martinc
05 Jan 2019, 20:18
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

Re: Rename sporting event

Thanks - yes - I'm familiar with *.mkv, and have one in the folder...
Image
by martinc
04 Jan 2019, 15:28
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

Re: Rename sporting event

Sorry to be back, but this complains about the * character when I try it.

Image
by martinc
04 Jan 2019, 12:55
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

Re: Rename sporting event

Amazing - thank you!!
by martinc
04 Jan 2019, 11:43
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

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/
by martinc
04 Jan 2019, 10:24
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

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 filebo...
by martinc
03 Jan 2019, 17:54
Forum: Help and Support
Topic: Rename sporting event
Replies: 17
Views: 5638

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:\Progra...