pyid3lib is a Python extension module that uses the "id3lib" library to read and write the ID3v2 tag data in MP3 audio files.
Categories
Audio EditingLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow pyid3lib
Other Useful Business Software
Rent Manager Software
Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The programโs fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
Rate This Project
Login To Rate This Project
User Reviews
-
I had some batch maintenance I wanted to get done and started out using command line tools, but I quickly realized that tidying up someone else's mess requires if's and else's. I started looking for python modules for modifying ID3 tags and the first one I found was the wrapper for the id3lib library. I can't compare it to other libraries, since it's the only one I've tried -- but the reason I haven't tried any others is because it could do what I need it to do without any oddities or hiccups along the way.