Search found 22 matches

by sighunter
13 Nov 2023, 12:52
Forum: Ubuntu & Desktop Linux
Topic: Easy fix if the filebot GUI shows a grey screen and you use the sway window manager (and possibly others)
Replies: 3
Views: 6748

Re: Easy fix if the filebot GUI shows a grey screen and you use the sway window manager (and possibly others)

Razze wrote: 13 Nov 2023, 12:13 I'll add this for the time being https://github.com/flathub/net.filebot.FileBot/pull/18
I don't know if this is generally necessary, I used filebot with plain wayland for some time without issues, just a few days/weeks ago this started to happen
by sighunter
12 Nov 2023, 22:11
Forum: Ubuntu & Desktop Linux
Topic: Easy fix if the filebot GUI shows a grey screen and you use the sway window manager (and possibly others)
Replies: 3
Views: 6748

Re: Easy fix if the filebot GUI shows a grey screen and you use the sway window manager (and possibly others)

thanks, this helped me! my menus didn't show up and were only white and blank, I adapted your command for my flatpak install of filebot and I now start it this way: env -u WAYLAND_DISPLAY flatpak run net.filebot.FileBot also this should work too, I guess WAYLAND_DISPLAY= flatpak run net.filebot.File...
by sighunter
08 Jun 2021, 09:37
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35698

Re: HDR / Dolby Vision?

unfortunately windows store version is still FileBot 4.9.3 (r8340)
by sighunter
21 Mar 2021, 13:42
Forum: Episode / Movie Naming Scheme
Topic: HDR / Dolby Vision?
Replies: 39
Views: 35698

Re: HDR / Dolby Vision?

came here just to say I'm looking forward to {hdr} binding being fixed soon. It used to say HDR10, HDR10+ and now it just says HDR. Dolby Vision works. I don't want to edit all my presets and include "Format Commercial". Store Version FileBot 4.9.3 (r8340) / OpenJDK Runtime Environment 15....
by sighunter
27 Apr 2020, 10:53
Forum: Episode / Movie Naming Scheme
Topic: Need to pull YEAR of S01E01 of a series
Replies: 4
Views: 3764

Re: Need to pull YEAR of S01E01 of a series

https://www.filebot.net/forums/viewtopic.php?f=8&t=6228&p=43413#p43413 {episodelist.findAll{it.season == 1}.airdate.year.min()} {episodelist.find{it.season == 1 && it.episode == 1}.airdate.year} thanks, this was very helpful. I hate that tvdb changed this, but with this I can work a...
by sighunter
01 May 2019, 06:38
Forum: Help and Support
Topic: Clear "Rename History"
Replies: 12
Views: 13832

Re: Clear "Rename History"

thanks! this was indeed the cause of my problems: # filebot -mediainfo --format "{json}" "D:\Serien\The Romanoffs (2018)\Staffel 1\The Romanoffs (2018) S01E01 [1080p H.264 Web-DL E-AC3 5.1 Eng].mkv" {"@type":"Episode","seriesName":"The Romanovs&...
by sighunter
30 Apr 2019, 20:03
Forum: Help and Support
Topic: Clear "Rename History"
Replies: 12
Views: 13832

Re: Clear "Rename History"

1. The rename history has no effect on marching. 2. See FAQ for details where UWP app data is stored. Due to UWP file system isolation, certain file paths get redirect, so the file paths FileBot thinks it's using aren't actually the ones being used. thanks for clearing that up, I was not sure if th...
by sighunter
30 Apr 2019, 14:34
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

I think this is wrong "DTS ES XXCH XLL" : "DTS-ES", 6.1 ch ? because XLL is better then ES should be "DTS ES XXCH XLL" : "DTS-HD MA", https://wiki.videolan.org/DTS/ you got more info on "AC 3 Dep" ? you are correct of course, XLL stands for lossless...
by sighunter
30 Apr 2019, 14:17
Forum: Windows
Topic: Edit Presets Menu under Taskbar when maximized
Replies: 4
Views: 2618

Re: Edit Presets Menu under Taskbar when maximized

even better! sounds good thanks :)
looking forward to the next release
by sighunter
30 Apr 2019, 14:06
Forum: Help and Support
Topic: Clear "Rename History"
Replies: 12
Views: 13832

