Search found 20868 matches
- Yesterday, 21:06
- Forum: Synology & QNAP & Embedded Linux
- Topic: Only rename files using an AMC script
- Replies: 1
- Views: 23
Re: Only rename files using an AMC script
The amc script cannot be used to only rename files. It's just not made for that use case. :idea: You could add --apply import to copy along companion files: https://www.filebot.net/forums/viewtopic.php?t=12172 :arrow: You'll probably want to do a simple filebot -rename call tailored to your specific...
- Yesterday, 19:45
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
You're clicking on the wrong button. Please click on the other button. You'll want to change the field that says Avatar (2009) to the movie you want to test with by clicking on the button next to that field. https://i.imgur.com/m9kJwtW.png :idea: Match Object is your sample Movie match object. Movie...
- Yesterday, 19:28
- Forum: Help and Support
- Topic: How to use if - else if - else properly?
- Replies: 8
- Views: 84
Re: How to use if - else if - else properly?
It looks fine to me as well. But it is being ignored. Every single "else if" is working. The "else" is not. We both see a screenshot that shows if-then-else working perfectly and not being ignored. Yes? No? :lol: Any other way of achieving this since "else" is not working? Please take a screenshot ...
- Yesterday, 19:25
- Forum: Windows
- Topic: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
- Replies: 7
- Views: 67
Re: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
The inner {...} are incorrect because are writing Groovy code, and not delimiting the beginning and the end of a Groovy code snippet, so:
viewtopic.php?t=1895
Code: Select all
{ hdr == 'Dolby Vision' ? 'Dolby Vision_' : hdr + bitdepth + '_' }

- Yesterday, 18:40
- Forum: Help and Support
- Topic: How to use if - else if - else properly?
- Replies: 8
- Views: 84
Re: How to use if - else if - else properly?

Looks good to me. The default sample Movie object correctly falls into the last else branch and injects "ELSE" into the target path.

