D10803: handle more tags in taglibextractor

Michael Heidelbach noreply at phabricator.kde.org
Fri Mar 30 18:01:03 UTC 2018


michaelh requested changes to this revision.
michaelh added a comment.
This revision now requires changes to proceed.


  Except for the white space stuff I'm still fine with this.

INLINE COMMENTS

> taglibextractor.cpp:237
>          data.discNumber = itDiscNumber->second.toInt();
> +    }           TagLib::MP4::ItemListMap::Iterator itCompilation = allTags.find("cpil");
> +    if (itCompilation != allTags.end()) {

New line please

> taglibextractor.cpp:304
>  
> +    // Genre.
>      itMPC = lstMusepack.find("GENRE");

Nitpick: These comments aren't really informative. The tagname is explicit enough. 
I don't mind if you leave them in.

> taglibextractor.cpp:659
>          extractOgg(stream, mimeType, data);
> +
>      }

Unrelated white-space change

REPOSITORY
  R286 KFileMetaData

REVISION DETAIL
  https://phabricator.kde.org/D10803

To: astippich, mgallien, ngraham, michaelh
Cc: vhanda, dfaure, michaelh, ngraham, #frameworks, ashaposhnikov, astippich, spoorun, nicolasfella, alexeymin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180330/f0d9cc25/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list