Search found 32 matches

by mterrill
28 May 2018, 08:23
Forum: Help and Support
Topic: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?
Replies: 6
Views: 3969

Re: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?

Thanks, how do I get {tags} to work? and can you add to the specific tags?

This is my renaming scheme for now...

Code: Select all

D:/Movies to Move/{ny.colon(' - ').replace('?', '!')}/{n.colon(' - ').replace('?', '!')}
by mterrill
28 May 2018, 06:29
Forum: Help and Support
Topic: Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?
Replies: 6
Views: 3969

Add words to movie name and keep Extended Edition,Directors Cut, Uncut etc?

Hi, Is there anyway for Filebot to keep a part of the file name if a particular word is in it? i.e. In a previous tool I used, if it saw "Dolby Atmos" in the file name it kept it in there... Or if the name Uncut or Directors Cut, extended editon etc... was in it it would keep these i.e. Ko...
by mterrill
28 May 2018, 06:23
Forum: Help and Support
Topic: AKA Movie Names?
Replies: 2
Views: 1711

AKA Movie Names?

Hi,

Is there any way to choose from a also known as when renaming movies?

i.e. The Lost World - Jurassic Park change to Jurassic Park - The Lost World

Is there a way to choose from AKA lists etc?

Thanks,

​​​​​​​Matt
by mterrill
22 May 2018, 06:43
Forum: Episode / Movie Naming Scheme
Topic: Need help with special episodes please.... New to filebot - have got it working, but
Replies: 6
Views: 5053

Re: Need help with special episodes please.... New to filebot - have got it working, but

OK, just tested my original again... Test File Name: "13 Reasons Why - S00E02 - Beyond the Reasons Season 2.mkv" The issue is it Never puts the file into D:\TV to Move\13 Reasons Why\Season0 It only ever goes to D:\TV to Move\13 Reasons Why\13 Reasons Why - S00E02 - Beyond the Reasons Seas...
by mterrill
22 May 2018, 06:28
Forum: Episode / Movie Naming Scheme
Topic: Need help with special episodes please.... New to filebot - have got it working, but
Replies: 6
Views: 5053

Re: Need help with special episodes please.... New to filebot - have got it working, but

Have you considered just using {plex} or do you really want to take full control with you custom format? Here's the code for having a Specials folder for Specials instead of a Season 01 folder: {regular ? 'Season ' + s.pad(2) : 'Specials'} Thanks for your reply.... I considered the plex option, but...
by mterrill
21 May 2018, 21:30
Forum: Episode / Movie Naming Scheme
Topic: Need help with special episodes please.... New to filebot - have got it working, but
Replies: 6
Views: 5053

Need help with special episodes please.... New to filebot - have got it working, but

Hi, I am new to filebot, purchased it off the Windows store.... I have got it working, but need help with special episodes and naming folders etc.... Currently is an Episode has S00E01 it would be put into the root of the TV show folder, how do I get it to put the special episode into a folder such ...