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

Support for Windows users
Post Reply
whatapain
Posts: 2
Joined: 17 Jun 2023, 13:52

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

Post 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.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Certifications stopped working

Post 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.
:idea: Please read the FAQ and How to Request Help.
whatapain
Posts: 2
Joined: 17 Jun 2023, 13:52

Re: Certifications stopped working

Post 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?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Certifications stopped working

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply