Search Results

2
votes
1answer
194 views

Python scripted mp3 database, with a php front end

So, here's the deal. I am attempting to write a quick python script that reads the basic id3 tags from an mp3 (artist, album, songname, genre, etc). The python script will use most likely the mut …