You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, January 6th 2012, 5:45pm

Save TagLib tags while playing music

I’m creating application for editing music tags with TagLib. When file is choosen I read tags, display them in table model, and then set this file as source to MediaObject. But when I modify tags and try to save a file, read-only error appears. It’s because Phonon is reading file. Amarok also uses Phonon and TagLib and there is possibility of saving file while playing music. I’ve read some Amarok sources (saving tags and initializing Phonon) and I haven’t found anything special. Is there anyone who could help me with this problem? Sorry for any language mistakes.