2015-10-01, 14:57
When it gives an Website with api where we can get australia Ratings i can add it.
(2015-09-10, 19:48)Jandalf Wrote:Ever since I made that change, the script has not tried updating data so early. Based on the log output, it's working properly. I've now changed the item back to the original one so we'll see if it starts acting up again.(2015-09-07, 23:15)wgstarks Wrote: Was anything else changed here? Just wondering if I need to re-install?no only this fix, you can always find a changelog here changelog
(2015-09-08, 04:54)Boulder Wrote: Sure, just let me know what to change and I'll try to get you some results. For what it's worth, I left the Chromebox on on that latter day and sometime during the next night, there was a log entry stating that it had updated the MPAA ratings. So it kind of seems that it doesn't update all data at once but piece by piece over the days.
yeah it keeps separate dates for each category. you could have a look into the subfolder addon_data/script.imdbupdate in the Kodi userdata folder the last_run_* files contain the date of the last run of a category. do enable more logging output goto the Kodi folder (one level up from the Kodi userdata folder) -> open service.py in the addons/script.imdbupdate subfolder with a text editor and replace allwithCode:logDebug
and then it will log the reason why he runs the weekly update so often.Code:log
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Content of last_run_top250: 2015-09-27
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Parsed date: 2015-09-27 00:00:00
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Now: 2015-10-03 13:58:37.094646
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Content of last_run_movies: 2015-09-27
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Parsed date: 2015-09-27 00:00:00
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Now: 2015-10-03 13:58:37.094931
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Content of last_run_mpaa: 2015-09-27
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Parsed date: 2015-09-27 00:00:00
13:58:37 T:140702969218816 NOTICE: [IMDB Update] - Now: 2015-10-03 13:58:37.095171
(2015-09-29, 19:54)dml3334 Wrote: @Jandalf
Great! It works now Thank you very much.
In the generated csv, at least in Excel 2007, some movie titles are shown with strange characters. For example:
Code:Léon: The Professional
WALL·E
Érase una vez en América
Amélie
Maybe there is an issue with the character encoding.
Thanks!
(2015-10-07, 01:08)Rjsachse Wrote: I can't code for the life of me but I can hack together code not to bad.
(2015-10-07, 01:08)Rjsachse Wrote: I can't code for the life of me but I can hack together code not to bad.
(2015-10-07, 14:49)semool Wrote: - changed the MPAA Update completely to altersfreigaben.dethank you semool for your help
- Added all available Countries us/de/au/nl
Pushing it to Repo in an hour.
(2015-10-07, 23:23)Rjsachse Wrote: Thank you all so much. I will give it ago when I have a chance. I will work out what a pull request is. (Not a dumb arse just haven't used github for long, besides for storage)