Search found 23 matches

by Zerelah
16 May 2014, 18:44
Forum: Help and Support
Topic: collection replace
Replies: 0
Views: 2175

collection replace

Hey rednoah
sorry to bother you again
I fell over this while browsing the forums
{collection.replaceAll(/Collection$/).trim()+'/'}
http://www.filebot.net/forums/viewtopic.php?f=8&t=1436&p=8609&hilit=collection#p8609
It dosent work when collection starts with the
so star wars collection ...
by Zerelah
11 May 2014, 20:53
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 532968

Re: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1

hey Ithiel

I dont know if you can help or even if there is a solution but I will ask.
I have a watch folder set up for my new shows that dont have subtitles yet.
and when the scripts download subtitle it uses .eng format and I then run a rename to .English and then the next time the watch runs it ...
by Zerelah
11 May 2014, 20:31
Forum: Help and Support
Topic: fn.match
Replies: 2
Views: 3320

Re: fn.match

And again I forget to thank you
thanks for this I am not sure I understand but will play with it and learn
You do awesome work thank you
by Zerelah
09 May 2014, 21:16
Forum: Help and Support
Topic: fn.match
Replies: 2
Views: 3320

fn.match

Hi
I have this part in my script
{' [' + file.path.matchAll(/extended|uncensored|remastered|unrated|uncut|Theatrical|Theatrical.Cut|Theatrical.edition|3d|directors.cut|special.edition/)*.upperInitial()*.lowerTrail().sort().unique().join(' - ').replaceAll(/[._´]/,"") + ']'}

but i just discovered ...
by Zerelah
21 Apr 2014, 18:32
Forum: Help and Support
Topic: a Little help with Filename: Find & Replace
Replies: 4
Views: 4521

Re: a Little help with Filename: Find & Replace

Hey rednoah

I looked at the casesensative and it works but ran in to a snag if a subtitle is already maned correctly it gets an ish added

filebot -script fn:replace --filter "[.]srt$" --def "e=[.](?i)(dan|da)" "r=.Danish" "/Z:\[BluRay]\Almost Human\Season 1"

so eng or en gets renamed to ...
by Zerelah
21 Apr 2014, 15:35
Forum: Help and Support
Topic: a Little help with Filename: Find & Replace
Replies: 4
Views: 4521

Re: a Little help with Filename: Find & Replace

thanks Red and no I dident know that I will look in to this thank you
by Zerelah
21 Apr 2014, 02:13
Forum: Help and Support
Topic: a Little help with Filename: Find & Replace
Replies: 4
Views: 4521

a Little help with Filename: Find & Replace

Hey I have been playing with renaming my subtitles using
http://www.filebot.net/forums/viewtopic.php?f=4&t=5#p2100

but it seems to be case sensative how would I get around that I tried adding both en|EN but that gives Englishlish
Propperly should have done a test mode first :lol:

can i get it ...
by Zerelah
09 Apr 2014, 15:44
Forum: Help and Support
Topic: --def exec=touch
Replies: 4
Views: 4711

Re: --def exec=touch

hey Rednoah

Tx for the awesome reply and sorry it took me so long to say thank you this rocks
by Zerelah
08 Apr 2014, 05:41
Forum: Help and Support
Topic: --def exec=touch
Replies: 4
Views: 4711

Re: --def exec=touch

Hey rednoah '

as usual tx for the fast reply.
How would I build the filepath code, this is still so way beyond me It took me a good 3 weeks to build me format.
all my movies go in D:/utorrent/!movies
and all my show go in D:utorrent/!series
{file.path}=~ D:/Utorrent/!series/ --def exec=mc_com.exe ...
by Zerelah
08 Apr 2014, 04:41
Forum: Help and Support
Topic: --def exec=touch
Replies: 4
Views: 4711

--def exec=touch

Hi

I have FB set up and working nicely for a while now I would like to optimize it a little so im wondering if this is possible ?

I have been using eventghost to run a program on new movies and tvshows but I would like to move this over to filebot if I could, the problem is I need different ...
by Zerelah
18 Mar 2014, 01:12
Forum: Episode / Movie Naming Scheme
Topic: noob idiot help
Replies: 1
Views: 3264

noob idiot help

{[info.status.match(/Ended/)]}
I know its simply but i cant figure out how to add a space in the code, since if there is no match I get {n} /{n} so i need the space in the code.

I was wondering have the changes to subtitles lang affected the sub rename script I cant get it to work, It just keeps ...
by Zerelah
01 Mar 2014, 23:08
Forum: Help and Support
Topic: Sort by Language
Replies: 2
Views: 3020

