Search found 8 matches

by Hamm3rhart
03 May 2020, 11:44
Forum: Help and Support
Topic: How to print audio language to file name
Replies: 0
Views: 3566

How to print audio language to file name

Q: I want to print the a certain audio language to the file name but only if the file contains it. If not the step should be skiped. A: I my case was german the certain audio language so rednoah came up with this {audioLanguages =~ /deu/ ? 'GERMAN' : null} deu is a shortcut of deutsch=german This ...
by Hamm3rhart
03 May 2020, 11:22
Forum: Ubuntu & Desktop Linux
Topic: Filebot can't find media that he found before
Replies: 5
Views: 4323

Re: Filebot can't find media that he found before

Thank you very much. The command above seems to work, but not this one: sudo filebot -rename --output ./ --action move ./* --log-file amc.log --mode interactive --db TheTVDB --lang de --format "{n.space('.')}.{s00e00}{audioLanguages.size() > 1 ? '.German' : null}{audioLanguages.size() > 1 ? '.DL ...
by Hamm3rhart
03 May 2020, 10:34
Forum: Ubuntu & Desktop Linux
Topic: Filebot can't find media that he found before
Replies: 5
Views: 4323

Re: Filebot can't find media that he found before

Yes i am using the SNAP package filebot -script fn:sysinfo FileBot 4.9.1 (r7372) JDK8 JNA Native: 6.1.0 MediaInfo: 0.7.82 p7zip: p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,8 CPUs) unrar: UNRAR 5.30 beta 2 freeware Chromaprint: 1.2.0 Extended Attributes: OK Unicode Filesystem: OK ...
by Hamm3rhart
03 May 2020, 09:06
Forum: Ubuntu & Desktop Linux
Topic: Filebot can't find media that he found before
Replies: 5
Views: 4323

Filebot can't find media that he found before

Hello guys, my Ubuntu Filebot can't seem to find the files that he found before. sudo filebot -rename --output ./ --action move ./* --log-file amc.log --mode interactive --def minFileSize=0 minLengthMS=0 --db TheTVDB --lang de --format "{n.space('.')}.{s00e00}.{vf}.{ac}.{channels}.{vc}" -non-strict ...
by Hamm3rhart
16 Mar 2020, 11:30
Forum: Synology NAS & Embedded Linux
Topic: Filebot Deosn't work at all (Unsupported class file major version 57)
Replies: 7
Views: 7414

Re: Filebot Deosn't work at all (Unsupported class file major version 57)

I see. Just add --db TheMovieDB then. :idea: You're relying on movie/series auto-detection, which doesn't work in this particular case. Works now, ty. But why does the first command doesn't work. It works just fine one my other linux machine, but not on my nas. Filebot-node doens't work too, btw ...
by Hamm3rhart
16 Mar 2020, 11:19
Forum: Synology NAS & Embedded Linux
Topic: Filebot Deosn't work at all (Unsupported class file major version 57)
Replies: 7
Views: 7414

Re: Filebot Deosn't work at all

I am using -non-strict mode Please post the complete command and console output then. ;) I think you mean the second command i wrote. This the output with non-strict filebot -rename tBZcc2nA1.mp4 -non-strict Failed to process group: {Movie=Zebraman (2004), Series=zetman} => [/volume1 ...
by Hamm3rhart
16 Mar 2020, 11:12
Forum: Synology NAS & Embedded Linux
Topic: Filebot Deosn't work at all (Unsupported class file major version 57)
Replies: 7
Views: 7414

Re: Filebot Deosn't work at all

rednoah wrote: 16 Mar 2020, 11:07 1.
Duplicate of [README] Unsupported class file major version 57.


2.
You're using Strict Mode which requires a name+year match. Consider using -non-strict for files that require more guess work.


3.
No. You can't remotely corrupt a local file system.
I am using -non-strict mode
by Hamm3rhart
16 Mar 2020, 11:01
Forum: Synology NAS & Embedded Linux
Topic: Filebot Deosn't work at all (Unsupported class file major version 57)
Replies: 7
Views: 7414

Filebot Deosn't work at all (Unsupported class file major version 57)

Hello guys, i got myself a synology nas and installed filebot how it was mentioned in this thread ( https://www.filebot.net/forums/viewtopic.php?t=1802 ) but it doesn't work. I used this command to start filebot sudo filebot -rename --output ./ --action move ./* --log-file amc.log --mode interactive ...