Solved Shared library using MySQL, won't detect some items - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Solved Shared library using MySQL, won't detect some items (/showthread.php?tid=350282) |
Shared library using MySQL, won't detect some items - Zoltrix - 2019-12-22 Hi all, I've had the same MySQL database for a while now. And have recently had a couple of issues after I upgraded my Windows HTPC to Kodi v19 and left my Nvidia Shield on v18. I did check beforehand and saw that v19 and v18 share the same database versions, so didn't think this would be a problem. When I setup v19 I didn't add some of my sources, but just put in the MySQL settings into advancedsettings.xml. The shared library came up fine, but when I did some library scans, it failed to pick up some new TV eps. I then added the missing sources, but the new eps weren't getting picked up. If I put in new eps now, those are picked up. But the eps that were there during the first scan with the sources missing don't get picked up. I tried removing the whole TV show that wasn't scanning in some new eps, doing a library clean, adding the TV show back in, and doing another scan. It won't pick up the entire show. For one of the shows that has some eps already in the library, and some that won't scan in. If I go into the video files view, right click on the individual ep and select "Scan to library", it states, "No information found!" Did not having the sources mapped during a library scan break something? Cheers, Zolt Shared library using MySQL, won't detect some items - Karellen - 2019-12-22 To receive meaningful assistance you will need to provide a full debug log. The instructions are here... debug log (wiki) If you are using the Basic Method, then ensure the following is applied... 1.Enable debugging in Settings>System Settings>Logging, 2.Restart Kodi 3.Replicate the problem. 4.Upload the log to Kodi Paste Site manually or use the Kodi Logfile Uploader. (wiki) With either method post the link to the log back here. If you are using the Advanced Method ensure you have correctly created and applied the advancedsettings.xml file (wiki) In both instances, you should see the word DEBUG throughout the log. Note: Full logs only. No partial or redacted logs Do NOT post your logs directly into the forum. Use the Kodi Paste Site. Post the link to your pasted log in the forum RE: Shared library using MySQL, won't detect some items - Zoltrix - 2019-12-22 Hi, Debug log here: https://paste.kodi.tv/eposiwubur.kodi I attempted to scan an individual episode into the library while the logging was enabled. RE: Shared library using MySQL, won't detect some items - Karellen - 2019-12-22 Log was ok, but unfortunately did not provide enough info. How did you scan an individual episode? Could you create another log, but this time at the TV Show level, select Scan for new content from the context menu. Even running an Update Library will provide more info rather than scanning a single episode. Did you use NFO Files to originally scan the tv show into the library? RE: Shared library using MySQL, won't detect some items - Zoltrix - 2019-12-22 (2019-12-22, 10:45)Karellen Wrote: Log was ok, but unfortunately did not provide enough info. How did you scan an individual episode?I scanned the individual episode by right clicking on it and selecting "Scan to library". Originally I did do an entire library scan, but it said the log was too large for both pastebin and the Kodi Paste Site. No I didn't use NFO files to originally scan the TV show into the library. I'll try it from the TV show level... RE: Shared library using MySQL, won't detect some items - Zoltrix - 2019-12-23 (2019-12-22, 10:45)Karellen Wrote: Could you create another log, but this time at the TV Show level, select Scan for new content from the context menu.I did another set of logs capturing the Scan for new content at the TV Show level: https://paste.kodi.tv/wadenesuhi.kodi RE: Shared library using MySQL, won't detect some items - Karellen - 2019-12-23 Yep that helps. You originally scraped that TV Show using the TVDB scraper. But now you are trying to add new episodes to that show using TheMovieDB scraper. The two sites use different API's which are not interchangeable. So either switch back to TVDB or Refresh the TV Show (not the episodes) to download the new <episodeguide> URL. RE: Shared library using MySQL, won't detect some items - Zoltrix - 2019-12-23 (2019-12-23, 11:40)Karellen Wrote: Yep that helps. Yep that was it, can't believe it was something so simple. I wonder what caused the scraper to change, as I didn't change it. Thanks for the help. Shared library using MySQL, won't detect some items - Karellen - 2019-12-23 Thread marked solved. |