• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 45
MovieLib - Your movie database on web
Unfortunately I do not have any experience with raspberry. Try to set larger values for upload_max_filesize, post_max_size (apache) and for max_execution_time (PHP).
Reply
(2014-04-07, 07:16)Regss Wrote: Unfortunately I do not have any experience with raspberry. Try to set larger values for upload_max_filesize, post_max_size (apache) and for max_execution_time (PHP).

resolved...
on Nginx error log i've found
Code:
Use of undefined constant CURLOPT_FOLLOWLOCATION - assumed 'CURLOPT_FOLLOWLOCATION' in /var/www/xbmc/function.php on line 431

it was php5-curl missing.
Now is working!! thank you again for your addon! Wink

The only error i still see in the log is
Code:
"PHP message: PHP Notice:  getimagesize(): Read error! in /var/www/xbmc/function.php on line 287"
but dosn't seem a big problem
Reply
(2014-04-07, 20:51)gulp Wrote: The only error i still see in the log is
Code:
"PHP message: PHP Notice:  getimagesize(): Read error! in /var/www/xbmc/function.php on line 287"
but dosn't seem a big problem

I too have noticed it. Error occurs when the url from xbmc db points to a non-existent image on web.
Reply
(2014-04-05, 21:09)Cocotus Wrote: Very nice! Thanks for the updates will install tomorrow - banner support is interesting! Right now your movielib is the best way to present my movie library Smile
I have a question: In admin panel I can remove tv show/movies by clicking "X" - it works well but I think those removed entries will get added again with the next rescan on xbmc? Is there a way to avoid removed movies/shows to being added by the next rescan?

EDIT: Just unzipped newest master.zip to my webspace but now I get error:

Warning: file_get_contents(templates/default/.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in /users/cocotus/www/movielib/function.php on line 20

Try new 2.5.2 version. You can hide movies or tvshows in admin panel.
Reply
can you pls post a video to set it up. i try all thinks and nothing works Sad
Watched TV
Image
Watched Movies
Image
Reply
What do you mean "alle thinks"? Did you install the script on the server and create a database? Did you install the xbmc add-on from my repository?
Reply
I've tried everything. when I want to be connect to xbmx, so thinking it is constantly

yes, I have installed scripts, etc.

stock loading and loading and loading
Image
Watched TV
Image
Watched Movies
Image
Reply
Login to admin panel in web script http://<PATH TO SCRIPT>/admin.php as default password (admin). Go to Token section to generate and remember it.

Run XBMC an go to Movielib addon settings. In Adres URL type http://<PATH TO SCRIPT> and generated token. Save settings and run script manually or restart XBMC. Script start syncing movies. The first time may take a time.
Reply
can u try help me on teamviewer?
Watched TV
Image
Watched Movies
Image
Reply
Make sure you enter the correct data to connect to mysql database. You may try to manually create empty database in phpmyadmin and try install again.
Reply
(2014-04-10, 12:00)Regss Wrote:
(2014-04-05, 21:09)Cocotus Wrote: Very nice! Thanks for the updates will install tomorrow - banner support is interesting! Right now your movielib is the best way to present my movie library Smile
I have a question: In admin panel I can remove tv show/movies by clicking "X" - it works well but I think those removed entries will get added again with the next rescan on xbmc? Is there a way to avoid removed movies/shows to being added by the next rescan?

EDIT: Just unzipped newest master.zip to my webspace but now I get error:

Warning: file_get_contents(templates/default/.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in /users/cocotus/www/movielib/function.php on line 20

Try new 2.5.2 version. You can hide movies or tvshows in admin panel.

Just tried that out and what can I say - it works great! Love the new column icon in admin panel to change visibility, really simple. Thanks! Nod
Reply
V. 2.5.3
Added last played banner:

Image

Update: Replace all files without install.php and go to admin panel to update tables.
Reply
Hi all

First of all.... Nice piece of software Big Grin

But I have a little problem with the installation. I'm stuck in a Loop. After the input of the DB infos, i receive the following message in the url: host/install.php?option=success
If call now the admin.php it loads again the install.php. And so on.

In the Apache Log I see this error:

PHP Fatal error: Call to undefined function mysql_query() in /var/www/movielib/function.php on line 71, referer: http://host/install.php

I use Ubuntu 13.04. PHP 5 and MySQL 5.

Can some one Help me?

Kind Regards
Reply
Install process can't create db.php file for some reason. Check in root directory of script if db.php exist. If not you can manually create it containing:

Code:
<?PHP $mysql_ml = array('host', '3306', 'user', 'password', 'database_name'); ?>

About your error:
http://stackoverflow.com/questions/13201...ysql-query
or
http://stackoverflow.com/questions/49546...ysql-query
Reply
Test banner in signature

Edit: not working, but I know why. it's telling me my banner URL is http://ensignvorik.x10.mx/cache/banner.jpg

But when I check the image on the banner settings page, it's actually: http://ensignvorik.x10.mx/cache/banner_v.jpg

EDIT 2: It seems to have now created the banner.jpg file too, perhaps I was being impatient.

Image
Image
Reply
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 45

Logout Mark Read Team Forum Stats Members Help
MovieLib - Your movie database on web8