Search found 28 matches

by nikeb
22 Jan 2024, 10:56
Forum: Ubuntu & Desktop Linux
Topic: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine
Replies: 5
Views: 1489

Re: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine

I can confirm that the cafferine.jar file is in the folder.
I' m using a distro called armbian, a debian fork for SMC with arm cpu (it was working since 2019)

Anyway, reinstalling the package (apt install --reinstall filebot) solve the problem and now it's working again.

Thank you very much
by nikeb
22 Jan 2024, 09:21
Forum: Ubuntu & Desktop Linux
Topic: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine
Replies: 5
Views: 1489

Re: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine

Hi

I actually upgrade the OpenJDK RE to version 17.0.7 but i got the same error , everytime i call -script in my command line.
Even the fn:sysinfo gets the same error.
by nikeb
21 Jan 2024, 21:46
Forum: Ubuntu & Desktop Linux
Topic: java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine
Replies: 5
Views: 1489

java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine

Hi It's been a while since i use my filebot amc script without any error. Lately i've been finding some problem with the error in subject when i try to use the suball amc script An unexpected error occurred during startup: java.lang.NoClassDefFoundError: com/github/benmanes/caffeine/cache/Caffeine j...
by nikeb
11 Sep 2020, 11:26
Forum: Ubuntu & Desktop Linux
Topic: Updating Filebot on headless Armbian
Replies: 3
Views: 5773

Re: Updating Filebot on headless Armbian

Hi

You're right, i guess there are another installation, cause there is another portable installation

Code: Select all

 /usr/local/bin/filebot -> /home/matteo/filebot-portable/filebot.sh
is there a way to change that?
Maybe i should delete some installation

Thank you very much
by nikeb
11 Sep 2020, 10:59
Forum: Ubuntu & Desktop Linux
Topic: Updating Filebot on headless Armbian
Replies: 3
Views: 5773

Updating Filebot on headless Armbian

Hi rednoah I did an update on my headless machine using the deb packages and installed the repository via command line using https://www.filebot.net/forums/viewtopic.php?f=11&t=6028 this method but now i have two different filebot installed. matteo@aml_server:~$ filebot -version FileBot 4.9.0 (r...
by nikeb
10 Jan 2020, 22:54
Forum: Ubuntu & Desktop Linux
Topic: Error on script - Java and TVDB
Replies: 7
Views: 6186

Re: Error on script - Java and TVDB

i m using the fn:amc script.

Can i use the -rename command with the other attributes like --def gmail or --def pushbullet ?
by nikeb
10 Jan 2020, 21:54
Forum: Ubuntu & Desktop Linux
Topic: Error on script - Java and TVDB
Replies: 7
Views: 6186

Re: Error on script - Java and TVDB

i actually still have the openjdk-8-jdk on my machine. if i do sudo update-alternatives --config java ------------------------------------------------------------ 0 /usr/lib/jvm/java-11-oracle/bin/java 1091 modalità automatica * 1 /usr/lib/jvm/java-11-oracle/bin/java 1091 modalità manuale 2 /usr/lib...
by nikeb
10 Jan 2020, 20:44
Forum: Ubuntu & Desktop Linux
Topic: Error on script - Java and TVDB
Replies: 7
Views: 6186

Re: Error on script - Java and TVDB

