Bug 182667 - Writing tags to a file with via scripting
Summary: Writing tags to a file with via scripting
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Tools/Script Manager (show other bugs)
Version: 2.0.1
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 05:53 UTC by Antoine Gaillard
Modified: 2009-02-04 06:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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