morituri icon indicating copy to clipboard operation
morituri copied to clipboard

.m3u

Open TJFOE opened this issue 10 years ago • 0 comments

Hi,

I cannot find any template-command to get separate file-names and song title like in EAC.

EAC (you get "Artist - Songtitle/filename"):

EXTM3U

EXTINF:203,Cat Power - The Greatest

01_The_Greatest.wav

EXTINF:192,Cat Power - Living Proof

02_Living_Proof.wav ...

Morituri (here: --track-template='%A/%d (%y)/%t_%n' --disc-template='%A/%d (%y)/%A - %d'):

EXTM3U

EXTINF:0,00. Hidden Track One Audio.wav

  1. Hidden Track One Audio.wav #EXTINF:350,01. La estiba.wav
  2. La estiba.wav #EXTINF:370,02. Beyond the Mirage.wav
  3. Beyond the Mirage.wav ...

I want to read with an own code these .m3u files. And yes, I can read from the morituri - m3u and filter these signs like I need. But I don't understand, why this is coded this way or I cannot find any documentation to change the command.

I would like to see something like EAC in the linux-world. Morituri is well on the way. But one of the reasons, why Andrés EAC is as good as it is, is his kind of communication (documentation!) with users and coders. He has his own forum and ... you can contact him directly: http://www.exactaudiocopy.de/en/index.php/information/contact/

Trac and Github is impractible for communication. Very crude ... :-)

Best regards Thomas

TJFOE avatar Dec 22 '14 18:12 TJFOE