Kodi Community Forum
no video playlists when using path substituions. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: no video playlists when using path substituions. (/showthread.php?tid=367193)



no video playlists when using path substituions. - vajonam - 2022-02-23

When using path substitution, I am not able to find any of my video playlists. However when display just "Playlists" I can navigate to them and execute them.

xml:
        <substitute>
          <from>special://profile/playlists/video</from>
          <to>nfs://NFS_SERVER/NFS_PATH/playlists/video</to>
        </substitute>

I need to do this because on the NVIDIA Shield I cannot mount a NFS share and symlink to it like I have other other linux based clients. I can do a custom menu item but will nice to get this working. anyone else have this issue?


RE: no video playlists when using path substituions. - Klojum - 2022-02-24

Does the Nvidia Shield support system-based NFS client connections? I never tried using Kodi-internal NFS paths.
My substitutions work with NFS but only on Linux devices with nfs mounts on the OS.


RE: no video playlists when using path substituions. - vajonam - 2022-02-24

Yes NVIDIA shield supports NFS client. 

All the other bits work, it's just the "skin.shortcuts' browser that doesn't seem to resolve / apply those when searching for playlists. So when I go browse playlist-> it only shows the skin shortcuts none of the video shortcuts.


RE: no video playlists when using path substituions. - vajonam - 2022-02-24

Apparently, https://forum.kodi.tv/showthread.php?tid=178294&pid=2546915#pid2546915 this is kodi python api issue.