You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple problem. I'm trying to enqueue filenames that have commas in an automated script, but since , is the delimiter, I have to somehow work around the filenames that have them. So, I tried escaping each comma with a , but that doesn't seem to work. Then, I tried wrapping each filename in quotes. That has opened up a big nest of issues I don't understand that I'm trying to work through over at http://stackoverflow.com/questions/34498976/quodlibet-suddenly-wont-accept-file-list-unless-i-manually-type-it-in , but the basic summary is, quodlibet doesn't play nice when I have double quotes in a sed line. My question is, what am I supposed to do if I want to automatically (not by manually typing the filenames in) enqueue songs that have commas in their filenames? Is there an escape character I don't know about, and if so, why isn't it the obvious backslash?
The text was updated successfully, but these errors were encountered:
Backslashed commas should now work, but for your use case you will probably get a cleaner solution using enqueue with the control file, thus avoiding any comma-escaping and newline-conversion in the first place...
Simple problem. I'm trying to enqueue filenames that have commas in an automated script, but since , is the delimiter, I have to somehow work around the filenames that have them. So, I tried escaping each comma with a , but that doesn't seem to work. Then, I tried wrapping each filename in quotes. That has opened up a big nest of issues I don't understand that I'm trying to work through over at http://stackoverflow.com/questions/34498976/quodlibet-suddenly-wont-accept-file-list-unless-i-manually-type-it-in , but the basic summary is, quodlibet doesn't play nice when I have double quotes in a sed line. My question is, what am I supposed to do if I want to automatically (not by manually typing the filenames in) enqueue songs that have commas in their filenames? Is there an escape character I don't know about, and if so, why isn't it the obvious backslash?
The text was updated successfully, but these errors were encountered: