Hello <div><br></div><div>I'm trying to write a patch along my GSoC proposal ( I have already mailed in the first rough draft, please review it if possible, any feedback is welcome! ).</div><div><br></div><div>What I'm trying to do is, when a user changes the rating of a song, the song resource's nao:rating should be updated along with the normal id3 tag updation carried out by Amarok.</div>


<div><br></div><div>The slot for this is in src/playlist/view/listview/InlineEditorWidget.cpp which calls the function ratingValueChanged. (line 159 and 270)</div><div><br></div><div>But I'm stuck on getting the path of the current track whose rating is being modified. </div>


<div>I tried using Playlist::Item::track()</div><div>But it didn't work. The ratingWidget disappeared after this.</div><div><br></div><div>Any help in this regard will be appreciated.</div><div><br></div><div>Thank you</div>

<div>Phalgun </div>