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.
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.