I'd like to add some tagging facilities to the context menu (the menu when right click on a playlist item), but what I currently can do is like the layout below:

CODE

root_context_menu -> Remove
                     Crop
                     ......
                     Tagging
                     ReplayGain
                     ......
                     ......
                     my_root_item_here -> my_item_1



but my intention for the layout is like:

CODE

root_context_menu -> Remove
                     Crop
                     ......
                     Tagging    ->    my_root_item_here -> my_item_1
                     ReplayGain
                     ......
                     ......


I've been looking through the sdk, but seems there's no class that I can use to get the class object of the "Tagging" item, so is it possible to acheive the second layout? or can only be the first layout?

Thanks

update: problem solved, no need to reply, thank you.