|
2011-01-26
, 07:12
|
Posts: 36 |
Thanked: 22 times |
Joined on May 2010
|
#2
|
|
2011-01-26
, 07:34
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#3
|
|
2011-01-26
, 08:01
|
Posts: 109 |
Thanked: 45 times |
Joined on Aug 2010
|
#4
|
|
2011-01-26
, 09:03
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#5
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2011-01-26
, 09:13
|
Posts: 109 |
Thanked: 45 times |
Joined on Aug 2010
|
#6
|
No, but it would be easy enough to code up (I would offer to do it for you now, but I'm waiting for my fixed N900 to come back to me by post).
In the mBarcode thread I posted a simple example of a Python plugin that wrote to a text file for someone, but I'm not quite sure about the status of the Python wrapper plugin in the latest version of mBarcode as the api has changed and I've not had a chance to get it working again yet.
Certainly a C++ plugin would be easy enough to write, just take a look at the existing plugins and feel free to ask.
|
2011-01-26
, 11:22
|
Posts: 650 |
Thanked: 497 times |
Joined on Oct 2008
@ Ghent, Belgium
|
#7
|
|
2011-01-26
, 19:46
|
Posts: 109 |
Thanked: 45 times |
Joined on Aug 2010
|
#8
|
Get a good camera (DSLR?) and make pictures? Will probably be faster, and it will capture both the item and the barcode
|
2011-01-27
, 10:03
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#9
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2011-01-27
, 10:52
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#10
|
[...] continually scans as quickly as possible (and beeps to give you an indication that a barcode has been matched - this is important) and saves the EAN/ISBN numbers to a database/flat text file that can later be imported and populated (lookups, get item data, prices, etc.)
So the question becomes what is the "best" database to store a large number of items. We're talking over 1000 dvds + a large graphic novel collection, about 200 console games, etc.
Any pointers would be appreciated!