2012-04-24, 05:19
Im wondering how to remove tv shows from xbmc. I keep removing old shows that I no longer watch and they keep reappearing. I have even remove the folders from my server.
(2012-04-24, 06:18)jmarshall Wrote: Check your database using sqlite3 or similar. They'll be there because the paths are in the path table, possibly with content set on them. Clear them out from there and they should not reappear.
(2019-11-10, 16:43)cmakfr Wrote:You do realise you've bumped a 6 year old discussion? Start a new thread, describe your problem, include a debug log, sit back and brace yourself.(2012-04-24, 06:18)jmarshall Wrote: Check your database using sqlite3 or similar. They'll be there because the paths are in the path table, possibly with content set on them. Clear them out from there and they should not reappear.
I tried it (delete from path table), and the library clean feature did not remove the TvShow from video db.
But
Deleting from tvshow table did the trick : no more record of the deleted TvShow
(Im working on a SQLite query that will remove records in the tvshow table for which no related video file is found, in case of success, ill post it there)