Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
12-21-2007, 05:02 AM
|
#1
|
|
Road Runner & Mp3car Gatherings Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Vehicle: 99 Mitsubishi Eclipse
Posts: 2,794
|
SKIPTO Not working correctly with Custom Lists
When you have a hidden value, and a displayed text field, the SKIPTO is working on the hidden Description, and not on the the viewable text.
The SKIPTO works fine, if you are just using one field to create the custom list, the problem happens when you use the "Text" AND the "Description Value".
For instance, you are viewing list of MP3 folders in your root MP3 directory. All of the paths begin with the drive letter, H in my case (H:\MP3). When I try the SKIPTO "L" for instance, the list does not move. However if I press "H" (My drive path) it will go to the top of the custom list. As it should, as "H" is the first letter for the command text in the custom list.
I hope this makes sense  Its kind of hard to explain.
|
|
|
12-21-2007, 07:50 AM
|
#2
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
The issue here is that this command is only useful for "sorted" information. If you start placing things at random order in there, it won't work even if I make it work with the description.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
12-21-2007, 08:08 AM
|
#3
|
|
Road Runner & Mp3car Gatherings Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Vehicle: 99 Mitsubishi Eclipse
Posts: 2,794
|
Yes, thats definitely understood  The items in this list I am referring to, are in alphabetical order.
|
|
|
12-21-2007, 05:14 PM
|
#4
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,131
|
Maybe some flexibility of the skipto cmd. ie..."SKIPTO;k;TEXT" or "SKIPTO;k;DESC", so this would make the cmd syntax:
SKIPTO;<letter>;<section of list to apply to>
Just puttin my thoughts out on this...
Last edited by Blue ZX3 : 12-21-2007 at 05:17 PM.
|
|
|
12-24-2007, 04:55 AM
|
#5
|
|
Road Runner & Mp3car Gatherings Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Vehicle: 99 Mitsubishi Eclipse
Posts: 2,794
|
SKIPTO in Custom Lists
So Guino, is this possible?
|
|
|
12-24-2007, 09:39 AM
|
#6
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
will see what i can do..
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
12-24-2007, 11:24 AM
|
#7
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,131
|
Thanks once again....
|
|
|
02-13-2008, 12:19 AM
|
#8
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,131
|
Hey guino, I KNOW that you are a VERY busy man, just checking if you had a chance to look into this at all...
No rush by any means..
|
|
|
02-13-2008, 11:17 AM
|
#9
|
|
Variable Bitrate
Join Date: Aug 2004
Location: Germany
Vehicle: 91 Ford Probe
Posts: 309
|
If you're already looking at the code for this command  : Could you also add SKIPTOPREV and SKIPTONEXT  ?
|
|
|
02-13-2008, 09:06 PM
|
#10
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,131
|
This can be done currently with use of using RR code..
Here is what you want, with full roll around scrolling supported ...
Add this to your rr.ini file
LTRNUM=0
In your skin folder's Exectbl.ini file or RR's folder Exectbl.ini file add the following...
Code:
"SKIPTOPREV","EVAL;LTRNUM;$LTRNUM$-1||MYSKIPTO"
"SKIPTONEXT","EVAL;LTRNUM;$LTRNUM$+1||MYSKIPTO"
"MYSKIPTO","BYVAR;LTRNUM;MYSKIPTOSTART<<SKIPTO;A<<SKIPTO;B<<SKIPTO;C<<SKIPTO;D<<SKIPTO;E<<SKIPTO;F<<SKIPTO;G<<SKIPTO;H<<SKIPTO;I<<SKIPTO;J<<SKIPTO;K<<SKIPTO;L<<SKIPTO;M<<SKIPTO;N<<SKIPTO;O<<SKIPTO;P<<SKIPTO;Q<<SKIPTO;R<<SKIPTO;S<<SKIPTO;T<<SKIPTO;U<<SKIPTO;V<<SKIPTO;W<<SKIPTO;X<<SKIPTO;Y<<SKIPTO;Z<<MYSKIPTOEND"
"MYSKIPTOEND","SETVAR;LTRNUM;1||GOTOFIRST||MYSKIPTO"
"MYSKIPTOSTART","SETVAR;LTRNUM;26||GOTOLAST||MYSKIPTO"
Now just use your "SKIPTONEXT" or "SKIPTOPREV" cmds like stated above
And as always...ENJOY!!
|
|
|
02-14-2008, 01:51 AM
|
#11
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
havent had the chance to look at it yet... should be easy though.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
02-14-2008, 03:59 AM
|
#12
|
|
Variable Bitrate
Join Date: Aug 2004
Location: Germany
Vehicle: 91 Ford Probe
Posts: 309
|
Quote: Originally Posted by Blue ZX3 
This can be done currently with use of using RR code..
Thanks for your help, really, but I don't this this will work correctly because of two problems:
1. It doesn't check the actual letter you're at.
I'll try an example:
I'm at letter A. If I execute SKIPNEXT it will increase the VAR LTRNUM and jump to letter B. So far, so fine. But if I now manually scroll down to another letter, say O, and I execute SKIPNEXT, it won't jump to letter P, but instead to letter C.
2. Also, I don't know what happens when you have no songs with the letter C in the list. I guess RR does nothing then, right ?
Of course SKIPNEXT should jump to ne next letter in the alphabet, which also EXISISTS in the playlist. So if there's no letter C in the list, RR should jump directly to letter D.
I wrote a little program in AutoIt, but it's working too slow. But again, I think this can be added really easy by guino, when he's already looking at the SKIPTO command.
If he finds to time to look at it, that is. No rush  ...
|
|
|
02-14-2008, 08:14 AM
|
#13
|
|
Raw Wave
Join Date: Aug 2004
Location: Chicago area,IL
Vehicle: 01 Ford ZX3
Posts: 2,131
|
Minior details.... 
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:17 AM.
|
|