mailsuren14 / queueman

Automatically exported from code.google.com/p/queueman
0 stars 0 forks source link

Filter movies already in queue from recommendation. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fix delete and use before adding new titles.

Also fix add method to prevent duplicates.

Original issue reported on code.google.com by OlliTech on 18 Dec 2009 at 1:16

GoogleCodeExporter commented 9 years ago
This one is actually pretty tricky because the if for discs in recs and queues 
are
different.

Original comment by OlliTech on 20 Dec 2009 at 4:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r71.

This [proved tricky as NEtflix does nto provide a single unique id directly. I 
was able top parse it out form the synopsis field, which we retriev for ev eyr 
type of queue,.  Rather tahn compaint the id of "queuetype/id" which varies for 
recoommendations, searches, disc and instant we use a new "uniqueID" 
/titles/movies/####"

Update issue 4
Status: WontFix
This proved to resource costly, and we now can rate from any details screen.

Original comment by OlliTech on 20 Dec 2009 at 4:31

GoogleCodeExporter commented 9 years ago
only checking disc Q.

Should I check instant Q too?

Original comment by OlliTech on 21 Dec 2009 at 2:30