Page 1 of 1

Certifications stopped working (after Microsoft Store Edition auto-update)

Posted: 17 Jun 2023, 14:06
by whatapain
This is my current script -

Shell: Select all

filebot -r --db TheTVDB -rename "D:/TV" --format "D:/TV2/{n} {[certification]}/{n} - {s00e00} - {t} [{any{certification}{'NR'}}]{'.'+lang}"  -non-strict
This has been working perfectly for a long time. Within the last couple weeks the 'Certification' has been missing on all of my files.

Did something change somewhere?

Jon.

Re: Certifications stopped working

Posted: 17 Jun 2023, 14:52
by rednoah
:arrow: Please use --db TheMovieDB::TV if you need {certification} information:

Console Output: Select all

$ filebot -rename . --db TheMovieDB::TV --format "{certification}/{n} - {s00e00} - {t}" --action TEST --log INFO
[TEST] from [Alias.1x01.mp4] to [TV-14/Alias - S01E01 - Truth Be Told.mp4]

:idea: TheTVDB APIv4 unfortunately no longers includes the certification / content rating in the API response.




EDIT:

Looks like TheTVDB APIv4 has fixed the issue by now. FileBot r9809 adds {certification} support to TheTVDB APIv4.

Re: Certifications stopped working

Posted: 18 Jun 2023, 12:56
by whatapain
Thanks rednoah.

I am using (r9760) and the windows store is not showing any updates available.

When will windows store have the vew version?

Re: Certifications stopped working

Posted: 18 Jun 2023, 15:11
by rednoah
whatapain wrote: 18 Jun 2023, 12:56 When will windows store have the vew version?
r9809 refers to the latest nightly build. The next stable release should be out in 1-2 months. I recommend switching to --db TheMovieDB::TV if you need {certification} working with the current release.