Only thing missing for me is to have a download album button
individual tracks is fine but one button that would download all tracks in a zip would be awesome,
can it be done?
and this latest version is FANTASTIC!
I got this following issue,No idea what is wrong. Please help
Notice!
ErrorException [ Notice ]: Undefined property: stdClass::$error
APPPATH/classes/controller/login.php @ line 75
70 Response::redirect($cook ?: Uri::base());
71 }
72 else
73 {
74 $error = $auth->get_errors();
75 $error = str_replace(’.’, ‘’, $error->error);
76
77 Session::set_flash(‘error’, Html::alert(__(‘error’).’:’, __($error), ‘danger’));
78 Session::set_flash(‘username’, Input::post(‘username’));
79 }
80 }
Backtrace
COREPATH/classes/error.php @ line 110
105 */
106 public static function exception_handler(\Exception $e)
107 {
108 if (method_exists($e, ‘handle’))
109 {
110 return $e->handle();
111 }
112
113 $severity = ( ! isset(static::$levels[$e->getCode()])) ? $e->getCode() : static::$levels[$e->getCode()];
114 logger(\Fuel::L_ERROR, $severity.’ - ‘.$e->getMessage().’ in ‘.$e->getFile().’ on line '.$e->getLine());
115
COREPATH/bootstrap.php @ line 42
37});
38
39set_exception_handler(function (\Exception $e)
40{
41 load_error_classes();
42 return \Error::exception_handler($e);
43});
44
45set_error_handler(function ($severity, $message, $filepath, $line)
46{
47 load_error_classes();
FuelPHP is released under the MIT license.
I get the same error, I've just installed the application from source, and confirmed all requirements are met.
I've got pretty much the default configuration, however i set my 'identifier' token to my PMS machineIdentifier. I've tried logging in with myPlex user/pass as well as guest / guest.
By the way, if I change the auth.php driver to local, I can get in fine with the guest / guest account.
Any suggestions?
I have the same problem. I've tried using it with isset() but more problems arise. No idea what's causing this error because I have no idea how this thing works. Hope someone has the solution! ;p
Cheers,
George

i have this same problem, any solution?
I really like PlexOver
because:
Less system requirements on client and server side.
Better implementation of download (saves original filename and its called through php function)
is it still in active development?
Great work! However i can only Rely on feedbacks. Is there a way to deploy on an ubuntu system? i've tried everything in the book but m still gettin nowhere Please help.
Check your local config options, I had to play with mine to get it to work and it's VERY specific and a little picky. I'll check mine when I get home and try and help you.
I also had the same problem and i jus got it fixed. What i did wrong was that i didnt provid the correct base url to my application. I hope this helps. Its a great app by the way... superb
I can't login..
is it still in active development?
No updates posted in 2 years, so I don't think so. Since plex added plex/web there's not much incentive to work on this.
I could see this being useful/interesting if you wanted to open your server up to the public...
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.