Search found 12 matches

by eggsplorer
17 Aug 2023, 02:03
Forum: Help and Support
Topic: Use Filebot on NAS (OMV 6 and jDownloader as Docker)
Replies: 2
Views: 6568

Use Filebot on NAS (OMV 6 and jDownloader as Docker)

Hi,

I upgraded my NAS to OMV 6 and wanted to try again to use FileBot automatically - something I gave up a few years a go.

Since then I called FileBot manually via SSH like this:
sh /opt/jd2/filebot.sh /srv/dev-disk-by-label-Medien/Downloads/complete

This is my filebot.sh-Script:
LOG="\\NAS ...
by eggsplorer
28 May 2021, 00:12
Forum: Scripting and Automation
Topic: Invalid usage: The --output folder option is required
Replies: 3
Views: 5187

Re: Invalid usage: The --output folder option is required

Thanks, I should have used the search bar. This would have been an easy find :roll:
by eggsplorer
27 May 2021, 22:37
Forum: Scripting and Automation
Topic: Invalid usage: The --output folder option is required
Replies: 3
Views: 5187

Invalid usage: The --output folder option is required

I have always been calling filebot via ssh:
sh /opt/jd2/filebot.sh /srv/dev-disk-by-label-Medien/Downloads/complete

This is my amc script:
#!/bin/sh
## FileBot benötigt diese Variablen
LOG="/srv/dev-disk-by-label-Medien/Downloads/filebot/amc.log"
EXC="/srv/dev-disk-by-label-Medien/Downloads ...
by eggsplorer
03 Oct 2019, 11:38
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37869

Re: Help! Seperating Movies into different folders HD & 4k

JD usually does unrar the files and calls FileBot with the EventScripter after the package is extracted which works fine.
There is one "known issue" though (also mentioned in your Tutorial ) which does indeed cause trouble:
If JDownloader finishes extracting a package ( -> calling FileBot) but is ...
by eggsplorer
03 Oct 2019, 02:34
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37869

Re: Help! Seperating Movies into different folders HD & 4k

It worked!

Those are the dependencies:
apt-cache depends filebot
filebot
Hängt ab von: openjdk-8-jre
Hängt ab von: libjna-java
Empfiehlt: openjfx
Empfiehlt: mediainfo
Empfiehlt: libchromaprint-tools
Empfiehlt: p7zip-full
Empfiehlt: <unrar>
Wertet auf: nautilus-actions

So I just ...
by eggsplorer
02 Oct 2019, 15:42
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37869

Re: Help! Seperating Movies into different folders HD & 4k

Unfortunately I don't recall how I installed filebot but I just installed it again using your reccommendet method:

bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"

I still get errors for MediaInfo and 7zip: https://pastebin.com/SaDKcfLC

Is ...
by eggsplorer
02 Oct 2019, 13:08
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37869

Re: Help! Seperating Movies into different folders HD & 4k

I tried to use only {vf} but it still doesn't do anything.

This is my console log: https://pastebin.com/MAfwUqrr

My AMC script:

#!/bin/sh
## Variablen
LOG="/srv/dev-disk-by-label-Medien/Downloads/filebot/amc.log"
EXC="/srv/dev-disk-by-label-Medien/Downloads/filebot/amc.txt"
SERIEN="/srv/dev-disk ...
by eggsplorer
01 Oct 2019, 23:28
Forum: Scripting and Automation
Topic: Help! Seperating Movies into different folders HD & 4k
Replies: 42
Views: 37869

Re: Help! Seperating Movies into different folders HD & 4k

I'd like to move 4K movies into a seperate subfolder and tried to use the suggested expressions:

#!/bin/sh
## Variablen
LOG="/srv/dev-disk-by-label-Medien/Downloads/filebot/amc.log"
EXC="/srv/dev-disk-by-label-Medien/Downloads/filebot/amc.txt"
SERIEN="/srv/dev-disk-by-label-Medien/Medien/Serien/{n ...
by eggsplorer
03 Aug 2019, 00:10
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1035
Views: 1437005

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

I followed your steps in post #1 and it works very well I just can't change any of the downloaded files because I have no permission.

How can I get filebot to create files/folders with correct permissions?

On my Media Drive all my files have:
Owner: 1000
Group: 100
Permissions: 775

Files renamed ...
by eggsplorer
07 Jul 2019, 11:42
Forum: Synology NAS & Embedded Linux
Topic: Kodi library update at the end of the task
Replies: 10
Views: 11548

Re: Kodi library update at the end of the task

---- Edit: ----
I am an Idiot. I worked on my NAS for so long that I used the same IP in order to address Kodi.
--def 'kodi=192.168.X.Y:8080' works like a charm... *embarrassed*
----------------

What does "update-kodi.sh" have to contain?

My routine JDownloader > EventScript > Filebot works as ...
by eggsplorer
03 Jul 2019, 21:55
Forum: Synology NAS & Embedded Linux
Topic: Quick Start/Tutorial for FileBot Docker images (OMV4)
Replies: 1
Views: 2767

Quick Start/Tutorial for FileBot Docker images (OMV4)

Hi,

I am not very experienced but I managed to install OMV 4 and use JDownloader with docker thanks to a lot of documentation.
Is there any tutorial on how to use FileBot with docker for OMV? I have not idea about linux or docker but I'd love to get filebot to work on my NAS.

I'm grateful for any ...
by eggsplorer
21 Jun 2019, 23:15
Forum: Help and Support
Topic: [FAQ] How to request a complimentary license?
Replies: 128
Views: 242691

Re: [FAQ] How to request a complimentary license?

Thanks for this post. Exactly what I was curious about.