Hello,
Ok I'm here to report a few bugs with libid3tag
The function id3_file_open works half the time
file=id3_file_open(input,ID3_FILE_MODE_READONLY); if (file==NULL) { printf("file error(id3_tag_size fun)\n"); return 1; }
this line often return 1 and prints file error
each time I execute this command, I check the file path and it's correct so I concluded that the bug was coming from this function.
Thanks.
Best Regards
Cab