Search found 44 matches

by MickeMM
30 Jan 2024, 13:25
Forum: Scripting and Automation
Topic: Script you have help me with before.
Replies: 4
Views: 734

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: 734

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: 734

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 t...
by MickeMM
12 Sep 2023, 09:24
Forum: Scripting and Automation
Topic: Im trying to be smart... Documentary
Replies: 3
Views: 435

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 -...
by MickeMM
11 Sep 2023, 20:49
Forum: Scripting and Automation
Topic: Im trying to be smart... Documentary
Replies: 3
Views: 435

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')} unsorted...
by MickeMM
28 Feb 2023, 23:54
Forum: Scripting and Automation
Topic: Use filebot to share movie base on language?
Replies: 4
Views: 637

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-...
by MickeMM
28 Feb 2023, 17:24
Forum: Scripting and Automation
Topic: Use filebot to share movie base on language?
Replies: 4
Views: 637

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: 637

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" --ac...
by MickeMM
27 Feb 2022, 12:22
Forum: Scripting and Automation
Topic: [JDK8] update-filebot.sh for *-portable-jdk8.tar.xz
Replies: 2
Views: 1223

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: 1223

[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 ...
by MickeMM
30 Dec 2021, 17:49
Forum: Anything and Everything else
Topic: [User Study] Take a screen recording and earn yourself a free license
Replies: 25
Views: 73757

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: 7716

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" --actio...
by MickeMM
28 Dec 2020, 09:07
Forum: Ubuntu & Desktop Linux
Topic: Change tempfolder (Ubuntu, portabel)
Replies: 2
Views: 10299

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: 10299

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: 10136

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: 10136

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: 10136

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: 10136

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...
by MickeMM
01 Oct 2020, 12:13
Forum: Ubuntu & Desktop Linux
Topic: [Package: TAR] Error after upgrade to 4.9.2
Replies: 10
Views: 10136

[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 tha...
by MickeMM
13 Sep 2020, 13:57
Forum: Scripting and Automation
Topic: Exclude files
Replies: 6
Views: 5201

Re: Exclude files

Perfect! I was trying with , and / but that dident work.
Thanks!
by MickeMM
13 Sep 2020, 13:49
Forum: Scripting and Automation
Topic: Exclude files
Replies: 6
Views: 5201

Re: Exclude files

If i want to ignore more, how should i write then?

I want to ignore folders "danish, 720 and 2160"

--def ignore="HorribleSubs"

Thanks!
by MickeMM
28 Jun 2020, 19:14
Forum: Help and Support
Topic: coupon lifetime licens
Replies: 3
Views: 2890

Re: coupon lifetime licens

Nevermind :)
It workt when i use the file i download from your mail. All works!
Thanks for great work!
by MickeMM
28 Jun 2020, 19:10
Forum: Help and Support
Topic: coupon lifetime licens
Replies: 3
Views: 2890

Re: coupon lifetime licens

Thanks! Just upgrade to lifetime.
When i try to activate i got "bad signature"
I copy the code from email to my old licens file on ubuntu and run filebot --license /home/micke/.filebot/licent.pms
by MickeMM
25 Jun 2020, 13:27
Forum: Help and Support
Topic: coupon lifetime licens
Replies: 3
Views: 2890

coupon lifetime licens

My licens for 1 year is going to expired.
Do u have any coupon for lifetime?
Regards