Search found 13 matches

by MindTooth
16 Apr 2018, 14:24
Forum: Feature Requests and Bug Reports
Topic: java.lang.NoClassDefFoundError when renaming using CLI
Replies: 11
Views: 3843

Re: java.lang.NoClassDefFoundError when renaming using CLI

I have no issues with the renaming, only that it throws the error at the end. Which I left out, sorry. Also installing via brew.
by MindTooth
16 Apr 2018, 14:05
Forum: Feature Requests and Bug Reports
Topic: java.lang.NoClassDefFoundError when renaming using CLI
Replies: 11
Views: 3843

java.lang.NoClassDefFoundError when renaming using CLI

Hi, When trying to rename shows, I get an error. Can this be related to that I have Java 10 installed? Also, it says that I have an update. Thanks for any replies. Command: filebot -rename "## SHOW ##" -non-strict --mode interactive Error: Exception in thread "HistorySpoolerShutdownHo...
by MindTooth
22 Apr 2017, 09:53
Forum: Help and Support
Topic: GPG file in the HEAD repository
Replies: 76
Views: 32626

Re: GPG file in the HEAD repository

○ → ./update-filebot.sh ./update-filebot.sh: 38: [: 970ab82154b44551c2510e4c0ec42e70: unexpected operator Update /home/mt/filebot/FileBot.jar.xz.gpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 370 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 1...
by MindTooth
21 Apr 2017, 10:42
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

Code: Select all

## REMOVED ##
Basic Instinct, Munich, The Curious Case of Benjamin Buttons.
by MindTooth
21 Apr 2017, 09:21
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

What you make of this? Major mismatches.

Code: Select all

 ## REMOVED ##
Command:

Code: Select all

filebot -script fn:amc --output movies --action copy --log-file amc.log --def excludeList=amc.txt -non-strict . --action test
by MindTooth
20 Apr 2017, 16:35
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

Ended up with this for none-CD-part folders: find . -maxdepth 2 -type f -iname "*.rar" -printf '%h\n' | head -3 | xargs -I{} filebot -script fn:amc --output ../text_ext/ --action copy --log-file amc.log --def excludeList=amc.txt --action test --mode interactive {} Thought I share for other...
by MindTooth
11 Apr 2017, 10:37
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

I ment to only select movies(folder) that currently are archived, and skip extracted :-)

Guess I can create a list using unix tools. Can a folder-list be provided as an input to filebot?

r5000: Reason for extracting into new folders, and not into current directory (of the archive)?
by MindTooth
10 Apr 2017, 22:22
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

Thank you! I'll be sure to test this ASAP. Away on holidays atm.

Ed1t: Works as intended :-D Is there a way to only target archived movies?

Ed2t: Also, I just sent you a donation ;-)
by MindTooth
20 Mar 2017, 22:17
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

I see.

My options it seems is to to a search for all folder that does contain archives. Save the list, and then just run a find & unrar command. And running AMC last with skipping archive enable.

Thank you for taking the time. Guess old fashion CLI need to do the work ;-)
by MindTooth
20 Mar 2017, 10:35
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

Code: Select all

## REMOVED ##
Didn't help. Something funky going on about the path names when extracting. Thoughts?

Thank you for replies. Find it strange that I'm the only one that can have experienced this :-P
by MindTooth
20 Mar 2017, 08:40
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

That might be cause. However, it's AMC that unpacks the files. And it seems to defaulting on creating a folder instead of extract inside current. This is created by AMC: ## REMOVED ## Do you have any suggestion on what would be the best course of action against this? Should I set an extraction dir?
by MindTooth
20 Mar 2017, 07:55
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

Re: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

Thank you for such a fast reply. Just to let you know, it's a multipart .rar movie as well. filebot -script fn:sysinfo FileBot 4.7.8 (r4846) JNA Native: 5.1.0 MediaInfo: 0.7.92.1 7-Zip-JBinding: 9.20 Chromaprint: 1.1.0 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2017-02-20 (r481) G...
by MindTooth
20 Mar 2017, 07:45
Forum: Scripting and Automation
Topic: AMC: Multipart (CD1/2) don't get renamed and moved into seperat files
Replies: 18
Views: 6608

AMC: Multipart (CD1/2) don't get renamed and moved into seperat files

Hi, I've read this forum up and down the past week. But I can't get the AMC script to multipart movies into their own file. CD1 gets overwritten with CD2. I did manage with an explicit format string, but I thought AMC did this automatically. Take a look at this log for explanation: ## REMOVED ## Com...