|
  
|
|
|||||||
| Requests Have a great idea? Request hacks here! |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Zewbie
Join Date: Jul 2008
Posts: 1
Reputation: 10
|
I realized that the Zune software seems to add a number in front of track names when it burns from CDs or converts(not sure on when it converts) tracks to the proper format. Furthermore, I've realized that the way the software does this, via a single digit for tracks 1-9 rather than a double-digit in the fashion of 01, 02, 03 that it causes a discrepancy in many music players, including the Zune software itself. The issue is that in reading the numbers for non-identified albums or playlists, the track numbers line up as 1, 10, 11, 12, etc. followed by 2-9, and so are identified as such regardless of what direct track information is listed as.
I was wondering if there was a pre-existant hack to resolve this to make the software add in the 0 for tracks 1-9, or if it was possible to have one cooked up so that I don't constantly have to go in and manually edit the names after the fact. |
|
|
|
|
|
#2 (permalink) |
|
Support Team
Moderator Ultimate Zuner Join Date: Apr 2007
Location: What a stalker!
Posts: 6,441
Reputation: 265
|
There isn't at this point, but this sounds like a reasonable hack.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Do you live outside of the US, have Paypal, and want the Zune Pass? If so PM or visit my To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. . ![]() |
|
|
|
|
|
#3 (permalink) |
|
you lost the game.
zB Programmer
Section Staff Zune Freak Join Date: May 2008
Posts: 1,245
Reputation: 531
|
I don't know whether it would be practically possible to implement this as a hack to the software, but you can install PowerShell, and use this one liner:
Code:
ls -recurse | where { DOLLAR_.Name -match '^[0-9] [^.]+\....$' } | move-item -literalpath { DOLLAR_.FullName } -destination { DOLLAR_.DirectoryName + '\0' + DOLLAR_.Name }
Code:
# for vista cd c:\users\yourusername\Music # for xp cd c:\documents and settings\yourusername\My Music
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. signature by To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Last edited by itsnotabigtruck : 08-05-2008 at 10:22 PM. ![]() |
|
|
|
![]() |
| Thread Tools | |
|
|
| |