Kodi Community Forum
How to hide Playpath of the video in add ons - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: How to hide Playpath of the video in add ons (/showthread.php?tid=116634)



How to hide Playpath of the video in add ons - ftafartout - 2011-12-10

Hi all;
I need help how to hide the playpath of the live stream video. In the xml playlist, I can see the channels. When I hold the play middle button of the remote, the play path will show up. How I can hide it or disable it?. Any help is ver welcome.


- el_Paraguayo - 2011-12-15

Not sure if this will help you, but this is how I do it in one of my scripts:

PHP Code:
xplaylist xbmc.PlayList(xbmc.PLAYLIST_VIDEO)
xplaylist.clear()
listitem xbmcgui.ListItem('Random Movie')
listitem.setInfo('video', {'Title''Random Movie'})
xplaylist.add(pathToMovielistitem=listitem



Where you put this file - ftafartout - 2011-12-20

Thank you for the reply. Where I suppose to put this file?. Is there any setting in XBMC to hide video/Audio playpath?. Thank you


Where I suppose to put this file? - ftafartout - 2011-12-28

Where I suppose to put this file?. Thank you


- Ned Scott - 2011-12-28

you can't do what you are asking. Stop asking.