From d737239bdd54d7cac9139817985fd5f4ba9ccd93 Mon Sep 17 00:00:00 2001 From: thor Date: Fri, 6 Apr 2012 17:34:39 +0000 Subject: [PATCH] Publish the lyrics tagger, why not? git-svn-id: svn://scm.orgis.org/mpg123/trunk@3093 35dc7657-300d-0410-a2e5-dc2837fedb53 --- Makefile.am | 1 + scripts/tag_lyrics.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8503b558..fc133ff3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/scripts/tag_lyrics.py b/scripts/tag_lyrics.py index 938c18b0..1feb081c 100644 --- a/scripts/tag_lyrics.py +++ b/scripts/tag_lyrics.py @@ -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