Support for 'rati' item

Алексей Новичков qtloverr at gmail.com
Wed Jan 25 15:57:04 UTC 2012


It would be nice to have support of the 'rati' item in the mp4 tags. This
item is used in Tag&Rename to store rating.
The only change will involve mp4tag.cpp file:

85    else if(atom->name == "plID" || atom->name == "rati") {
86      parseLongLong(atom, file);
87    }

and here

465    else if(name == "plID" || name == "rati") {
466       data.append(renderLongLong(name.data(String::Latin1), i->second));
467    }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20120125/fa8888b0/attachment.html>


More information about the taglib-devel mailing list