How to hide Playpath of the video in add ons
#1
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.
#2
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
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
#3
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
#4
Where I suppose to put this file?. Thank you
#5
you can't do what you are asking. Stop asking.

Logout Mark Read Team Forum Stats Members Help
How to hide Playpath of the video in add ons0