Search found 51 matches

by Bazzu85
27 Jan 2023, 23:44
Forum: Feature Requests and Bug Reports
Topic: Filebot extracts episode title with a '\' character
Replies: 1
Views: 3773

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...
by Bazzu85
09 Oct 2022, 18:33
Forum: Feature Requests and Bug Reports
Topic: OpenSubtitles XML-RPC API deprecation (2023-12-31)
Replies: 2
Views: 783

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 wil...
by Bazzu85
08 Oct 2022, 00:45
Forum: Feature Requests and Bug Reports
Topic: OpenSubtitles XML-RPC API deprecation (2023-12-31)
Replies: 2
Views: 783

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!
by Bazzu85
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: 4487

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, O...
by Bazzu85
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: 4487

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 cons...
by Bazzu85
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: 4487

Re: Subtitles upload

rednoah wrote: 24 Dec 2021, 14:11 Are there any error messages in the log?
just checked the %appdata%\FileBot\logs\error.log and nothing

I deleted the error.log and retried the upload..the file remain empty..
If you want I can MP you the first file..
by Bazzu85
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: 4487

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..

Image

Clicking on Upload do nothing...
by Bazzu85
24 Jun 2021, 14:23
Forum: Windows
Topic: Collection language sometimes wrong
Replies: 5
Views: 8930

Re: Collection language sometimes wrong

rednoah wrote: 24 Jun 2021, 13:16 :arrow: viewtopic.php?t=1609
thx, what about the installation version? are there only the portable one for windows?
edit: sorry, I didn't read the 2nd point
by Bazzu85
24 Jun 2021, 13:08
Forum: Windows
Topic: Collection language sometimes wrong
Replies: 5
Views: 8930

Re: Collection language sometimes wrong

rednoah wrote: 24 Jun 2021, 12:08 Looks like requesting information with language=it instead of language=it-IT somehow makes TheMovieDB return English search results sometimes. I'll look into it.


EDIT:

FileBot r8700 should work better.
thx, how can I update to r8700?
by Bazzu85
24 Jun 2021, 12:00
Forum: Windows
Topic: Collection language sometimes wrong
Replies: 5
Views: 8930

Re: Collection language sometimes wrong

additionally trying the second Pocahontas movie the collection is correctly grabbed in italian:
https://imgur.com/a/JzyRRoV
by Bazzu85
24 Jun 2021, 11:10
Forum: Windows
Topic: Collection language sometimes wrong
Replies: 5
Views: 8930

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('['...
by Bazzu85
28 Apr 2021, 10:48
Forum: Episode / Movie Naming Scheme
Topic: {y} tag on show with special episodes
Replies: 5
Views: 2989

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.....
by Bazzu85
28 Apr 2021, 07:20
Forum: Episode / Movie Naming Scheme
Topic: {y} tag on show with special episodes
Replies: 5
Views: 2989

{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 -> r...
by Bazzu85
20 Apr 2021, 10:13
Forum: Windows
Topic: Resulting path+filename too long
Replies: 5
Views: 5343

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...
by Bazzu85
02 Apr 2021, 12:07
Forum: Windows
Topic: Resulting path+filename too long
Replies: 5
Views: 5343

Re: Resulting path+filename too long

rednoah wrote: 02 Apr 2021, 11:19
Bazzu85 wrote: 02 Apr 2021, 10:16 the question is...why filebot doesnt warn me of the too long path?
What does the warning say? Screenshot?
the problem is that filebot DON'T warn the user about it..
by Bazzu85
02 Apr 2021, 10:16
Forum: Windows
Topic: Resulting path+filename too long
Replies: 5
Views: 5343

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 -...
by Bazzu85
27 Mar 2021, 20:45
Forum: Feature Requests and Bug Reports
Topic: How do {vf}, {languages} and {lang} work?
Replies: 7
Views: 7360

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 : High@L3.1 Format settings : CABAC / 4 Ref Frames Format settings, CABAC : Si Format settings, Reference frame...
by Bazzu85
25 Mar 2021, 17:44
Forum: Feature Requests and Bug Reports
Topic: Format Expressions "source"
Replies: 11
Views: 6563

Re: Format Expressions "source"

kim wrote: 25 Mar 2021, 16:53 NF.NetflixHD
or just
NetflixHD

replace e.g.
WEBRip
So, why not DisneyHD or Disney+HD? DSNP is a format..the others are more readable
by Bazzu85
24 Mar 2021, 19:19
Forum: Feature Requests and Bug Reports
Topic: Format Expressions "source"
Replies: 11
Views: 6563

Re: Format Expressions "source"

kim wrote: 24 Mar 2021, 18:20 netflix = NF
file must be named e.g ...NF.WEBRip...
then
{source} = NF.WEBRip
{vs} = WEB-DL

This is how ppl name files on the web ;)
Yep..
So what's the case of NetflixHD?
by Bazzu85
24 Mar 2021, 14:04
Forum: Feature Requests and Bug Reports
Topic: Format Expressions "source"
Replies: 11
Views: 6563

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?
by Bazzu85
24 Mar 2021, 13:23
Forum: Feature Requests and Bug Reports
Topic: Format Expressions "source"
Replies: 11
Views: 6563

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?
by Bazzu85
24 Mar 2021, 10:54
Forum: Feature Requests and Bug Reports
Topic: Format Expressions "source"
Replies: 11
Views: 6563

Re: Format Expressions "source"

Hi,
what about adding DisneyPlus to sources?
by Bazzu85
12 Sep 2020, 10:23
Forum: Feature Requests and Bug Reports
Topic: Italian language not listed in preferences
Replies: 3
Views: 1975

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 n...
by Bazzu85
12 Sep 2020, 10:09
Forum: Feature Requests and Bug Reports
Topic: Italian language not listed in preferences
Replies: 3
Views: 1975

Italian language not listed in preferences

Hi, as title..see screenshot.. https://drive.google.com/file/d/1xmJmwMsQE0YuYIvP_M3aAxSIZf9bNgml/view?usp=sharing https://drive.google.com/file/d/11vxnGy4miZjqHWWTJeMMcyZFlbDoyDL3/view?usp=sharing in Rename tab under preferences there is no italian language. under Episode tab is present.. bug? sugge...
by Bazzu85
09 May 2020, 16:53
Forum: Feature Requests and Bug Reports
Topic: Subtitle download for multiple files say "No subtitle files"
Replies: 5
Views: 3356

Re: Subtitle download for multiple files say "No subtitle files"

I did a bit of debugging, and it seems that OpenSubtitles is now limiting results to 5 options per request, instead of 500 as far as I remember. As it happens, FileBot will search for subtitles by season if you process multiple episodes, which now no longer includes all options, just the first 5 of...