Search found 17 matches

by Gutz-Pilz
31 Aug 2015, 22:21
Forum: Ubuntu & Desktop Linux
Topic: Install filebot on raspberry
Replies: 5
Views: 7213

Re: Install filebot on raspberry

okay redid everything and got rid of mediainfo error.
but fpcalc error stays.

what is fpcalc. is it only for music ?
by Gutz-Pilz
31 Aug 2015, 20:07
Forum: Ubuntu & Desktop Linux
Topic: Install filebot on raspberry
Replies: 5
Views: 7213

Install filebot on raspberry

hi i tried to install filebot on my little 24/7 pi2

everything works exept mediainfo
root@pi-server:~# filebot -script "fn:sysinfo"
FileBot 4.6 (r3052)
JNA Native: 4.0.0
MediaInfo: java.lang.UnsatisfiedLinkError: Unable to load library 'mediainfo': Native library (linux-arm/libmediainfo.so) not ...
by Gutz-Pilz
09 Aug 2015, 15:51
Forum: Scripting and Automation
Topic: Execute Program on processed Folder. not on file
Replies: 1
Views: 2295

Execute Program on processed Folder. not on file

Hi,
is there a way to use this command with folder
--def "exec=touch '{file}'"

like
--def "exec=touch '{folder}'"
by Gutz-Pilz
02 May 2015, 18:49
Forum: Scripting and Automation
Topic: pyLoad FileBot Plugin
Replies: 1
Views: 3620

pyLoad FileBot Plugin

Just want to let u guys know that there is a plugin to use FIleBot along with pyLoad.


https://github.com/Gutz-Pilz/pyLoad-stuff/blob/master/FileBot.py

just "cd" into your pyload hooks folder and "wget"/download the hook from my GitHub site.

for me it is (debian jessie)

cd /root/.pyload ...
by Gutz-Pilz
16 Apr 2015, 11:56
Forum: Scripting and Automation
Topic: [GUIDE] Filebot + MediaInfo + Raspberry Pi
Replies: 19
Views: 38599

Re: [GUIDE] Filebot + MediaInfo + Raspberry Pi

1. Install java
#download
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html

tar zxvf jdk-8u33-linux-arm-vfp-hflt.gz -C /opt
update-alternatives --install /usr/bin/javac javac /opt/jdk1.8.0_33/bin/javac 1
update-alternatives --install /usr/bin/java java /opt ...
by Gutz-Pilz
02 Aug 2014, 07:32
Forum: Scripting and Automation
Topic: Use parent Folder to search for movie name
Replies: 8
Views: 7823

Use parent Folder to search for movie name

hi there,

first of all: I LOVE FILEBOT. amazing piece of Code!

but in 10-20% of the case it wont find a movie name.
i found that filebot is using the filename to lookup and find the correct title of the movie.

my downloaded stuff is organized:
../downloads/The Return of the First Avenger (2014 ...
by Gutz-Pilz
12 Nov 2013, 15:34
Forum: Scripting and Automation
Topic: Delete everything under imdb rating < 6
Replies: 4
Views: 3924

Re: Delete everything under imdb rating < 6

great. i give it a try
by Gutz-Pilz
12 Nov 2013, 14:58
Forum: Scripting and Automation
Topic: Delete everything under imdb rating < 6
Replies: 4
Views: 3924

Re: Delete everything under imdb rating < 6

i could make the nfos with rating information

can u point me in a direction also without nfo ?
by Gutz-Pilz
12 Nov 2013, 13:55
Forum: Scripting and Automation
Topic: Delete everything under imdb rating < 6
Replies: 4
Views: 3924

Delete everything under imdb rating < 6

Hi there
im running out of space on my nas (Openmediavault (debian))

is there a way to script something that scans my entire moviefolder and delete everything with a imdb-rating less than 6 or so ?

that would be awesome

thanks for any advice
Gutz-Pilz
by Gutz-Pilz
05 Nov 2013, 13:50
Forum: Scripting and Automation
Topic: FileBot with pyLoad
Replies: 0
Views: 2312

FileBot with pyLoad

Just created a git.
Hope this helps.

Feel free to inspire me to do better ;)

https://github.com/Gutz-Pilz/pyLoad_filebot
by Gutz-Pilz
04 Nov 2013, 10:23
Forum: Scripting and Automation
Topic: Error
Replies: 3
Views: 3647

Re: Error

FileBot 3.62 (r1687)
thats the version i rectnly updated to.

error is still there

[Edit]
found RC6 on git
FileBot 3.8 (r1825)

Works fine but still get some weird output at the start ?!?
Warnung: Index file /root/.filebot/cache/0/web-datasource.index is corrupt, deleting and ignoring it : java ...
by Gutz-Pilz
04 Nov 2013, 00:31
Forum: Scripting and Automation
Topic: Error
Replies: 3
Views: 3647

Error

this is the error i get when i try to run AMC

NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.filebot.web.TMDbClient.searchMovie(Unknown Source)
at net.sourceforge.filebot.media.MediaDetection.queryMovieByFileName(Unknown Source)
at net ...
by Gutz-Pilz
27 Oct 2013, 21:00
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with pyLoad
Replies: 0
Views: 4223

[GUIDE] Fully Automated Media Center with pyLoad

just activate "externalscript" plugin and create a bash file in /pyLoad/scripts/unrar_finished

use this script and edit the Global variables

#!/bin/bash

# Globale Variablen #
DATE=$(date +%d.%m.%Y\ %H:%M:%S)
BaseDir=/media/5a24e136-09b9-48e1-95db-b44d5db3e28a
DownloadDir=${BaseDir}/Medien ...
by Gutz-Pilz
12 Sep 2013, 10:09
Forum: Scripting and Automation
Topic: [GUIDE] OpenMediaVault pyLoad - FlexGet - FileBot
Replies: 0
Views: 10665

[GUIDE] OpenMediaVault pyLoad - FlexGet - FileBot

Das ganze soll ein guide sein, wie man automatisiert OCH-links für serien in pyLoad als paket hinzufügt, runterläd und dann mit filebot automatisiert sortieren lässt.

Es läuft bei mir auf einem Debian basierten NAS-OS namens OpenMediaVault (beste nassoftware ever!!!)
Theoretisch aber auch auf ...
by Gutz-Pilz
29 Aug 2013, 16:29
Forum: Scripting and Automation
Topic: SABnzbd
Replies: 1
Views: 2797

SABnzbd

Hi guys...

might be a quick question

#!/bin/sh

SAVEIFS=$IFS
IFS=$(echo -en "\n\b")

BaseDir=/media/5a24e136-09b9-48e1-95db-b44d5db3e28a
MediaDir=${BaseDir}/Medien
DownloadFolder=$1

AMC(){
filebot -script fn:amc "$DownloadFolder" --output "$MediaDir" --conflict skip -non-strict --action move ...