is it possible to play movies from python?
#1
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
Livingroom: MacMini Mid summer 2010 4Gb RAM HDMI to Pioneer PDP-434 Plasma 1080i
Kitchen: one xbox 1.1 executer 2.3 chip 120 GB in HD 720p mode
Bedroom: Computer Intel Quad 9400, 8 GB RAM, NVIDIA GTX260, Vista Ultimate 64, Ubuntu 10.10
Reply
#2
just use xbmc, no need to do it in python
Reply
#3
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 !
Reply
#4
(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.
Livingroom: MacMini Mid summer 2010 4Gb RAM HDMI to Pioneer PDP-434 Plasma 1080i
Kitchen: one xbox 1.1 executer 2.3 chip 120 GB in HD 720p mode
Bedroom: Computer Intel Quad 9400, 8 GB RAM, NVIDIA GTX260, Vista Ultimate 64, Ubuntu 10.10
Reply
#5
awesome! sounds like a very cool project. let us know how it goes.
For scripts, script development tools, and documentation, visit my website:
http://www.maskedfox.com/xbmc/
Reply

Logout Mark Read Team Forum Stats Members Help
is it possible to play movies from python?0