Search found 69 matches

by Ztrust
20 Nov 2016, 18:16
Forum: Help and Support
Topic: call filebot from amc
Replies: 1
Views: 1814

call filebot from amc

Hi Rednoah Im trying to fix my danish shows who dosent have an english tvdb page so they do not get renamed they only get an episode number. i have made 2 scripts one for english and one for danish they both work but my problem is how do i call the danish one for the danish and the english for every...
by Ztrust
19 Nov 2016, 15:32
Forum: Windows
Topic: passing arguments though text file
Replies: 4
Views: 3316

Re: passing arguments though text file

fair enough thank you for the help. I know what i will do tonight
Thanks
by Ztrust
19 Nov 2016, 15:16
Forum: Windows
Topic: passing arguments though text file
Replies: 4
Views: 3316

Re: passing arguments though text file

hey rednoah thank you for the reply ;)
can you explain what you mean with empty lines ?
by Ztrust
19 Nov 2016, 14:21
Forum: Windows
Topic: passing arguments though text file
Replies: 4
Views: 3316

passing arguments though text file

Hi i have had a setup that's worked for a long time, but since i primarily use sonarr and CP to add content i do not know when Filebot broke but yesterday i manually tried adding both a movie and an episode only to discover it dosent work anymore, ive narrowed it down to passing the formats through ...
by Ztrust
01 Apr 2016, 13:28
Forum: Windows
Topic: rename subtitles only
Replies: 9
Views: 6860

Re: rename subtitles only

hi thanks again for this
i tried with the series format and the @ format passing but they seemed to be ignored this will do wonders ;D
by Ztrust
01 Apr 2016, 12:58
Forum: Windows
Topic: batch extract
Replies: 2
Views: 2949

Re: batch extract

ok i think i have misunderstood, it will only skip if the extracted file already exists ? ive run this filebot -extract "/D:/Utorrent/Sonarr" --output "/D:/Utorrent/Sonarr Drone" -r first time it extracts all second time skips all because the extracted files exsist, when i delete...
by Ztrust
01 Apr 2016, 12:51
Forum: Windows
Topic: rename subtitles only
Replies: 9
Views: 6860

Re: rename subtitles only

hi Rednoah I tested this and it work but i cant seem to figure out to get the format in there ?
by Ztrust
01 Apr 2016, 11:50
Forum: Help and Support
Topic: How to force a language on rename?
Replies: 4
Views: 4124

Re: How to force a language on rename?

unless im mistaken this goes in your format name
by Ztrust
01 Apr 2016, 11:38
Forum: Windows
Topic: batch extract
Replies: 2
Views: 2949

batch extract

Hi Rednoah I am trying to use filebot -extract "/D:/Utorrent/Sonarr" --output "/D:/Utorrent/Sonarr Drone" -r to unpack archieves after I read this but filebot unpacks the same archieves over and over again, is there a way to create a history list,so as to only extract new archiev...
by Ztrust
01 Apr 2016, 11:29
Forum: Windows
Topic: Can anyone direct me to the tutorials for dummies?
Replies: 11
Views: 7395

Re: Can anyone direct me to the tutorials for dummies?

I have a similar setup but i use eventghost to monitor my folders and when utorrent is finished downloading eventghost cals a filebot script
by Ztrust
01 Apr 2016, 11:26
Forum: Windows
Topic: rename subtitles only
Replies: 9
Views: 6860

Re: rename subtitles only

sorry for late reply thought we where done ;)
Thank you for this
by Ztrust
01 Apr 2016, 08:44
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25772

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

@cowmix
will this approach make sonarr delete inferior epesodes ?
I have been looking for a way to make filebot handle everything but always ran into the problem of sonarr not removeing hdtv if better was downloaded ?
by Ztrust
30 Mar 2016, 17:17
Forum: Windows
Topic: rename subtitles only
Replies: 9
Views: 6860

Re: rename subtitles only

no your right it wont work but thank you for trying I will just have to use the other format and hope it dosent screw anything up

(I of course had to google for the solution like i had any idea if i actually found it)

