Removing bogus groups from database

I've got bogus groups (SeriesID) in the database and would like to remove them.

I created the problem using bogus SeriesID's with curl based manual recordings.
When you told me to instead use manual/... I switched to that.
Problem is the old ID's are still in the database and result in errors in the log after every update, like this

2023/01/26 10:02:49.789784 [DVR] Refreshing metadata for Canary SUNDANCE Recording (9876543201)
2023/01/26 10:02:50.117937 [ERR] Could not find series 9876543201: gracenote error 1012: invalid_series_id
2023/01/26 10:02:50.117986 [DVR] Refreshing metadata for Canary DIY Recording (9876543210)
2023/01/26 10:02:50.393528 [ERR] Could not find series 9876543210: gracenote error 1012: invalid_series_id
2023/01/26 10:02:50.393566 [DVR] Refreshing metadata for Canary Reelz Recording (9876543219)
2023/01/26 10:02:50.796769 [ERR] Could not find series 9876543219: gracenote error 1012: invalid_series_id
2023/01/26 10:02:52.462676 [DVR] Refreshing metadata for Canary2 Recording (9876543219)
2023/01/26 10:02:52.824022 [ERR] Could not find series 9876543219: gracenote error 1012: invalid_series_id
2023/01/26 10:02:52.824102 [DVR] Refreshing metadata for Canary Recording (9876543210)
2023/01/26 10:02:53.096988 [ERR] Could not find series 9876543210: gracenote error 1012: invalid_series_id
2023/01/26 10:02:53.097061 [DVR] Refreshing metadata for Canary SUNDANCE Recording (9876543201)
2023/01/26 10:02:53.372932 [ERR] Could not find series 9876543201: gracenote error 1012: invalid_series_id
2023/01/26 10:03:28.418574 [DVR] Refreshing metadata for Fox Weather (9876543210)
2023/01/26 10:03:28.855920 [ERR] Could not find series 9876543210: gracenote error 1012: invalid_series_id

Since these SeriesID's are bogus, is there any way to delete them?

:+1:
The bogus SeriesID's are still in /dvr/groups?all=true but no longer show errors in the log
I haven't figured out a way to delete a group.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.