Kodi Community Forum
v14 [SOLVED] Update not checking series on new disk - 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: v14 [SOLVED] Update not checking series on new disk (/showthread.php?tid=225454)



[SOLVED] Update not checking series on new disk - kl1k - 2015-04-27

I'm running OSMC with Kodi 14.1 on a R-Pi v2. Recently I've added a new NFS share - disk 5. (Which is in the sources.xml) If I browse to videos I can see the tv series on this disk.

When I do a update library the tv series on disk 5 are not added. In the debug logs I can see disk 1, 2 and 3 being scanned, but not disk 5.

Any ideas how to fix this?

Debug Logs:
http://xbmclogs.com/p7hnyymul


RE: Update not checking series on new disk - mkortstiege - 2015-04-27

Please ensure content was assigned to the recently added media source.


RE: Update not checking series on new disk - kl1k - 2015-04-27

The content is assigned to the share. I've got disk1, 2 and 4 present and added disk 5 under the same source:

Code:
<source>
            <name>TV Server</name>
            <path pathversion="1">nfs://192.168.1.202/home/disk1/TV/</path>
            <path pathversion="1">nfs://192.168.1.202/home/disk2/TV/</path>
            <path pathversion="1">nfs://192.168.1.202/home/disk4/TV/</path>
            <path pathversion="1">nfs://192.168.1.202/home/disk5/TV/</path>
            <allowsharing>true</allowsharing>
</source>



RE: Update not checking series on new disk - mkortstiege - 2015-04-27

AFAIK there was a multipath bug in 14.1. Please upgrade to 14.2 and report back.


RE: Update not checking series on new disk - kl1k - 2015-04-27

Thanks - that was the issue. Upgraded to 14.2 and its working fine now


RE: Update not checking series on new disk - mkortstiege - 2015-04-27

Great Smile