Search found 5 matches

by ehmtwo
06 Nov 2012, 05:32
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 557927

Re: How about sharing our format expressions?

I have managed to figure how to replace "S"

s00e00.replaceFirst(/^S/, "s")

i'm messing with how to change the "E"
by ehmtwo
06 Nov 2012, 05:22
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 557927

Re: Common Naming Schemes

I'm trying to modify: D:/TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00 } - {t} I'm trying to replace "s00e00" with "s{s.pad(2)}e{e.pad(2)}" but I cannot do that because they're within a {}, and reflect as the seas...
by ehmtwo
06 Nov 2012, 03:54
Forum: Help and Support
Topic: List Tab?
Replies: 3
Views: 4956

Re: List Tab?

I see, so you can't actually use it to pull into and add to a list like you would in the rename tab, like the codec, res, and stuff.
by ehmtwo
05 Nov 2012, 06:03
Forum: Help and Support
Topic: List Tab?
Replies: 3
Views: 4956

List Tab?

Hey there, i happened across this awesome utility, but I'm kinda confused at how to use the list tab. I am guessing it is for listing the contents of a folder, and exporting it to a tab deliniated text file in the format selected in the pattern... ? I'm confused as to how to use it...