~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to kid3/scriptinterface.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        bool importFromFile(int tagMask, const QString& path, int fmtIdx);
104
104
 
105
105
        /**
 
106
         * Download album cover art into the picture frame of the selected files.
 
107
         *
 
108
         * @param url           URL of picture file or album art resource
 
109
         * @param allFilesInDir true to add the image to all files in the directory
 
110
         */
 
111
        void downloadAlbumArt(const QString& url, bool allFilesInDir);
 
112
 
 
113
        /**
106
114
         * Export tags to a file.
107
115
         *
108
116
         * @param tagMask tag bit (1 for tag 1, 2 for tag 2)