Search found 69 matches

by Ztrust
01 Apr 2015, 23:53
Forum: Help and Support
Topic: Sort tv by genres or country
Replies: 7
Views: 3412

Re: Sort tv by genres or country

hey Noah I would like to use csv, that way I can ad shows without having to rewrite me scripts. this is what I have in the format editor {csv('D:/FileBot/paths.csv').get(file.path)} and in D:/filebot I have made a text file with csv extention "paths.csv" and in the file I have these 2 line...
by Ztrust
30 Mar 2015, 17:12
Forum: Help and Support
Topic: Sort tv by genres or country
Replies: 7
Views: 3412

Re: Sort tv by genres or country

Hey Noah sorry for the late reply. You are of course right about the genres (guess I never tried it alone ) working so thats a hoot, but I am still stuck on trying to sort my nordic series. {info.language} seems to be bound to the interface language if I have my language set to danish its shows da a...
by Ztrust
29 Mar 2015, 03:56
Forum: Help and Support
Topic: Sort tv by genres or country
Replies: 7
Views: 3412

Sort tv by genres or country

Hi I am using this for my movies. {genres.contains('Animation') ? 'Cartoons' : info.SpokenLanguages[0] ==~ /(no|da|sv|nb)/ ? 'Nordic Movies' : n I would like to do something similar with tv series but cant get it to work. I have tried with the different {info} but I get a filebot "binding exept...
by Ztrust
25 Nov 2014, 12:10
Forum: Help and Support
Topic: java ? filebot? broken
Replies: 1
Views: 1581

java ? filebot? broken

hey sorry about the title but dont really know where the problem is. all of a sudden when I open the format editor screen flickers and the format dropdown goes black next time I click it windows aero turns off, and have to restart machine to get it back on. I found this but dont know how to do it Di...
by Ztrust
25 Nov 2014, 10:59
Forum: Help and Support
Topic: file,path replace
Replies: 3
Views: 1950

Re: file,path replace

Hi let me explain I have this format with file.path replace because I noticed I missed alot of directors cut tag because it was listed as DC in the file name and not folder name full format D:/Movies/{genres.contains('Animation') ? 'Cartoons' : info.SpokenLanguages[0] ==~ /(no|da|sv|nb)/ ? 'Nordic M...
by Ztrust
25 Nov 2014, 08:33
Forum: Help and Support
Topic: file,path replace
Replies: 3
Views: 1950

file,path replace

hey rednoah I am still strugling with this http://www.filebot.net/forums/viewtopic.php?f=8&t=2063#p11942 {n} ({y}) {'['+file.path.replaceAll(/(?i)(?<!^).dc/, 'directors cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT/).join('][').upperInitial().lowerTrail()+']'} Do...
by Ztrust
15 Nov 2014, 15:15
Forum: Help and Support
Topic: change bindings
Replies: 2
Views: 2474

Re: change bindings

thank you
this was really helpfull i could not fidure it out
by Ztrust
14 Nov 2014, 12:45
Forum: Help and Support
Topic: change bindings
Replies: 2
Views: 2474

change bindings

Hey Rednoah I was wondering if it is possible to manually change bindings like the example name I can not get it changed I open another file and choose use binding but it stays on avatar and firefly I would like to change it to something that starts with the, for building format. what is the officia...
by Ztrust
14 Nov 2014, 12:16
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 414890

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

hey Sorry it has taken me this crazy long time to repsond. I lost my laptop for 2 weeks or so I felt defiled and had to reinstall everything and im affraid I then forgot about this post. but the answer is both yes and no for the most part it seems to have fixed it self and for the rest I think its m...
by Ztrust
14 Oct 2014, 08:22
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

Again thank you ;)
I will play with this
and yes I did know the Value ;D
by Ztrust
14 Oct 2014, 04:12
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 414890

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

hey Ithiel
is there somewhere i can it to run cmd minimized I have tried it myself but not with much luck
by Ztrust
13 Oct 2014, 22:36
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

hey rednoah I'm affraid im still stuck on the dc replace. the fix you posted and what I have done myself works on fn but not on file path {n} ({y}) {'['+file.path.replaceAll(/(?i)(?<!^).dc/, 'directors cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT/).join('][').upperI...
by Ztrust
13 Oct 2014, 07:56
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

what a difference a [0] makes
thanks for taking the time ;)
by Ztrust
13 Oct 2014, 06:32
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

