OSMC stopped adding new shows

Hi,

My VERO 4K+ has stopped adding new shows.
I’ve tried to reboot, update library, send update from SickChill but no cigar…
I see the missing shows if I brows to them using the Videos\Files and they are accessible. I am using FSTAB + NFS shares.
All shows are managed by Sickchill.

https://paste.osmc.tv/hutenekapa

Can you browse to clone wars in TV Shows, bring up the info window, hit refresh, all episodes, ignore local, and then after it finishes tell it to update the library again. Does this make the new episodes for this show populate?

Hi,

When I do that the show appears.

https://paste.osmc.tv/tinetuzoto

My guess is that SickChill is making nfo files that some kind of incorrect information in them and that is causing your problem. If you want to keep using that feature you would probably have to look there for a solution to that problem. Otherwise you can repeat what I posted for each show with an issue (It makes Kodi bypass the nfo file) or alternatively you would need to delete (or fix) all the nfo files and rescan your TV show source/s to get proper scraping entries in your database.

1 Like

ok, thank you. I will contact the sickchill devs.

1 Like

Hi again,

Now ive been in contact with the sickchill dev and he confirmed that he had fixed a problem in the url in the nfos.
So I removed all nfo files from my shows and then did a resan from OSMC. Some shows are still missing?! (example The Sinner, Star Wars Clone wars, DEVS)

https://paste.osmc.tv/ehuzodacog

Go to Video>files and context menu over “Serier” and click on the “change content” setting. Set the content type to none, click OK, and then tell it to NOT remove content. Context menu over “Serier” again, select “set content” and setup the scraper as it was originally and hit OK. When it asks if you want to rescan the source select yes. If that does not make all your shows scrape correctly then put the contents of one of the nfo files that is not working in https://paste.osmc.tv/ click the save icon, then post the url in this thread.

When i removed the nfo files and did the context flip the shows turned up in osmc. But then i tried to add a new show and it didnt work.
This is the nfo.

https://paste.osmc.tv/yokurozofo.xml

I never looked into how using login works with scraping but you have an issue with the url tag as what you posted does not work, but if I replace it by itself with what would be stock without a logon…

  <episodeguide>
        <url cache="377269-en.xml">http://thetvdb.com/api/439DFEBA9D3059C6/series/377269/all/en.zip</url>
  </episodeguide>

then it scrapes mostly okay. The “mostly” is that the nfo file is a bit thin and it lacks a lot of common tags such as rating, runtime, all the artwork, etc. You might be better off just turning off nfo generation in sickchill and let Kodi sort it out on its own. Otherwise this is a Sickchill issue and not an OSMC or Kodi one and so you need to work it out with their people.

Thank you!