2015-10-22, 12:26
Thank you, I wasn't sure it was just me or if it was actually a prblem. Just tried it out and it works now.
(2015-11-13, 09:50)ZennMystic Wrote: Hi
I am very new to all this Kodi and such (just this week) and after spending a day I got everything figured out and working.
I can go to another family members house and play videos. My question is this...
Why do they not have a link to play in XBMC like I do in the watch/download? I know they have installed Kodi on their machine too after I told them about it. Is there a way to put a link in?
If not I guess I'll have them download VLC or something (unless anyone can recommend a better/different player?) But we both like kodi and want to start using it more.
Thank you for your hard work and time on this great project.
P.S. Are you talking donations?
ubik Wrote:Also, can we have two new features :
- can we let the users choose their home page ? (recently added for example).
- can you made a link of the Director in the page of a movie ?
[Sat Nov 21 17:04:07 2015] [error] [client 192.168.1.1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/xbmc-video-server/src/protected/models/VideoLibrary.php on line 74, referer: http://xx.xx.xx.xx/xbmc-video-server/src/
/**
* Returns a list of all actors.
* @param string $mediaType the media type to fetch actors for (movies or
* TV shows)
* @return Actor[] the actors
*/
public static function getActors($mediaType)
{
// Fetch the list of all works
$works = array();
if ($mediaType === Actor::MEDIA_TYPE_MOVIE)
$works = VideoLibrary::getMovies(array('properties'=>array('cast')));
elseif ($mediaType === Actor::MEDIA_TYPE_TVSHOW)
$works = VideoLibrary::getTVShows(array('properties'=>array('cast')));
// Build a list of all unique actors
$actors = array();
foreach ($works as $work)
#line 74 >> $actors = array_merge($actors, $work->cast);
// array_unique compares by string
return array_unique($actors);
}
"
192.168.1.1 - - [21/Nov/2015:17:03:37 +0100] "GET /xbmc-video-server/src/typeahead/getMovieNames HTTP/1.1" 200 665370 "http://77.133.243.149:5050/xbmc-video-server/src/" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:03:53 +0100] "-" 408 0 "-" "-"
192.168.1.1 - - [21/Nov/2015:17:03:53 +0100] "-" 408 0 "-" "-"
192.168.1.1 - - [21/Nov/2015:17:03:53 +0100] "-" 408 0 "-" "-"
192.168.1.1 - - [21/Nov/2015:17:03:53 +0100] "-" 408 0 "-" "-"
192.168.1.1 - - [21/Nov/2015:17:03:37 +0100] "GET /xbmc-video-server/src/typeahead/getActorNames?mediaType=movie HTTP/1.1" 500 410 "http://77.133.243.149:5050/xbmc-video-server/src/" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:03:39 +0100] "GET /xbmc-video-server/src/movie/details/1003 HTTP/1.1" 200 4400 "http://77.133.243.149:5050/xbmc-video-server/src/" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/image-cache/088ccdeef042544ffa66bbb82d59de7e_434.jpg HTTP/1.1" 200 59006 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/xbmc-media-flags/50px-720.png HTTP/1.1" 200 2395 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/xbmc-media-flags/80px-Ac3.png HTTP/1.1" 200 3688 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/xbmc-media-flags/50px-6.png HTTP/1.1" 200 1882 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/placeholder-actor.jpg HTTP/1.1" 200 17189 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/image-cache/71f437156f3c13f2ed5181a5a9adb0da_160.jpg HTTP/1.1" 200 7745 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/image-cache/c7be68cdf345e60e1a598b4bbf7fe5bc_160.jpg HTTP/1.1" 200 7422 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
192.168.1.1 - - [21/Nov/2015:17:04:08 +0100] "GET /xbmc-video-server/src/images/image-cache/977e6d5733d15a981663faab2057ae00_160.jpg HTTP/1.1" 200 5809 "http://77.133.243.149:5050/xbmc-video-server/src/movie/details/1003" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36"
127.0.0.1 - - [21/Nov/2015:17:04:16 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.2.22 (Debian) (internal dummy connection)"