Bug 182667

Summary: Writing tags to a file with via scripting
Product: [Applications] amarok Reporter: Antoine Gaillard <antoine.gaillard13>
Component: Tools/Script ManagerAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 2.0.1   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Antoine Gaillard 2009-02-01 05:53:43 UTC
Version:           2.0.1.1 (using KDE 4.1.4)
OS:                Linux
Installed from:    Fedora RPMs

When editing tags information within a script by doing :
Amarok.Playlist.trackAt(i).artist="artist" (for example)

The information is set only in Amarok if the file is moved or modified then the original tag is restored. Could it be possible to write the tag inside the file directly within a script?
Comment 1 Ian Monroe 2009-02-04 06:42:14 UTC
SVN commit 920956 by ianmonroe:

write metadata changes from QtScript to the file
BUG: 182667

 M  +2 -0      ChangeLog  
 M  +20 -23    src/scriptengine/MetaTypeExporter.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=920956