vidalvanbergen / ViMediaManager

Media Manager for Mac OS X
http://vidalvanbergen.github.com/ViMediaManager/
93 stars 7 forks source link

Fetch metadata issue #14

Closed ha0rex closed 11 years ago

ha0rex commented 11 years ago

I've an error on downloading metadata, on everything, like: PHP Notice: Undefined offset 2: in /Applications/ViMediaManager.app/Contents/Resources/imdbWebService.php

and etc.

PHP's error reporting causing invalid JSON type, so turn off error reporting in that file: /Applications/ViMediaManager.app/Contents/Resources/imdbWebService.php

Put: error_reporting(0);

after <?php

But it's a very good work! Thanks!

vidalvanbergen commented 11 years ago

Thank you for that! I've been editing the file, but i'm not great at PHP, so this will be a big help! i'll put it in right away. ;)