Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: software for bar code scanner jukebox  (Read 1991 times)

0 Members and 1 Guest are viewing this topic.

smashtv

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:December 21, 2005, 05:32:44 pm
  • I want to build my own arcade controls!
software for bar code scanner jukebox
« on: April 28, 2005, 04:42:41 am »
looking for software for a listening station at a cd store where when the cd would be scanned on a bar code scanner the cd would be brought up on the jukebox for the customer to preview. i have seen this at some stores. what is this software ??

thanks, steve

NiN^_^NiN

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 921
  • Last login:October 01, 2020, 10:28:26 pm
  • Oh yeah Baby. I put on my robe and wizard hat
Re: software for bar code scanner jukebox
« Reply #1 on: May 17, 2005, 07:58:14 am »
I don't know what software it is but it be pretty easy to make it.

The barcode in text format could be *grnday1* of course thats just stupid so it be *2342* as a barcode

when a barcode is scanned using a PC it scans text or numbers and sends a carriage return.

So say you wanna play Green Day american Idiot and the code is 4332

The barcode would be 4332.

To do this all u need is to make a program where when 4332 is typed in and enter is jhit it plays that mp3

when  you scan it the scanner with send 4332 and hit enter for you.

Pretty simple :)

I hope you understand this lol

Best barcode format to use is code 3 of 9 (used in retail alot) i can send a windows font if you want so u can print labels if you are gonna make this.

I use barcodes for alot of things i made a time card clock at work where the person scans there plastic ID crd which records there name and time so when payroll comes gets the csv file it gives them the info on when they came to work and when they left.

And we use it in our warehouse for stock sheets there is alot of stuff i've done with it.

But i'll shut up now :D

Hope this is understandable lol

AmericanDemon

  • The Reason the short bus was invented... 100% Slacker Guaranteed, 4:20 yet?
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1357
  • Last login:September 22, 2019, 11:08:03 pm
  • Still an AmericanDemon
Re: software for bar code scanner jukebox
« Reply #2 on: May 17, 2005, 11:16:53 pm »
Wow I thought I was the only guy who did stuff like that for a company.....  hopefully your efforts were appreciated.... 

AlanS17

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5382
  • Last login:December 02, 2019, 08:35:48 am
  • I won't even pretend to be clever...
    • AlanS17
Re: software for bar code scanner jukebox
« Reply #3 on: May 18, 2005, 12:11:13 am »
I used to work for Symbol Technologies. I'm more familiar than I'll ever need to be with barcode scanners and Zebra printers...


NiN^_^NiN

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 921
  • Last login:October 01, 2020, 10:28:26 pm
  • Oh yeah Baby. I put on my robe and wizard hat
Re: software for bar code scanner jukebox
« Reply #4 on: May 22, 2005, 05:49:07 am »
Wow I thought I was the only guy who did stuff like that for a company.....  hopefully your efforts were appreciated.... 

Not really they put to much pressure on me as it is........

But anyway Smashtv do you know how to code in vb?

all you need is a database of mp3 files and a code for them then a textbox that plays a mp3 according to the code in the text box.

It's very simple and adding basic play pause functions would be simple as well.

Easiest would be to just send commands to winamp for it to play what it needs to.