Search found 24323 matches

by rednoah
Today, 18:10
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

You could try to modify /var/packages/java-installer/target/get-java.sh and replace: curl -fsSL -o "$JDK_TAR_GZ" --retry 5 "$JDK_URL" with: curl --insecure -fsSL -o "$JDK_TAR_GZ" --retry 5 "$JDK_URL" Then restart the NAS to trigger the auto-update on start.
by rednoah
Today, 17:46
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

I was somehow completely blind to openssl actually printing an error: verify error:num=20:unable to get local issuer certificate That matches the error from curl : * TLSv1.3 (OUT), TLS alert, unknown CA (560): * SSL certificate problem: unable to get local issuer certificate The Sectigo Public ...
by rednoah
Today, 14:56
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

Well, openssl seems to say that the certificate chain is good... What if you try this with curl ? $ curl -v -I 'https://download.bell-sw.com/java/21.0.9+11/bellsoft-jdk21.0.9+11-linux-arm32-vfp-hflt.tar.gz' * TLSv1.0 (OUT), TLS header, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Client ...
by rednoah
12 Dec 2025, 12:43
Forum: Help and Support
Topic: Plex just won't get the specials episode info right
Replies: 1
Views: 100

Re: Plex just won't get the specials episode info right

:arrow: Please share sample file paths as text so I can recreate your use case and run a few tests. :idea: Generally speaking, Plex requires standard TMDB / TVDB naming and numbering (HAMA is a unofficial 3rd party plugin that I myself am not very familiar with) so if you have AniDB named files and ...
by rednoah
11 Dec 2025, 16:42
Forum: macOS
Topic: naming .srt files the same as the corresponding .mkv in the same folder
Replies: 1
Views: 117

Re: naming .srt files the same as the corresponding .mkv in the same folder

:?: What are the file names you have? Please share sample file paths as text so that we can have a look. :idea: MediaInfo-based bindings such as {vc} and {hdr} or based on the corresponding primary video file even if the file at hand is a subtitle file. This notably only works if the video file ...
by rednoah
11 Dec 2025, 15:37
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

You could try to SSH into your DS414 and see what the openssl command says? rednoah@DS120j:~$ openssl s_client -connect download.bell-sw.com:443 CONNECTED(00000003) depth=2 C = GB, O = Sectigo Limited, CN = Sectigo Public Server Authentication Root R46 verify return:1 depth=1 C = GB, O = Sectigo ...
by rednoah
11 Dec 2025, 01:57
Forum: Synology NAS & Embedded Linux
Topic: The Java package is no longer available
Replies: 2
Views: 114

Re: The Java package is no longer available

https://get.filebot.net/syno/ works just fine. Maybe click Refresh and try again? Maybe remove SynoCommunity then Refresh then try again?
by rednoah
09 Dec 2025, 19:24
Forum: Scripting and Automation
Topic: Unraid, Qbittorrent and Filebot - Where to start?
Replies: 1
Views: 124

Re: Unraid, Qbittorrent and Filebot - Where to start?

:idea: In the context of an Unraid server, when you run "apps" like qBT / FileBot / Sonarr you are effectively talking about running a docker container for each of these "apps" which means you are effectively orchestrating a small homelab with multiple machines / applications talking to each other ...
by rednoah
09 Dec 2025, 04:25
Forum: Help and Support
Topic: { plex.tail } not working
Replies: 2
Views: 277

Re: { plex.tail } not working

:idea: FileBot 5.2.0 has known issues on Windows in this regard. FileBot 5.2.1 fixes the issue.

:arrow: The easy solution is to just use {~plex} instead:

Format: Select all

{ ~plex }
Plex / Kodi / Emby / Jellyfin Naming Schemes › Advanced {plex} operators
by rednoah
08 Dec 2025, 10:29
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

Linus wrote: 08 Dec 2025, 10:10 Okay, thank you for the information.
:?: Does it still not work if you try again? What DSM version / device are you using?
by rednoah
08 Dec 2025, 02:41
Forum: Windows
Topic: Renaming not creating folder structure
Replies: 2
Views: 343

Re: Renaming not creating folder structure

:idea: {sn} refers to the season name which may be undefined depending on the series at hand. You'll want to use Double-Click <New Names> item ➔ Edit Format after files have been matched to prototype your format on the actual series / episode information at hand. If you click on Edit Format before l ...
by rednoah
06 Dec 2025, 15:51
Forum: Episode / Movie Naming Scheme
Topic: Using {group} For Home Ripped Movies
Replies: 2
Views: 347

Re: Using {group} For Home Ripped Movies

Try this:

Format: Select all

D:\Temp\3. Filebot Output\homemovies\
{
	plex.id
	% { " {tmdb-$id}" }
	% { " {edition-$edition}" }
	% { " [$vs][$ac $channels][$vcf]" }
	% { fn.match(/[-][\w]+$/) }
}
:idea: Match information from the file path
by rednoah
04 Dec 2025, 17:23
Forum: Windows
Topic: Filebot deleting files instead of renaming
Replies: 3
Views: 2986

Re: Filebot deleting files instead of renaming

