Search found 10 matches

by geekmaster1
26 Jan 2020, 03:24
Forum: Scripting and Automation
Topic: Alert plex/emby for one folder
Replies: 3
Views: 4105

Alert plex/emby for one folder

Is there a way to automate plex/emby on just the one folder/movie/tv show change/addition ? sort of like the way sonarr/radarr/lidarr do the 'connect' feature. not a full scan but just the one folder here is my: .rtorrent.rc method.set_key=event.download.finished,filebot,"execute={/home/user/bi...
by geekmaster1
05 Oct 2019, 12:35
Forum: Feature Requests and Bug Reports
Topic: Still getting invalid cross-device
Replies: 1
Views: 2409

Still getting invalid cross-device

These are on the same mergerfs drive so why is is cross-device? #!/bin/sh -xu filebot -script fn:amc --output "/mnt/mergerfs/media/tv" --action hardlink -non-strict "/mnt/mergerfs/nzb/completed" --def skipExtract=n --def deleteAfterExtract=n --def excludeList=/mnt/mergerfs/log/rt...
by geekmaster1
21 Jul 2019, 16:04
Forum: Scripting and Automation
Topic: Some files on network mount are corrupt
Replies: 1
Views: 1530

Some files on network mount are corrupt

I use rclone to mount my google drive and filebot processes files after rtorrent download completion. It works for the most part but some files cant seem to be . read or corrupt while others are fine filebot -script fn:amc --output "/mnt/drive/media/tv" --action copy -no-xattr -non-strict ...
by geekmaster1
21 Jul 2019, 16:02
Forum: Scripting and Automation
Topic: Modifying rtorrent script
Replies: 2
Views: 1937

Re: Modifying rtorrent script

thank you
by geekmaster1
20 Jul 2019, 23:55
Forum: Scripting and Automation
Topic: Modifying rtorrent script
Replies: 2
Views: 1937

Modifying rtorrent script

I've modified the rtorrent-postprocess.sh like this #!/bin/sh -xu filebot -script fn:amc --output "/mnt/drive/media/tv" --action copy -non-strict "/home/user/download" --def skipExtract=n --def deleteAfterExtract=n --def excludeList=amc.txt --def extractFolder="/home/user/ex...
by geekmaster1
13 Nov 2016, 16:00
Forum: Feature Requests and Bug Reports
Topic: Adult Movies
Replies: 23
Views: 21189

Re: Adult Movies

i can add to filebot -script fn:amc --output "/media/storage/media" --action hardlink -non-strict "/media/storage/data" --log-file amc.log --def excludeList=amc.txt skipExtract=y music=n so it's filebot -script fn:amc --output "/media/storage/media" --action hardlink -n...
by geekmaster1
04 Aug 2016, 16:26
Forum: Ubuntu & Desktop Linux
Topic: ruTorrent
Replies: 14
Views: 10876

Re: ruTorrent

Hi, where is this guide?
by geekmaster1
24 Mar 2016, 09:20
Forum: Episode / Movie Naming Scheme
Topic: Lowercase Prepositions
Replies: 2
Views: 2483

Re: Lowercase Prepositions

1. FileBot is designed to rename files according to information in TheTVDB/TheMovieDB. Watch the video tutorial if you don't know what FileBot does: http://www.filebot.net/getting-started/ 2. If you're looking for very basic filename rewrite features, then FileBot can help with that as well: https:...
by geekmaster1
24 Mar 2016, 08:47
Forum: Episode / Movie Naming Scheme
Topic: Lowercase Prepositions
Replies: 2
Views: 2483

Lowercase Prepositions

I think the most important thing for me(and why i took an interest in filebot) is lowercasing all prepositions including 'from' and 'with' in file names, and getting rid of [rarbg] ripper team brackets. If this isn't default app behavior, is there somewhere you can point me toward?
Thanks in advance.