On Sat, Feb 19, 2011 at 20:17, sandeep <[email protected]> wrote: > I've submitted a review request for the filename configuration. Now, I've > added some extra code to replace the layout with the actual data - for > example replace %artist with the artist's name. Where should this code be > inserted? I've kept it in SqlPodcastProvider::downloadResult() but that > doesn't seem to be the proper place.
That is exactly the right place, but you can put it in a separate function if you like. You can use that function in other situations as well then. For instance: when changing the filename layout, apply it to the already downloaded episodes. _______________________________________________ Amarok-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/amarok-devel
