Summary: | Tellico video collection: movie update via imdb is not working correctly since the recent imdb web site changes | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Asterios Dramis <asterios.dramis> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Asterios Dramis
2010-10-07 22:52:45 UTC
After some research at the imdb site it seems that the new interface is not the final one. But it seems that in the future the main title page will have just some basic information about the title. So, even though I do not know the internals of the tellico imdb update function, I suggest to use the "combined" page for updating some fields of a title (e.g. for "Avatar" this is http://www.imdb.com/title/tt0499549/combined) instead of the main page (http://www.imdb.com/title/tt0499549/). This may prove to be better for any other future interface changes. SVN commit 1186034 by rstephenson: Update IMDB fetcher for website layout changes CCBUG:253549 M +4 -0 ChangeLog M +41 -8 src/fetch/imdbfetcher.cpp M +1 -0 src/fetch/imdbfetcher.h M +3 -3 src/tests/imdbfetchertest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1186034 SVN commit 1186040 by rstephenson: The QTimer slot was inserting the default value after updating. Don't do that... BUG:253549 M +3 -4 entryeditdialog.cpp M +0 -3 gui/fieldwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1186040 |