Read only file access
patrick machielse
patrick at hieper.nl
Fri Mar 30 11:51:16 UTC 2012
Hi,
We use TagLib in a Mac OS application. Recently our App Store submission was refused because of 'modifying a user file'. Yes.
Details are fuzzy, but we now believe that the rejection may be a result of TagLib opening audio files in tfile.cpp like this:
file = fopen(name, "rb+");
Is there a higher level way to specify in TagLib that that we only want to open the file in readonly mode?
We noticed this pull-requests on git-hub but there seems to be no resolution:
https://github.com/taglib/taglib/pull/3
I think it would be able to use 'brute force' and copy the files to a temp directory before reading the file tag. I think Apple still allows that (knock on wood), but it is so in-elegant...
Thanks for any insights,
patrick
--
Patrick Machielse
Hieper Software
http://www.hieper.nl
info at hieper.nl
More information about the taglib-devel
mailing list