Hoping someone knows the path to where Tuners and tv guide caches are stored on PMS (Debian Bookworm).
I’m seeing all sort of errors in log as Plex is trying to find an old tuner and related tv guide data even though I deleted the old tuner and it says it’s been marked as dead.
Just want to start fresh with live tv & dvr as it would be way too much work to start again wifh PMS.
Delete your existing DVR from Plex Media Server if it still exists. (Optionally delete any scheduled recordings before doing so.)
Stop PMS.
Back up your existing Plex database (path below).
Assuming you installed the native Linux package with all default paths, run the following: sudo "/usr/lib/plexmediaserver/Plex SQLite" "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db" "DELETE FROM media_provider_resources;"
Back up and then delete all files starting with “tv.plex.providers.epg.*” from
/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/
Start PMS.
This should remove all traces of the DVR and TV from your system. It will however leave any schedule recordings in-place. You can delete those as part of step 1 if you’d like.
If anything goes wrong, you should be able to recover by restoring the databases you backed up in steps 3 and 5. If it were me, I’d probably back up the entire Plex data directory in step 3, just to be safe.
I really thought that would do it but sadly, that didn’t fix it. The errors keep coming in the logs. I use a standard XML file but from the logs the entries are ghosts from past xmls.
Did you delete all of your previously-scheduled recordings? Those errors suggest that it’s trying to refresh its subscriptions (scheduled recordings) but is unable to because the guide data no longer matches.
If you do still have old scheduled recordings it would be best to delete them and start over. If you’ve got a bunch to delete, you can whack them all with: sudo "/usr/lib/plexmediaserver/Plex SQLite" "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db" "DELETE FROM media_subscriptions;"