title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Anyone succeeded in using -list_to_conv on R16?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chrisjj
    dBpoweramp Guru

    • Nov 2008
    • 300

    Anyone succeeded in using -list_to_conv on R16?

    Please?

    On R15 I was able to call musicconverter.exe with -list_to_conv, but on R16 it fails. When I intercept the call from Batch Converter

    Code:
    MusicConverter.exe -list_to_conv C:\Users\Chris\AppData\Local\Temp\TMPA2C3.tmp -signal_event_got_files fsdmc--113139006
    and add my C:\temp\templong.mp3 to the .tmp file, the result is:



    (My objective is to feed my own list of filenames to Music Converter.)

    I'm aware external use of -list_to_conv is unsupported.
    Last edited by chrisjj; October 24, 2016, 11:52 AM.
  • Spoon
    Administrator
    • Apr 2002
    • 44574

    #2
    Re: Anyone succeeded in using -list_to_conv on R16?

    You would have to write Unicode-16 to that file.
    Spoon
    www.dbpoweramp.com

    Comment

    • chrisjj
      dBpoweramp Guru

      • Nov 2008
      • 300

      #3
      Re: Anyone succeeded in using -list_to_conv on R16?

      Originally posted by Spoon
      You would have to write Unicode-16 to that file.
      Thanks. I was doing so, and verifying the saved file was unchanged at UTF-8.

      Shortening the added filename gets me a step closer. Added file name recognised, but garbage remaining.



      Likewise, changing the existing filename whilst preserving the length gets garbage.



      It's as if there's some special terminator getting lost, except my Hex View shows none (before my edit).

      Or perhaps the fsdmc must accord somehow.

      Code:
      MusicConverter.exe -list_to_conv C:\Users\Chris\AppData\Local\Temp\TMP64CD.tmp -signal_event_got_files [B]fsdmc--104176437[/B]
      Last edited by chrisjj; October 24, 2016, 02:19 PM.

      Comment

      Working...

      ]]>