Where is the code for vortex and python integration with xbmc?
#1
Question 
I finally tried compiling xbmc... I'm curious about linking python to vortex.

Does anybody know where the vortex code lives (not presets, the actual vis).

In particular, the album art integration.

Also it would be useful to see how the C++ code of xbmc integrates with python.


Cheers,
S++
Reply
#2
See xbmc/lib/libPython for the python API.

The vortex source is closed unfortunately. You may wish to try and contact MrC regarding this.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Cheers, have sent MrC a message via the forum requesting the source be opened and if not possible outlining the feature request:

Quote:Hi,
I'm interested in integrating python with Vortex, however I didn't realise the source for Vortex is closed:
http://www.xbmc.org/forum/showthread.php?p=421158

Is there a chance of opening the source ?


If not I'd still like to request a feature Smile

Feature request:
Ability to kick off a python script that will return an image to be used as a texture.

I imagine this as similar to the album art functionality.
- Angel script kicks off named python script
- Python script fetches image (probably off net)
- Python script passes back downloaded file location.

It would be useful for the python script to be passed metadata such as -
- track playing (uri, album, trackname, artist etc)


I'd envision scripts being written to fetch images from flickr, google, morguefile, local filesystem etc.

S++
Reply

Logout Mark Read Team Forum Stats Members Help
Where is the code for vortex and python integration with xbmc?0