Comment 15 for bug 91229

Revision history for this message
Jim Casaburi (casaburi-gmail) wrote :

My guess is that it may be attempting to open the files with read-write flags enabled when it really doesn't need to be. (unless I'm really missing something, there shouldn't be a need to open the file read-write when READING the tags)

When I get home I'll see if I can read the taglib source to see if that's the case and how hard it is to patch the behavior if it is the case. (I think the source is C++, which in theory I know how to read...)