Playlist problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #744
    Henryk
    Guest

    Enyone knows a program for Windows that can create playlists that can be properly interpreted by Firefly?

    #7143
    cromei
    Participant

    mediamonkey works for me 🙂 using the export to m3u
    itunes also works.
    Craig

    #7144
    mraneri
    Participant

    A .m3u playlist in it’s simplest form is simply a text file with filenames..

    I occasionally make playlists at a DOS prompt with:

    dir /s/b *.mp3 > playlist.m3u

    (the /b shows a basic listing, with no date/size information)
    (the /s will go through subdirectories and find files in all of those. Also, this is required in order to show full paths, which are always good for .m3u files..)

    Replace *.mp3 with *.flac or *.* as you wish, and further edit with a text editor!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.