- Yesterday, 18:29
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
:arrow: If you continue to have trouble, please post a screenshot so that we can see where you're stuck. Please post a screenshot of the windows you see and the button you're trying to click when nothing happens. Then we can use the screenshot above and compare to make sure that we are on the same ...
- Yesterday, 18:24
- Forum: Windows
- Topic: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
- Replies: 7
- Views: 67
Re: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
1. Keywords still does not work. :( What keyword are you checking for? What is the value of {info.keywords} for the movie you're testing with? :arrow: Note that we have already confirmed that checking for keywords fundamentally works in your other thread, so you'll want to take that as an example, a...
- Yesterday, 16:50
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
There are different ways of opening the format editor, but the language will always work the same. If you open it via Double-Click <New Names Item> ➔ Edit Format then the "sample data" is locked to the real data that you are currently working with. Otherwise it'll use generic sample data (i.e. Avata...
- Yesterday, 15:58
- Forum: Help and Support
- Topic: How to use if - else if - else properly?
- Replies: 8
- Views: 84
Re: How to use if - else if - else properly?
e.g. { if ('Marvel Studios' in info.productionCompanies) { return "./Marvel/($y) $n".tr(/?*:/,'.').upperInitial() } else if ('DC Films' in info.productionCompanies) { return "./DC/($y) $n".tr(/?*:/,'.').upperInitial() } else { return "./$n ($y)".tr(/?*:/,'.').upperInitial() } } {audioLanguages} ({vf...
- Yesterday, 15:52
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
I used to use that, but since I cannot change the sample (nothing happens when I push the folder icon to open a new media file), I simply write the code and then test it. Double-Click <New Names Item> ➔ Edit Format to prototype your custom format using the currently selected file / movie pair as sa...
- Yesterday, 15:26
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
You'll want to use the FileBot Desktop application to prototype your custom format code, if you're not doing so already: https://www.filebot.net/naming.html :arrow: Double-Click <New Names Item> ➔ Edit Format https://www.filebot.net/screenshots/format.png :arrow: Please watch the video tutorials to ...
- Yesterday, 15:23
- Forum: Help and Support
- Topic: How to use if - else if - else properly?
- Replies: 8
- Views: 84
Re: How to use if - else if - else properly?
e.g. { if ('Marvel Studios' in info.productionCompanies) { return "./Marvel/($y) " } else if ('DC Films' in info.productionCompanies) { return "./DC/($y) " } else { return "./" } } { n.tr(/?*:/,'.').upperInitial() } {audioLanguages} ({vf}.{vc}_{af}.{ac}) :idea: Keep in mind that the outermost {...} ...
- Yesterday, 15:12
- Forum: Windows
- Topic: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
- Replies: 7
- Views: 67
Re: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
Production Companies are listed in the Production Information section:
https://www.themoviedb.org/movie/495764 ... nformation

https://www.themoviedb.org/movie/495764 ... nformation

- Yesterday, 15:08
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
Here's what I see:

What do you see?


- Yesterday, 14:51
- Forum: Synology & QNAP & Embedded Linux
- Topic: Rename to German (via FileBot Node; when *.nfo file is present)
- Replies: 3
- Views: 52
Re: Rename to German
Looks like localization is skipped if the primary movie information is immediately known via the *.nfo file. That file is gone in the second test, and so the normal search-by-name logic happens. I'll look into that.
EDIT:
Fixed with FileBot r9212.
EDIT:
Fixed with FileBot r9212.
- Yesterday, 14:41
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
Your code works for my test case: 'dc extended universe' in info.keywords $ filebot -list --q 791373 --db TheMovieDB --format "{ny} | {info.keywords} | {'dc extended universe' in info.keywords}" Zack Snyder's Justice League (2021) | [superhero, based on comic, superhero team, dc extended universe, s...
- Yesterday, 14:34
- Forum: Windows
- Topic: Possible to use IMDB for movies? What do I do if info.productionCompanies doesn't work?
- Replies: 7
- Views: 67
Re: Possible to use IMDB for movies?


- 27 May 2022, 22:42
- Forum: Help and Support
- Topic: Is it possible to automatically detect Marvel movies and put them in their own folder?
- Replies: 20
- Views: 2219
Re: Is it possible to automatically detect Marvel movies and put them in their own folder?
Yes, you can do multiple if-then-else.
What's not working? What is your test case(s)? What does the Format Editor say?

- 27 May 2022, 15:51
- Forum: Synology & QNAP & Embedded Linux
- Topic: Rename to German (via FileBot Node; when *.nfo file is present)
- Replies: 3
- Views: 52
Re: Rename to German
Have German episode titles been entered yet for the series at hand in your chosen database?
- 26 May 2022, 16:09
- Forum: Scripting and Automation
- Topic: Trying to reprocess old music that already has cover.jpg
- Replies: 3
- Views: 65
Re: Trying to reprocess old music that already has cover.jpg
If it works, it works. I guess you had FileBot Node generate that amc script command. Makes sense to just use that as-is in this case then.
- 26 May 2022, 15:41
- Forum: Help and Support
- Topic: Filebot Mismatching Show (when using --q <id> to force a show)
- Replies: 3
- Views: 51
Re: Filebot Mismatching Show (when using --q <id> to force a show)
You can use the series name / year to force a series instead of the numeric ID. The former is bit more human readable. 

- 26 May 2022, 10:08
- Forum: Scripting and Automation
- Topic: Trying to reprocess old music that already has cover.jpg
- Replies: 3
- Views: 65
Re: Trying to reprocess old music that already has cover.jpg
The --apply import option might work:
viewtopic.php?t=11079
Note that the amc script probably isn't well-suited if you don't actually need any of the movie/episode auto-detection features.
viewtopic.php?t=11079

- 25 May 2022, 21:46
- Forum: Help and Support
- Topic: Filebot Mismatching Show (when using --q <id> to force a show)
- Replies: 3
- Views: 51
Re: Filebot Mismatching Show
If you force The Baby via --q 393566 then that is what you get. You can solve the problem by forcing the correct series, or by at least not forcing the wrong series. --q 271955 --q "The Chase (US) (2013)" e.g. $ filebot -rename The.Chase.US.S03E04.720p.WEB.h264-KOGi.mkv --db TheTVDB --q 271955 --act...
- 25 May 2022, 17:12
- Forum: Windows
- Topic: No Results Being Shown
- Replies: 2
- Views: 68
Re: No Results Being Shown
I've generated a test file to recreate the issue but it works out-of-the-box for me: Chicago.PD.S09E20.Memory.1080p.AMZN.WEB-DL.DDP5.1.H.264-KiNGS.mp4 :?: Please post the file path as text . The file extension and file path is not visible on your screenshot. Note that Episode Mode will ignore non-vi...
- 25 May 2022, 08:46
- Forum: Windows
- Topic: Matching files against TheTVDB does not work; the loading indicator keeps spinning forever
- Replies: 3
- Views: 68
Re: Filebot didn't work with tv series
If the loading indicator keeps running, then FileBot is not frozen. It's likely just stuck doing some network operation, waiting for a response that isn't coming due to network issues, maybe doing a few retries as well, and will eventually timeout and either work, or show you an error message. The l...