Posts: 48
Joined: Feb 2015
Reputation:
4
Great loading times stay short, and now also the left pane is okay again.
Would it be possible to cut the cast and the story in the overview to make it more compact?
Posts: 48
Joined: Feb 2015
Reputation:
4
I didnt had a problem in TVShow view.
Nevertheless, tried the code but now i see no left panels at all. Not in Movies or TVShows.
So i revert back
Posts: 48
Joined: Feb 2015
Reputation:
4
Looks good with the last code.
Posts: 422
Joined: Aug 2010
Reputation:
27
2017-02-28, 13:11
(This post was last modified: 2017-02-28, 13:16 by Regss.)
v. 2.9.0 relased
changes:
- fixed code for PHP 7 (mysqli)
- added hevc codec
- collapse too long story
- view episodes for single season
- setting for limit displaying actors
- improved performance
To update replace all files without install.php and do not delete db.php and cache folder then go to admin.php to update tables.
Now if you click on specific season in tvshow view this show only episodes available for this season. This reduce load large page if tvshow have many sesons.
Posts: 48
Joined: Feb 2015
Reputation:
4
2017-03-03, 18:05
(This post was last modified: 2017-03-03, 18:08 by darkside40.)
Hi Regss you did amazing work.
I just found the time to update to 2.9.1, just skipping 2.9.0.
The page now completely loads in 1.45sec (PHP7), with PHP5.6 it was 1.6sec.
Really amazing when i think i started with 14.5sec.
Btw i have just been throwing something in your tip jar ;-)
Posts: 48
Joined: Feb 2015
Reputation:
4
2017-03-13, 19:45
(This post was last modified: 2017-03-13, 19:45 by darkside40.)
Any idea what could cause this notice?
Notice: Undefined variable: img_flag_atype in /var/www/movielib/index.php on line 644
Only appears on some movies.
Posts: 422
Joined: Aug 2010
Reputation:
27
2017-03-13, 19:50
(This post was last modified: 2017-03-13, 19:51 by Regss.)
Yes, I now. I fix it in new release.
Posts: 48
Joined: Feb 2015
Reputation:
4
Great another thing i noticed.
Would it be possible to embed the trailers using https instead of http?
This would eliminate mixed contents warning when using movielib via TLS.
I look at the code but i couldnt figure out what happens there, and a simple chang at line 679 didnt do the trick.
Btw. would anybody like a simple write down on how to get movielib running using nginx?
Posts: 42
Joined: Dec 2009
Reputation:
0
Hi, with the latest Version I get this error. I run it on a Qnap NAS. If I load "login.php" direct i can enter my password and everything works.
Notice: Undefined index: logged in /share/CACHEDEV1_DATA/Web/movielib/index.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /share/CACHEDEV1_DATA/Web/movielib/index.php:37) in /share/CACHEDEV1_DATA/Web/movielib/index.php on line 38
Can't redirect to login.php
Posts: 422
Joined: Aug 2010
Reputation:
27
2017-03-14, 23:37
(This post was last modified: 2017-03-14, 23:40 by Regss.)
Try open index.php in text editor and check first line that no have any character before <?PHP
Maybe when you copy this file your system convert this text file to another encoding and add byte order mark (BOM) to this file.
Posts: 42
Joined: Dec 2009
Reputation:
0
2017-03-15, 00:11
(This post was last modified: 2017-03-15, 00:12 by hallohome.)
there is no character before <?PHP and adding BOM did not help.
My Qnap has PHP 5.6.29.
I had a version maybe 3 Month old (dont know the version) and everything was fine. 1 h ago I updated to 2.9.1 and I got the error.