1
0
mirror of http://mpg123.de/trunk/.git synced 2025-08-07 21:02:55 +03:00

Publish the lyrics tagger, why not?

git-svn-id: svn://scm.orgis.org/mpg123/trunk@3093 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2012-04-06 17:34:39 +00:00
parent 326d3b1dc9
commit d737239bdd
2 changed files with 2 additions and 0 deletions

View File

@@ -92,5 +92,6 @@ EXTRA_DIST = \
ports/Sony_PSP/readers.c.patch \
ports/mpg123_.pas \
scripts/benchmark-cpu.pl \
scripts/tag_lyrics.py \
ports/Xcode/mpg123.xcodeproj/project.pbxproj

View File

@@ -4,6 +4,7 @@
# needs mutagen
# grabbed from: http://code.activestate.com/recipes/577138-embed-lyrics-into-mp3-files-using-mutagen-uslt-tag/
# simplified to only work on one file and get lyrics from stdin
# I suspect this is public domain code. Just a usage example of the mutagen lib.
import os
import sys