Home
last modified time | relevance | path

Searched refs:hasID3v1Tag (Results 1 – 25 of 55) sorted by relevance

123

/dports/audio/taglib/taglib-1.12/tests/
H A Dtest_trueaudio.cpp89 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testStripAndProperties()
100 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testStripAndProperties()
114 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
129 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
H A Dtest_mpc.cpp159 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in GetRandomAccessFileReader()
172 CPPUNIT_ASSERT(!f.hasID3v1Tag());
187 CPPUNIT_ASSERT(f.hasID3v1Tag()); in RandomSliceTransform()
H A Dtest_flac.cpp451 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testSaveID3v1()
459 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testSaveID3v1()
516 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testStripTags()
527 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testStripTags()
537 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testStripTags()
546 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testStripTags()
614 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testPictureStoredAfterComment()
634 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testPictureStoredAfterComment()
H A Dtest_wavpack.cpp162 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
177 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
H A Dtest_ape.cpp217 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
232 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dtaglibtest.cpp30 EXPECT_FALSE(mixxx::taglib::hasID3v1Tag(mpegFile)); in TEST_F()
51 EXPECT_FALSE(mixxx::taglib::hasID3v1Tag(mpegFile)); in TEST_F()
71 EXPECT_FALSE(mixxx::taglib::hasID3v1Tag(mpegFile)); in TEST_F()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/tests/
H A Dtest_trueaudio.cpp104 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
119 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
H A Dtest_flac.cpp394 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testSaveID3v1()
402 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testSaveID3v1()
459 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testStripTags()
470 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testStripTags()
480 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testStripTags()
489 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testStripTags()
H A Dtest_wavpack.cpp130 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
145 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
H A Dtest_ape.cpp165 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
180 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
H A Dtest_mpc.cpp164 CPPUNIT_ASSERT(!f.hasID3v1Tag()); in testRepeatedSave()
179 CPPUNIT_ASSERT(f.hasID3v1Tag()); in testRepeatedSave()
/dports/audio/mixxx/mixxx-2.3.0/src/track/taglib/
H A Dtrackmetadata_file.cpp86 bool hasID3v1Tag(TagLib::MPEG::File& file) { in hasID3v1Tag() function
88 return file.hasID3v1Tag(); in hasID3v1Tag()
H A Dtrackmetadata_file.h50 bool hasID3v1Tag(TagLib::MPEG::File& file);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Utils/Tagging/
H A DTaggingUtils.cpp71 else if(file && file->hasID3v1Tag()) in getParsedTagFromMpeg()
102 else if(file && file->hasID3v1Tag()) in getParsedTagFromFlac()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/ape/
H A Dapefile.h212 bool hasID3v1Tag() const;
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/wavpack/
H A Dwavpackfile.h194 bool hasID3v1Tag() const;
/dports/audio/taglib/taglib-1.12/taglib/ape/
H A Dapefile.h212 bool hasID3v1Tag() const;
/dports/audio/taglib/taglib-1.12/taglib/wavpack/
H A Dwavpackfile.h194 bool hasID3v1Tag() const;
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/ape/
H A Dapefile.h212 bool hasID3v1Tag() const;
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/wavpack/
H A Dwavpackfile.h194 bool hasID3v1Tag() const;
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpc/
H A Dmpcfile.h208 bool hasID3v1Tag() const;
/dports/audio/taglib/taglib-1.12/taglib/mpc/
H A Dmpcfile.h208 bool hasID3v1Tag() const;
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpc/
H A Dmpcfile.h208 bool hasID3v1Tag() const;
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/trueaudio/
H A Dtrueaudiofile.h229 bool hasID3v1Tag() const;
/dports/audio/taglib/taglib-1.12/taglib/trueaudio/
H A Dtrueaudiofile.h229 bool hasID3v1Tag() const;

123