cruzannavy Wrote:yeah i know it would have to be ahacky way around it. but if yuo read my other post. the xbmc subtitle script has a python to do jsut that. it returns a true if it detects .srt etc... and then display an image int he xbmc subtitle window. i was wondering if there was a way to jsut create that small line of code in a sperate python and have it run with when the dialog window opens ? thoughts?
should be reasonably easy to do (although you're never sure until you actually start to code it)...
run the script when the videoinfo dialog opens and pass ListItem.FileNameAndPath to the script.
the script should be able to check for the subtitle files and pass the result back to the skin as a window property.
something like that?

Search
Help