Search found 48 matches

by MickeMM
25 Jul 2024, 21:16
Forum: Scripting and Automation
Topic: Linux guru? :)
Replies: 1
Views: 5160

Linux guru? :)

Im trying to run this script, but it runs both script. Anyone know how to fix? #!/bin/bash PATH=/home/me/filebot-portable:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin # Input Parameters ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3" # Configuration CONFIG_OUTPUT="/mnt/omkoda/" if [ ut ...
by MickeMM
21 Jul 2024, 17:05
Forum: Ubuntu & Desktop Linux
Topic: Have .filepart when amc script is copying movie to another directory?
Replies: 2
Views: 11269

Have .filepart when amc script is copying movie to another directory?

Is it possible to have .filepart when amc script is copying movie to another directory? My disk is old but works, hehe.. But sometimes it take time to move the file from download -> plex directory. I have a script that re-encode all my movie and pick all with .mkv. Sometimes the script run when ...
by MickeMM
15 Jul 2024, 17:50
Forum: Feature Requests and Bug Reports
Topic: .rtorrent.rc and AMC
Replies: 1
Views: 5119

.rtorrent.rc and AMC

Hello best support ever :) It's not an filebot bug, but more rtorrent i belive? On rtorrent version 0.9.6 this works great: method.set_key=event.download.finished,filebot,"execute={/home/MickeMM/rtorrent-postprocess.sh,$d.get_base_path=,$d.get_name=,$d.get_custom1=}" When i upgrade to 0.9.8 and ...
by MickeMM
30 Jan 2024, 13:25
Forum: Scripting and Automation
Topic: Script you have help me with before.
Replies: 4
Views: 3397

Re: Script you have help me with before.

Thanks for the link and explanation, i appreciate it.
by MickeMM
29 Jan 2024, 20:20
Forum: Scripting and Automation
Topic: Script you have help me with before.
Replies: 4
Views: 3397

Re: Script you have help me with before.

Thank you so much.
Do u know why its not working with SWEDEN as country but GERMANY work?

Thanks again! <3
by MickeMM
28 Jan 2024, 11:22
Forum: Scripting and Automation
Topic: Script you have help me with before.
Replies: 4
Views: 3397

Script you have help me with before.

In my MovieFormat.groovy i have this code that you have help me with before. Everything works but i have a little problem. Today its sunday and filebot makes week 5, but here in Sweden its stil week 4. New week every monday. I have try to google some java code and try to change yyyy to YYYY and ww ...
by MickeMM
12 Sep 2023, 09:24
Forum: Scripting and Automation
Topic: Im trying to be smart... Documentary
Replies: 3
Views: 1502

Re: Im trying to be smart... Documentary

Sorry! This is the AMC script i use # Input Parameters ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3" # Configuration CONFIG_OUTPUT="/home/myuser/arkiv/" filebot.sh -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate -non-strict --conflict auto --log-file /home/myuser/logg/amc.log --def clean=y ...
by MickeMM
11 Sep 2023, 20:49
Forum: Scripting and Automation
Topic: Im trying to be smart... Documentary
Replies: 3
Views: 1502

Im trying to be smart... Documentary

I found this when i was looking here for something new. { // series / anime / movie format expressions seriesFormat = any{ seriesFormat }{ _args.format }{ 'omkodat/serie' + today.format('/yyyy/ww')} movieFormat = any{ movieFormat }{ _args.format }{ 'omkodat/film' + today.format('/yyyy/ww ...
by MickeMM
28 Feb 2023, 23:54
Forum: Scripting and Automation
Topic: Use filebot to share movie base on language?
Replies: 4
Views: 2224

Re: Use filebot to share movie base on language?

Looks like this work. /bin/bash /filebot-portable/filebot.sh -script fn:amc [b]--filter 'f.languages && !(lang =~ /eng|swe/)'[/b] --output "$CONFIG_OUTPUT" --action duplicate -non-strict --conflict auto --log-file /filebot-log/amc.log --def clean=y --def excludeList="/filebot-log/.excludes" ut_dir ...
by MickeMM
28 Feb 2023, 17:24
Forum: Scripting and Automation
Topic: Use filebot to share movie base on language?
Replies: 4
Views: 2224

Re: Use filebot to share movie base on language?

Thank you SO MUCH!
I will try it when i come home from the sea.
And again, thank you!

Edit: Something like this?
--def movie=eng,swe

I cant test it now, just did a simple search :)
by MickeMM
23 Feb 2023, 20:49
Forum: Scripting and Automation
Topic: Use filebot to share movie base on language?
Replies: 4
Views: 2224

Use filebot to share movie base on language?

Hello Does filebot read mkv file so it can move english and swedish language to folder and skip rest? I use this code, works perfect. But i never watch movie that dosen't have english and swedish language. /bin/bash /filebot-portable/filebot.sh -script fn:amc --output "$CONFIG_OUTPUT" --action ...
by MickeMM
27 Feb 2022, 12:22
Forum: Scripting and Automation
Topic: [JDK8] update-filebot.sh for *-portable-jdk8.tar.xz
Replies: 2
Views: 2041

