Menu

title in cue file

2010-04-10
2013-05-09
  • Mario Pilesi

    Mario Pilesi - 2010-04-10

    in my cue file i see:

    FILE "example_2010_04_10_18_04_08.mp3" MP3
       TRACK 01 AUDIO
        TITLE "■ "
        PERFORMER "■ "
        INDEX 01 00:00:00
      TRACK 02 AUDIO
        TITLE "■ "
        PERFORMER "■ "
        INDEX 01 03:05:00
      TRACK 03 AUDIO
        TITLE "■ "
        PERFORMER "■ "
        INDEX 01 09:28:00
      TRACK 04 AUDIO
        TITLE "■ "
        PERFORMER "■ "
        INDEX 01 09:32:00
      TRACK 05 AUDIO
        TITLE "■ "
        PERFORMER "■ "
        INDEX 01 13:40:00
    

    why i not can to see the title?

     
  • Joachim Lippold

    Joachim Lippold - 2010-04-11

    Hi,
    i had a similar problem. I searched the bug tracker and have found a solution. It has something to do with the codeset options.
    On Windows edit your streamripper.ini (located in your home directory, "Application Data\streamripper"). I had to switch from UTF8 to my local code page. After that everything worked fine again.

    ...
    [stream defaults]
    ...
    codeset_metadata=CP1252
    codeset_relay=CP1252
    codeset_id3=CP1252
    codeset_filesys=CP1252
    ...
    

    Perhaps this also solves your issue….

     
  • Mario Pilesi

    Mario Pilesi - 2010-04-11

    Ty, it is ok now :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.