1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Aug 14, 2025 — Aug 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed parsing mp3s with multiple '/' in the 'disc' field, closes #30 More... over 10 years ago
Merge pull request #29 from glogiotatidis/albumartist More... over 10 years ago
MP4 WIP, implemented basic audio entry parsing, supports channels and samplerate More... over 10 years ago
mp4 wip: finished basic parsing of meta data More... over 10 years ago
mp4 wip More... over 10 years ago
Fix MemoryError when parsing corrupted frame data More... over 10 years ago
started MP4 implementation, did not get very far... More... over 10 years ago
reading ID3v2.4 as synchsafe bytes, fixes #19 More... over 10 years ago
bumped version to 0.11.0, updated readme, small cleanup More... over 10 years ago
increase test coverage More... over 10 years ago
Fixed reading of truncated wav files, closes #26 More... over 10 years ago
Add albumartist. More... over 10 years ago
Merge branch 'master' of https://github.com/MadEgg/tinytag into MadEgg-master updated tests More... over 10 years ago
fixed and tested on flac, ogg, mp3 and wma More... over 10 years ago
read disc number / total number of discs from ogg, wma and id3v2 More... over 10 years ago
sorted TinyTag attributes alphabetically More... over 10 years ago
* support for all mpeg versions (bitrates and samplerates) * introduction of TinyTagException when parsing fails instead of failing silently * added `custom_samples` tests, that allow creating tests using whole tracks by putting them in the tests/custom_samples folder and naming the files appropriately (see custom_samples/instructions.txt) More... over 10 years ago
fixed accuracy problem for cbr mp3s in python 2 More... almost 11 years ago
improved accuracy and performance for mp3 parsing #21 More... almost 11 years ago
fixed error on missing Xing-tags More... almost 11 years ago
bumped version to 0.10.0 More... almost 11 years ago
tests: coveralls dropped python 3.2 support, added python 3.4 More... almost 11 years ago
implemented mp3 Xing header parsing More... almost 11 years ago
fixed tests for python 2.6 and 3.2, improved performance More... almost 11 years ago
improved performance and readability (still somewhat golfed, i know) More... almost 11 years ago
fixed wave duration not correct for non 44khz files More... almost 11 years ago
Merge pull request #20 from tilboerner/update_id3v1_genres More... about 11 years ago
bumped version to 0.9.3 More... about 11 years ago
Add addional ID3V1_GENRES from german wikipedia More... about 11 years ago
Complete ID3V1_GENRES to 128 entries More... about 11 years ago