cjcodeproj / medialibrary

Python code to read XML media files
MIT License
2 stars 0 forks source link

POC code to search by barcode #113

Open cjcodeproj opened 1 year ago

cjcodeproj commented 1 year ago

Develop a POC tool at the media level to search for media based on a barcode or a SKU value.

The code would report on the specific piece of media matched by the value, so the results are going to be a 1 to 1 ratio.

The code should also be able accept a file of codes or lines from standard input. One possible use case would be someone with a barcode scanner.

Also consider a possible mechanism to build an index file which would make scanning faster; or at least consider leaving the code flexible enough to support an index search in the future.