Share library on web with MovieDB
#1
Hello!
I use this to share my library with friends. I adapted it to work with xbmc If someone need, I provide the script and attach the installation instructions.

What we need:
- Ember Media Manager - Revisited - download from here: http://forum.xbmc.org/showthread.php?tid=90682
- Movie database with nfo's and posters
- Server with PHP and MySQL

How to install:
- copy _xbmc_export_to_moviedb catalog to EMM templates (..\Ember Media Manager\Langs\html\)
- run EMM and export all movies (select Tools->Export movie list) choose this template and save as *.sql file
- open a mdb_config.inc file and configure to connect with sql database:
* $this->config['mysql']['server'] = "server adress";
* $this->config['mysql']['username'] = "user name";
* $this->config['mysql']['password'] = "pass";
* $this->config['mysql']['database'] = "database";
* $this->config['mysql']['table'] = "table";
- copy exported *.sql file and catalog posters to ../antexport/ script catalog.
- upload all to server and go to moviedb/index.php
- movie database load automatically

Download:
http://www.mediafire.com/download.php?ximkqsgansq2hw0

*// Sorry for my english

Screenshot:

first templates
Image
Image
Image
Image

Second templates:

Image

To choose template edit mdb_config.inc file and change "default" to "dark".


*// SORRY FOR MY ENGLISH
Reply
#2
Looks nice! Hopefully some of the couchpotato developers take notice of this before adding a similar functionality to their app as the design looks well thought out.
Reply
#3
Thanks for the great work!! Gonna try it out tonight after work.

/* dobrze zobaczyc polski akcent na forum Smile aby tak dalej, pozdro */
Reply

Logout Mark Read Team Forum Stats Members Help
Share library on web with MovieDB0