Search found 39 matches
- 24 Aug 2019, 08:29
- Forum: Feature Requests and Bug Reports
- Topic: Can't find "The spanish princess"
- Replies: 8
- Views: 1646
Re: Can't find "The spanish princess"
"I can't think of a way to visualize everything FileBot does internally. " Thats clear! But why not add one extra box below the result box, that does the same like the "shift click" and add another one for the ID of the selected website? That's super intuitive for every user and would help so much e...
- 23 Aug 2019, 20:32
- Forum: Feature Requests and Bug Reports
- Topic: Can't find "The spanish princess"
- Replies: 8
- Views: 1646
Re: Can't find "The spanish princess"
Here's a list of lists that are used for filtering: https://www.filebot.net/forums/viewtopic.php?t=360 There's thousands of entries. It constantly evolves as patterns are added to make certain file names work, or removed if previously added patterns have negative effects. :arrow: Best to just repor...
- 23 Aug 2019, 20:05
- Forum: Feature Requests and Bug Reports
- Topic: Can't find "The spanish princess"
- Replies: 8
- Views: 1646
Re: Can't find "The spanish princess"
:idea: When renaming files, use SHIFT-CLICK when clicking on TheTVDB to force manual query entry, and then just type the spanish princess , and it'll work. Thank you, worked great. It would be just great, if FileBot mentions the filtering and lets you choose a name or even the tv-db ID manually (si...
- 23 Aug 2019, 14:40
- Forum: Feature Requests and Bug Reports
- Topic: Can't find "The spanish princess"
- Replies: 8
- Views: 1646
Can't find "The spanish princess"
Windows 10 App Store Version So I'm using Filebot without any hassle for a long time. Suddenly it has troubles finding the correct series for https://www.thetvdb.com/series/the-spanish-princess The source file is named "The spanish princess S01E01" and so on. I get a list of all kind of series but n...
- 02 Feb 2019, 21:40
- Forum: Windows 10
- Topic: After the last MS store update, some of my presets are gone
- Replies: 5
- Views: 1259
Re: After the last MS store update, some of my presets are gone
1. When FileBot started today, it did hang (grayed out, unresposive). Then it restarted. I thought that was an update. In the file properties I see 16.8.2018 so most probably it was not an update. 2. FileBot 4.8.4 (r5829) JNA Native: 5.2.2 MediaInfo: 18.05 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Ext...
- 02 Feb 2019, 17:21
- Forum: Windows 10
- Topic: After the last MS store update, some of my presets are gone
- Replies: 5
- Views: 1259
Re: After the last MS store update, some of my presets are gone
It was a store version and I did just start it. Why the presets are gone I don't know but I use file it at least once a week and the are just gone right after the last update.
- 02 Feb 2019, 12:56
- Forum: Windows 10
- Topic: After the last MS store update, some of my presets are gone
- Replies: 5
- Views: 1259
After the last MS store update, some of my presets are gone
I just got an updated version of file bot from the MS store. Only my 4 presets for movies are still there, my presets for TV shows are gone.
How can I recover them?
How can I recover them?
- 02 Aug 2017, 19:55
- Forum: Windows 10
- Topic: How is FileBot determining the resolution? Cause its doing it wrong
- Replies: 5
- Views: 3013
Re: How is FileBot determining the resolution? Cause its doing it wrong
What's the exact resolution of the file you're talking about? 748x574 Or any other resolation where the height is smaller than 576 but bigger than 480. @see https://github.com/filebot/filebot/blob/master/source/net/filebot/format/MediaBindingBean.java#L353 Sorry,I dont understand that :( You could ...
- 31 Jul 2017, 20:21
- Forum: Windows 10
- Topic: How is FileBot determining the resolution? Cause its doing it wrong
- Replies: 5
- Views: 3013
How is FileBot determining the resolution? Cause its doing it wrong
After many years of relying on Filebots accuracy I just recognized that it handles PAL-DVD-resolution wrong. If a 576p is only cropped by some pixels, eg to 574 or 572 its recognized as 480p. Which is of course nonsense. It should be "above 480 and below 577 = 576p", because there is no 480p movie w...
- 25 Jul 2017, 11:47
- Forum: Windows 10
- Topic: Subtitles can't be found bei Filebot
- Replies: 1
- Views: 1245
Subtitles can't be found bei Filebot
So I logged in with my OpenSubtitle Account and searched for "Ervinka". No results.
I go directly to https://www.opensubtitles.org/en/search ... me-ervinka and find 4 subtitles.
What am I doing wrong?
I go directly to https://www.opensubtitles.org/en/search ... me-ervinka and find 4 subtitles.
What am I doing wrong?
- 25 Jul 2017, 11:36
- Forum: Help and Support
- Topic: Trouble with audio channels
- Replies: 47
- Views: 14435
Re: Trouble with audio channels
audioLanguages will give you a list of Language objects, so for each Language object, we get the ISO3 property, that gives use a list of String objects, from which we can remove the String object "eng". Thank you for the explanation :) For the nice support and the free upgrade o the new version as ...
- 25 Jul 2017, 09:31
- Forum: Help and Support
- Topic: Trouble with audio channels
- Replies: 47
- Views: 14435
Re: Trouble with audio channels
rednoah wrote: ↑25 Jul 2017, 09:07 Remove "eng" from the list:Code: Select all
audioLanguages.ISO3 - 'eng'
What's the ISO3 for?
So instead of
{audioLanguages}
it would be
{audioLanguages.ISO3 - 'eng'}
?
- 25 Jul 2017, 08:57
- Forum: Help and Support
- Topic: Trouble with audio channels
- Replies: 47
- Views: 14435
Re: Trouble with audio channels
PS: I'd use the new built-in {audioLanguages} binding though. This works perfect :) Could you help me with the code, so that it only display the language, if its not english [eng]? ../{n} aka {primarytitle} ({y}){' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REM...
- 24 Jul 2017, 22:27
- Forum: Windows 10
- Topic: After upgrading to 4.7.9 no folders are created
- Replies: 4
- Views: 2523
Re: After upgrading to 4.7.9 no folders are created
Destination path depends entirely on your format. All support for IMDb has been removed years ago, so that part definitely won't work. Thanks for reminding me, its removed now Same as (2.) except that the MediaInfo bindings you're using don't work for some other reason. Please run filebot -script f...
- 24 Jul 2017, 22:18
- Forum: Help and Support
- Topic: Trouble with audio channels
- Replies: 47
- Views: 14435
Re: Trouble with audio channels
I have a problem with media.Audio_Language_List on Windows 10 I use it in this syntax and it looks fine when I see how Filebot wants to rename it ../{n} aka {primarytitle} ({y}){' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT...
- 17 Apr 2017, 09:24
- Forum: Windows 10
- Topic: After upgrading to 4.7.9 no folders are created
- Replies: 4
- Views: 2523
Re: After upgrading to 4.7.9 no folders are created
I have found the solution for the renaming: you can select TWO "TheMovieDB", but one is for TV shows. Selecting the right one greys out the "Episode" field, then it works again.
- 17 Apr 2017, 09:16
- Forum: Windows 10
- Topic: After upgrading to 4.7.9 no folders are created
- Replies: 4
- Views: 2523
After upgrading to 4.7.9 no folders are created
I just upgraded from 4.7x to 4.7.9 (Windows 10 Pro, Filebot 64bit MSI) 1. I lost all my presets, they were empty after upgrading. Since this happened one time before I have a backup of my presets 2. No more folders are created. My presets should tell filebot to move movies/episodes in newly created ...
- 01 Jun 2014, 16:35
- Forum: Help and Support
- Topic: Standard Paths
- Replies: 5
- Views: 1436
Re: Standard Paths
Yes, but my previous location is most times a folder in my stadnard folder. Which means, this folder is not there any more after the renaming.
- 01 Jun 2014, 16:32
- Forum: Help and Support
- Topic: Renaming Formats gone after upgrade 4>4.1
- Replies: 7
- Views: 2526
Re: Renaming Formats gone after upgrade 4>4.1
Thx for correcting this!
- 01 Jun 2014, 16:30
- Forum: Help and Support
- Topic: Standard Paths
- Replies: 5
- Views: 1436
Re: Standard Paths
I use mklink quite often, but not for trival things like this. I already have quite many drive letters and a very nice flder structure that I would like to use. I also use my favorites (Windows 7) quite often.
I just would ask for standard paths that can be saved int the preferences.
I just would ask for standard paths that can be saved int the preferences.
- 01 Jun 2014, 16:21
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 73
- Views: 312879
Re: How about sharing our format expressions?
Movies (Filebot 4.1) ../{primarytitle}{' ('+net.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+')'} ({y}){' ['+fn.replaceAll(/(?i)directors|theatrical|ultimate/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT|ULTIMATE.CU...
- 01 Jun 2014, 16:11
- Forum: Help and Support
- Topic: Renaming Formats gone after upgrade 4>4.1
- Replies: 7
- Views: 2526
Re: Renaming Formats gone after upgrade 4>4.1
Thx, did work.
Where exactly shall I post may formats?
Where exactly shall I post may formats?
- 01 Jun 2014, 16:10
- Forum: Help and Support
- Topic: Where are subtitles saved?
- Replies: 2
- Views: 1118
Re: Where are subtitles saved?
Thx, works 

- 01 Jun 2014, 15:44
- Forum: Help and Support
- Topic: Renaming Formats gone after upgrade 4>4.1
- Replies: 7
- Views: 2526
Renaming Formats gone after upgrade 4>4.1
Please please please let there be an option to recover my renaming formats.
I have a backup of yesterday, I just need to know which files I have to restore.
It's really bad to just delete them when upgrading. I really invested much work to get them where I want them.....
I have a backup of yesterday, I just need to know which files I have to restore.
It's really bad to just delete them when upgrading. I really invested much work to get them where I want them.....
- 01 Jun 2014, 15:40
- Forum: Help and Support
- Topic: Standard Paths
- Replies: 5
- Views: 1436
Standard Paths
Is there any chance I can define standard paths (eg where are my movies located)? I alwas have to scroll through my explorer and cannot even use favorites, since they are not displayed by the GUI.
That would be great
That would be great
