You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/scripts/embedcover
tpearson 1dbf3ff1cb
rename the following methods:
13 years ago
..
COPYING rename the following methods: 13 years ago
README Added abandoned KDE3 version of Amarok 14 years ago
addimage2mp3.rb rename the following methods: 13 years ago
embedcover.rb Added abandoned KDE3 version of Amarok 14 years ago

README

<div align="center"><b>EmbedCover (v0.8)</b></div>

<p>
<b>About:</b><br>
EmbedCover is a script for embedding album cover images in MP3 files. The script will
automatically look up the image associated to it in Amarok and embed this image in the file.
</p>
<p>
The MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be
in your Collection.
</p>
<p>
It is recommended that you <i>back up</i> your MP3 file before using this script on it. Although the
script is designed not to harm your file, the operation is not reversible and should therefore
be used with caution.
</p>

<p>
<b>Usage:</b><br>
Select a track in the playlist, then start EmbedCover from the context-menu (right mouse click).
</p>
<p>
It is also possible to use EmbedCover as a command line tool, by calling the "addimage2mp3.rb"
script contained in this package. Addimage2mp3 only requires Ruby to be installed, not Amarok.
The EmbedCover Amarok Script is a frontend for this tool.
</p>

<p>
<b>Dependencies:</b><br>
<ul>
<li>Amarok 1.4.5</li>
<li>Ruby 1.8</li>
</ul>
</p>

<p>
<b>ChangeLog:</b><br>
Version 0.8:<br>
<ul>
<li>Make it work with Amarok's Dynamic Collection.</li>
</ul>
Version 0.7:<br>
<ul>
<li>Initial release.</li>
</ul>
</p>

<p>
<b>Author:</b><br>
Mark Kretschmann (markey@web.de)
</p>