i try to make an apt-get install openjfx but it tells me i got already the latest : (8u60-b27-4) i update my filebot using a simple apt-get install filebot so i should return to the java 8 and his filebot, but how can i install the java 8 filebot ? would i be able to use thetvdb api (if they re work...
by nikeb
10 Jan 2020, 20:13
Forum: Ubuntu & Desktop Linux
Topic: Error on script - Java and TVDB
Replies: 7
Views: 6186

Error on script - Java and TVDB

Hi, After being a patron i purchased and upgraded my filebot installation via apt on my ubuntu 16.04 All i know is when i launch my fn:amc script i got some errors. and the same errors occured when i type a simple: filebot -list --db TheTVDB --q firefly Fetch failed: https://api.thetvdb.com/search/s...
by nikeb
07 Oct 2016, 12:54
Forum: Help and Support
Topic: Download Artwork for Movie Collection
Replies: 5
Views: 5322

Re: Download Artwork for Movie Collection

Hi Yes, it does as an example https://www.themoviedb.org/collection/10-star-wars-collection https://www.themoviedb.org/documentation/api Collection Features Search Get details Images (posters, backdrops) I don't use collection folder but if i put inside the single movie folder (or in another common ...
by nikeb
07 Oct 2016, 10:57
Forum: Help and Support
Topic: Download Artwork for Movie Collection
Replies: 5
Views: 5322

Re: Download Artwork for Movie Collection

Sorry to pick up an old topic,
But i have the same request.

Would be just fine for kodi to have in the same folder of the other artwork the file named

movieset-fanart.jpg
movieset-poster.jpg
movieset-logo.jpg

where the word "movieset" is exactly the word "movieset".

Thanks
by nikeb
16 Sep 2016, 14:27
Forum: Scripting and Automation
Topic: How to recognize Specials
Replies: 4
Views: 3628

Re: How to recognize Specials

Ok then

Can you confirm that using

Code: Select all

--filter "age < 7 || !model.any{ it.age < 7 }" 
would make a first check between what's under 7 days and after that make a check on everything else?
This way what's under 7 days has priority on other, than everything will come later.
by nikeb
16 Sep 2016, 13:04
Forum: Scripting and Automation
Topic: How to recognize Specials
Replies: 4
Views: 3628

Re: How to recognize Specials

Yes i get it and i get it worked. The problem is that now it doesn't get movies or older tv shows. Is that a way to filter from name? like a --filter "n = /e00/ || age < 7" That can consider the filter " age < 7 " just for those files who has "e00" in the name?
by nikeb
16 Sep 2016, 11:28
Forum: Scripting and Automation
Topic: How to recognize Specials
Replies: 4
Views: 3628

How to recognize Specials

Hi i would like to have a suggestion on a problem that i have about recognizing specials episodes. Sometimes i have this kind of filename: "the.blacklist.s04e00.behind.the.blacklist" This is my code: "seriesFormat= Telefilm2/{n.space('.')}/{episode.special ? 'Specials' : 'Serie.'+{s.p...
by nikeb
16 Sep 2016, 11:11
Forum: Scripting and Automation
Topic: "not a valid identifier" after upgrade 4.7.2
Replies: 2
Views: 2120

Re: "not a valid identifier" after upgrade 4.7.2

Perfect! thank you, i just erase the space between variable and parameter:

"seriesFormat ="
in
"seriesFormat="
by nikeb
06 Sep 2016, 15:31
Forum: Scripting and Automation
Topic: "not a valid identifier" after upgrade 4.7.2
Replies: 2
Views: 2120

"not a valid identifier" after upgrade 4.7.2

Hi after the upgrade to 4.7.2 i have this error: "seriesFormat " is not a valid identifier on my script that worked perfectly since then: filebot -script fn:amc --output "$HOME/Disco" --log-file amc.log --action move --conflict override -non-strict -no-xattr "$HOME/ArrivoDL&...
by nikeb
25 May 2015, 11:19
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79950

Re: Wishlist for New Features and Scripts

Hi Would be a great idea to put in the email report (or in the log) the duration time of execution of the command line... what do you think about it? At least could be helpful for the ones that has nas or external storage. At the moment in the email report there is this (truly helpful) row: // Gener...
by nikeb
03 Jan 2015, 10:18
Forum: Feature Requests and Bug Reports
Topic: Strange NFO behaviour
Replies: 3
Views: 2341

Re: Strange NFO behaviour

thank you rednoah for the answer, now i get why i get that behaviour.

is there a parameter of something that i could use to download artworks without generating the nfo file?

Thanks and happy new year all
by nikeb
27 Dec 2014, 21:07
Forum: Feature Requests and Bug Reports
Topic: Strange NFO behaviour
Replies: 3
Views: 2341

Strange NFO behaviour

Hi guys sorry but i don't know what happen My script is filebot -script fn:amc --output "$HOME/Disco" --log-file amc.log --action move --lang IT --conflict override -non-strict -no-xattr "$HOME/ArrivoDL" "seriesFormat = Telefilm/{n.space('.')}/{\"Serie.\${s.pad(2)}\&quo...
by nikeb
07 Nov 2014, 15:52
Forum: Help and Support
Topic: Filename folder (without [CD])
Replies: 2
Views: 2671

Re: Filename folder (without [CD])

I was pretty sure to use it already but....clearly i didn't.

It works like a charm.

Really many Thanks
by nikeb
07 Nov 2014, 13:58
Forum: Help and Support
Topic: Filename folder (without [CD])
Replies: 2
Views: 2671

Filename folder (without [CD])

Hi guys, i m asking for help cause i try to figured it out by myself and i still miss something... My wish is to create in the output folder (i.e. "Film") another single movie folder naming as the filename, wich has to cointains the file(s). In case the movie as 2 files (CD1 and CD2) my go...
by nikeb
14 Jun 2014, 14:07
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 8309

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

i m not able to running that fiddler on ubuntu, doesn't show me anything.
Nevermind, i would downgrade it and make it work.

Thanks for your concern.
by nikeb
14 Jun 2014, 11:07
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 8309

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

I suppose movie search is generally broken on your specific machine. 1. Really Really make sure you're running the latest version, reset cache and xattr etc i took that from wget sourceforge.net/projects/filebot/files/filebot/FileBot_4.1/filebot_4.1_i386.deb For caches i always do sudo filebot -clea...
by nikeb
14 Jun 2014, 10:52
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 8309

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

yes it is.
And that's why i'm using both files, one with translated name and one that keep the original name.

In each case, it doesn't make any check.
Even putting --lang IT in the code (wich i never put before this version)

Downgrading on 4.0 , everything works , with same code and same files.
by nikeb
14 Jun 2014, 09:51
Forum: Feature Requests and Bug Reports
Topic: FileBot 4.1 (r2233) (AMC) won't detect movies
Replies: 16
Views: 8309

Re: FileBot 4.1 (r2233) (AMC) won't detect movies

Here we go. Another log. I purge it and reinstall the package (filebot_4.1_i386.deb). Locking /home/matteo/.filebot/logs/amc.log Parameter: seriesFormat = Telefilm/{n.space('.')}/{"Serie.${s.pad(2)}"}/{n.space('.')}.{s00e00}{'.'+vf.match(/720[pP]|1080[pP]/)} Parameter: movieFormat = Film/{...