PDA

View Full Version : Save TagLib tags while playing music



barteksch
8th January 2012, 20:22
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. App works on Linux, but not on Windows. Is there anyone who could help me with this problem? Sorry for any language mistakes.