Added TagLib (with AUTORS and COPYING files) 1.2.0
authorNikolay Tischenko <niktischenko@gmail.com>
Fri, 24 Sep 2010 16:09:14 +0000 (23:09 +0700)
committerNikolay Tischenko <niktischenko@gmail.com>
Fri, 24 Sep 2010 16:09:14 +0000 (23:09 +0700)
commit68d60ad21e61d1e3255673985ae19606ceb0c59d
treea54c8b3e86e12c6798be0d6a17bfd16e9002d6f2
parentdca4bf6a28a8b904d45ff26376e667b05063a400
Added TagLib (with AUTORS and COPYING files)
Switched to TagLib for tag resolving
Added progressbar to busy widget
166 files changed:
AUTHORS.TagLib [new file with mode: 0644]
COPYING.LGPL [new file with mode: 0644]
resources/someplayer.png
someplayer.pro
src/busywidget.cpp
src/busywidget.h
src/library.cpp
src/library.h
src/mainwindow.cpp
src/mediascanner.cpp
src/someplayer.h
src/taglib/ape/ape-tag-format.txt [new file with mode: 0644]
src/taglib/ape/apefooter.cpp [new file with mode: 0644]
src/taglib/ape/apefooter.h [new file with mode: 0644]
src/taglib/ape/apeitem.cpp [new file with mode: 0644]
src/taglib/ape/apeitem.h [new file with mode: 0644]
src/taglib/ape/apetag.cpp [new file with mode: 0644]
src/taglib/ape/apetag.h [new file with mode: 0644]
src/taglib/asf/asfattribute.cpp [new file with mode: 0644]
src/taglib/asf/asfattribute.h [new file with mode: 0644]
src/taglib/asf/asffile.cpp [new file with mode: 0644]
src/taglib/asf/asffile.h [new file with mode: 0644]
src/taglib/asf/asfproperties.cpp [new file with mode: 0644]
src/taglib/asf/asfproperties.h [new file with mode: 0644]
src/taglib/asf/asftag.cpp [new file with mode: 0644]
src/taglib/asf/asftag.h [new file with mode: 0644]
src/taglib/audioproperties.cpp [new file with mode: 0644]
src/taglib/audioproperties.h [new file with mode: 0644]
src/taglib/fileref.cpp [new file with mode: 0644]
src/taglib/fileref.h [new file with mode: 0644]
src/taglib/flac/flacfile.cpp [new file with mode: 0644]
src/taglib/flac/flacfile.h [new file with mode: 0644]
src/taglib/flac/flacproperties.cpp [new file with mode: 0644]
src/taglib/flac/flacproperties.h [new file with mode: 0644]
src/taglib/mp4/mp4atom.cpp [new file with mode: 0644]
src/taglib/mp4/mp4atom.h [new file with mode: 0644]
src/taglib/mp4/mp4coverart.cpp [new file with mode: 0644]
src/taglib/mp4/mp4coverart.h [new file with mode: 0644]
src/taglib/mp4/mp4file.cpp [new file with mode: 0644]
src/taglib/mp4/mp4file.h [new file with mode: 0644]
src/taglib/mp4/mp4item.cpp [new file with mode: 0644]
src/taglib/mp4/mp4item.h [new file with mode: 0644]
src/taglib/mp4/mp4properties.cpp [new file with mode: 0644]
src/taglib/mp4/mp4properties.h [new file with mode: 0644]
src/taglib/mp4/mp4tag.cpp [new file with mode: 0644]
src/taglib/mp4/mp4tag.h [new file with mode: 0644]
src/taglib/mpc/mpcfile.cpp [new file with mode: 0644]
src/taglib/mpc/mpcfile.h [new file with mode: 0644]
src/taglib/mpc/mpcproperties.cpp [new file with mode: 0644]
src/taglib/mpc/mpcproperties.h [new file with mode: 0644]
src/taglib/mpeg/id3v1/id3v1genres.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v1/id3v1genres.h [new file with mode: 0644]
src/taglib/mpeg/id3v1/id3v1tag.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v1/id3v1tag.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/attachedpictureframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/attachedpictureframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/commentsframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/commentsframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/popularimeterframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/popularimeterframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/privateframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/privateframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/relativevolumeframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/relativevolumeframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/textidentificationframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/textidentificationframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/uniquefileidentifierframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/unknownframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/unknownframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/unsynchronizedlyricsframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/urllinkframe.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/frames/urllinkframe.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2.2.0.txt [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2.3.0.txt [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2.4.0-frames.txt [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2.4.0-structure.txt [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2extendedheader.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2extendedheader.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2footer.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2footer.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2frame.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2frame.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2framefactory.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2framefactory.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2header.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2header.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2synchdata.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2synchdata.h [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2tag.cpp [new file with mode: 0644]
src/taglib/mpeg/id3v2/id3v2tag.h [new file with mode: 0644]
src/taglib/mpeg/mpegfile.cpp [new file with mode: 0644]
src/taglib/mpeg/mpegfile.h [new file with mode: 0644]
src/taglib/mpeg/mpegheader.cpp [new file with mode: 0644]
src/taglib/mpeg/mpegheader.h [new file with mode: 0644]
src/taglib/mpeg/mpegproperties.cpp [new file with mode: 0644]
src/taglib/mpeg/mpegproperties.h [new file with mode: 0644]
src/taglib/mpeg/xingheader.cpp [new file with mode: 0644]
src/taglib/mpeg/xingheader.h [new file with mode: 0644]
src/taglib/ogg/flac/oggflacfile.cpp [new file with mode: 0644]
src/taglib/ogg/flac/oggflacfile.h [new file with mode: 0644]
src/taglib/ogg/oggfile.cpp [new file with mode: 0644]
src/taglib/ogg/oggfile.h [new file with mode: 0644]
src/taglib/ogg/oggpage.cpp [new file with mode: 0644]
src/taglib/ogg/oggpage.h [new file with mode: 0644]
src/taglib/ogg/oggpageheader.cpp [new file with mode: 0644]
src/taglib/ogg/oggpageheader.h [new file with mode: 0644]
src/taglib/ogg/speex/speexfile.cpp [new file with mode: 0644]
src/taglib/ogg/speex/speexfile.h [new file with mode: 0644]
src/taglib/ogg/speex/speexproperties.cpp [new file with mode: 0644]
src/taglib/ogg/speex/speexproperties.h [new file with mode: 0644]
src/taglib/ogg/vorbis/vorbisfile.cpp [new file with mode: 0644]
src/taglib/ogg/vorbis/vorbisfile.h [new file with mode: 0644]
src/taglib/ogg/vorbis/vorbisproperties.cpp [new file with mode: 0644]
src/taglib/ogg/vorbis/vorbisproperties.h [new file with mode: 0644]
src/taglib/ogg/xiphcomment.cpp [new file with mode: 0644]
src/taglib/ogg/xiphcomment.h [new file with mode: 0644]
src/taglib/riff/aiff/aifffile.cpp [new file with mode: 0644]
src/taglib/riff/aiff/aifffile.h [new file with mode: 0644]
src/taglib/riff/aiff/aiffproperties.cpp [new file with mode: 0644]
src/taglib/riff/aiff/aiffproperties.h [new file with mode: 0644]
src/taglib/riff/rifffile.cpp [new file with mode: 0644]
src/taglib/riff/rifffile.h [new file with mode: 0644]
src/taglib/riff/wav/wavfile.cpp [new file with mode: 0644]
src/taglib/riff/wav/wavfile.h [new file with mode: 0644]
src/taglib/riff/wav/wavproperties.cpp [new file with mode: 0644]
src/taglib/riff/wav/wavproperties.h [new file with mode: 0644]
src/taglib/tag.cpp [new file with mode: 0644]
src/taglib/tag.h [new file with mode: 0644]
src/taglib/taglib_config.h.in [new file with mode: 0644]
src/taglib/taglib_export.h [new file with mode: 0644]
src/taglib/tagunion.cpp [new file with mode: 0644]
src/taglib/tagunion.h [new file with mode: 0644]
src/taglib/toolkit/taglib.h [new file with mode: 0644]
src/taglib/toolkit/tbytevector.cpp [new file with mode: 0644]
src/taglib/toolkit/tbytevector.h [new file with mode: 0644]
src/taglib/toolkit/tbytevectorlist.cpp [new file with mode: 0644]
src/taglib/toolkit/tbytevectorlist.h [new file with mode: 0644]
src/taglib/toolkit/tdebug.cpp [new file with mode: 0644]
src/taglib/toolkit/tdebug.h [new file with mode: 0644]
src/taglib/toolkit/tfile.cpp [new file with mode: 0644]
src/taglib/toolkit/tfile.h [new file with mode: 0644]
src/taglib/toolkit/tlist.h [new file with mode: 0644]
src/taglib/toolkit/tlist.tcc [new file with mode: 0644]
src/taglib/toolkit/tmap.h [new file with mode: 0644]
src/taglib/toolkit/tmap.tcc [new file with mode: 0644]
src/taglib/toolkit/tstring.cpp [new file with mode: 0644]
src/taglib/toolkit/tstring.h [new file with mode: 0644]
src/taglib/toolkit/tstringlist.cpp [new file with mode: 0644]
src/taglib/toolkit/tstringlist.h [new file with mode: 0644]
src/taglib/toolkit/unicode.cpp [new file with mode: 0644]
src/taglib/toolkit/unicode.h [new file with mode: 0644]
src/taglib/trueaudio/trueaudiofile.cpp [new file with mode: 0644]
src/taglib/trueaudio/trueaudiofile.h [new file with mode: 0644]
src/taglib/trueaudio/trueaudioproperties.cpp [new file with mode: 0644]
src/taglib/trueaudio/trueaudioproperties.h [new file with mode: 0644]
src/taglib/wavpack/wavpackfile.cpp [new file with mode: 0644]
src/taglib/wavpack/wavpackfile.h [new file with mode: 0644]
src/taglib/wavpack/wavpackproperties.cpp [new file with mode: 0644]
src/taglib/wavpack/wavpackproperties.h [new file with mode: 0644]
src/tagresolver.cpp
src/tagresolver.h
src/ui/busywidget.ui