Search found 23355 matches

by rednoah
Yesterday, 04:05
Forum: Help and Support
Topic: Saving fetched assets to shared folder (for Kometa)
Replies: 5
Views: 320

Re: Saving fetched assets to shared folder (for Kometa)

Learning how to read, understand, and modify the expressions is pretty key. You will of course want to learn and prototype in the Format Editor GUI, possibly create Preset for easy access in the GUI, and if you need a command-line call then that would be the last step, copy & pasting code that ...
by rednoah
18 Sep 2024, 15:17
Forum: unRAID & docker
Topic: Installing license key
Replies: 1
Views: 123

Re: Installing license key

Command-line Interface (CLI) :idea: rednoah/filebot is the filebot command-line tool . It will start, run, and then exit, like any other command-line tool. The console output above shows filebot being executed without any command-line arguments, which defaults to printing the man page , same as cal...
by rednoah
16 Sep 2024, 09:20
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

e.g. $ curl -L -O 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.12%2B7/OpenJDK17U-jdk_aarch64_linux_hotspot_17.0.12_7.tar.gz' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ...
by rednoah
16 Sep 2024, 06:04
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

where is Java-installer called? which java will tell you where the java binary is located on your system: $ ls -l `which java` lrwxrwxrwx 1 admin administrators 51 Sep 11 10:31 /usr/bin/java -> /share/CACHEDEV1_DATA/.qpkg/java-installer/bin/java I figured the easiest way to fix this is to take out ...
by rednoah
15 Sep 2024, 05:17
Forum: Help and Support
Topic: Saving fetched assets to shared folder (for Kometa)
Replies: 5
Views: 320

Re: Saving fetched assets to shared folder (for Kometa)

I do believe that the post above already has a better solution, so let me add a copy & paste example here: filebot -rename -r /path/to/4kmovies --db file --format '{ f.path.replace("4kmovies" : "Assets") }' --file-filter 'f.image || f.subtitle' Step 1: Process files as usual ...
by rednoah
14 Sep 2024, 11:36
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

What I need to do is install an earlier JDK then set Filebot to use that rather than the one java-installer installs? Yes. :idea: You cannot use the java-installer package because java-installer is installed the latest Java 21 which is not compatible with your NAS. You can instead not use java-inst...
by rednoah
14 Sep 2024, 04:58
Forum: Help and Support
Topic: Saving fetched assets to shared folder (for Kometa)
Replies: 5
Views: 320

Re: Saving fetched assets to shared folder (for Kometa)

:!: [{vf}.{vc}{if (hdr == '') '' else({'.'+hdr}){vcf}}.{acf}] is wrong and works at best somewhat by accident. {vcf} is notably not actually used, due to strange code doing strange things by accident. See Learn how {expressions} work and useful Helper Functions › The Unwind-on-Undefined Behaviour fo...
by rednoah
13 Sep 2024, 15:15
Forum: Scripting and Automation
Topic: Exclude specific QBittorrent categories
Replies: 3
Views: 327

Re: Exclude specific QBittorrent categories

:idea: --def ut_label=tv-sonarr would force TV Mode due to keyword "tv" . :arrow: You can always have qBT call your own script which then calls filebot - or not - depending on some condition : cmd /c C:\qbt-postprocess.cmd "%L" "%N" "%F" @ECHO OFF :: Input Par...
by rednoah
12 Sep 2024, 14:54
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

I normally update as soon as one comes around but don't necessarily reboot. Is it usually possible to go to an earlier version of the JDK? Not Filebot specific I understand but thought you might have some wisdom to impart? Yes, you can manually install a different JDK. The filebot command will work...
by rednoah
12 Sep 2024, 03:12
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

-rwxr-xr-x 1 admin administ 894308 Mar 23 2015 libc-2.17.so* :?: Which NAS model do you have? Looks like QNAP hasn't bothered to update core system libraries since 2015. The odd thing is that just a few days ago, all was well. :idea: The java-installer package provided by us updates to the latest J...
by rednoah
11 Sep 2024, 16:09
Forum: Scripting and Automation
Topic: Exclude specific QBittorrent categories
Replies: 3
Views: 327

Re: Exclude specific QBittorrent categories

I would attach the torrents to a Category called "ignore" Yes, that'll work: You can (and should) force Movie / Series / Anime mode or force ignore files via labels, e.g. label as Movie to force Movie mode, Series to force TV Series mode, Anime to force Anime mode, or other to ignore all ...
by rednoah
11 Sep 2024, 03:35
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

The NAS was first released in 2016 2016 is not very old. GLIBC_2.18 is from 2013-08-12 so any software update after that could ship that version or higher. I run tests on a Synology NAS from 2013 with somewhat recent updates and JDK 21 works fine there. But it really depends on the software. QNAP i...
by rednoah
10 Sep 2024, 09:48
Forum: Synology NAS & Embedded Linux
Topic: Filebot - Java installer - libc 2.18
Replies: 13
Views: 742

Re: Filebot - Java installer - libc 2.18