Re: [JDK8] update-filebot.sh for *-portable-jdk8.tar.xz

Thanks for answer.
I will test it. Im using a seedbox and version 8 is the only one that work.
by MickeMM
26 Feb 2022, 21:17
Forum: Scripting and Automation
Topic: [JDK8] update-filebot.sh for *-portable-jdk8.tar.xz
Replies: 2
Views: 2041

[JDK8] update-filebot.sh for *-portable-jdk8.tar.xz

Hello! update-filebot.sh #!/bin/bash PRG="$0" echo -e "\033[38;5;202m README ------ The update-filebot.sh tool patches core application files with the latest development revision, and does \033[4mnot\033[24m upgrade the entire application bundle. The latest revision may or may not be compatible with ...
by MickeMM
30 Dec 2021, 17:49
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1036
Views: 1100542

Re: [User Study] Take a screen recording and earn yourself a free license

It cant find the right name for Harry Potter movie (8 movies). See pic:

http://www.bilddump.se/bilder/202112301 ... 18.160.png

I have try both Ubuntu and Windows with same result.
by MickeMM
01 Jan 2021, 19:10
Forum: Scripting and Automation
Topic: English language only in movie (speaking language)
Replies: 2
Views: 9481

English language only in movie (speaking language)

Hello! I use this code and everything works great, thanks for helping me before! Now i want to skip all movie with other languange except english. How should my code be for that? In animation and serie swedish and english is okej. filebot.sh -script fn:amc --output "$CONFIG_OUTPUT" --action ...
by MickeMM
28 Dec 2020, 09:07
Forum: Ubuntu & Desktop Linux
Topic: Change tempfolder (Ubuntu, portabel)
Replies: 2
Views: 11505

Re: Change tempfolder (Ubuntu, portabel)

Perfect! Thank you! <3
by MickeMM
27 Dec 2020, 09:00
Forum: Ubuntu & Desktop Linux
Topic: Change tempfolder (Ubuntu, portabel)
Replies: 2
Views: 11505

Change tempfolder (Ubuntu, portabel)

Hello!
Im using the script with rtorrent and everything works great.
My / directory is ssd and my /home/ is raid0 HDD.

When a download is finish and filebot take over, how can i change so the movie is unpacking on my ssd insteed of HDD?
Hope u understand what im talking about, hehe.
by MickeMM
01 Oct 2020, 13:01
Forum: Ubuntu & Desktop Linux
Topic: [Package: TAR] Error after upgrade to 4.9.2
Replies: 10
Views: 12406

Re: [Package: TAR] Error after upgrade to 4.9.2

Thanks!
I run the script and now i got this

Code: Select all

filebot -script fn:sysinfo
Error: Unable to access jarfile /home/micke/jar/filebot.jar

I also got this: E: Unable to locate package gnupg-curl (Ubuntu 20)
by MickeMM
01 Oct 2020, 12:48
Forum: Ubuntu & Desktop Linux
Topic: [Package: TAR] Error after upgrade to 4.9.2
Replies: 10
Views: 12406

Re: [Package: TAR] Error after upgrade to 4.9.2

Thanks! I will do that.
Should i run the installer with root or my user Micke?
by MickeMM
01 Oct 2020, 12:32
Forum: Ubuntu & Desktop Linux
Topic: [Package: TAR] Error after upgrade to 4.9.2
Replies: 10
Views: 12406

Re: Error after upgrade to 4.9.2

I couldent past the whole script command, when i try to post here it gave me server error :)
But it is this is use: viewtopic.php?t=6028
by MickeMM
01 Oct 2020, 12:31
Forum: Ubuntu & Desktop Linux
Topic: [Package: TAR] Error after upgrade to 4.9.2
Replies: 10
Views: 12406

Re: Error after upgrade to 4.9.2

It dident find any update when u run apt update on ubuntu, so i use this: (curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)" and then it found an upgrade. I run the script with root. After upgrade i run licens activate with my other user "Micke" on the server ...
by MickeMM
01 Oct 2020, 12:13
Forum: Ubuntu & Desktop Linux
Topic: [Package: TAR] Error after upgrade to 4.9.2
Replies: 10
Views: 12406

[Package: TAR] Error after upgrade to 4.9.2

Hello! After upgrade my filebot dosent work. When i run filebot -script fn:sysinfo it say: License: java.lang.IncompatibleClassChangeError: 143646a211f2932f3e8594ab654a2f1bfa0c755ff989aa4fddcf5124c22e82c9 Everything else works, i think :) Any solution? I have try to activate the licens again but ...
by MickeMM
13 Sep 2020, 13:57
Forum: Scripting and Automation
Topic: Exclude files
Replies: 6
Views: 6515

Re: Exclude files

Perfect! I was trying with , and / but that dident work.
Thanks!