Search found 13 matches

by secs
18 Aug 2017, 08:09
Forum: Ubuntu & Desktop Linux
Topic: [docker] Make host filesystem available inside container
Replies: 1
Views: 2643

[docker] Make host filesystem available inside container

Hi all. I have a running system on one of my old house and have recently moved house. In doing so am playing with a new system and used the docker system to set up filebot My question is probably more docker related but My media files are hosted on the main file system. How do I get the Node etc to ...
by secs
10 May 2017, 06:21
Forum: Scripting and Automation
Topic: Cannot find groovy script
Replies: 4
Views: 2707

Re: Cannot find groovy script

Ok found it. Many thanks.
by secs
10 May 2017, 06:08
Forum: Scripting and Automation
Topic: Cannot find groovy script
Replies: 4
Views: 2707

Re: Cannot find groovy script

Do I update the desktop/gui part or a script part

Code: Select all

filebot -version
FileBot 4.6.1 (r3315) / Java(TM) SE Runtime Environment 1.8.0_74 (headless)
by secs
09 May 2017, 22:57
Forum: Scripting and Automation
Topic: Cannot find groovy script
Replies: 4
Views: 2707

Cannot find groovy script

Hi all. Filebot has been running here for a long time. I tend to just let it do its thing. However I have noticed lately its playing up so went and ran it in a console to see whats happening. I suspect its because I am versions or something behind. I get FileNotFoundException: https://raw ...
by secs
18 Mar 2015, 14:07
Forum: Scripting and Automation
Topic: Force TV / Movie mode when running the AMC script
Replies: 5
Views: 4211

Re: Force TV / Movie mode when running the AMC script

Many thanks. I will give it a wirl and see how we go. I gather I simply need to remove that option. As a side note, whats its main purpose?
by secs
18 Mar 2015, 02:57
Forum: Scripting and Automation
Topic: Force TV / Movie mode when running the AMC script
Replies: 5
Views: 4211

Re: Force TV / Movie mode when running the AMC script

I am using filebot -script fn:amc --output "/media/peter/storage11/localmedia/" --log-file amc.log --def ut_label=other --action move -non-strict "/media/peter/storage11/torrents_from_seedbox/music/" --def music=y --def artwork=y --def extras=y to try and process music but it finds the directories ...
by secs
08 Mar 2015, 23:04
Forum: Scripting and Automation
Topic: Please help me with avoiding duplicate titles
Replies: 5
Views: 6139

Re: Please help me with avoiding duplicate titles

Hi all. I know this may be an old thread but I am also interested in ideas for dupes. I have different directories with some on network drives, some on local and some in local but different directories. In all of this as some movies were saved by my son off his portable drive, I have the same movie ...
by secs
27 Feb 2015, 07:57
Forum: Scripting and Automation
Topic: Force TV / Movie mode when running the AMC script
Replies: 5
Views: 4211

Force TV / Movie mode when running the AMC script

Guys I need some very basic help. I have 3 directories. Music, TV and MOVIES. If I run flebot over the lot it does preaty well. I have the ability to run it on each dir seperately. This is my normal run line filebot -script fn:amc --output "//storage1/localmedia/" --log-file amc.log --action move ...
by secs
25 Feb 2015, 16:05
Forum: Scripting and Automation
Topic: BT Sync, Filebot and a slow connection
Replies: 6
Views: 3793

Re: BT Sync, Filebot and a slow connection

Another thought. Does BTSync (as I have it running now) or Rsync transfer/select files alphebetically? What I mean is will it select files alphebetically ordered and how does it reflect on the subdirectories? I was thinking about running a script after each torrent or NZB is finished that simply ...
by secs
25 Feb 2015, 14:48
Forum: Scripting and Automation
Topic: BT Sync, Filebot and a slow connection
Replies: 6
Views: 3793

Re: BT Sync, Filebot and a slow connection

Thanks for that. I am on night shift for a few days but I will give it a go and see how we go. I will report back on progress and let you all know.

Regards, P
by secs
24 Feb 2015, 17:17
Forum: Scripting and Automation
Topic: BT Sync, Filebot and a slow connection
Replies: 6
Views: 3793

Re: BT Sync, Filebot and a slow connection

Hey had a brainwave. Well maybe I would need help with this to put it in a script but. My downloads come into a directory /filesfromseed/complete BTsync creates sub directories under here Could I create a script that monitors the directoruies under this one and when no changes have been made in 24 ...
by secs
23 Feb 2015, 21:08
Forum: Scripting and Automation
Topic: BT Sync, Filebot and a slow connection
Replies: 6
Views: 3793

Re: BT Sync, Filebot and a slow connection

Yep thats my problem. I realise that running on a partially complete set of files is not desirable and hence my question if anyone can suggested how to detect if its still syncing. I suspect the same with Rsync unless it returns a finished signal. I have never played with it before
by secs
21 Feb 2015, 21:55
Forum: Scripting and Automation
Topic: BT Sync, Filebot and a slow connection
Replies: 6
Views: 3793

BT Sync, Filebot and a slow connection

Hi all. Where I am in Australia I am limited on the speed of my internet connection. So whilst my seedbox on the other side of the world can download stuff in a matter of minutes, to get it to here may take hours. I use BTSync to copy files from my seed box to home then run the Filebot amc script ...