Today, 12:31 AM
Why do People metadata entries have parental ratings? The majority of a 'Shows' sync seems to be a flood of DBG messages like the following on the server:
So for every episode, it is scanning a parental rating of each person in the cast and returning a DBG message that it doesn't exist. For long-running shows with a large number of episodes, the sync stalls entirely.
Code:
[2025-11-04 19:12:12.241 -05:00] [DBG] "Donald Glover" has no parental rating set.
[2025-11-04 19:12:12.241 -05:00] [DBG] "Hiro Murai" has no parental rating set.
[2025-11-04 19:12:12.242 -05:00] [DBG] "Brian Tyree Henry" has no parental rating set.
[2025-11-04 19:12:12.243 -05:00] [DBG] "Lakeith Stanfield" has no parental rating set.
[2025-11-04 19:12:12.243 -05:00] [DBG] "Zazie Beetz" has no parental rating set.
[2025-11-04 19:12:12.415 -05:00] [DBG] "Donald Glover" has no parental rating set.
[2025-11-04 19:12:12.416 -05:00] [DBG] "Hiro Murai" has no parental rating set.
[2025-11-04 19:12:12.417 -05:00] [DBG] "Brian Tyree Henry" has no parental rating set.
[2025-11-04 19:12:12.418 -05:00] [DBG] "Lakeith Stanfield" has no parental rating set.
[2025-11-04 19:12:12.419 -05:00] [DBG] "Zazie Beetz" has no parental rating set.
[2025-11-04 19:12:12.420 -05:00] [DBG] "Stephen Glover" has no parental rating set.
[2025-11-04 19:12:12.615 -05:00] [DBG] "Donald Glover" has no parental rating set.
[2025-11-04 19:12:12.648 -05:00] [DBG] "Hiro Murai" has no parental rating set.
[2025-11-04 19:12:12.650 -05:00] [DBG] "Brian Tyree Henry" has no parental rating set.
[2025-11-04 19:12:12.651 -05:00] [DBG] "Lakeith Stanfield" has no parental rating set.
[2025-11-04 19:12:12.652 -05:00] [DBG] "Zazie Beetz" has no parental rating set.
[2025-11-04 19:12:12.652 -05:00] [DBG] "Stephen Glover" has no parental rating set.
[2025-11-04 19:12:12.799 -05:00] [DBG] "Donald Glover" has no parental rating set.
[2025-11-04 19:12:12.800 -05:00] [DBG] "Hiro Murai" has no parental rating set.
[2025-11-04 19:12:12.800 -05:00] [DBG] "Brian Tyree Henry" has no parental rating set.
[2025-11-04 19:12:12.801 -05:00] [DBG] "Lakeith Stanfield" has no parental rating set.
[2025-11-04 19:12:12.801 -05:00] [DBG] "Zazie Beetz" has no parental rating set.So for every episode, it is scanning a parental rating of each person in the cast and returning a DBG message that it doesn't exist. For long-running shows with a large number of episodes, the sync stalls entirely.
