[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 + MPAA) *Helix* - sualfred - 2015-04-12 That was fast. Works But mate: PHP Code: elif typ == "mpaa": You know what I mean And also the all command RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Jandalf - 2015-04-12 (2015-04-12, 20:04)sualfred Wrote: That was fast. Works you get it script.imdbupdate-0.7.2.zip RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - sualfred - 2015-04-12 Wrong link, but thanks ^^ Works. Pushed it right to my repo, RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - semool - 2015-04-13 With the actual Version i get an error on my firetv but i dont see the error in code?!: Code: SyntaxError: ('invalid syntax', ('/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.imdbupdate/resources/lib/top250.py', 47, 142, ' top250 = {tt["href"][7:16].encode(\'utf-8\'): {"position": idx, "label": tt.contents[0], "link": "http://www.imdb.com" + tt["href"]} for idx, tt in enumerate(soup, start=1)}\n')) RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Jandalf - 2015-04-13 (2015-04-13, 18:16)semool Wrote: With the actual Version i get an error on my firetv but i dont see the error in code?!: could you provide more lines from the log? RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - semool - 2015-04-13 Sure, this is the complete error: Code: 18:24:02 T:1705947512 NOTICE: -->Python Interpreter Initialized<-- RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - semool - 2015-04-13 I split the line a little bit and now its working again: Code: top250 = {} i dont know why its not working in one line on the aftv?! RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Jandalf - 2015-04-14 (2015-04-13, 21:03)semool Wrote: I split the line a little bit and now its working again: I don't know either, but fixed this in a new version: script.imdbupdate-0.7.3.zip [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Tight_wad - 2015-04-15 Thanks for your hard work on this add-on. Works great. RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - cgi2011 - 2015-04-16 Thanks for the hard work, this add-on is truly great. It didn't work for a few months on my android kodi 14.x (Minix NEO X8 Plus), but since update to 0.7.3 everything is fine again . I'm looking forward for tv-shows update, i understand that this is quite tricky! Many thanks again! RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - blacksn0w - 2015-04-19 (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. It's nice to see that there are some guys out there, using my database! I asked myself the last two weeks, where the hell are this 2-4k new API from. And after searching for quite a while, here is the answer. If you have any suggestions for improvements, give it to me! I'm currently working on a more "international" version of my site, including at first the MPAA Rating and then other local rankings, but it will take a month or two to implement the system and then to fill it with data. RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Jandalf - 2015-04-20 (2015-04-19, 18:44)blacksn0w Wrote: It's nice to see that there are some guys out there, using my database! Hey, nice work, keep on going, one single API for multiple countries would be very nice. Just say when its ready. To reduce the http overhead, batch requests would be great. RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - semool - 2015-04-20 (2015-04-19, 18:44)blacksn0w Wrote: It's nice to see that there are some guys out there, using my database! Hi blacksn0w Yeah i searched an API for german FSK Ratings and i found yours here: http://board.jmoviemanager.de/wbb/index.php?page=Thread&postID=455#post455 Great work, very user friendly An Improvement was when you eventually could add TV Shows (Serien). I mean not for every single Episode but for the TV Show itself. At the Moment i have search fsk.de for the TV Show (manually over the Browser). They list every rated Episode. for example E1 - FSK 16, E2 - FSK 18 and so on. The highest Rating i then entered for the TV Show. Problem is that Kodi have no imdb id for TV Shows in Database and we must search with TV Show Name RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - sualfred - 2015-04-21 @Jandalf: As you know, I implemented your script directly in my skin and the script can be run automatically each time the database has been updated with the "all" argument. So...some users a are fighting with it, so here's my wishlist: - Change the default MPAA ratings to US - Option to disable single features, so they will be skipped even when the script is started with the all command - Yes/No dialog on the first run, which opens the addon settings to configure DE/US for example RE: [Release] IMDb Update (Movie Ratings + Top250 + MPAA) *Helix* - Boulder - 2015-04-25 I just installed the addon and tested updating the Top 250 list. It seems that it gets stuck at the last item in my library with status "Searching for Zombieland" at 99% progress. Top in SSH shows 10-15% CPU usage for kodi.bin. I'm running OpenELEC v5.0.8 with the latest Kodi Helix. EDIT: The automatic updating upon startup is working. Here's what the debug log says when I try to update Top 250 manually: http://pastebin.com/FWwLZazn |