Closed Omertron closed 9 years ago
Comment #1 originally posted by Omertron on 2011-04-29T22:11:39.000Z:
Create new class Award. Data is added to and retrieved from xml files. Passing fixed bug with empty extrafiles after rescan.
Comment #2 originally posted by Omertron on 2011-04-29T22:12:57.000Z:
Plugin kinopoisk already has the ability to gather data about the awards.
Comment #3 originally posted by Omertron on 2011-05-03T06:14:46.000Z:
IMDB plugin supports awards. New index category: award.
Comment #4 originally posted by Omertron on 2011-05-03T10:14:35.000Z:
New data model of award:
Ex, for "The Silence of the Lambs" http://www.imdb.com/title/tt0102926/awards
Original issue 1901 created by Omertron on 2011-04-29T09:53:56.000Z:
I suggest to add a description of the film awards. Next format: <awards> <award name="award name" won="count won" nominated="count nominated" year="year">organization</award> </awards>
Ex, for "The Silence of the Lambs" http://www.imdb.com/title/tt0102926/awards
<awards> <award name="ASCAP Award" won="1" nominated="0" year="1992">ASCAP Film and Television Music Awards</award> <award name="Oscar" won="5" nominated="2" year="1992">Academy Awards, USA</award> ... </awards>