Created
June 23, 2012 21:11
-
-
Save apb2006/2979999 to your computer and use it in GitHub Desktop.
metadata from mp3 file using tika
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java -jar ~andy/tika-app-1.1.jar 12\ Time\ Of\ The\ Season.mp3 | |
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta name="xmpDM:audioCompressor" content="MP3"/> | |
<meta name="xmpDM:releaseDate" content="1968"/> | |
<meta name="Content-Length" content="5632909"/> | |
<meta name="xmpDM:album" content="Odessey & Oracle"/> | |
<meta name="xmpDM:artist" content="Zombies"/> | |
<meta name="Author" content="Zombies"/> | |
<meta name="xmpDM:genre" content=""/> | |
<meta name="xmpDM:logComment" content=""/> | |
<meta name="Content-Type" content="audio/mpeg"/> | |
<meta name="resourceName" content="12 Time Of The Season.mp3"/> | |
<title>Time Of The Season</title> | |
</head> | |
<body><h1>Time Of The Season</h1> | |
<p>Zombies</p> | |
<p>Odessey & Oracle, track 12</p> | |
<p>1968</p> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment