Search found 24318 matches
- Today, 01:57
- Forum: Synology NAS & Embedded Linux
- Topic: The Java package is no longer available
- Replies: 2
- Views: 53
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: 71
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: 225
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: 38
- Views: 25340
- 08 Dec 2025, 02:41
- Forum: Windows
- Topic: Renaming not creating folder structure
- Replies: 2
- Views: 268
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: 294
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: 2945
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: 38
- Views: 25340
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: 38
- Views: 25340
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: 38
- Views: 25340
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: 730
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: 730
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: 38
- Views: 25340
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: 6594
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: 1154
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: 47370
- 27 Nov 2025, 06:22
- Forum: Episode / Movie Naming Scheme
- Topic: {tags} for Censored/Uncensored issue
- Replies: 7
- Views: 1423
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 ...
- 27 Nov 2025, 05:48
- Forum: Episode / Movie Naming Scheme
- Topic: {tags} for Censored/Uncensored issue
- Replies: 7
- Views: 1423
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.
You can use PowerShell to add / remove / modify xattr metadata:
Shell: Select all
Remove-Item -Path "/path/to/file" -Stream "net.filebot.filename"- 27 Nov 2025, 04:48
- Forum: Episode / Movie Naming Scheme
- Topic: {tags} for Censored/Uncensored issue
- Replies: 7
- Views: 1423
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 ...
- 26 Nov 2025, 12:46
- Forum: Feature Requests and Bug Reports
- Topic: Feature Request: Make the Original File Name Text Selectable when Editing Name
- Replies: 1
- Views: 1311
Re: Feature Request: Make the Original File Name Text Selectable when Editing Name
:arrow: You will want to make your custom format generate the file names you want in the first place. If you want French titles, then you can select French in the language preferences . If you want French titles, but only if it's a French, or only if there's a French audio stream, or both, or ...
- 22 Nov 2025, 10:35
- Forum: Synology NAS & Embedded Linux
- Topic: Movies/Series/TV Shows
- Replies: 20
- Views: 5351
Re: Movies/Series/TV Shows
Not necessarily, for example, https://www.themoviedb.org/tv/59941-the-tonight-show-starring-jimmy-fallon is a TV show for me. :arrow: Well, you could check for multiple genres and / or add conditions as needed as you go, e.g. Reality Show | Talk Show = Emissions : { genres =~ /Reality|Talk ...
- 22 Nov 2025, 10:28
- Forum: Help and Support
- Topic: Invalid Movie Detection
- Replies: 5
- Views: 1818
Re: Invalid Movie Detection
:idea: I see. The TV series episode files are processed correctly. The movie files files are incorrectly processed as if they were TV series episodes, which leads to a clash, since you can't have the same target file twice. [MOVE] from [/volume1/input/Angels of Death/Angels of Death - Movie 001 ...
- 22 Nov 2025, 10:05
- Forum: Synology NAS & Embedded Linux
- Topic: Movies/Series/TV Shows
- Replies: 20
- Views: 5351
Re: Movies/Series/TV Shows
I don't know, hence my questions :) AFAIK, there is no intrinsic difference. Your Série and your Emission are the exact same thing as far as the database - and thus FileBot default behaviour - is concerned. :arrow: You can however make up your own rules, and then convert those rules into your ...
- 22 Nov 2025, 09:47
- Forum: Synology NAS & Embedded Linux
- Topic: Movies/Series/TV Shows
- Replies: 20
- Views: 5351
Re: Movies/Series/TV Shows
:?: How can FileBot know what you consider a Série or Emission ? What is a Série and how is it different from a Emission ? EDIT :idea: Note that I get the following results, so if you get different results, make sure to post the complete console output so that we can double-check the command and c ...
- 22 Nov 2025, 09:42
- Forum: Synology NAS & Embedded Linux
- Topic: Movies/Series/TV Shows
- Replies: 20
- Views: 5351
Re: Movies/Series/TV Shows
:!: Unfortunately, your answer is useless for the task at hand because both 13 novembre, le choix de Sonia (TV Series 2025) and Star Academy (TV Series 2001) are a TV Show as per TheMovieDB . Keep in mind that both Série or Emission translate to "TV Series" in English and are thus the same for me, ...