I'm currently using taglib c bindings, if the (same) file is on the local disk i can write tags into it, but if i move on a (mounted) cifs share, taglib doesn't write anything. To be sure it to be a taglib issue, i tried other tools like kid3 and qtagger, and they both failed. Instead, easytag, which uses libid3tag, works. Reproducible: Always Steps to Reproduce: 1.move an mp3 over a remote windows machine and mount it with cifs 2.try to write a tag using taglib_c 3.see that it hasn't wrote anything 4.move that file to a local disk and repeat 1,2 5.see that it worked. My program is written in gambas, and with it i noticed that the file i try to tag remains open (lsof) even after saving and freeing it. if it is useful that's my mounted share: //192.168.117.3/T$ on /mnt/nas type cifs (rw,relatime,sec=ntlm,unc=\\192.168.117.3\T$,username=admin2,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.117.3,file_mode=0755,dir_mode=0755,nounix,rsize=61440,wsize=57344,actimeo=60
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Hi Andrew, The bug is indeed fixed somehow. Thanks!