Marc R. Schoolderman
Marc R. Schoolderman
Thanks. Introduced in commit 56f6ef4079b120049fc1c67f3c19448dc15eb863. Out of curiousity: if a directory contains both 't.mp3' and '[test].mp3', which file do you think the wildcard '[test].mp3' should match? (bash selects "t.mp3"; _Take...
1. Fixed the bug which made id3 ignore files with brackets in them (which was introduced in 56f6ef4). 2. Added the `-X` / `--no-glob` option which disables wildcard handling altogether...
My fix is incomplete, as --no-glob is ignored for a simple `id3` / `id3 -v`. I should probably also add escaping to allow globbing to be used in combination with...
Could you copy the tag (e.g. using 'id3 -2 --duplicate test.mp3 foo' ) to an empty file and attach it here? Or if you prefer, send me a small original...
I'm unable to reproduce it; on both Windows and Linux id3 shows the same data with or without -v. What system are you on, exactly? If you're on Windows, what...
1) And if you run 'id3 -v' on the exact file you sent me, you get the same behaviour reported? 2) Also, do you really see a "blank" field at...
Thanks! I don't understand this bug. When I have more time, I'll prepare a version of id3 that we can use (hopefully) to hunt this bug down. I'll also try...
`dirent.h` must be available, see: https://github.com/squell/id3/blob/c7b729db3cb5e346b2f839932f445f479ec5cbc7/INSTALL#L108-L112
The simplistic `id3-images` program (https://github.com/squell/id3/blob/master/id3-images.c) should do exactly that. `make all` or `make id3-images` should build it without problems. For some reason it was not provided as a binary in...
I think the last binary for Windows could compile with both VisualStudio 2010 and 2012. But any version should be fine. (If you find a reasonable compiler+system combo that *doesn't*...