Search found 10 matches
- 16 Sep 2018, 08:45
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
filebot -script "pathtofile/amc_custom.groovy" --output "/path/to/output" --action copy -non-strict "/path/to/input" --log-file amc.log --def artwork=y --def clean=y --def nfoOnly=n --def extras=n --def ut_label=Movie --def movieFormat=@"pathtofile/movieFormat.groovy" "/path/to/input" Is it for my ...
- 15 Sep 2018, 14:26
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
It was just so I did not have to change my RSS Feed.
And that's not all Danish it takes, so it's easier that English and Danish TV are not mixed in my download folder
And that's not all Danish it takes, so it's easier that English and Danish TV are not mixed in my download folder

- 14 Sep 2018, 20:05
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
Can I do with
--def ut_label=Dansk_Tv
--def ut_label=Engelsk_TV
--def ut_label=Movies_Dansk
--def ut_label=Movies English
And thanks for the help Kim
--def ut_label=Dansk_Tv
--def ut_label=Engelsk_TV
--def ut_label=Movies_Dansk
--def ut_label=Movies English
And thanks for the help Kim

- 13 Sep 2018, 18:02
- Forum: Help and Support
- Topic: [AMC] TV Show Episode misidentified and processed as Movie
- Replies: 1
- Views: 1504
[AMC] TV Show Episode misidentified and processed as Movie
And is there a way to fix this? CmdlineException: Failed to process [/home/steff/Downloads/Dansk_Tv/Station.2.Forfulgt.af.min.eks.DANiSH.720p.WEB-DL.AAC2.0.H.264-DBRETAiL/Station.2.Forfulgt.af.min.eks.DANiSH.720p.WEB-DL.AAC2.0.H.264-DBRETAiL.mkv] because [/home/steff/mnt/media/movies/Dansk/Blood ...
- 13 Sep 2018, 17:48
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
Can I insert this command you made to Danish / English in the 'Amc' scripts you have created?


- 12 Sep 2018, 20:51
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
Is there a way i can get it to only use themoviedb ?
- 12 Sep 2018, 19:08
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
None of the two commands puts it in English. only Danish?? Parameter: movieFormat = {vf == /2160p/ ? 'Movies 4K' : vf =~ /1080p|720p/ ? 'movies' : 'movies'}/{('da' in Audio.Language) || ('da' in info.spokenLanguages*.toString()) ? 'Dansk' : 'Engelsk'}/{n}/{n.space('.')}.{y}{'.'+source}.{vc}{'.'+lang ...
- 12 Sep 2018, 18:59
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
None of the two commands puts it in English. only Danish??
- 12 Sep 2018, 16:01
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Re: movie serie format
Yes .. All Danish must be put in Danish and the rest is English
Danish language in Dansk
English language in Engelsk
Which one is best?
Danish language in Dansk
English language in Engelsk
Which one is best?
- 12 Sep 2018, 14:44
- Forum: Help and Support
- Topic: Separate Danish and English files via custom format
- Replies: 14
- Views: 7951
Separate Danish and English files via custom format
Hey .. Some who can help me get it set up right? It's often Filebot does not put the files Danish / English. could it be better in a way? movieFormat="{vf == /2160p/ ? 'Movies 4K' : vf =~ /1080p|720p/ ? 'movies' : 'movies'}/{'da' in Audio.Language ? 'Dansk' : 'Engelsk'}/{n}/{n.space('.')}.{y ...