Hi,
thx for explaining it to me!
the {order.absolute.sxe} works but only when there's not an absolute (ex One piece S00E07).
How can I test if {order.absolute.sxe} return a value so I can decide if use it or not?
Search found 53 matches
- 26 Apr 2025, 22:56
- Forum: Feature Requests and Bug Reports
- Topic: TMDB - get absolute number for specials
- Replies: 4
- Views: 5843
- 26 Apr 2025, 10:02
- Forum: Feature Requests and Bug Reports
- Topic: TMDB - get absolute number for specials
- Replies: 4
- Views: 5843
TMDB - get absolute number for specials
Hi, I don't understand how tmdb episode aboslute number works. For this show 80020 For S03E01 filebot return absolute 20 but on trakt is listed as 3x01 (21) https://www.themoviedb.org/tv/80020-dragon-ball-heroes/season/3/episode/1 https://trakt.tv/shows/super-dragon-ball-heroes/seasons/3/episodes/1 ...
- 27 Jan 2023, 23:44
- Forum: Feature Requests and Bug Reports
- Topic: Filebot extracts episode title with a '\' character
- Replies: 1
- Views: 4362
Filebot extracts episode title with a '\' character
Hi, I'm facing a issue with this show with italian language: https://thetvdb.com/series/attack-on-tomorrow for example the episode 22 is extracted by filebot like this: Mimì e le ragazze della pallavolo - 1x22 - L\'ultima partita but on TVDB the title is like this L'ultima partita this cause filebot ...
- 09 Oct 2022, 18:33
- Forum: Feature Requests and Bug Reports
- Topic: OpenSubtitles XML-RPC API deprecation (2023-12-31)
- Replies: 2
- Views: 1496
Re: opensubtitles API deprecation
FileBot does indeed use the legacy API. It's stable and works. At a glance, the new API does not seem to provide any benefits to end user but does seem to still be missing important features such as the ability to upload subtitles. 2023-12-31 end of life, API endpoint will be turned off FileBot ...
- 08 Oct 2022, 00:45
- Forum: Feature Requests and Bug Reports
- Topic: OpenSubtitles XML-RPC API deprecation (2023-12-31)
- Replies: 2
- Views: 1496
OpenSubtitles XML-RPC API deprecation (2023-12-31)
Hi,
I found this:
https://forum.opensubtitles.org/viewtop ... 11&t=17930
the current implementation I think is not using the rest API because no API key is needed!
I found this:
https://forum.opensubtitles.org/viewtop ... 11&t=17930
the current implementation I think is not using the rest API because no API key is needed!
- 26 Dec 2021, 18:54
- Forum: Feature Requests and Bug Reports
- Topic: Subtitles upload broken [InaccessibleObjectException: Unable to make field private Spliterator accessible]
- Replies: 9
- Views: 6413
Re: Subtitles upload
Huh. Looks like were shipping some broken dependencies... :arrow: FileBot r9018 should fix that issue. You can try the portable zip from the beta package downloads to see if it works now: https://www.filebot.net/forums/viewtopic.php?t=1609 :!: However, once upload itself works on the client-side ...
- 24 Dec 2021, 14:47
- Forum: Feature Requests and Bug Reports
- Topic: Subtitles upload broken [InaccessibleObjectException: Unable to make field private Spliterator accessible]
- Replies: 9
- Views: 6413
Re: Subtitles upload
I would need both video file and subtitle file pair for testing. EDIT: You could try to run filebot with a console window. Might show errors that somehow didn't get written to the log file. The Upload button doing nothing at all is very strange... mp to you.. can you link me a guide to use the ...
- 24 Dec 2021, 14:22
- Forum: Feature Requests and Bug Reports
- Topic: Subtitles upload broken [InaccessibleObjectException: Unable to make field private Spliterator accessible]
- Replies: 9
- Views: 6413
- 24 Dec 2021, 13:59
- Forum: Feature Requests and Bug Reports
- Topic: Subtitles upload broken [InaccessibleObjectException: Unable to make field private Spliterator accessible]
- Replies: 9
- Views: 6413
Re: Subtitles upload
Hi, here I'm again with the same problem..
2 years ago I resolved uploading using the site...
today I have to upload a bunch of subs and doesn't works..

Clicking on Upload do nothing...
2 years ago I resolved uploading using the site...
today I have to upload a bunch of subs and doesn't works..

