Search found 44 matches

by MickeMM
06 Feb 2020, 02:11
Forum: Help and Support
Topic: [README] TheTVDB v3 (everything is temporarily broken)
Replies: 10
Views: 20526

Re: [README] TheTVDB v3 (everything is temporarily broken)

Hello! I have version 4.9 installed (Ubuntu server) and this is what i got exactly now (03.10 CET) Vir.Das-For.India.2020.NORDIC.1080p.NF.WEBRIP.DD.5.1.h264-FULLTUMMY/Vir.Das-For.India.2020.NORDIC.1080p.NF.WEBRIP.DD.5.1.h264-FULLTUMMY.sv.srt Resource not found: https://api.thetvdb.com/search/series?...
by MickeMM
04 Jan 2020, 14:34
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

It works :) # Configuration CONFIG_OUTPUT="/home/micke/rtorrent/test/" filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict auto -non-strict --log-file amc.log --def excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi"...
by MickeMM
04 Jan 2020, 14:18
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Is this correct? # Configuration CONFIG_OUTPUT="/home/micke/rtorrent/test" filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict auto -non-strict --log-file amc.log --def excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi&q...
by MickeMM
04 Jan 2020, 14:07
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Thanks!

I will try to change my code ...

Okej, before i never seen any cd1 and cd2, it sins i change my code.
As it is now, i have on my google "movie" "movie.cd1" "Moviecd2" and all subfiles.
by MickeMM
04 Jan 2020, 13:34
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

I have a new problem :) This is my rtorrent code: method.set_key=event.download.finished,filebot,"execute={/home/micke/rtorrent-postprocess.sh,$d.base_path=,$d.name=,$d.custom1=}" This is my code in rtorrent-postprocess.sh filebot -script fn:amc --output "/home/micke/rtorrent/test/&qu...
by MickeMM
31 Dec 2019, 23:37
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

I'm grateful for the help. Thank you and a Happy New year to u and all members!
by MickeMM
31 Dec 2019, 15:07
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Thanks for the help. Everything works now. filebot -script fn:amc --output "/home/micke/rtorrent/test/" --action duplicate --conflict auto -non-strict "/home/micke/rtorrent/download" --log-file amc_film.log --def excludeList=amc_filmer.txt --def ignore="dansk_text" --de...
by MickeMM
31 Dec 2019, 12:37
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Nop! I have not test it in gui, i have ubuntu server.
Ok, so if im understand this correct it wont work to take animated movie and put them in a folder and rest of the movie in moviefolder.
by MickeMM
31 Dec 2019, 03:22
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

you cant do this with only {plex}... you need a custom format like this: {genres.contains(/Animation/) ? 'animerat/' : 'moviefolder/'}{plex.tail} output: animerat/Open Season (2006)/Open Season (2006) Thanks for the help. I cant get it to work, dont know what im doing wrong :( filebot -script fn:am...
by MickeMM
31 Dec 2019, 01:42
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Im trying this, but "Open Season" animated movie goes to moviefolder and not animated folder. filebot -script fn:amc --output "/home/micke/rtorrent/test" --action duplicate --conflict auto -non-strict "/home/micke/rtorrent/download" --log-file amc_film.log --def exclude...
by MickeMM
31 Dec 2019, 00:29
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Thanks!

I have read some links but cant understand really how the script should look like.
I use the code above and dosent know how i should change it.
by MickeMM
31 Dec 2019, 00:23
Forum: Scripting and Automation
Topic: Filebot amc renaming some movies as NULL
Replies: 9
Views: 5766

Re: Filebot amc renaming some movies as NULL

Upgrade to beta was wonderful :)
Everything goes so fast now and no errors with name.
by MickeMM
31 Dec 2019, 00:21
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

It is possible to do this, with one line of code?

filebot
-Animated
-All other movies
-TV shows

Thanks!
by MickeMM
17 Dec 2019, 14:48
Forum: Scripting and Automation
Topic: Filebot amc renaming some movies as NULL
Replies: 9
Views: 5766

Re: Filebot amc renaming some movies as NULL

Same problem for me, happend this morning (05 CET).
by MickeMM
11 Dec 2019, 01:00
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Re: Script works, but takes unfinish download to

Thanks!

I have searching but couldn't find any solution for that. I only use rss for my downloads.
Maybe you know?
by MickeMM
10 Dec 2019, 21:47
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 8955

Script works, but takes unfinish download to

Hello! Im using this code and everything works. But i have some problem with unfinish downloads that also copies. #!/bin/bash PATH=/root:/usr/bin:/bin:/sbin:/home/micke filebot -script fn:amc --output "/home/micke/rtorrent/test" --action duplicate --conflict skip -non-strict "/home/mi...
by MickeMM
03 Apr 2019, 15:40
Forum: Scripting and Automation
Topic: Cant add sub to output
Replies: 5
Views: 2375

Re: Cant add sub to output

I download the windows version and did a test, and it works even if i have /subs and are namned sv.srt
Do u know why it works on windows but not Ubuntu?

Image

.srt files are in /subs/*.srt
by MickeMM
03 Apr 2019, 12:28
Forum: Scripting and Automation
Topic: Cant add sub to output
Replies: 5
Views: 2375

Re: Cant add sub to output

Thanks for reply! I'm very happy with the {plex} code. The problem is that movie/serie that has /subs director wont copy the subs to the new directory and be rename as {plex} format. All swe.srt will be copy if the are in the root folder of movie. The subtitle is often better that is included. opens...
by MickeMM
03 Apr 2019, 10:59
Forum: Scripting and Automation
Topic: Cant add sub to output
Replies: 5
Views: 2375

Cant add sub to output

Hello! Im running this code when rtorrent/rutorrent is done, it works perfect. BUT, i cant get /subs or subbs that is namned sv.srt to be grabbed. Any solution? filebot -script fn:amc --output "/home/micke/rtorrent/test" --action duplicate --conflict skip -non-strict "/home/micke/rtor...