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: looking for skn!  (Read 3231 times)

0 Members and 1 Guest are viewing this topic.

mrbill

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:March 11, 2006, 11:36:25 am
looking for skn!
« on: March 05, 2006, 07:55:43 pm »
does any one have a skin that will allow me to setup a song list starting at 100 and go to 200 i am testing a rowe walbox from a diner don't need 0 and up need 100 and up thanks

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: looking for skn!
« Reply #1 on: March 07, 2006, 08:26:02 am »
Right now there is no way to set up a skin this way.  Does the first digit select a column and the second two a selection within that column?

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

mrbill

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:March 11, 2006, 11:36:25 am
Re: looking for skn!
« Reply #2 on: March 07, 2006, 11:32:15 am »
no on this wallbox it starts with selection 100 then 101 and so on all the way up to 299 (the wallbox is the type you see in a dinner with a dial at the top to turn the pages)

JustMichael

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1438
  • Last login:September 27, 2015, 01:19:40 am
  • Mmmmm!! Cheesecake!!
Re: looking for skn!
« Reply #3 on: March 09, 2006, 08:36:33 pm »
I personally would love to see a closeup picture of it.

mrbill

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:March 11, 2006, 11:36:25 am
Re: looking for skn!
« Reply #4 on: March 11, 2006, 11:36:54 am »
This is what I was takinge about I took the guts out and put a I-Pac interface in it with usb to tha computer then i powered it up with a 6 volt  for the lights and 9 volts for an amplfire i put inside so the speakers could be used the switch on the left controlls the volume now all i need is a jukebox program that will start at 100 and go up from there anybody have any ideas??

cscon115

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 59
  • Last login:June 12, 2009, 02:45:29 pm
  • Sock it to me!
Re: looking for skn!
« Reply #5 on: April 28, 2006, 11:44:23 am »
First let me comment on your subject...   Aren't we all?

Second (IF I UNDERSTAND YOU CORRECTLY) you wish to enter a number from 100 to 299 and access your songs.

To do that, I would use WinCAB. Personally, I can't see a reason you are limited to 100 to 299 as your song numbers (unless you are going to reuse the existing cardboard inserts and they are pre-marked). But if you want 100 to 299... well OK...


Trick Wincab! Make a "Various Artist 1" album with 100 songs in it. Next, make a "Various Artest 2" album with 100 songs in it. BE SURE TO EDIT THOES TAGS!

Selecting the 3rd song from Album 1 would be entered into wincab as 103. Entering the 55th song from album 1 would be 155 and so on. 

There is no way a person who is typing in 103 knows if the computer is seeing this as song number 103 or Album 1 - song 03.


There is only one possible hick up and that is for CHRIS to answer. 

I don't think Wincab has a song number 00, I think it only starts at 01. So you may have to leave 100 and 200 blank. Unless Chris has a solution for this.



Hmmm.... I wonder...  A.D.D. BOY STRIKES AGAIN... I will now ramble on about what I would do if I had a magic wand. You can stop reading here if you so desire. 

I think it would be cool if Chris added a 00 track that would play the whole album in order... (HINT HINT)

But that would not help MrBill

However, if the INI file of wincab included a switch that would allow track 00 to "play all" or "start index from 00" so that 00 was a valid track number that would be cool for both of us. This could also be disabled all together inside the INI. 
IE
# TRACK00 = 0 for disable track 00 and act as the old wincab.
# TRACK00 = 1 for the play all feature.
# TRACK00 = 2 start indexing at 00 feature

How would I do the code patch for that... Hmmmm The code patch would not be too bad.

If Track00 is set to 1 and track 00 is entered - just call a subroutine that would loop through all of the songs on the selected album. Just use the existing album number and start indexing the last two digits as long as they are valid. I have not seen the source code but the album and track number must be split apart somehow... 

If track00 is set to 2 the displayed tracks would be displayed starting at 00 instead of 01. I would just add one to the song number before running the existing code. 

                            if(TRACK00 == 2) Current_song++;

But I am off the topic...  Never give a programmer an idea - he will try to implement it (even if it is not his code!  ;D)

Well, I will stop here. I have to go tell everyone else how to do their jobs.  ;D

Dan
« Last Edit: April 29, 2006, 05:10:53 pm by cscon115 »
Ronald Reagan is too liberal for me.

cscon115

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 59
  • Last login:June 12, 2009, 02:45:29 pm
  • Sock it to me!
Re: looking for skn!
« Reply #6 on: April 29, 2006, 05:14:10 pm »


Please ignore my ramblings above. On a whim I typed in track 00 and
YES... it DOES PLAY ALL! Chris already thought of it!



:notworthy:   I'm not worthy   :notworthy:
Ronald Reagan is too liberal for me.

Chris

  • Moderator
  • Trade Count: (+2)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: looking for skn!
« Reply #7 on: April 30, 2006, 09:43:10 am »


Please ignore my ramblings above. On a whim I typed in track 00 and
YES... it DOES PLAY ALL! Chris already thought of it!

Well, someone else thought of it, I just implemented the suggestion... :) 
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com