Search found 48 matches

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

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 ...
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: 39251

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

.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: 5070

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

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

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

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

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

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

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

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

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

[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 ...
by MickeMM
30 Dec 2021, 17:49
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1035
Views: 2205480

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

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

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

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

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

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

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

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

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

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: 7
Views: 31551

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

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

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

coupon lifetime licens

My licens for 1 year is going to expired.
Do u have any coupon for lifetime?
Regards
by MickeMM
06 Feb 2020, 02:11
Forum: Help and Support
Topic: [README] TheTVDB v3 (everything is temporarily broken)
Replies: 10
Views: 24776

Re: [README] TheTVDB v3 (everything is temporarily broken)

Hello!
I have version 4.9 installed (Ubuntu server) and this is what i got exactly now (03.10 CET)

Vir.Das-For.India.2020.NORDIC.1080p.NF.WEBRIP.DD.5.1.h264-FULLTUMMY/Vir.Das-For.India.2020.NORDIC.1080p.NF.WEBRIP.DD.5.1.h264-FULLTUMMY.sv.srt
Resource not found: https://api.thetvdb.com/search ...
by MickeMM
04 Jan 2020, 14:34
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

It works :)


# Configuration
CONFIG_OUTPUT="/home/micke/rtorrent/test/"

filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict auto -non-strict --log-file amc.log --def excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL ...
by MickeMM
04 Jan 2020, 14:18
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Is this correct?

# Configuration
CONFIG_OUTPUT="/home/micke/rtorrent/test"

filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict auto -non-strict --log-file amc.log --def excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL ...
by MickeMM
04 Jan 2020, 14:07
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Thanks!

I will try to change my code ...

Okej, before i never seen any cd1 and cd2, it sins i change my code.
As it is now, i have on my google "movie" "movie.cd1" "Moviecd2" and all subfiles.
by MickeMM
04 Jan 2020, 13:34
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

I have a new problem :)

This is my rtorrent code:
method.set_key=event.download.finished,filebot,"execute={/home/micke/rtorrent-postprocess.sh,$d.base_path=,$d.name=,$d.custom1=}"


This is my code in rtorrent-postprocess.sh
filebot -script fn:amc --output "/home/micke/rtorrent/test/" --action ...
by MickeMM
31 Dec 2019, 23:37
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

I'm grateful for the help. Thank you and a Happy New year to u and all members!
by MickeMM
31 Dec 2019, 15:07
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Thanks for the help. Everything works now.

filebot -script fn:amc --output "/home/micke/rtorrent/test/" --action duplicate --conflict auto -non-strict "/home/micke/rtorrent/download" --log-file amc_film.log --def excludeList=amc_filmer.txt --def ignore="dansk_text" --def movieFormat="/home/micke ...
by MickeMM
31 Dec 2019, 12:37
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Nop! I have not test it in gui, i have ubuntu server.
Ok, so if im understand this correct it wont work to take animated movie and put them in a folder and rest of the movie in moviefolder.
by MickeMM
31 Dec 2019, 03:22
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to


you cant do this with only {plex}... you need a custom format like this:
{genres.contains(/Animation/) ? 'animerat/' : 'moviefolder/'}{plex.tail}
output:
animerat/Open Season (2006)/Open Season (2006)


Thanks for the help.
I cant get it to work, dont know what im doing wrong :(

filebot ...
by MickeMM
31 Dec 2019, 01:42
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Im trying this, but "Open Season" animated movie goes to moviefolder and not animated folder.

filebot -script fn:amc --output "/home/micke/rtorrent/test" --action duplicate --conflict auto -non-strict "/home/micke/rtorrent/download" --log-file amc_film.log --def excludeList=amc_filmer.txt --def ...
by MickeMM
31 Dec 2019, 00:29
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Thanks!

I have read some links but cant understand really how the script should look like.
I use the code above and dosent know how i should change it.
by MickeMM
31 Dec 2019, 00:23
Forum: Scripting and Automation
Topic: Filebot amc renaming some movies as NULL
Replies: 9
Views: 9050

Re: Filebot amc renaming some movies as NULL

Upgrade to beta was wonderful :)
Everything goes so fast now and no errors with name.
by MickeMM
31 Dec 2019, 00:21
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

It is possible to do this, with one line of code?

filebot
-Animated
-All other movies
-TV shows

Thanks!
by MickeMM
17 Dec 2019, 14:48
Forum: Scripting and Automation
Topic: Filebot amc renaming some movies as NULL
Replies: 9
Views: 9050

Re: Filebot amc renaming some movies as NULL

Same problem for me, happend this morning (05 CET).
by MickeMM
11 Dec 2019, 01:00
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Re: Script works, but takes unfinish download to

Thanks!

I have searching but couldn't find any solution for that. I only use rss for my downloads.
Maybe you know?
by MickeMM
10 Dec 2019, 21:47
Forum: Scripting and Automation
Topic: Script works, but takes unfinish download to
Replies: 22
Views: 16195

Script works, but takes unfinish download to

Hello!
Im using this code and everything works. But i have some problem with unfinish downloads that also copies.

#!/bin/bash
PATH=/root:/usr/bin:/bin:/sbin:/home/micke

filebot -script fn:amc --output "/home/micke/rtorrent/test" --action duplicate --conflict skip -non-strict "/home/micke/rtorrent ...
by MickeMM
03 Apr 2019, 15:40
Forum: Scripting and Automation
Topic: Cant add sub to output
Replies: 5
Views: 3834

Re: Cant add sub to output

I download the windows version and did a test, and it works even if i have /subs and are namned sv.srt
Do u know why it works on windows but not Ubuntu?

Image

.srt files are in /subs/*.srt
by MickeMM
03 Apr 2019, 12:28
Forum: Scripting and Automation
Topic: Cant add sub to output
Replies: 5
Views: 3834

Re: Cant add sub to output

Thanks for reply!
I'm very happy with the {plex} code.

The problem is that movie/serie that has /subs director wont copy the subs to the new directory and be rename as {plex} format.
All swe.srt will be copy if the are in the root folder of movie.

The subtitle is often better that is included ...
by MickeMM
03 Apr 2019, 10:59
Forum: Scripting and Automation
Topic: Cant add sub to output
Replies: 5
Views: 3834

Cant add sub to output

Hello!

Im running this code when rtorrent/rutorrent is done, it works perfect. BUT, i cant get /subs or subbs that is namned sv.srt to be grabbed. Any solution?

filebot -script fn:amc --output "/home/micke/rtorrent/test" --action duplicate --conflict skip -non-strict "/home/micke/rtorrent ...