Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to see path subbed playlists when looking to create a shortcut for a playlist. #32

Open
vajonam opened this issue Feb 24, 2022 · 5 comments

Comments

@vajonam
Copy link

vajonam commented Feb 24, 2022

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.


<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?

@bartolomesoriano
Copy link
Owner

Does this work in the default Estuary skin? This does not seem to be a skin issue.

@vajonam
Copy link
Author

vajonam commented Feb 24, 2022

Yes, I am able to see then when I open the playlists folder. I think it might be an issue with https://forum.kodi.tv/showthread.php?tid=178294&pid=2546915#pid2546915 skin.shortcuts.

@bartolomesoriano
Copy link
Owner

Thanks. Amber uses skin.shortcuts, but I am not the developer of that addon.
To be clear, you cannot see your playlists when trying to add/change a menu/submenu item that you want to point to your playlist, correct?

@vajonam
Copy link
Author

vajonam commented Feb 24, 2022

To be clear, you cannot see your playlists when trying to add/change a menu/submenu item that you want to point to your playlist, correct?

Yes exactly. Browsing the the "Playlist >" nodes only shows the skin playlists and not that is in the subbed path. however when I add it manually. Everything works as expected from then on.

        <shortcut>
                <defaultID>hdaudio</defaultID>
                <label>HD Audio</label>
                <label2>Video Playlist</label2>
                <icon>DefaultPlaylist.png</icon>
                <thumb />
                <action>ActivateWindow(Videos,special://profile/playlists/video/HD Audio.xsp,return)</action>
                </shortcut>

@vajonam
Copy link
Author

vajonam commented Feb 24, 2022

Added a link here. BigNoid/script.skinshortcuts#247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants