[Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis* - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Jarvis* (/showthread.php?tid=167754) |
RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Jandalf - 2015-04-04 (2015-04-03, 16:03)HeresJohnny Wrote: Helix 14.2 error: (2015-04-03, 22:44)Slipx Wrote: I'm getting the same error sorry, something went wrong with the zip file. I fixed the problem, redownload the zip file. RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - blueeyiz702 - 2015-04-04 just installed and worked like a charm,thanks for addon!+1 [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Slipx - 2015-04-04 (2015-04-04, 07:58)Jandalf Wrote:(2015-04-03, 16:03)HeresJohnny Wrote: Helix 14.2 error: Just re downloaded and still getting the same error RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Jandalf - 2015-04-04 (2015-04-04, 15:33)Slipx Wrote: Just re downloaded and still getting the same error did you really download it using this link: https://github.com/Jandalf/script.imdbupdate/releases/download/v0.6.0/script.imdbupdate-0.6.0.zip ? try to uninstall an existing version of this addon first. Just tested it again and there were no errors. RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Slipx - 2015-04-05 (2015-04-04, 16:15)Jandalf Wrote:(2015-04-04, 15:33)Slipx Wrote: Just re downloaded and still getting the same error Yes. I'm running OpenElec. I don't have a previous version installed. I could try manually extracting into the add-on directory? RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - stromrickard - 2015-04-05 I also had the same issue after redownloading but all i needed to do was to restart Kodi and then it installed without complaints. RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Slipx - 2015-04-05 (2015-04-05, 09:56)stromrickard Wrote: I also had the same issue after redownloading but all i needed to do was to restart Kodi and then it installed without complaints. Thanks. A restart fixed the issue RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Jandalf - 2015-04-06 (2015-04-05, 09:56)stromrickard Wrote: I also had the same issue after redownloading but all i needed to do was to restart Kodi and then it installed without complaints. ok, thanks for the help. seems strange... RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - semool - 2015-04-07 Im new @kodi and spend some time to scrap my Movies, change Covers, cdarts .... with the integrated moviedb scraper. After all that work i realized that no Age Rating was inserted into my MySQL Database Now i know its a bug when scraping ratings from moviedb and not imdb. OK scrap all data new and all covers or insert age rating manually Then i read your code, extended it a little bit and now i can scrap all the Age Ratings with one Click At the Moment he scrap only the German FSK Ratings from https://altersfreigaben.de/api_desc.html and insert it to Database like the integrated Kodi Scraper "Rated XX" With a little bit more time i can add also usa and other mpaa ratings, a Config Option for Format in Database like "germany:xx", better code and so on if you like my work at your addon. Here is the diff code to your actual Git Version: http://pastebin.com/JT7Bq59t Edit: I have added two new Options: MPAA Language: DE or US - DE comes from altersfreigabe.de, US comes also from omdb MPAA Format: Rated|USA:|FSK|Germany: - Format as it save to Database (germany: 6, FSK 6, Rated R and so on) Also the Database will only be updated if the new and old variable are different. RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Jandalf - 2015-04-08 (2015-04-07, 19:18)semool Wrote: Im new @kodi and spend some time to scrap my Movies, change Covers, cdarts .... with the integrated moviedb scraper. very nice! I can add this to the addon, if you make a pull request to the github repository: https://github.com/Jandalf/script.imdbupdate I like your work, if you have other ideas, feel free to implement them RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - semool - 2015-04-08 OK Pull Request is send. I am glad that you like my work. Eventually i add the same thing for TV Shows when i find a good Source for Rating. RE: [Release] IMDb Update (Movie Ratings + Top250) *Helix* - Jandalf - 2015-04-09 (2015-04-08, 20:11)semool Wrote: OK Pull Request is send. ok, I will release a version next week, need to get some other things done. TV shows have no IMDb ID so you need to match be name, thats a bit weird... RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Jandalf - 2015-04-12 (2015-04-08, 20:11)semool Wrote: OK Pull Request is send. new version: - new feature: write missingTop250.csv - new feature: update MPAA rating for Movies (Credits to loomes) Download: script.imdbupdate-0.7.1.zip RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - sualfred - 2015-04-12 PHP Code: 18:51:49 T:7008 NOTICE: [IMDB Update] - Starting IMDB Update v0.7.0 Your changes broke the hidden process. RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Jandalf - 2015-04-12 (2015-04-12, 18:52)sualfred Wrote: damn fixed it: script.imdbupdate-0.7.1.zip |