Search found 24326 matches
- Yesterday, 04:35
- Forum: Scripting and Automation
- Topic: [DOCS] How do I select only specific files from the input folder?
- Replies: 0
- Views: 136
[DOCS] How do I select only specific files from the input folder?
GUI Presets allow you to set a default input folder from which files are loaded. An additional file filter expression allows you to select only specific files from that default input folder. e.g. select only video files: f.video e.g. select only episode files: f.episode e.g. select only movie files ...
- 15 Dec 2025, 03:32
- Forum: Feature Requests and Bug Reports
- Topic: plex movie format missing tmdb id in file name
- Replies: 2
- Views: 207
Re: plex movie format missing tmdb id in file name
The Plex naming guidelines call for the tmdb id to be present both in the enclosing directory name as well as the file name :idea: 1 ID marker in the file path is fine. Adding it twice is unnecessary and has no effect . :arrow: That said, you can use the {plex} binding with the ** operator to ...
- 15 Dec 2025, 03:21
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
- 14 Dec 2025, 18:10
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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.
- 14 Dec 2025, 17:46
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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 ...
- 14 Dec 2025, 14:56
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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 ...
- 12 Dec 2025, 12:43
- Forum: Help and Support
- Topic: Plex just won't get the specials episode info right
- Replies: 1
- Views: 173
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 ...
- 11 Dec 2025, 16:42
- Forum: macOS
- Topic: naming .srt files the same as the corresponding .mkv in the same folder
- Replies: 2
- Views: 194
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 ...
- 11 Dec 2025, 15:37
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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 ...
- 11 Dec 2025, 01:57
- Forum: Synology NAS & Embedded Linux
- Topic: The Java package is no longer available
- Replies: 2
- Views: 175
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?
- 09 Dec 2025, 19:24
- Forum: Scripting and Automation
- Topic: Unraid, Qbittorrent and Filebot - Where to start?
- Replies: 1
- Views: 159
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 ...
- 09 Dec 2025, 04:25
- Forum: Help and Support
- Topic: { plex.tail } not working
- Replies: 2
- Views: 326
Re: { plex.tail } not working
Format: Select all
{ ~plex }- 08 Dec 2025, 10:29
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
- 08 Dec 2025, 02:41
- Forum: Windows
- Topic: Renaming not creating folder structure
- Replies: 2
- Views: 405
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 ...
- 06 Dec 2025, 15:51
- Forum: Episode / Movie Naming Scheme
- Topic: Using {group} For Home Ripped Movies
- Replies: 2
- Views: 398
Re: Using {group} For Home Ripped Movies
Try this:
Match information from the file path
Format: Select all
D:\Temp\3. Filebot Output\homemovies\
{
plex.id
% { " {tmdb-$id}" }
% { " {edition-$edition}" }
% { " [$vs][$ac $channels][$vcf]" }
% { fn.match(/[-][\w]+$/) }
}- 04 Dec 2025, 17:23
- Forum: Windows
- Topic: Filebot deleting files instead of renaming
- Replies: 3
- Views: 3025
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 ...
- 04 Dec 2025, 12:13
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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.
- 03 Dec 2025, 16:03
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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 ...
- 02 Dec 2025, 14:30
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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 ...
- 02 Dec 2025, 06:56
- Forum: Episode / Movie Naming Scheme
- Topic: [AniDB] Renaming Does Not Add Season
- Replies: 3
- Views: 838
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 ...
- 02 Dec 2025, 04:13
- Forum: Episode / Movie Naming Scheme
- Topic: [AniDB] Renaming Does Not Add Season
- Replies: 3
- Views: 838
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 ...
- 02 Dec 2025, 03:00
- Forum: Synology NAS & Embedded Linux
- Topic: Problem installing Java Installer on Synology NAS
- Replies: 48
- Views: 26090
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.
Please read the posts above for details.
- 30 Nov 2025, 02:20
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 14
- Views: 6788
Re: why naming confuse to Nirvana in Fire {tmdb-64197}?
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?
- 29 Nov 2025, 09:03
- Forum: Feature Requests and Bug Reports
- Topic: webservice.fanart.tv down or API change
- Replies: 1
- Views: 1257
Re: webservice.fanart.tv down or API change
Should be fixed now.
You can report issues / and ask for updates in the official Discord channel: https://fanart.tv/
- 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: 47525