Search found 13 matches

by DarkVodka34
09 Jul 2018, 14:34
Forum: Scripting and Automation
Topic: AMC Script not moving the videos
Replies: 1
Views: 1293

AMC Script not moving the videos

I have this filebot -script fn:amc "/sharedfolders/Media/Leeching Done/Anime/" --output "/sharedfolders/Media/Videos/Anime" --def "seriesFormat=S:/{n}/{'Season '+s}/{n} - {s00e00} - {t}" not sure if its correct but it will not move the videos any idea why? Input: /share...
by DarkVodka34
31 May 2018, 20:20
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526433

Re: [GUIDE] How to install FileBot on Debian Linux

root@Media-Server:~/Downloads# sudo dpkg -i filebot.deb
dpkg-deb: error: `filebot.deb' is not a debian format archive
dpkg: error processing filebot.deb (--install):
subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
filebot.deb

Any ideas why?
by DarkVodka34
28 May 2018, 07:32
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Thanks yes its defo only movies. Was the code above correct filebot -script fn:amc "/media/e3b3d7da-c3b6-4477-9843-fb26d1cb6eb3/Media/Leeching Done/Sorting/" --output "/media/e3b3d7da-c3b6-4477-9843-fb26d1cb6eb3/Media/Videos" ... --def movieFormat="{genres =~ /Anime|Animated...
by DarkVodka34
27 May 2018, 12:02
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Thanks so it would be filebot -script fn:amc "/media/e3b3d7da-c3b6-4477-9843-fb26d1cb6eb3/Media/Leeching Done/Sorting/" --output "/media/e3b3d7da-c3b6-4477-9843-fb26d1cb6eb3/Media/Videos" ... --def movieFormat="{genres =~ /Anime|Animated|Cartoon|Animation/ ? 'Animated' :genr...
by DarkVodka34
27 May 2018, 11:21
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

The code above how would it know which folder to check? also this /path/to/output part do I need to change that? if so is it not the /media/e3b3d7da-c3b6-4477-9843-fb26d1cb6eb3/Media/Videos/ part?

Thanks again
by DarkVodka34
27 May 2018, 09:08
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Yes they are done fully no downloading just downloaded. https://i.imgur.com/RdTEK8H.png I have this on OMV would Ijust add your filebot code filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --log-file amc.log --def excludeList=amc.txt -...
by DarkVodka34
25 May 2018, 17:55
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

New question there is no options in couchpotato to add a custom renamer. Is there a way I could filebot to say scan this folder every 15 minutes or something /media/e3b3d7da-c3b6-4477-9843-fb26d1cb6eb3/Media/Leeching Done/Couch and run this filebot code you added above filebot -script fn:amc --outpu...
by DarkVodka34
23 May 2018, 07:50
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Fixed the issue had wrong version thanks again ill see how it goes with CP! Cheers
by DarkVodka34
23 May 2018, 07:13
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Yes, this is how it would work. First you need to install FileBot / Java / etc so that the filebot command works, and then you need to configure CP to somehow call filebot on newly added files Thanks ive install Java and Filebot ill see how it goes. CP time. Edit filebot -version Exception in threa...
by DarkVodka34
22 May 2018, 21:26
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Okay thanks kind of does make sence thank you. OMV is basicly just debian with added extras. Would I install filebot than add the code to CP?
by DarkVodka34
22 May 2018, 20:07
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

Edit. The part I don't get is how to change my code above to the new code on the amc page.
by DarkVodka34
22 May 2018, 20:06
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Re: Openmediavault Couchpotato Filebot

I've looked at the scripts page and was just lost. I don't get it at all. Do you know of any good guides on it?
by DarkVodka34
22 May 2018, 16:02
Forum: Scripting and Automation
Topic: Openmediavault Couchpotato Filebot
Replies: 17
Views: 6519

Openmediavault Couchpotato Filebot

Howdy I run omv with couchpotato plugin ive been runing filebot on my windows pc to do the renaming as I have a format which I use and works fab Z:/Videos/{genres =~ /Anime|Animated|Cartoon|Animation/ ? 'Animated' :genres =~ /Documentary/ ? 'Documentaries' : 'Films'}/{ny}/{ny} Is there a way I can g...