TVDB scraping issues
#1
Sorry, new here, hoping I am posting in the right place.

I have been using TVDB as my scraper on XBMC (on raspberry pi) for months without issues, all my TV shows were updated up until last week, as I add new seasons or episodes to a series. Last week I added new episodes to a series in my library and from there it just doesn't update (episodes numbered and in order as per TVDB). Shows already in my library remains as is, just without the new episodes or new seasons.

This has been going on for over a week and I finally decided to clean the library and update from scratch again (it bothers me more that it doesn't update, than to work with what is already in my library) If I want to play the new content, I literally have to go and select the episode from the files.

The update ran, all shows were added, but most of them are "empty" - no episodes are visible OR it's scrambled. For instance under 7th Heaven I find Hannibal episodes listed (not all of them, just about 5). Under 8 Simple Rules I find Sofia the First, 24 gives me Penny Dreadful and so on.

What do I need to do please? This is driving me bonkers.
Thank you
Reply
#2
Please post a complete debug log so we can see what's going on while scanning. Sounds like it fails to enumerate stuff. Not sure why episodes are added to wrong shows tbh.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
Is this what you need?

//////////////////// REQUEST //////////////////

{
endTime = "2014-06-21 05:41:29 +0000";
id = "-2068757673";
methodCall = {
id = "-2068757673";
jsonrpc = "2.0";
method = "VideoLibrary.Scan";
params = {
directory = "";
};
};
startTime = "2014-06-21 05:41:29 +0000";
}

|||||||||||||||||| RESPONSE ||||||||||||||||||||

{
id = "-2068757673";
jsonrpc = "2.0";
result = OK;
}

//////////////////// REQUEST //////////////////

{
endTime = "2014-06-21 05:43:10 +0000";
id = "-1824212497";
methodCall = {
id = "-1824212497";
jsonrpc = "2.0";
method = "Player.GetProperties";
params = {
playerid = 1;
properties = (
currentsubtitle,
subtitleenabled,
subtitles
);
};
};
startTime = "2014-06-21 05:43:10 +0000";
}

|||||||||||||||||| RESPONSE ||||||||||||||||||||

{
id = "-1824212497";
jsonrpc = "2.0";
result = {
currentsubtitle = {
};
subtitleenabled = 1;
subtitles = (
);
};
}

//////////////////// REQUEST //////////////////

{
endTime = "2014-06-21 05:43:11 +0000";
id = "-1932236872";
methodCall = {
id = "-1932236872";
jsonrpc = "2.0";
method = "Player.SetSubtitle";
params = {
playerid = 1;
subtitle = off;
};
};
startTime = "2014-06-21 05:43:11 +0000";
}

|||||||||||||||||| RESPONSE ||||||||||||||||||||

{
id = "-1932236872";
jsonrpc = "2.0";
result = OK;
}
Reply
#4
(2014-06-21, 07:58)elleznom Wrote: Is this what you need?

I imagine he wanted a debug log
Reply
#5
Switched debugging on and this is what I got. Will try again...
Reply
#6
Switched back to Frodo and everything is working again...
Reply

Logout Mark Read Team Forum Stats Members Help
TVDB scraping issues0