| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. 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. |
| Tags: playlist |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Playlist Problem
I have a problem with my Rockboxed H140 playlists which has only recently come to light:
I downloaded almost all the Harry Potter stories to keep the children - ok me as well when we were away over Christmas.The recordings were made from CD's. The problem is that the player plays Disk 1 then Disk 11 before Disk 2. Similarly it plays track 11 before track 2 etc. Obviously this is a minor irritation when listening to most albums but is a major ball ache when listening to stories - as I was repeatedly informed! What is the fix please? Happy New Year to all. |
|
||||
|
The fix is to name your discs and tracks 01, 02, 03, ... 09, 10, 11, 12, etc.
If you have more than 99 discs/tracks then name them 001, 002, 003 etc.
__________________
[H1xx alternative chargers][H1xx Battery Replacement FAQ][H1xx Hard Drive Upgrade/Replacement FAQ][Hard Drive Selection FAQ][H1xx Boxwave USB cable] [MisticRiver Posting Guidelines][Buy/Sell/Trade Forum Posting Guidelines] "A mobile phone needs a manual in the way that a teacup doesn't." - Douglas Adams |
|
|||
|
Quote:
Is there a fast way to renumber them? |
|
||||
|
There's probably a program that will do it for you, or you can make a batch file to do it.
One way to create a batch file: 1. Download this utility (the shell extension link), which adds "Copy file path" and "Copy file name" options to your right-click menu in Windows Explorer. 2. Highlight all files/folders you want to batch rename, right-click and select "Copy file path". 3. Paste these into the second column of a spreadsheet application. 4. Next to each of these entries, write "rename" in the first column of the spreadsheet. 5. In the third column, write the new file/folder name, including its file path. 6. Copy all three columns into a text editor. 7. Use find and replace to replace the tab characters with spaces. 8. Save this text file as [something].bat 9. Double click on [something].bat in Windows Explorer 10. Voila. Note that if your file/folder names contain spaces you will have to wrap them in "quotes" otherwise the batch file will not work. If you don't want to download the right-click shell extension, you can use the command "dir > [filename].txt" in a command window to create a list of the directory structure, but you will then have to remove the time/datestamp preceding each file/folder name.
__________________
[H1xx alternative chargers][H1xx Battery Replacement FAQ][H1xx Hard Drive Upgrade/Replacement FAQ][Hard Drive Selection FAQ][H1xx Boxwave USB cable] [MisticRiver Posting Guidelines][Buy/Sell/Trade Forum Posting Guidelines] "A mobile phone needs a manual in the way that a teacup doesn't." - Douglas Adams |