Search found 24281 matches
- Today, 11:38
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 12
- Views: 1430
Re: why naming confuse to Nirvana in Fire {tmdb-64197}?
i don't want it remember the match and consider the remembered match. There's no downside, as long as you use Revert to undo mistaken hardlink operations. That said, you can turn off xattr metadata via the configuration file. and can i edit .excludes file? for delete some folder i want to rename ...
- Today, 05:38
- Forum: Ubuntu & Desktop Linux
- Topic: Ubuntu (.deb) Repository Failing, 24.04 LTS
- Replies: 6
- Views: 29608
Re: Ubuntu (.deb) Repository Failing, 24.04 LTS
i guess you updated your repo since but just change universal to stable :) There notably is a universal and stable repository. The stable repository exists for legacy reasons and provides an architecture-specific package for amd64 platforms only. The universal repository will work on all platforms ...
- Yesterday, 12:11
- Forum: Episode / Movie Naming Scheme
- Topic: AMC: Pushover Custom Message Format?
- Replies: 9
- Views: 611
Re: AMC: Pushover Custom Message Format?
FileBot r10850 adds additional extension methods to take care of image caching / scaling / conversion because posting 2000x3000 images to the API is probably a bit much: def APPLICATION_TOKEN = '<YOUR APPLICATION TOKEN>'; def USER_KEY = '<YOUR USER KEY>'; { source, target, metadata -> if (type ...
- Yesterday, 11:25
- Forum: Episode / Movie Naming Scheme
- Topic: AMC: Pushover Custom Message Format?
- Replies: 9
- Views: 611
Re: AMC: Pushover Custom Message Format?
You could try something like this: def APPLICATION_TOKEN = '<YOUR APPLICATION TOKEN>'; def USER_KEY = '<YOUR USER KEY>'; { source, target, metadata -> if (type =~ /Episode/) { submit 'https://api.pushover.net/1/messages.json', [ token: APPLICATION_TOKEN, user: USER_KEY, title: '📺 ' + target.na ...
- 13 Nov 2025, 05:47
- Forum: Episode / Movie Naming Scheme
- Topic: AMC: Pushover Custom Message Format?
- Replies: 9
- Views: 611
Re: AMC: Pushover Custom Message Format?
Very nice! I'm happy to see users expand upon the examples and make new things. I've updated the Notify via Pushover example with my take on your ideas.
- 13 Nov 2025, 01:51
- Forum: Episode / Movie Naming Scheme
- Topic: AMC: Pushover Custom Message Format?
- Replies: 9
- Views: 611
Re: AMC: Pushover Custom Message Format?
:idea: model allows you to access all bindings for all matches. :idea: The File source, File target, Object metadata trio are the parameters you get when using a closure the iterates over the model . In the context of such a closure, all bindings are also available. :arrow: The Hello World can serve ...
- 12 Nov 2025, 16:22
- Forum: Windows
- Topic: Filebot never completes "Prune Empty Folders"
- Replies: 5
- Views: 605
Re: Filebot never completes "Prune Empty Folders"
:?: Does anything change if you remove the net.filebot.glass.effect=false custom setting? :idea: The stack trace don't show any threads currently running any FileBot code, just UI framework code. That's strange considering it's supposed to be running the Prune Empty Folders code and be stuck there ...
- 12 Nov 2025, 03:17
- Forum: Feature Requests and Bug Reports
- Topic: How can i set TheTVDB as default seriesDB in 5.2.0?
- Replies: 5
- Views: 2350
Re: How can i set TheTVDB as default seriesDB in 5.2.0?
FileBot r10846 fixes this particular issue. It was caused by FileBot not using all possible options as a failsafe when the likely matches come up empty due to low string similarity of query / series name. Thank you for reporting the issue.
- 12 Nov 2025, 01:41
- Forum: Episode / Movie Naming Scheme
- Topic: AMC: Pushover Custom Message Format?
- Replies: 9
- Views: 611
Re: AMC: Pushover Custom Message Format?
- 11 Nov 2025, 15:18
- Forum: Help and Support
- Topic: naming with multiple audio and codec
- Replies: 2
- Views: 315
Re: naming with multiple audio and codec
e.g.
Format: Select all
{ audio.collect{ it.Language.upper() + ' ' + it.Format.removeAll(/\W/) + ' ' + it.Channels + 'ch' }.join(', ') }Code: Select all
EN AC3 2ch, JA AC3 2ch- 11 Nov 2025, 11:20
- Forum: macOS
- Topic: com.apple.provenance issues
- Replies: 4
- Views: 4239
Re: com.apple.provenance issues
:idea: DSM will store all the additional information into the @eaDir folder: $ find . ./@eaDir/Alias - S01E01 - Truth Be Told.mkv@SynoEAStream ./@eaDir/Alias - S01E01 - Truth Be Told.mkv@SynoResource ./@eaDir/Alias - S01E01 - Truth Be Told.mkv/SYNOINDEX_MEDIA_INFO ./Alias - S01E01 - Truth Be Told ...
- 11 Nov 2025, 02:42
- Forum: Windows
- Topic: Filebot never completes "Prune Empty Folders"
- Replies: 5
- Views: 605
Re: Filebot never completes "Prune Empty Folders"
:?: What does System Information say? :idea: Please run filebot from console and then press CTRL+BREAK or CTRL+SHIFT+PAUSE (see Capturing a Java Thread Dump ) on your keyboard (while the console window is in focus) when FileBot is stuck. That'll print stack traces and tell us exactly where FileBot ...
- 11 Nov 2025, 01:30
- Forum: Synology NAS & Embedded Linux
- Topic: Movies/Series/TV Shows
- Replies: 1
- Views: 372
Re: Movies/Series/TV Shows
:idea: "series" and "TV shows" are usually the same thing. What exactly are you trying to do? What exactly are you struggling with? Feel free to include sample file paths as text so that we can see what you can see. :?: What have you tried? What did the console output say? (the console output is the ...
- 10 Nov 2025, 06:32
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 12
- Views: 1430
Re: why naming confuse to Nirvana in Fire {tmdb-64197}?
:idea: I've created sample files and I cannot reproduce the Nirvana in Fire {tmdb-64197} issue: [TEST] from [/input/Art/Entertainment/Anime/TV Series/([email protected]) Spy x Family (2022-2023)/01 - ([email protected]) Spy x Family 1st (2022)/Spy x Family 1st (2022) EP-23.mkv] to ...
- 10 Nov 2025, 06:07
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 12
- Views: 1430
Re: why naming confuse to Nirvana in Fire {tmdb-64197}?
Yep, that's the complete console output. I'll have a look and run some tests.
- 10 Nov 2025, 06:03
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 12
- Views: 1430
- 10 Nov 2025, 05:39
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 12
- Views: 1430
Re: why naming confuse to Nirvana in Fire {tmdb-64197}?
I mean the complete console output, not just the command. Like this. If I have the console output as text, then I can copy & paste the input file paths, recreate your use case with empty files, and run tests.
- 10 Nov 2025, 05:36
- Forum: Synology NAS & Embedded Linux
- Topic: need help! how to use filebot on Container manager (DSM7.2.2)
- Replies: 36
- Views: 12746
Re: need help! how to use filebot on Container manager (DSM7.2.2)
Yes, the Configure Thai fonts settings will be available in the next release. We are looking into automatically switching fonts depending on the characters at hand, but that might be tricky to do efficiently or without downsides as it's not necessary for the vast majority of users. EDIT: :idea: You ...
- 09 Nov 2025, 12:21
- Forum: Synology NAS & Embedded Linux
- Topic: need help! how to use filebot on Container manager (DSM7.2.2)
- Replies: 36
- Views: 12746
Re: need help! how to use filebot on Container manager (DSM7.2.2)
I ran tests with filebot-xpra and can confirm that Thai fonts don't work by default. Installing the fonts-thai-tlwg packages makes Thai character show up correctly. We'll add that package to the list of packages installed by default for our filebot-xpra container.
- 09 Nov 2025, 07:06
- Forum: Episode / Movie Naming Scheme
- Topic: why naming confuse to Nirvana in Fire {tmdb-64197}?
- Replies: 12
- Views: 1430
Re: why naming confuse to Nirvana in Fire {tmdb-64197}?
Can you copy & paste the console output as text so that I can copy & paste the file paths as text to run tests?
- 07 Nov 2025, 17:06
- Forum: Help and Support
- Topic: Renaming folders and files but NOT moving the folders
- Replies: 5
- Views: 2307
Re: Renaming folders and files but NOT moving the folders
f.dir.dir is simply "the parent folder of the parent folder of the file at hand" and that's it. If the file at hand is X:/A/B/C/D.txt then: f = X:/A/B/C/D.txt f.dir = X:/A/B/C f.dir.dir = X:/A/B f.dir.dir.dir = X:/A :idea: Your custom format therefore assumes a certain file structure. If the "the ...
- 07 Nov 2025, 13:05
- Forum: Help and Support
- Topic: Renaming folders and files but NOT moving the folders
- Replies: 5
- Views: 2307
Re: Renaming folders and files but NOT moving the folders
Where is the extra folder path name coming from?
f is the current file path. f.dir is the parent folder of that and so on.
Maybe you need to do f.dir.dir.dir to capture the folder path you want from the original file path?
f is the current file path. f.dir is the parent folder of that and so on.
Maybe you need to do f.dir.dir.dir to capture the folder path you want from the original file path?
- 07 Nov 2025, 00:44
- Forum: Help and Support
- Topic: Renaming folders and files but NOT moving the folders
- Replies: 5
- Views: 2307
Re: Renaming folders and files but NOT moving the folders
You could add {f.dir.dir} to the beginning of your format to generate exactly the absolute target file path you want. Note that you will also need to enable Import companion files if you want to process folders like “Featurettes” alongside their corresponding movie file. Note that you can also exp ...
- 03 Nov 2025, 23:53
- Forum: macOS
- Topic: com.apple.provenance issues
- Replies: 4
- Views: 4239
Re: com.apple.provenance issues
Strange indeed. Maybe try with sudo? Maybe try on folder specifically not with -r? Maybe try -c? Maybe run a few tests to set / remove custom xattr on folders to see if that works?
- 03 Nov 2025, 10:57
- Forum: Windows
- Topic: Font is very small
- Replies: 8
- Views: 15579
Re: Font is very small
You can set the scale factor via Settings ➔ Display ➔ Scale as shown below: https://www.youtube.com/watch?v=i1pqJoZ7-BY :idea: You may need to restart your computer / restart FileBot for the display scale settings to take effect. :idea: If Accessibility settings don't work, then they probably just do ...
