Playlist Item Order
Option 1:
Option 2:
Option 3:
Option 4:
NOTES: This feature can be confusing and may or may not work depending on how the web server, PHP are configured on the server. Also, this is dependent on whether ID3 tag information is extracted from each MP3 file. If using the "ID3" reading option (where embedded ID3 information about the song, artist, album), then the items will appear within the player according to the filename order, not the title of the track. Hence, you will have to rename the filenames in order to achieve the proper order within the player. One trick with is to use the "Masking filenames" feature. See: http://www.wimpyplayer.com/docs/faqs/docs/mp3_masking_filenames.html When running Wimpy in automatic mode (where the list of files to be played are retrieved from the server automatically) the server returns the list in typical alpha-numeric order (e.g. A-Z, 1-9). The list is returned the same way that the list would appear in a folder on your local computer. The weird thing is that each kind of machine will arrange A-Z and 1-9 differently. For example, some machines will recognize capital letters as having precedence over lower case, and so, file names that begin with upper case letters are sorted after lower case letters. The way sorting is handled varies from machine to machine and there is no way to automatically determine how sorting is handled. Example: a Some machines will intermingle upper and lower case. Example: a Another issue is with how the machine sorts numbers. When it comes to file names, the characters that constitute a filename are recognized as alphabetical characters -- not integer type numbers. So when a number appears in a filename, the machine evaluates numbers as individual characters, as you would expect it to evaluate individual letters. When sorting alphabetically, each character is evaluated in order, one character at a time. aa As you can see, each character is evaluated in order to determine the proper sorting. If numbers are used within the filename, each character is evaluated one at a time: On some machines, the order would appear as: 11 ... because each number character is evaluated using alphabet type characters for the numbers, not integer, math-like characters. One way to overcome this type of behavior is to use the same number of characters for each number as: 011 By using a zero in front of the lower numbers. Some machine take into consideration the "human" recognition that the number 12 is lower than 112, and subsequently sort the list for humans as: 11
See Also:
|
| Wimpy Player Documentation Copyright ©2002-2008 Plaino LLC. All rights reserved. Use of this website signifies your agreement to the Terms of Use. |