Quoting Psychotronica13: Quote: I think one of these has already been asked for but it'd be nice to allow multiple copies of the same movie. For instance, I ended up with two copies of the same movie it'd be nice to allow that into my collection twice. I guess that won't ever happen. The ability to add two or more identical UPCs would be very attractive to video stores and other commercial users, and that for only $30 for a lifetime license? Wouldn't be clever to do that But you can always add manual profiles to your local collection: [1] Add a profile "By Title", uncheck "Download profile from Invelos", type in a temporary title and hit "Add Now to ..." [2] Select the source profile (the one you downloaded via UPC/DiscID) in the collection list and choose "DVD" --> "Copy" from the menu [3] Select the manual profile, choose "DVD" --> "Paste" and choose what data to transfer [4] Additionally you could add the UPC/EAN into the notes field for documentation purposes Manual profiles are also uploaded to your online collection, they are not contributable tough. Quoting Psychotronica13: Quote: The second request is when scanning multiple bar codes the screen does not scroll each time an item is scanned. This causes me to have to press the down arrow each time to make sure the movie is in the database. I would think that it wouldn't be too difficult to make this change (ideally it would have the latest thing scanned at the top). If using .Net it should be as simple as having the code to put the items in the listbox as ListBox1.Items.Insert(0, TextBox1.Text) (obviously substituting the ListBox1 and TextBox1 with their proper names). Do you mean that you have to press "Enter"/"Return" after scanning a UPC? My barcode scanner automatically appends the keycode for "Return" to the scanned barcode. That way you don't have to press any key while scanning multiple items. Perhaps your scanner can be configured likewise? |