CompactFlash: Don't Use XCOPY
Originally Posted by hokiesean24
I rarely use the jukebox because I stopped buying CDs like 10 years ago. Most all of my music is downloaded from Napster (legally) which I can load to my MP3 player and hook up via Aux. ports. Recently though, I found a new program, Tunebite (thanks to SPEEED, I think
) which allows me to convert my digital music from wma files to mp3s and put them on the CF card. Which makes it a little less cumbersome. In summary
All of my music is digital, so I dont have the CDs to rip to the hard drive, I WISH I could copy from CF the hard drive, that would be amazing...
) which allows me to convert my digital music from wma files to mp3s and put them on the CF card. Which makes it a little less cumbersome. In summary
All of my music is digital, so I dont have the CDs to rip to the hard drive, I WISH I could copy from CF the hard drive, that would be amazing...
... even both formats on the came card.
Originally Posted by trey's wife
OK, how many of you use the compact flash cards that much? I mean I am all about the hard drive and have put 19 disks on the drive in my first 110 miles (roughly). I don't know if I personally ever see myself using the compact flash card slot with the slight exception of some songs that I don't have an actual CD for.
As for the OP - I have no idea why you would have to go through any of that. LOL Glad you found a fix for your problem though.
As for the OP - I have no idea why you would have to go through any of that. LOL Glad you found a fix for your problem though.
:-)
Wow! Lot's of replies. Let me see...
To those who suggested I do a Windows file copy (CTRL-A, CTRL-C, CTRL-V) from the file explorer: Please refer to this line on page 4-36 of the G35 manual:
Not wanting to turn my CompactFlash card into an iPod Shuffle, I realized that I would have to tightly control the order in which the songs were being written to the card. It was immediately obvious to me that whatever Win32 API method Windows was using to do this in Explorer et al was not doing it alphabetically, so all my 01-Song1.mp3, 02-Song2.mp3, etc orderings were to no avail. I'm not absolutely sure about this, but I think the API uses a kind of preorder or inorder directory traversal and a FILO policy on the files per directory.
So I tried XCopy, since that does a recursive alphabetic copy, but there's something about it that does something weird, either while writing file blocks or FAT32 entries to the card, that just flips the G35 out and makes it think there's nothing on the card.
So I went with a batch file partially generated by a recursive alphabetic "dir" command with output redirected to a text (.bat) file. I then used a powerful text editor to set up a macro or two to convert that listing into several hundred copy commands (one for each mp3). That worked, and Infiniti is dead right - it preserves file ordering exactly if you write the files one by one in the order you wish them to appear.
To those who wondered if I'm a Unix user turned Windows user: Nah, my home LAN is about 50:50 comprised of XP on Intel hardware and Linux on Intel & PPC hardware. I'm at home in many flavors of Unix and in BSD as well. I keep trying to right-click with Macs though, but I respect their new OS architecture. I spend most of my time on XP at home and Linux at work.
To those who suggested I do a Windows file copy (CTRL-A, CTRL-C, CTRL-V) from the file explorer: Please refer to this line on page 4-36 of the G35 manual:
"The playback order is the order in which the files were written by the writing software, so the files might not play in the desired order."
So I tried XCopy, since that does a recursive alphabetic copy, but there's something about it that does something weird, either while writing file blocks or FAT32 entries to the card, that just flips the G35 out and makes it think there's nothing on the card.
So I went with a batch file partially generated by a recursive alphabetic "dir" command with output redirected to a text (.bat) file. I then used a powerful text editor to set up a macro or two to convert that listing into several hundred copy commands (one for each mp3). That worked, and Infiniti is dead right - it preserves file ordering exactly if you write the files one by one in the order you wish them to appear.
To those who wondered if I'm a Unix user turned Windows user: Nah, my home LAN is about 50:50 comprised of XP on Intel hardware and Linux on Intel & PPC hardware. I'm at home in many flavors of Unix and in BSD as well. I keep trying to right-click with Macs though, but I respect their new OS architecture. I spend most of my time on XP at home and Linux at work.
Originally Posted by terrycs
Dude .... no need to convert WMA to MP3. The CF card will play both.
... even both formats on the came card.
... even both formats on the came card.
Originally Posted by hokiesean24
I should have further explained... My Napster files are encrypted/protected until I convert them to MP3...
Originally Posted by SPEEED
Or you can use TuneBite to remove the DRM protection from the wmv files. 

) to convert them to regular ol' unprotected MP3s and VOILA!!!
Originally Posted by hokiesean24
Thats what I was referring to SPEEED... my napster files are WMA files which the car WOULD play were they not encrpyted, so I use Tunebite (thanks to you!
) to convert them to regular ol' unprotected MP3s and VOILA!!!
) to convert them to regular ol' unprotected MP3s and VOILA!!!
Originally Posted by SPEEED
We morons like to do the following:
1. Ctrl + A
2. Right-click
3. Copy
4. Right-click
5. Paste
...and I'm a network engineer...
...

1. Ctrl + A
2. Right-click
3. Copy
4. Right-click
5. Paste
...and I'm a network engineer...

...

what happend to ctrl+c and ctrl+v

Pretty sure what you're running into is caused by too many subdirectories.
I read somewhere that all your folders have to be off the root, and you can't get any deeper than that.
What I do is:
CF:\Artist-Album
Works just fine for me.
There is absolutely *0* reason why XCOPY wouldn't work.
And besides, real men use cp.
cp -R * /mnt/flash
I read somewhere that all your folders have to be off the root, and you can't get any deeper than that.
What I do is:
CF:\Artist-Album
Works just fine for me.
There is absolutely *0* reason why XCOPY wouldn't work.
And besides, real men use cp.
cp -R * /mnt/flash
Originally Posted by bfspider
wait.... you right click?
what happend to ctrl+c and ctrl+v


what happend to ctrl+c and ctrl+v







haha