PDA

View Full Version : Remote databases


benjamintm
2005-01-01, 19:44
is it possible to access a remote database from xbmc? i currently store all of my music on my pc and share it with xbmc via smb. this works, but the music database becomes out of date as i add new tracks. ideally, i would have my pc update its locally stored database every night during maintance and have xbmc access that database instead of creating it's own on the xbox.

thanks,
ben

jmarshall
2005-01-01, 19:59
sure, if you write the pc app to do the database stuff, then you could (for instance) write a python script to copy it from the pc to the xbox when xbmc boots.