I wanted to mention that Filebot deleted two episodes while I was renaming a season. :?: Can you post screenshots that show us what you are doing? (we need file paths at the very least to try to reproduce the issue, your custom format would be helpful as well, other context like file systems ...
by rednoah
04 Dec 2025, 12:13
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

SSL certificates expire and get renewed all the time. It's very possible for something to work last year / month / week and not work this year / month / week.
by rednoah
03 Dec 2025, 16:03
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

:idea: The URL itself works: https://download.bell-sw.com/java/21.0.9+11/bellsoft-jdk21.0.9+11-linux-arm32-vfp-hflt.tar.gz :idea: But you're getting an SSL error: curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html curl ...
by rednoah
02 Dec 2025, 14:30
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

I don't have this package repository installed and never had. Then the issue you have is not the issue discussed on this thread. :?: What does the log say? :idea: If the log says Could not resolve host: ghproxy.cfd then you most assuredly are not using our java-installer package. If the log says ...
by rednoah
02 Dec 2025, 06:56
Forum: Episode / Movie Naming Scheme
Topic: [AniDB] Renaming Does Not Add Season
Replies: 3
Views: 780

Re: Renaming Does Not Add Season

I explicitly typed in what I wanted to see and the program spat it out. Is it a bug? Did I get lucky? More recent releases require you to explicitly type "I want {s00e00} numbers from TheTVDB" or "I want {s00e00} numbers from TheMovieDB" to get exactly that: {n} - {db.TheTVDB.s00e00} - {t} {[vf, vc ...
by rednoah
02 Dec 2025, 04:13
Forum: Episode / Movie Naming Scheme
Topic: [AniDB] Renaming Does Not Add Season
Replies: 3
Views: 780

Re: Renaming Does Not Add Season

:idea: AniDB does not have the concept of season numbers. Some years ago, some older versions of FileBot automatically injected TMDB / TVDB information for bindings like {s00e00} and while this sometimes works, it's also very confusing when it doesn't work, or doesn't work correctly. (NOTE: Mixing ...
by rednoah
02 Dec 2025, 03:00
Forum: Synology NAS & Embedded Linux
Topic: Problem installing Java Installer on Synology NAS
Replies: 46
Views: 25634

Re: Problem installing Java Installer on Synology NAS

This problem has been solved. The root cause is adding a 3rd party package repository that uses the same package ID as the official packages from our official repository.

Please read the posts above for details.
by rednoah
30 Nov 2025, 02:20
Forum: Episode / Movie Naming Scheme
Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
Replies: 14
Views: 6673

Re: why naming confuse to Nirvana in Fire {tmdb-64197}?

Kunanon wrote: 29 Nov 2025, 15:20 how do i edit on Nas Synology. can you provide me please
You mean how to edit a text file? You can do that via a SMB network share and then using your PC, or via ssh and vi if you're handy with the command-line, or maybe via the Synology Text Editor app?
by rednoah
29 Nov 2025, 09:03
Forum: Feature Requests and Bug Reports
Topic: webservice.fanart.tv down or API change
Replies: 1
Views: 1209

Re: webservice.fanart.tv down or API change

Should be fixed now.


:idea: You can report issues / and ask for updates in the official Discord channel: https://fanart.tv/
by rednoah
29 Nov 2025, 08:52
Forum: Anything and Everything else
Topic: [FAQ] How do I restore my Microsoft Store or Mac App Store purchase?
Replies: 2
Views: 47455

Re: [FAQ] How do I restore my Microsoft Store or Mac App Store purchase?

rs1001 wrote: 29 Nov 2025, 08:26 Has this been pulled from App Store
Apple does that from time to time for all kinds of reasons. Looks like it was just about clicking an OK button in the Paid Apps Agreement this time around. It should work again now.
by rednoah
27 Nov 2025, 06:22
Forum: Episode / Movie Naming Scheme
Topic: {tags} for Censored/Uncensored issue
Replies: 7
Views: 1483

Re: {tags} for Censored/Uncensored issue

Either is fine. The difference is that your command clears all xattr and not just the net.filebot.filename one. :idea: You can clear specific xattr with the filebot command as well, that has the upside that it works the same on all platforms, not just Windows: filebot -script fn:xattr /path/to/files ...
by rednoah
27 Nov 2025, 05:48
Forum: Episode / Movie Naming Scheme
Topic: {tags} for Censored/Uncensored issue
Replies: 7
Views: 1483

Re: {tags} for Censored/Uncensored issue

The original file name is stored to xattr metadata so that's probably where the information is coming from.


:idea: You can use PowerShell to add / remove / modify xattr metadata:

Shell: Select all

Remove-Item -Path "/path/to/file" -Stream "net.filebot.filename"
by rednoah
27 Nov 2025, 04:48
Forum: Episode / Movie Naming Scheme
Topic: {tags} for Censored/Uncensored issue
Replies: 7
Views: 1483

Re: {tags} for Censored/Uncensored issue

Sure, we can add Censored to the {tags} pattern. :!: Note that {tags} is a filename-based binding , so if you get Uncut then Uncut is in the file name, or the original file name, or the embedded media title, or the folder name. That would suggest that your current file name is now missing ...