Search found 7 matches

by namgorf2001
08 Nov 2023, 16:53
Forum: Windows
Topic: Movies "match" as New Folder
Replies: 1
Views: 495

Movies "match" as New Folder

It's definitely not consistent but i've had numerous times where filebot will tell me the name of the movie i'm trying to tag is "New Folder (2014) 1080p BluRay" for some reason. Anyone else run into this and know what is causing it? I'm renaming clearly named files. Even tried manually ta...
by namgorf2001
16 Mar 2023, 12:39
Forum: Feature Requests and Bug Reports
Topic: Unable to rename multiple files at once
Replies: 18
Views: 1993

Re: Unable to rename multiple files at once

Anyone who says Smart Mode isn't there is just lying or blind. The program is built specifically the same way for everyone so either post screen shot proof it's not there or don't demand a refund.
by namgorf2001
24 Oct 2022, 17:17
Forum: Episode / Movie Naming Scheme
Topic: Rename merged episodes
Replies: 1
Views: 623

Rename merged episodes

I get lots of shows that have episode 1 and 2 in the file (common in cartoons) See image. Is there a way to have it tag episode numbers as well? It sees the names so i assume it's possible. Image
by namgorf2001
17 Mar 2020, 17:25
Forum: Episode / Movie Naming Scheme
Topic: Rename with double digit season
Replies: 2
Views: 2702

Re: Rename with double digit season

You're the best. Thank you.
by namgorf2001
17 Mar 2020, 13:37
Forum: Episode / Movie Naming Scheme
Topic: Rename with double digit season
Replies: 2
Views: 2702

Rename with double digit season

Currently there is:

Code: Select all

{n} - {sxe} - {t} to give you 
Firefly - 1x01 - Serenity

and there's

Code: Select all

{n} - {s00e00} - {t} to give you
Firefly - S01E01 - Serenity

how would i get {n} - {sxe} - {t} to give me 01 instead of just 1? like the second example, just without the S.

Thank you in advance.
by namgorf2001
11 Jan 2020, 07:59
Forum: Help and Support
Topic: Rename format help
Replies: 2
Views: 3912

Re: Rename format help

rednoah wrote: 10 Jan 2020, 22:38 e.g.

Code: Select all

{s.pad(2)}x{e.pad(2)}
Thank you! Worked perfectly.
Much appreciated.
by namgorf2001
10 Jan 2020, 22:29
Forum: Help and Support
Topic: Rename format help
Replies: 2
Views: 3912

Rename format help

Currently there is: {n} - {s00e00} - {t} to give you Firefly - S01E01 - Serenity and {n} - {sxe} - {t} to give you Firefly - 1x01 - Serenity I need help merging them to give me 01x02 for all non-double digit items. I have been using another tool for so long and my format is: Firefly - 01x01 - Sereni...