Search found 15 matches

by DairyWinter
24 Sep 2021, 17:03
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

Re: How do I replace colon?

First Preset Step: *Use original file selection Expression=> {ny.colon(' - ')}/{n.colon('- ')} Datasource=> TheMovieDB Second Preset Step: *Do Select Files Input Folder=> fn ==~ /folder|movie|tmdb/ Expression=> { folder.listFiles{ it.video }.max{ it.length() }.nameWithoutExtension }{' - '+fn.match(/...
by DairyWinter
24 Sep 2021, 14:28
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

Re: How do I replace colon?

So far so good, big improvement with this first step preset=> {ny.colon(' - ')}/{n.colon('- ')}{' - '+fn.match(/tmdb/)} For second step preset in "Plain file mode" I follow your advice it does work but just for "folder.jpg" Can all companion file process at the same time? somethi...
by DairyWinter
24 Sep 2021, 13:12
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

Re: How do I replace colon?

Thanks! I will try all this and get back to you.
I really appreciate it.
by DairyWinter
23 Sep 2021, 22:24
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

Re: 2 major issue with Filebot

None of that stuff above is related to the 2 issues. -INVALID CHARACHTERS -Renaming all companion file at once. So far my preset {ny}/{n}{' - '+fn.match(/tmdb/)} Only rename the video file and the subtitle. Companion files are being tossed in there with a generic name... Movie Folder tmdb Even if I ...
by DairyWinter
23 Sep 2021, 21:05
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

Re: 2 major issue with Filebot

That didn't work at all,
The companion file outputted like usual not renamed and the movie was not renamed either.
by DairyWinter
23 Sep 2021, 20:49
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

Re: 2 major issue with Filebot

If this will rename every small companion file including the "folder.jpg" it's a step in the right direction.
Were do I put this though?


{
def mainName = folder.listFiles().sort{it.length()}.name.last().nameWithoutExtension
folder.name + '/' + mainName
}
by DairyWinter
23 Sep 2021, 17:36
Forum: Help and Support
Topic: How do I replace colon?
Replies: 12
Views: 12418

How do I replace colon?

I tested your app for a while now, these are the only 2 very annoying flaws about it. I pay for this app and your are the coder, so you're the only one I can turn to. I would like it to do one time all at once operation and give me opportunity to swap incompatible Character like ":" for an...
by DairyWinter
29 Jun 2021, 00:29
Forum: Help and Support
Topic: "The Renamer Way"
Replies: 12
Views: 11227

Re: "The Renamer Way"

{ny}/{n}{' - '+fn.match(/imdb/)}

This is working for everything exept "folder" that one will not rename cane you give me another format to add in the preset editor just for "folder" or one that will do all the post process file at once.
by DairyWinter
14 Jun 2021, 18:07
Forum: Help and Support
Topic: "The Renamer Way"
Replies: 12
Views: 11227

Re: "The Renamer Way"

That is what I did actually as ~ did output the file sowhere else and I needed to look for it after. So I entered the code: {ny}/{n}{' - '+fn.match(/imdb/)} Imdb was named correctlly and remain in my download folder, all the other post processed file did not have the suffix "- imdb" attach...
by DairyWinter
14 Jun 2021, 17:17
Forum: Help and Support
Topic: "The Renamer Way"
Replies: 12
Views: 11227

Re: "The Renamer Way"

It seemed to have worked, but post processed file still have to be re-run. Only the .mp4 and .srt are named correctly in the first run. I'm using this code you gave me: ~/{n}{' - '+fn.match(/imdb/)} I did a preset and I called it like this post. If you can do better I'm willing to give you command i...
by DairyWinter
13 Jun 2021, 15:49
Forum: Help and Support
Topic: "The Renamer Way"
Replies: 12
Views: 11227

Re: "The Renamer Way"

Awake.2021.1080p.WEBRip.x264-RARBG\Awake.2021.1080p.WEBRip.x264-RARBG.mp4 {"@type":"Movie","year":2021,"imdbId":10418662,"tmdbId":615658,"language":"en","id":615658,"name":"Awake","aliasNames&qu...
by DairyWinter
04 Jun 2021, 17:39
Forum: Help and Support
Topic: "The Renamer Way"
Replies: 12
Views: 11227

Re: "The Renamer Way"

It's not easy, as for the screenshot I can't upload image here. Folder/ The.Conjuring.The.Devil.Made.Me.Do.It.2021.1080p. File/ 2_English.srt File/ The.Conjuring.The.Devil.Made.Me.Do.It.2021.1080p. After filebot **edit format option / {ny}{'.'+fn.match('poster')}{' - imdb'+fn.match(imdb)}{'.'+fn.mat...
by DairyWinter
02 Jun 2021, 19:04
Forum: Help and Support
Topic: "The Renamer Way"
Replies: 12
Views: 11227

"The Renamer Way"

I used The Renamer for several years, My whole library is a certain way and I like to keep it that way. Unfortunately The Renamer doesn't work in Windows 10. The only software I could find that was giving me similar results is Filebot. Not free, but I signed up for it anyway. Credit to filebot for f...