Solved How open ActivateWindow(VideoLibrary,MovieTitles) with TAG parameter?
#1
How open ActivateWindow(VideoLibrary,MovieTitles) with TAG parameter?
Want to add it on remote.xml so I can open movie library using a specific TAG. For example a tag of movies of 2012
Thanks
Reply
#2
anyone?

UPDATE:
I found this
http://wiki.xbmc.org/index.php?title=Ope...nd_Dialogs

Will test with ActivateWindow(VideoLibrary,MovieTags)
But how to pass the name of the TAG?

UPDATE2:
Will this work?
ActivateWindow(VideoLibrary,videodb://1/9/ABC) where ABC is the name of the TAG
Reply
#3
None worked...

Anyone can help?
Possible a bug with movietag?
Reply
#4
I tried this and found a way to do it. Select the Tag you want and bring up the contextual menu and select "add to favorites". Then go to userdata (wiki)/favourites.xml and it will tell you what to put for ActivateWindow. I made a tag called "Test" and it gave me this "ActivateWindow(10025,"videodb://1/9/1/")", so it looks like it's not easy to formulate the value by hand.
Reply
#5
Will try. Thanks!!
Reply
#6
Ned, is it possible go back from this link (when press back button) to home screen instead of going back to TAGs lists?
When I press back XBMC goes to TAG list.
Thanks
Reply
#7
Try ActivateWindow(10025,"videodb://1/9/1/",return)
or
ActivateWindow(10025,"videodb://1/9/1/",root)
Reply
#8
Worked!

I missed the comma before "return"
thanks!

UPDATE:
I did some tests and this one worked too:
ActivateWindow(VideoLibrary,";videodb://1/9/2/";,return)

The number 2 after "9/" is the idTag at TAG table in MyVideos*.db

I tried ActivateWindow(VideoLibrary,";videodb://1/9/abc/";,return) but didn't worked. But its ok. Its working as I wanted!

I created a tag with all movies with subtitles and when I press the red button at my remote, all movies with subtitles appear.
Who knows in the future XBMC can include external subtitle as a new stream (database)

Thanks you all for the help.
Reply

Logout Mark Read Team Forum Stats Members Help
How open ActivateWindow(VideoLibrary,MovieTitles) with TAG parameter?0