Re: Sort by Language

Hi rednoah
tx for the reply
I hope you check back here I found some weird stuff in the meantime
well this was just an example to play with but that was why i used 9 because it dident output anything what i wanted was genre contians ('Science Fiction') ? 'Sci-Fi' else do nothing I tried the : as a ...
by Zerelah
01 Mar 2014, 00:07
Forum: Help and Support
Topic: Sort by Language
Replies: 2
Views: 3020

Sort by Language

Hi again
I have been tried all nite to find a way to Identify the Language in the video file, have tried most or snippets of code I could find here on the site but I keep getting binding error or Language Unknow. I would like to sort danish movies to their own folder, Ive tried using {country} to ...
by Zerelah
27 Feb 2014, 21:05
Forum: Help and Support
Topic: Add [Ended] to show name
Replies: 5
Views: 4824

Re: Add [Ended] to show name

Hey rednoah
you are right it works but it list continuing also how would i get rid of that. ?
If I us .replace(continuing) it removes the ended too
been looking around and decided to try this
{if(info.status =="Ended") then "Ended" else "?"}

but i can find anywhere how to nothing/ignore

{[info ...
by Zerelah
27 Feb 2014, 15:14
Forum: Help and Support
Topic: Add [Ended] to show name
Replies: 5
Views: 4824

Re: Add [Ended] to show name

Hi
how would i use {info.status} to get Ended.
I have made my string almost entirely of cut and paste. and i do wanna use the s00e00 format but i wanna get rid of - in S04E02-E03
by Zerelah
27 Feb 2014, 11:49
Forum: Help and Support
Topic: Add [Ended] to show name
Replies: 5
Views: 4824

Add [Ended] to show name

Hi
I would like to Add Ended to the show name if the show is now longer running I have browsed the forum and found this
{episodelist.season.max()}
But i dont know how to use it. :?
In double episodes how can i change
S01E01-E02 to S01E01E02

This is my tv string
{n.replaceAll ...
by Zerelah
26 Feb 2014, 10:05
Forum: Help and Support
Topic: Revert script
Replies: 1
Views: 2243

Revert script

cant seem to get the revert script to work I have tried with both absolute paths and parrent paths I just get don ??????? and then cmd closes

here is my script
filebot -script fn:revert --action move D:\utorrent\!MOVIES\QRST\
I have tried with and with out the / at the end.

I am sure it ...
by Zerelah
26 Feb 2014, 06:37
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1035
Views: 1398479

Re: [SNIPPET] Sort into A-Z folders

Can this be changed to work with ABCD folder instead so movies beginning with a-d goes in ABCD ?
I have tried to modify this with sort to drives but with no success :(
I currently have The one with sort to drives set up but if I ever need to change paths I have to change them alll here it is just ...
by Zerelah
23 Feb 2014, 12:58
Forum: Episode / Movie Naming Scheme
Topic: Advanced Formats
Replies: 2
Views: 5127

Re: Advanced Formats

TX Ithiel

One down
by Zerelah
23 Feb 2014, 11:02
Forum: Episode / Movie Naming Scheme
Topic: Advanced Formats
Replies: 2
Views: 5127

Advanced Formats

Hi
I have spent the Many many last hours setting up FB to sort to my folders in alphabetical order and it works (only took me around 6 hours)
and what i would like a lot of help with is getting the rest to work since im affraid its way to advanced for me hope someone has the time and will :D
I ...
by Zerelah
23 Feb 2014, 02:39
Forum: Episode / Movie Naming Scheme
Topic: Specials to season 0
Replies: 5
Views: 8766

Re: Specials to season 0

Hi rednoah

you were correct I tried to start over using the string above and it worked for some reason the one I used in FB i Had deleted the special from it so thank you
by Zerelah
21 Feb 2014, 15:37
Forum: Episode / Movie Naming Scheme
Topic: Specials to season 0
Replies: 5
Views: 8766

Re: Specials to season 0

hey rednoah
I have had at look and tried to modify it but I cant get it to display season 0, I tried to remove the special and replace it with season 0 but it dident change anything
by Zerelah
21 Feb 2014, 14:45
Forum: Episode / Movie Naming Scheme
Topic: Specials to season 0
Replies: 5
Views: 8766

Specials to season 0

Hi guys
I am using this format and it works to my needs but i cant figure out how to change it so season specials become season 0
{n}/Season {s}/{n} {episode.special ? 'S00E'+special.pad(2) : s00e00} {t}{"."+lang.getDisplayName(Locale.getDefault()).upperInitial()}

hope someone has a quick fix ;)