Clicking on Upload do nothing...
- 24 Jun 2021, 14:23
- Forum: Windows
- Topic: Collection language sometimes wrong
- Replies: 5
- Views: 9868
Re: Collection language sometimes wrong
thx, what about the installation version? are there only the portable one for windows?
edit: sorry, I didn't read the 2nd point
- 24 Jun 2021, 13:08
- Forum: Windows
- Topic: Collection language sometimes wrong
- Replies: 5
- Views: 9868
- 24 Jun 2021, 12:00
- Forum: Windows
- Topic: Collection language sometimes wrong
- Replies: 5
- Views: 9868
Re: Collection language sometimes wrong
additionally trying the second Pocahontas movie the collection is correctly grabbed in italian:
https://imgur.com/a/JzyRRoV
https://imgur.com/a/JzyRRoV
- 24 Jun 2021, 11:10
- Forum: Windows
- Topic: Collection language sometimes wrong
- Replies: 5
- Views: 9868
Collection language sometimes wrong
Here's my actual script: {f[0..1]}/ { String x = self.collection ?: n; x = x.charAt(0) ArrayList<String> array = new ArrayList<String>() array.add('1') array.add('2') array.add('3') array.add('4') array.add('5') array.add('6') array.add('7') array.add('8') array.add('9') array.add('0') array.add ...
- 28 Apr 2021, 10:48
- Forum: Episode / Movie Naming Scheme
- Topic: {y} tag on show with special episodes
- Replies: 5
- Views: 4210
Re: {y} tag on show with special episodes
thx for the extended reply.. in the meantime I started to rename with this code: year = episodelist.findAll{ it.season == 1 }.airdate.year.min().toString() folder.toString().replace('('+y+')' , '('+year+')') for the folder name..this is similar to your last suggestion.. talking about the emby team ...
- 28 Apr 2021, 07:20
- Forum: Episode / Movie Naming Scheme
- Topic: {y} tag on show with special episodes
- Replies: 5
- Views: 4210
{y} tag on show with special episodes
Hi, I use the {ny} or {y} tag when renaming and I have some scenarios where some shows has the special episodes aired before the first episodes examples: Cobra Kai (1984) -> first episode is in 2018 -> resulting file name is Cobra Kai (1984) - S01E01 One Piece (1998) -> first episode is in 1999 ...
- 20 Apr 2021, 10:13
- Forum: Windows
- Topic: Resulting path+filename too long
- Replies: 5
- Views: 6877
Re: Resulting path+filename too long
FileBot will warn you about the ~250 character limit per file path component which is actively enforced by Windows Explorer and various Windows APIs. AFAIK, the ~250 character limit per file path no longer exists. :idea: You can have file paths with up to ~4000 characters and more, but each file or ...
- 02 Apr 2021, 12:07
- Forum: Windows
- Topic: Resulting path+filename too long
- Replies: 5
- Views: 6877
- 02 Apr 2021, 10:16
- Forum: Windows
- Topic: Resulting path+filename too long
- Replies: 5
- Views: 6877
Resulting path+filename too long
Hi, for my pattern: { folder.toString().replace('\\'+n+'\\', '\\'+ny+'\\').replace(folder.name, folder.name.before('\\[')).replace(': ',' ').replace('?','') } [ {vf} { if (vc == 'x265' || vc == 'HEVC') ' HEVC' else if (vc == 'AVC' || vc == 'x264') ' x264' else '' } ] [ { audioLanguages.collect { i ...
- 27 Mar 2021, 20:45
- Forum: Feature Requests and Bug Reports
- Topic: How do {vf}, {languages} and {lang} work?
- Replies: 7
- Views: 9393
Re: How do {vf}, {languages} and {lang} work?
Hi, I'm noticing some files with 640x360 resolution and {vf} is 480p. As I know this is 360p.. what I'm missing? Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : [email protected] Format settings : CABAC / 4 Ref Frames Format settings, CABAC : Si Format settings, Reference ...
- 25 Mar 2021, 17:44
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 8305
- 24 Mar 2021, 19:19
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 8305
- 24 Mar 2021, 14:04
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 8305
Re: Format Expressions "source"
maybe I miss something..
what's the case for disney and netflix?
disney: DSNP.WEBRip
netflix?
do you have an example?
what's the case for disney and netflix?
disney: DSNP.WEBRip
netflix?
do you have an example?
- 24 Mar 2021, 13:23
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 8305
Re: Format Expressions "source"
For example
Raya and the Last Dragon (2021) Disney+ UHD 4K to 1080-FHD HEVC E-OPUS 5 1 HR-DR
Another question..why netflixhd and amazonhd and not the simplest netflix and Amazon?
Raya and the Last Dragon (2021) Disney+ UHD 4K to 1080-FHD HEVC E-OPUS 5 1 HR-DR
Another question..why netflixhd and amazonhd and not the simplest netflix and Amazon?
- 24 Mar 2021, 10:54
- Forum: Feature Requests and Bug Reports
- Topic: Format Expressions "source"
- Replies: 11
- Views: 8305
Re: Format Expressions "source"
Hi,
what about adding DisneyPlus to sources?
what about adding DisneyPlus to sources?
- 12 Sep 2020, 10:23
- Forum: Feature Requests and Bug Reports
- Topic: Italian language not listed in preferences
- Replies: 3
- Views: 2441
Re: Italian language not listed in preferences
You'll have to scroll down. The scroll bar is oddly missing, but scrolling down with mouse wheel or keyboard cursor keys should work nonetheless. I just noticed that selecting a language and using the keyboard to go down, other languages appear as you say.. the mouse scroll is not working.. maybe ...