Search found 3 matches

by JanVledder
Tue Dec 21, 2021 10:33 pm
Forum: Multimedia
Topic: How to handle data from mp3-files
Replies: 4
Views: 16888

Re: How to handle data from mp3-files

I'm sure the output is RTF text. After you mentioned trying "\n" (which didn't work, the output was empty) I tried other 'commands', "\par" and "\line" are candidates. After a lot of trial and error I ended up with "\par1" and "\line1" that do the trick. I don't understand why this is working, but i...
by JanVledder
Tue Dec 21, 2021 11:54 am
Forum: Multimedia
Topic: How to handle data from mp3-files
Replies: 4
Views: 16888

Re: How to handle data from mp3-files

Thank you for your quick response. I changed the script and that works well, except for one thing: the cr doesn't result in a new line, so everything in fld 1 is one line. Could you tell me how to fix this? I use an Apple MacBook Pro with intel processor and MacOS Monterey. Thanks in advance JanVled...
by JanVledder
Sun Dec 19, 2021 5:51 pm
Forum: Multimedia
Topic: How to handle data from mp3-files
Replies: 4
Views: 16888

How to handle data from mp3-files

Hi All, I came across a very versatile tool developed by the late Mark Smith, called id3lib. When I use this tool while gathering info about more than one mp3-files the output is not adequate: only the data of the first mp3-file is presented. I tried the following script: on mouseUp set the itemDeli...