|
mp3 tag reader
|
|
01-14-2010, 01:14 PM
(This post was last modified: 01-14-2010 01:54 PM by codecaine.)
Post: #1
|
|||
|
|||
|
mp3 tag reader
I was on the wiki for mp3s and I saw that the last 128 bytes of a mp3 is the tag information. So I made a script to get the tag information. The code is also attached in a zip.
Code: #This program was coded by codecaine aka "Jerome Scott II" |
|||
|
01-14-2010, 01:23 PM
Post: #2
|
|||
|
|||
|
RE: mp3 tag reader
Now this is a great example to show what python can do!
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
01-14-2010, 10:20 PM
Post: #3
|
|||
|
|||
|
RE: mp3 tag reader
OMG i have to check this out!
a little help please. which python are you using? mine is 2.5.4 and i hope there wont be any type missmatch. and, why do i get this message? Code: Traceback (most recent call last): |
|||
|
01-15-2010, 02:32 AM
Post: #4
|
|||
|
|||
|
RE: mp3 tag reader
I had reposted the source I had that sys.argv to check if the user enter the mp3 on the command line. to use the program you have to do it like so:
python mp3TagReader.py c:\myfile.mp3 if you don't put the mp3 path and file name on the command line you get a error. because then the system argument is 0 but with the repost it tell you you about it instead of the error |
|||
|
01-16-2010, 12:24 AM
Post: #5
|
|||
|
|||
|
RE: mp3 tag reader
Oh I see. Thanks.
|
|||
|
01-16-2010, 02:35 AM
Post: #6
|
|||
|
|||
|
RE: mp3 tag reader
You put you python in you system environment variables? so its global you can run python anywhere in terminal?
|
|||
|
01-16-2010, 10:47 PM
Post: #7
|
|||
|
|||
| RE: mp3 tag reader | |||
|
01-17-2010, 04:50 AM
Post: #8
|
|||
|
|||
|
RE: mp3 tag reader
If you install this python it should automatic set environment variables and win32api http://www.activestate.com/activepython/
|
|||
|
« Next Oldest | Next Newest »
|