Re: Clear "Rename History"

sorry to revive this old thread but I am investigating a rename problem: https://i.imgur.com/UpFvYGC.png and I believe this is due to the rename history as I have renamed the first 4 files some months ago (when the thetvdb entry was not yet present) and I can't find my history.xml to delete. Win10 S...
by sighunter
30 Apr 2019, 12:13
Forum: Windows
Topic: Edit Presets Menu under Taskbar when maximized
Replies: 4
Views: 2618

Re: Edit Presets Menu under Taskbar when maximized

thanks rednoah, then I'll live with it
by sighunter
30 Apr 2019, 11:29
Forum: Windows
Topic: Edit Presets Menu under Taskbar when maximized
Replies: 4
Views: 2618

Edit Presets Menu under Taskbar when maximized

So this has been happening to me since like forever when filebot is maximized and I thought it would get fixed eventually but it never has been, so I'm now reporting it: https://i.imgur.com/6eJRH8e.jpg the "Edit Presets" button/link is under the taskbar and not clickable. workaround is to ...
by sighunter
30 Apr 2019, 09:52
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

{ import net.filebot.Language def mCFP = [ "FLAC" : "FLAC", "PCM" : "PCM", "MP3": "MP3", "E-AC-3 JOC": "E-AC-3", "DTS ES XXCH": "DTS-ES Discrete", "MLP FBA": "TrueHD", "MLP F...
by sighunter
29 Apr 2019, 15:15
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

So, as MediaInfo changed a bit and I realized how I was needlessly trying to replicate the logic already present in MediaBindingBean.java this is a new version of the snippet // somewhere at the top import net.filebot.Language { // map Codec + Format Profile def mCFP = [ "FLAC" : "FL...
by sighunter
13 Apr 2019, 10:15
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

thank you very much kim, devster and rednoah. I went with { au['Format_Commercial'] } like kim suggested and adapted the audio map
by sighunter
12 Apr 2019, 12:53
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

the script does not work for me any more with current filebot version 4.8.5 :(

https://www.reddit.com/r/filebot/comments/bcbs9u/rename_expression_does_not_pick_up_audio_codec/
by sighunter
18 Jun 2018, 08:32
Forum: Feature Requests and Bug Reports
Topic: HDR
Replies: 30
Views: 18808

Re: HDR

very nice, thanks!
by sighunter
16 Jun 2018, 07:21
Forum: Feature Requests and Bug Reports
Topic: HDR
Replies: 30
Views: 18808

Re: HDR

Got the 2second last code working, seems I am doing something wrong with the last 1. @BrutalRage { def mHDRCol = ["BT.709" : "NO", "BT.2020" : "YES"]; if(self.video[0].bitdepth != null && self.bitdepth >= 10 && self.video[0].colourprimaries !=...
by sighunter
14 Jun 2018, 11:30
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

I added some more codecs to the Codec + Format Profile map, if anyone needs. def mCFP = [ "AC3" : "AC3", "AC3+" : "E-AC3", "TrueHD" : "TrueHD", "TrueHD TrueHD+Atmos / TrueHD" : "TrueHD ATMOS", "DTS" : "DTS...
by sighunter
13 Jun 2018, 14:45
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 110
Views: 151713

Re: Multiple audio tracks with different codecs and languages

thanks for all the work, this was exactly what I needed and could never have done alone
by sighunter
19 Jan 2018, 10:28
Forum: Help and Support
Topic: UFC Fights (incl Fight Night, UFC on Fox, etc..)
Replies: 6
Views: 4006

Re: UFC Fights (incl Fight Night, UFC on Fox, etc..)

UFC Events are not in TheTVDB but rather TheMovieDB (https://www.themoviedb.org/movie/465372 ... -whittaker)
It should work if you treat them like movies. It can't separate Prelims/PPV/Early Prelims though
by sighunter
26 Aug 2016, 11:43
Forum: Help and Support
Topic: Mp3 Tagging?
Replies: 6
Views: 5056

Re: Mp3 Tagging?

Not sure. I've only ever used MusicBrainz Picard to tag music files: https://picard.musicbrainz.org/ That's the problem. I used that. And it at the genre per song. Not per band. So I'm trying to fix that. Many of my bands are separated by scram different genres. It's annoying. So that's what I'm tr...