Menu

#9 Ultrastar import is hardwired for DOS CR/LF

open-invalid
nobody
None
5
2011-01-23
2011-01-23
hackerb9
No

When creating a new project and importing lyrics in Ultrastar's .TXT format, version 1.1 barfs if Unix style newlines are used. It brings up a warning that the file is invalid because BPM and/or GAP are missing. Adding DOS style carriage returns before every newline fixes it. (To add CR, I used: tr '\n' '\r\n' )

Discussion

  • hackerb9

    hackerb9 - 2011-01-23
    • status: open --> open-invalid
     
  • hackerb9

    hackerb9 - 2011-01-23

    My mistake, both DOS and Unix line terminators fail to work. The DOS ones didn't bring up an error message, but the lyrics weren't imported. So this is definitely a bug, but I'm not sure where.

     
  • hackerb9

    hackerb9 - 2011-01-23

    Unix style new lines. karly-1.1 gives an error when importing this that it is invalid because it has no BPM and/or GAP

     
  • hackerb9

    hackerb9 - 2011-01-23

    Just an example of a DOS style .txt file, with CR/LF. Karly-1.1 does not complain, but it doesn't work either.

     

Log in to post a comment.