I don't mind that she's a taster. It's just who she is. I was probably similar until I learned what I liked - and then just stuck with what I liked. I don't change a whole lot, unless there's a reason to.
Also, I love Linux...
I bought a cheap MP3 player to pipe music into some cars that don't have like a CD player or anything. Well, the MP3 player sucks and can't deal with folders.
I have a bunch of music - but it is in folders and nested folders.
A quick trip to the terminal and it found the music and moved it to a temp directory which I then just copied everything music (skipping the images and other files) and moved it to the MP3 player.
I'd have otherwise had to spend hours moving stuff manually. In fact, I started to do it manually before I realized that was retarded and headed to the terminal.
Nice. I am not familiar with the terminal
You'd call it cmd in Windows. You probably haven't used it since the days of DOS.
find ~/Music/ -type f -print0 | xargs -0 mv -t ~/Downloads/temp
I used cmd just last Wednesday at work!
What kind of music is on your player?
(post is archived)