Im having a problem

Discuss anything not covered in another forum (life, the universe etc.)... Please keep it PG-13 and avoid spam.
Post Reply
User avatar
Hopeful
Senior Member
Posts: 2206
Joined: Fri Feb 15, 2002 11:46 pm
Location: Sunny California

Im having a problem

Post by Hopeful »

I need to separate a folder into music, movies, images and applications...

images and applications are easy when you mess around with folder settings...

but the movies and music both run together as they're played in the same program. What im looking for is a method to sort these two out so i can put them into new more sorted files instead of this one...


That's my problem... that and im eating a LOT of blueberries...
Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame. :D
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,
User avatar
morbidpete
Posts: 7283
Joined: Sat Mar 30, 2002 12:00 pm
Location: W. Warwick RI

Post by morbidpete »

right click,view,details

right click, sort by, type
User avatar
Hopeful
Senior Member
Posts: 2206
Joined: Fri Feb 15, 2002 11:46 pm
Location: Sunny California

Post by Hopeful »

arranging by type doesnt separate files that are all played by the same media player...
Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame. :D
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,
User avatar
BlindPilot
Regular Member
Posts: 488
Joined: Fri Jan 28, 2005 8:42 am
Location: My knees are exploding!

Post by BlindPilot »

IT should arrange them by type:

ie .a* first

.Z* last

so MP3's will be shown after avi's...

is that what your trying to do?
For King And Country!
User avatar
Hopeful
Senior Member
Posts: 2206
Joined: Fri Feb 15, 2002 11:46 pm
Location: Sunny California

Post by Hopeful »

deal is when you say arrange by type, it doesnt involve the encoding at all in the sorting, just what program uses the file...
Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame. :D
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,
CiscoKid
Posts: 10031
Joined: Tue Jan 09, 2001 12:00 am
Location: Stockton, CA

Post by CiscoKid »

Hopeful wrote:deal is when you say arrange by type, it doesnt involve the encoding at all in the sorting, just what program uses the file...
Hopeful, it should be sorting by extension, so unless all your movies and audio files .wmv, there shouldn't be any problems

Also, it will only be softed by type when you view the folder, if you try and open the files from within the program, it won't be sorted
Three Rivers Designs wrote:America! Love it or give it back!
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

xcopy
A little command-line tool, works well, and it's already installed :D
User avatar
Hopeful
Senior Member
Posts: 2206
Joined: Fri Feb 15, 2002 11:46 pm
Location: Sunny California

Post by Hopeful »

@ cisco

All i know is my weird al music video's are right next to my weird al music... :-p... They arent sorting by extensions, otherwise this've been solved... :-p

@ norm...

xcopy??? not exactly sure how it works...
Originally posted by Burke
eBay is like Terra Eleven, a vast wasteland that not even Peter Strauss could tame. :D
P IV Processor 2.4 gHZ, ECS p4 motherboard, Windows XP, 512 MB of Ram, Radeon 9500 Pro, 60 GB WD HD, 20 GB IBM HD, Verbatim CDRW,
User avatar
mountainman
SG VIP
Posts: 15451
Joined: Tue Dec 26, 2000 12:00 am
Location: Colorado

Post by mountainman »

RUN --> CMD --> xcopy etc etc etc ...
CiscoKid
Posts: 10031
Joined: Tue Jan 09, 2001 12:00 am
Location: Stockton, CA

Post by CiscoKid »

Hopeful wrote:@ cisco

All i know is my weird al music video's are right next to my weird al music... :-p... They arent sorting by extensions, otherwise this've been solved... :-p

@ norm...

xcopy??? not exactly sure how it works...
Are you sure they're sorted by type and not by name?
Three Rivers Designs wrote:America! Love it or give it back!
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

Make a batch file. Place it in the dir with all your files.

xcopy *.wmv movies /i
xcopy *.mpeg movies /i
xcopy *.mpg movies /i
xcopy *.avi movies /i

xcopy *.exe applications /i

xcopy *.mp3 music /i
xcopy *.wav music /i

xcopy *.gif images /i
xcopy *.jpg images /i
xcopy *.jpeg images /i
xcopy *.bmp images /i

Add whatever else you need.
Post Reply