Closed Nessus85100 closed 10 years ago
not sure if i understand you correctly. you can play the movie with the supplied dbid.
If i can remember correctly i've already tried that and it didn't work. I will try it again and get back to you.
By the way, what's the proper code for this action, in case that i did it wrong ?
Cheers Nessus
Runscript(service.skin.widgets,movieid=$INFO[Window(home).Property(DBID)],resume=false/True) would work. if you do not use that addon i could also implement that function into my script.
had a look again, i was wrong. there is also no DBID supplied so no way atm to start the video. will add that.
I tried this...
this...
this...
and this...
and they are not working. What am i doing wrong ?
is something showin up when using $INFO[Window(Home).Property(SimilarLocalMovies.1.DBID)] in a label control?
Yes. The DBID it shows in a label control, but the file is not playing with the "onclick" action.
newest service.skin.widgets version installed?
Yes, v0.0.29
strange, workin here on my end. ( i use
Nope, is not working for me. Here is my item :
Debug log is in NearEvents issue.
Can you add a Play property to the script ?. Something like this : onclick>$INFO[Window(Home).Property(SimilarLocalMovies.1.Play)]</onclick
no, should be Runscript(service.skin.widgets,movieid=$INFO[Window(Home).Property(SimilarLocalMovies.1.DBID)],resume=false) in your case
Ah... ok. That worked. Sorry. Thanks
you´re welcome.
In "SimilarLocalMovies" feature (https://github.com/phil65/script.extendedinfo/blob/master/default.py#L118) is it possible to use the 'Play' call (https://github.com/phil65/script.extendedinfo/blob/master/Utils.py#L257) to play the movies in results that they are in the local VideoLibrary ?
Thanks Nessus