thank you for the help ;)
by Ztrust
30 Mar 2016, 17:05
Forum: Windows
Topic: rename subtitles only
Replies: 9
Views: 6860

Re: rename subtitles only

hi Rednoah
thank you for the fast reply as usual.

when i try to use what you posted below cmd just says file not found.
and i honestly have no idea what that code does :idea:
by Ztrust
30 Mar 2016, 16:43
Forum: Windows
Topic: rename subtitles only
Replies: 9
Views: 6860

rename subtitles only

Hi I am tring to get filebot to only rename and move subtitles (sonarr dont import subs) but i cant seem to get it to work filebot throws error when using filebot -rename "H:\Test\Done" -non-strict --action test --filter "[.]srt$" --format "test" for now i am using this...
by Ztrust
29 Jan 2016, 15:08
Forum: Feature Requests and Bug Reports
Topic: update tags map
Replies: 4
Views: 3223

Re: update tags map

thank you
by Ztrust
27 Jan 2016, 11:06
Forum: Feature Requests and Bug Reports
Topic: update tags map
Replies: 4
Views: 3223

Re: update tags map

Hey Rednoah You previously sent me a link I went by to look at whats covered https://github.com/svn2github/filebot/b%20...%20perties#L5 just wanted to ask you if you would add the rouge cut (from xmen) and IMAX I think the rogue cut belongs in there, and seem to remember alot of people filtering Ima...
by Ztrust
26 Jan 2016, 13:50
Forum: Feature Requests and Bug Reports
Topic: update tags map
Replies: 4
Views: 3223

update tags map

hey couldent find the propper place to post this but looked at the tags bindings but you could add
the rogue cut and possibly IMAX

Thanks
by Ztrust
26 Jan 2016, 12:22
Forum: Help and Support
Topic: Creating folder structure from first letter in movie/tv
Replies: 10
Views: 10127

Re: Creating folder structure from first letter in movie/tv

I use a rather lenghty format to sort into ABCD folders instead n.replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/)[0] =~ /^(?i)[q-t]/ ? 'Movies/QRST' : n.replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/)[0] =~ /^(?i)[u-å]/ ? 'Movies/UVWYXZ' : '#'} but never managed to get the collection to sort to the collection...
by Ztrust
18 Nov 2015, 21:02
Forum: Help and Support
Topic: delete lower quality
Replies: 1
Views: 2177

delete lower quality

Hi is it possible for filebot to delete/replace another video if they dont share the same name ? here is my senario i download The.Flash.2014.S02E07.720p.HDTV.X264-DIMENSION and filebot moves it to my series folder and rename it Series/The flash/Season 2/The Flash S02E07 Gorilla Warfare [720p] [HDTV...
by Ztrust
31 May 2015, 18:59
Forum: Help and Support
Topic: subtitle language not detected
Replies: 20
Views: 11801

Re: subtitle language not detected

Thank You but sorry to hear that
by Ztrust
31 May 2015, 16:45
Forum: Help and Support
Topic: subtitle language not detected
Replies: 20
Views: 11801

subtitle language not detected

for some time filebot hasent been able to detect subtitle language did some testing and it seem to start with filebot 4.5.3.
filebot 4.5 works is this a bug or did something change


ztrust
by Ztrust
28 May 2015, 21:15
Forum: Help and Support
Topic: --lang
Replies: 0
Views: 1662

--lang

Hey Rednoah I am sorry if I have misunderstood something, but I stumpled over this post The amc script does not pass along --lang and thus will always force English: fetchMovieArtworkAndNfo(dir, movie, movieFile, extras) I guess I'll change it to adhere to --lang as well. The artwork.tmdb does pass ...
by Ztrust
03 Apr 2015, 10:42
Forum: Help and Support
Topic: Sort tv by genres or country
Replies: 7
Views: 3403

Re: Sort tv by genres or country

hey noah I figured out how to sort it so nordic series goes to nordic folders but then the problem comes getting the nordic names I have been searching the forums and as far as I can read unless you change interface language and use {n} and {primarytitle} you cant get different language names (danis...