Thread: Extract Music

  1. #1
    Is Trying to Learn
    Join Date
    Mar 2006
    Location
    Hutton, Preston
    Posts
    215

    Extract Music

    Hi

    I was wondering if anyone knows of a program you can download that you can run and will search through all of your songs on your computer and put them in a list so that you can put it in a document?

    Thanks

  2. #2
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    If you have linux you can just search for files and grep the music files then cat them to a file, otherwise you can use a program like winamp which can export your music list to a file.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    If you have Windows, then you already have that program. Windows Media Player. Not that it's much good at anything else than that.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #4
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    tsk tsk elysa, you know very well that WinAmp is the best known way to produce a random BSOD.

    Seriously though, I dont even use it anymore as its too klunky and tries to over organize my music.
    Last edited by abachler; 12-31-2007 at 09:03 AM.

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Yeah, it's a poor piece of software, but hey, if you don't want to download anything, it's still right at your computer.
    If you want a better program, feel free to download something.
    Come to think of it, Zoom Player can also do the same, but it can only export to .zpl and not m3u >_< Kind of silly, really...
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  6. #6
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    You could either, whip up a batch script to do it or write a simple C program. Either would take 5 mins

  7. #7
    Registered User kryptkat's Avatar
    Join Date
    Dec 2002
    Posts
    638
    what ever happened to

    Code:
       dir *.mp3 > mp3files.txt
    hum?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Someone saves us from music
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 78
    Last Post: 07-02-2008, 08:59 AM
  2. Music Programming - Serial Matrix Display (Help needed)
    By CrazyHorse in forum C Programming
    Replies: 1
    Last Post: 11-13-2007, 04:28 PM
  3. Music Programming - Serial Matrix Display
    By CrazyHorse in forum C Programming
    Replies: 1
    Last Post: 11-12-2007, 04:16 PM
  4. Is AOL music crazy?
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 03-24-2006, 07:24 PM
  5. crashing when switch music type
    By lambs4 in forum Game Programming
    Replies: 7
    Last Post: 05-03-2004, 12:50 PM