utorrent automatization + plex

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

utorrent automatization + plex

Post by marine88 »

Hi first of all I like to give my congrats to all the people that work on this project because its amazing!

Im using my fiulebot to organize my and is working good but missmatch movies with series and is not updating my plex library here is my script if u can help i will be thankful

Code: Select all

filebot -script fn:amc --log-file amc.log --action move --conflict override -non-strict --def music=y subtitles=pt,en,br,fr,es artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=O:/Series/{n}/{'Season ' +s.pad(2)}/{fn}" "movieFormat=N:/Filmes/{n} {y}/{fn}" --def plex=http://127.0.0.1:32400 --def gmail=XXXXX --def deleteAfterExtract=y --def clean=y
Last edited by marine88 on 24 Nov 2014, 15:03, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent automatization + plex

Post by rednoah »

1.
It's just the hostname/ip

Code: Select all

--def plex=127.0.0.1
2.
You just told the internet your gmail password. Please change it quickly.
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: utorrent automatization + plex

Post by marine88 »

Thank u is just 1 exemple is no my tru password man but thank u i will try it

Do u know how I can delete the torrents when is complete? is thay any way? you know why is file bot reconize my movies like series? when I added let's be cops we told that is the serie cops!
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent automatization + plex

Post by rednoah »

If you want to report mismatches, report them properly:
viewtopic.php?f=8&t=1868

If your movie looks more like an TV episode than a movie then it might be detect as episode. The manual includes some pointers on how to deal with that, i.e. force series.
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: utorrent automatization + plex

Post by marine88 »

I try to fix but i have tv shows and movies and diferent discs so I have to do in two ways

Code: Select all

--def "seriesFormat=O:/Series/{n}/{'Season ' +s.pad(2)}/{fn}" "movieFormat=N:/Filmes/{n} {y}/{fn}"
if i use normal output work well any idea?
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent automatization + plex

Post by rednoah »

Output formats have absolutely no effect on matching, since formatting naturally only works once you have a match.

I was referring to the Advanced Fine-Tuning section and --def ut_label usage.
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: utorrent automatization + plex

Post by marine88 »

I all ready try to fix but sems impossible can u help me with my script man?

I try to fix but he put the transformers movie like a tv show :(

Image
User avatar
rednoah
The Source
Posts: 23005
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent automatization + plex

Post by rednoah »

If you want to report mismatches, report them properly:
viewtopic.php?f=8&t=1868
By that I mean LOGS:
Include the cmdline call and any output
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: utorrent automatization + plex

Post by marine88 »

All ready done http://www.filebot.net/forums/viewtopic.php?f=8&t=2224 if isn't ok tell me I change it thanks for all man
Post Reply