Peel of the directory name

Support for Windows users
Post Reply
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Peel of the directory name

Post by RBCC »

Image
How do I only use only the part that says season 6 from the directory structure? John
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Peel of the directory name

Post by rednoah »

The image link is broken.
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

Image OR http://imgur.com/a/8yEAH

Let me know if this one is broken , John
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Peel of the directory name

Post by rednoah »

Yes, it's still broken... Does your browser display an image when you look at this page? No! Because you're linking a HTML page and not an image. I'm not gonna fix it for you everytime single time y'know.


Compare and Contrast:

Web page:
http://imgur.com/a/8yEAH

Image:
http://i.imgur.com/rxacyNu.jpg


:idea: imgur even as a BBCode (message boards & forums) copy button.
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

[img]i.imgcur.com/rxacyNu.jpg[/img]
How do I use "season xx" in file name from the drive/season directory structure?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Peel of the directory name

Post by rednoah »

RBCC wrote:Image
How do I use "season xx" in file name from the drive/season directory structure?
Do you see an image? I don't.


:idea: I will not answer any of your questions until you learn how to post an image. Try again~


FYI: This is what an image looks like:
Image
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

http://imgur.com/a/qVzlQ

Do what is says in the second pic!
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

http://s346.photobucket.com/user/rbcc2/ ... y.jpg.html
How do I add space between the 1 and the E?
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

Image

add space between the 1 and the E
Image

ok, there ya have it all my questions
John
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

If I bind to one directory do I have to bind to all others? If I bind to DIagnosis Murder and I want to bind to mannix to have rebind to Mannix?

Image
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Peel of the directory name

Post by rednoah »

Bravo! You did it! You posted non-broken image links!
Image


1.
Easy:

Code: Select all

fn.before(/[0-9]x[0-9]/)
2.
Very easy, straight from the built-in examples:

Code: Select all

folder.name
3.
You're pointing at the sample data that you have set up for testing. It has nothing to do with the file/episode matches you're actually processing.

Instead of clicking Edit Format, try double-clicking the episode item. That'll open the Format Editor with the clicked file/episode match instead of the sample data.
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: Peel of the directory name

Post by RBCC »

should this be:

Code: Select all

folder.name
be this:

Code: Select all

M:\Diagnosis Murder/season 6.name 
should this be:

Code: Select all

fn.before(/[0-9]x[0-9]/)
is fn the directory,

Code: Select all

M:\diagnosis murder/season 6.before
Post Reply