So I took it in last saturday to have the HINGES fixed (they broke) yeah?...yeah.
BestBuy calls today saying they were just waiting for the motherboard to come in (which was 1 of 3 things).
Uhm, thats cool & all that its ready so quick, but, motherboard!? WTF DID THEY DO!? I hope I still have all of my stuff on there or I have a good ... umpteen BILLION things to download.
Can I take the songs off of my iPod & put them back on to my laptop?
Haha 0wn3d. If they aren't replacing your harddrive you are fine... :|
Quote from: Newby on September 27, 2006, 12:24:51 AM
Haha 0wn3d. If they aren't replacing your harddrive you are fine... :|
Dude @ BestBuy said that they generally reformat when they do hardware work ... but he said since it was just hinges I should be fine
but its now hinges + motherboard + something else :(
WTF? Why the fuck do they reformat... tell them to fuck off.
Quote from: Newby on September 27, 2006, 12:33:52 AM
WTF? Why the fuck do they reformat... tell them to fuck off.
I told the dude to put a comment on there saying DONT REFORMAT...God I hope they dont.
BUT!...he did say after 4 things go wrong they'll 'buy it back' or whatever.
SO, with these 3 things + the screen + the power chord, I'm over the limit...I wonder if BestBuy has any DECENT laptops
Dell Latitude D820. Very nice ^^
@CrAz3D: Get the iPod plugin for Winamp and you can right click it in the library tab for iPod and select "Move to hard drive" or something to that effect.
I've had issues changing motherboards with Windows a few times, Windows stops booting and I have to format.
I'd never ever take a computer in for warranty without backing up files first. Don't they make you sign a big long agreement that says, "we are not responsible for loss of data"? I know I signed one when I took my laptop in for warranty work..
I backed up all of the important stuff...minus one folder for work but I can type those files out again (they're printed out at the office).
I'm just going to be missing all of my music and assorted programs I've collected
Well, programs are generally not irreplacable, so you'd get over that.
And your music sucks anyways (I'm assuming), so no worries there :P
Quote from: CrAz3D on September 27, 2006, 12:20:28 AM
Can I take the songs off of my iPod & put them back on to my laptop?
Yes, but the filenames generally get smitten. There are some programs out there to re-name files based on the ID3 tags, so if you have a good ID3 tag you're set.
If you need it, I have a console-based Java program which will re-name files properly. I think Sidoh made one too.
Using the filestore mode thing on my iPod I moved some songs from the iPod to my desktop...it had all of the ID3 info except songname :(
When I play songs I moved to desktop they have the ID3 tag! Except for the Dave Mathews ones :(
1/2 of my music sucks & I never listen to it, 1/2 is random cool stuff, the other 1/2 is pretty awesome! (yes, I know, 3 halves)
Quote from: CrAz3D on September 27, 2006, 12:54:32 PM
(yes, I know, 3 halves)
Those are usually called "thirds". :P
Quote from: CrAz3D on September 27, 2006, 12:54:32 PM
Using the filestore mode thing on my iPod I moved some songs from the iPod to my desktop...it had all of the ID3 info except songname :(
When I play songs I moved to desktop they have the ID3 tag! Except for the Dave Mathews ones :(
Yeah, iPods don't hurt the ID3 tag, so I expected it to be ok. They just bugger up the filename.
Quote from: iago on September 27, 2006, 09:41:41 AM
If you need it, I have a console-based Java program which will re-name files properly. I think Sidoh made one too.
Yeah, I did. There are some glitches, but if you scan twice, it should take care of everything. http://www.sidoh.org/~sidoh/music_manager.zip
Oh yeah: double click on "Artists" to expand the list.
Quote from: MyndFyrex86] link=topic=7457.msg92911#msg92911 date=1159377312]
Quote from: CrAz3D on September 27, 2006, 12:54:32 PM
(yes, I know, 3 halves)
Those are usually called "thirds". :P
...but only usually.
Yeah, most of my ID3 tags are good, BUT some dont have full tags, oops? Oh well, I can get it to work eventually.
I do miss having the portability of my laptop though
The program I wrote (and I presume iago's performs in this manner too), you can specify the format of the target filename, ie: "%Artist% - %Title%", so as long as the ID3 tags contain the information you specify in the format, you should be good.
Quote from: Sidoh on September 27, 2006, 02:38:10 PM
The program I wrote (and I presume iago's performs in this manner too), you can specify the format of the target filename, ie: "%Artist% - %Title%", so as long as the ID3 tags contain the information you specify in the format, you should be good.
the ID3 tags arent all good, so, meh.
Quote from: CrAz3D on September 27, 2006, 02:43:11 PM
the ID3 tags arent all good, so, meh.
So fix the ones that aren't after pruning the ones that are good. :P
Quote from: Sidoh on September 27, 2006, 02:38:10 PM
The program I wrote (and I presume iago's performs in this manner too), you can specify the format of the target filename, ie: "%Artist% - %Title%", so as long as the ID3 tags contain the information you specify in the format, you should be good.
Nope, I designed mine solely for Hitmen, and consequently for myself and Newby. It always does:
artist/artist - year - album/track-song.mp3
You can grab it at this URL, if you want to try it:
http://www.javaop.com/~ron/code/MoveMP3.jar
Run it in a console with "java -jar MoveMP3.jar", and it'll ask you for the directories and stuff. It isn't pretty or anything, I didn't see much point since it was a one-off thing, I haven't used it since the first time.