• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 12
[WIP] Media Manager for NAS coded in php
tamplan Wrote:Not at home to confirm the version i use, seem to be even+pvr (sure to use pvr).

Can you post here the structure of the 2 tables path (music and video) with phpmyadmin without exporting your data ?

I uploaded the structures as pdf on my webserver, sorry its in german (couldn't find the option for changing language in phpmyadmin) but its hopefully self-explanatory.

http://koshu.de/xbmc_music18_structure.pdf
http://koshu.de/xbmc_video58_structure.pdf
Reply
Koshu Wrote:I uploaded the structures as pdf on my webserver, sorry its in german (couldn't find the option for changing language in phpmyadmin) but its hopefully self-explanatory.

http://koshu.de/xbmc_music18_structure.pdf
http://koshu.de/xbmc_video58_structure.pdf
Thanks,

The first link(music) does not work for me, the second indicates the structure are the same for you and me.

Perhaps, the sources table is empty and my code buggy.
Reply
tamplan Wrote:Thanks,

The first link(music) does not work for me, the second indicates the structure are the same for you and me.

Perhaps, the sources table is empty and my code buggy.

Sorry, had a typo in the url:

http://koshu.de/xbmc_music18_structure.pdf
Reply
I have the same structure here for the music database too.

I know here the problem is. The sources table empty cause the problem.

You can read this post http://forum.xbmc.org/showpost.php?p=994...tcount=115 the time i code the solution and update the client_path and the settings (change fr to de) fields with phpmyadmin, then go in the administration part of the application, the in sources to modify the server path.
Reply
Issue solved with this file at https://github.com/tamplan/Media-Manager...68958b585e
Reply
I forgot some empty folders in git, now there are.

Sorry, i learn to use git coding this application and made some errors...
Reply
Checked out the latest git. Couldn't get past spinning wheel again so modified the config.php again to look like:

Quote:$config['base_url'] = 'http://domain/folder';

That works, I can get to step 2.

Then I try to upload the advancedsettings.xml and it fails.

Checked my apache access logs and noticed this:
Quote:94.171.144.91 - - [20/Jan/2012:23:26:10 +0000] "POST /folder/setup/advancedsettings HTTP/1.1" 200 990
94.171.144.91 - - [20/Jan/2012:23:26:10 +0000] "GET /folder/setup/i_database HTTP/1.1" 500 546

It seems to be referencing a /setup directory which doesn't exist.
Reply
Drop the database MyXmbc, I don't drop it in my code (a mistake)
Reply
With the latest source at Github.

Step 1: It is missing the "setup/*" folders

Step2 uploading advancedsettings.xml stays with a hardcoded path of "c:\fakepath\advancedsettings.xml"
Reply
I was able to go through the wizard and I'm now in the main interface. It loads the information from the database (good job looks quite nice) but no thumbnails are shown. The links with genres, actors etc are working but when i klick direktly on a movie i get following errors:

Code:
ERROR - 2012-01-21 01:06:19 --> Severity: Notice  --> Undefined variable: posters /var/www/xbmc/application/libraries/scrapers/video/movies/themoviedb_org.php 59
ERROR - 2012-01-21 01:06:19 --> Severity: Warning  --> Invalid argument supplied for foreach() /var/www/xbmc/application/libraries/scrapers/video/movies/themoviedb_org.php 79
Reply
I clean and recreate the repo at https://github.com/tamplan/Media-Manager...S-for-XBMC

Delete the whole folder where to put the code and re-download it.

Drop the database called MyXbmc and retest the application.

Sorry for the time wasted.
Reply
with the new version i get only one line telling:

Code:
The configuration file does not exist.
Reply
Sorry i made a mistake configuring git. I have forgot the 3 initials config files.

These files are needed to setup the application and will be changed by the wizard and i setup now git to be sure these are not changed by future commit.
Reply
tamplan Wrote:Sorry i made a mistake configuring git. I have forgot the 3 initials config files.

These files are needed to setup the application and will be changed by the wizard and i setup now git to be sure these are not changed by future commit.

Still having issues with the wizard.

On step 2 I upload advancedsettings.xml and it doesn't do anything Sad

Checked access logs and its still referring to /setup which doesn't exist?

Quote:94.171.xx.xx - - [21/Jan/2012:10:12:15 +0000] "POST /mm/setup/advancedsettings HTTP/1.1" 200 990
94.171.xx.xx - - [21/Jan/2012:10:12:15 +0000] "GET /mm/setup/i_database HTTP/1.1" 500 546
Reply
Problem will be resolved today, i'm working on the wizard and rewrite partially it.

News as soon as possible.
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 12

Logout Mark Read Team Forum Stats Members Help
[WIP] Media Manager for NAS coded in php2