Page 2 of 2

Re: Adult Movies

Posted: 27 Jun 2024, 15:07
by rednoah
Here's how you set custom settings the easy way:
rednoah wrote: 06 Nov 2022, 13:49 :arrow: Enable adult content in the TheMovieDB API:

Shell: Select all

filebot -script fn:properties --def net.filebot.TheMovieDB.adult=true
NOTE: You can of course set system environment variables or modify application files as you already did, the result is the same, but the configuration file is generally recommended.


e.g.

Console Output: Select all

$ filebot -script fn:properties --def net.filebot.TheMovieDB.adult=true
...
$ filebot -list --q "Lesbian Spank Inferno" --db TheMovieDB -non-strict
Lesbian Spank Inferno (2017)



:!: FileBot may be working with results that were previously cached when net.filebot.TheMovieDB.adult was still turned off, so if you're only working with a single test case, this is likely why it doesn't immediately work. You may need to run filebot -clear-cache once, or wait for for a few days. See Clear Cache for details.