hey
I have been there and tried that but then the dark knight goes to T folder ?
by Ztrust
13 Oct 2014, 06:08
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

hey yeah primary title did work :D but went back to the forum and looked through some of the crazy codes and adjusted and got it working {info.SpokenLanguages[0] ==~ /(no|da|sv|nb)/ ? 'Danish Movies' :genres.contains('Animation') ? 'Cartoons' : n.sortName() =~ /^(?i)[0-9]/ ? '0-9' : n.sortName() =~ ...
by Ztrust
13 Oct 2014, 00:54
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

hey Rednoah I am posting here in the hope you will see it, so i dont have to start a new thread. the format dosent seem to want to use the primaryTitle, would you mind telling me what is wrong full format {info.ProductionCountries.contains('Denmark') ? 'Danish Movies' : genres.contains('Animation') ...
by Ztrust
12 Oct 2014, 14:27
Forum: Help and Support
Topic: collections with only one movie
Replies: 2
Views: 1675

Re: collections with only one movie

thank you
by Ztrust
11 Oct 2014, 23:28
Forum: Help and Support
Topic: collections with only one movie
Replies: 2
Views: 1675

collections with only one movie

Hey rednoah I have a question regarding if it is possible to exclude collections with only one produced movie ? Let me explain a little better I sort my movies in collections but TheMovieDB has collections for movies that do not yet exist but they are still made into collection like Divergent has pl...
by Ztrust
11 Oct 2014, 20:53
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

Re: primarytitle depending on folderpath

thank you my friend I was looking at a long night
by Ztrust
11 Oct 2014, 20:03
Forum: Help and Support
Topic: primarytitle depending on folderpath
Replies: 12
Views: 5672

primarytitle depending on folderpath

Thanks to the wonderfull new update :D I have managed to sort my danish movies to their own folder but now im left with a new problem ;) I would like to do it like this if folderpath = danish movies then primary title. Everthing else just name. I have been over the forum but cant seem to find the ri...
by Ztrust
06 Oct 2014, 23:38
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 414890

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

hey Ithiel I am affraid this no longer works for me since I have begun to have a lot of files without subtitles, so I removed the watch and tried to add again and when I do the cmd opens and it says "the system cannot find the path specified" its on D/!series and in the watchlist.txt its l...
by Ztrust
19 Sep 2014, 05:31
Forum: Help and Support
Topic: amc stopped downloading multiple subtitles
Replies: 1
Views: 2036

amc stopped downloading multiple subtitles

Hi as title say until recently the utorrent amc script download english and danish subtitles but now if there are subtitles present in the torrent it dont download any subtitles so i always en up with english or danish or none at all has there been a change since the update I use the same format as ...
by Ztrust
26 Aug 2014, 07:42
Forum: Help and Support
Topic: sort to folder ignored
Replies: 6
Views: 2902

Re: sort to folder ignored

thank u for this rednoah ;)
believe it or not I have tried to learn but I gues we are not all build for coding
by Ztrust
25 Aug 2014, 13:47
Forum: Help and Support
Topic: sort to folder ignored
Replies: 6
Views: 2902

Re: sort to folder ignored

hi Rednoah I am sorry to sound like such an idiot, but I have no idea how to fix it espacially if its the match I cant use I spent weeks copying and pasteng that format together would u mind showing me how to get this to work {n[0].match((~/(?i)[0-9a-f]/):'X', (~/(?i)[g-t]/):'Y') ?: 'Z'}:/TV/{n}/{ep...