Kodi Community Forum

Full Version: is it possible to play movies from python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

i wonder if it´s possible to start a movie from python that resides on a smb share

and second question is if it possible to make imdb search with python script
just use xbmc, no need to do it in python
it can be useful !
try this :
xbmc.player().play(url)

i used this with url=something like q:\directory\file.strm (for a stream)

but you can try to replace url with something like : http://ipadressof your pc/filename.avi

tell us more !
see ya !
(solexalex @ sep. 14 2004,22:48 Wrote:it can be useful !
try this :
xbmc.player().play(url)

i used this with url=something like q:\directory\file.strm (for a stream)

but you can try to replace url with something like : http://ipadressof your pc/filename.avi

tell us more !
see ya !
thanks for the answer i will try that.

i'm making database directory for my xvid movies on my server. and i trying to write a python script to read my xml file.
awesome! sounds like a very cool project. let us know how it goes.