:?: How old is your QNAP? :idea: The java-installer package provided by use will install the latest JDK 21 so there could be compatibility issues if your NAS device is very old: `GLIBC_2.18' not found (required by /share/CACHEDEV1_DATA/.qpkg/java-installer/lib/server/libjvm.so :arrow: If your NAS de...
by rednoah
09 Sep 2024, 14:51
Forum: Help and Support
Topic: Is there a way to handle shows with special characters in the name?
Replies: 1
Views: 181

Re: Is there a way to handle shows with special characters in the name?

Looks like series name detection doesn't work correctly in this case. I'll look into it. In the meanwhile, you can always use the --q option: $ filebot -rename *.mp4 --db TheTVDB --q "The 1% Club" --action TEST --log INFO [TEST] from [The 1% Club S03E01 (Feb 17 2024) [576p mp4.mp4] to [The...
by rednoah
09 Sep 2024, 04:42
Forum: Episode / Movie Naming Scheme
Topic: How to revise search name
Replies: 1
Views: 211

Re: How to revise search name

:arrow: Please post sample file paths as text and screenshots for specific advice. Please read How to Request Help for details. :arrow: Please read Q: How do I fix misidentified files? for general advice. https://www.youtube.com/watch?v=5T6_4tsOU5o https://www.youtube.com/watch?v=btNSv7AnMMw https:/...
by rednoah
09 Sep 2024, 04:39
Forum: Windows
Topic: Trouble Renaming TV Show Files on Windows – Some Files Skipped
Replies: 1
Views: 212

Re: Trouble Renaming TV Show Files on Windows – Some Files Skipped

I’m having trouble with renaming a batch of TV show files on my Windows PC. Most of the files are renamed correctly using my usual format, but some are being skipped for no apparent reason. I’ve double-checked the filenames and the structure, but can’t seem to pinpoint what’s causing this. Please p...
by rednoah
08 Sep 2024, 14:06
Forum: Episode / Movie Naming Scheme
Topic: Force "absolute Episode count" on Input?
Replies: 4
Views: 403

Re: Force "absolute Episode count" on Input?

https://i.imgur.com/dPLGpBz.png https://i.imgur.com/eHUAhp1.png Looking at the screenshot above and the specific series / episodes / file names at hand. The absolute episode numbers you have are bad and don't match any known database, i.e. the absolute numbers you have don't make sense to TMDB / TV...
by rednoah
08 Sep 2024, 13:07
Forum: Scripting and Automation
Topic: Filebot Script (Unraid) Folder removal
Replies: 7
Views: 534

Re: Filebot Script (Unraid) Folder removal

Unfortunately, the log doesn't print any Input: lines for the extra file that is there: Input: /downloads/Ratatouille (2007) [2160p] UHD [BR] HDR AV1 TrueHD.7.1+Atmos/Ratatouille (2007) [2160p] UHD [BR] HDR AV1 TrueHD.7.1+Atmos.mkv :idea: You could add your own logging with a find command before the...
by rednoah
08 Sep 2024, 12:51
Forum: Scripting and Automation
Topic: Please tell me my superstrict handler script is not necessary
Replies: 16
Views: 3140

Re: Please tell me my superstrict handler script is not necessary

I don't understand the format editor in the GUI. I enter, for example, "a: b".colon(' ') and I get nothing at all. What is supposed to happen? How is this helpful? I know you're always trying to push me to test everything here, but I don't get it. The Format Editor allows you to see what ...
by rednoah
08 Sep 2024, 06:35
Forum: Episode / Movie Naming Scheme
Topic: How to set naming to automatically move to kids folder based on rating?
Replies: 5
Views: 1673

Re: How to set naming to automatically move to kids folder based on rating?

You are presumably using docker to run the FileBot Node container. In this case, you yourself configure the public host port. That's the -p option on the command-line but ASUSTOR presumably gives you a WebUI for that. Please post screenshots as we are not familiar with the ASUSTOR WebUI.
by rednoah
06 Sep 2024, 04:11
Forum: Feature Requests and Bug Reports
Topic: Filebot downloads entire media for some formats
Replies: 1
Views: 387

Re: Filebot downloads entire media for some formats

:idea: FileBot may read multiple megabytes via libmediainfo . Which bytes are read is entirely up to the libmediainfo code. Typically a few bytes from the beginning of the file and a few bytes from the end of the file. Maybe a few bytes from the middle as well. :arrow: Q: Can I process video files w...
by rednoah
06 Sep 2024, 03:55
Forum: Episode / Movie Naming Scheme
Topic: Force "absolute Episode count" on Input?
Replies: 4
Views: 403

Re: Force "absolute Episode count" on Input?

:idea: You can configure FileBot to use Episode Order: Absolute . FileBot will then only be aware of absolute numbers and thus only match (and format) with absolute numbers: https://www.filebot.net/forums/viewtopic.php?t=14356 :idea: You are dealing with Anime . That can be tricky at times. Reading ...
by rednoah
06 Sep 2024, 03:41
Forum: Scripting and Automation
Topic: Please tell me my superstrict handler script is not necessary
Replies: 16
Views: 3140

Re: Please tell me my superstrict handler script is not necessary

colon() already takes care of normalizing surrounding white space as well. You'll want to use the Format Editor to run some tests, e.g. paste "a: b".colon(' ') and see the result. You are using Groovy: https://www.filebot.net/forums/viewtopic.php?t=10824 But this question is more of a &qu...
by rednoah
04 Sep 2024, 15:01
Forum: Scripting and Automation
Topic: Please tell me my superstrict handler script is not necessary
Replies: 16
Views: 3140

Re: Please tell me my superstrict handler script is not necessary

This is what I mean. My script can't possibly know where to put a : for a proper match for such cases. I wish there was a way to do a strict filtering with /.../ but ignoring any missing special characters. Please read my previous reply again, bearing in mind that it already gives you the solution ...
by rednoah
04 Sep 2024, 07:33
Forum: Scripting and Automation
Topic: Filebot Script (Unraid) Folder removal
Replies: 7
Views: 534

Re: Filebot Script (Unraid) Folder removal

:arrow: You can write your own delete scripts that deletes files indiscriminately. Be careful with that though. :?: The other thing of interessant would be why the folder is "not empty" at the time. :?: What does the complete console output say? The beginning of the console output will mir...