modify metadata with a newline

Issue #95 closed
Former user created an issue

Hi it's me again -- now i can be more exact than in #92

iTune crashed my metadata several times ignores to write or even worse write them to another file than specified.

so i wanted to do all in a applescript - thats better but not free of errors

i found your very good app - it works perfect for my needs like in iTunes i can modify a metadatafield (like description) with a newline (carriage return) inside

but i want to batch process all my movies so i found your sublercli works like a charm except of the newline

after frickling around i found a way to bypass the newline character in the shell (cli)

like: echo '/Users/joe/Desktox/' | sed -e 's/x/\'$'p/g' | ls

but when doing this with a movie and sublercli it won't work

please make an update to sublercli as it works in subler (gui)

Regards Joe

Comments (2)

  1. Damiano Galassi repo owner

    You should open an issue in the sublercli repository. But doesn't expect any work on it from me.

  2. Log in to comment