summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2011-03-30 04:01:42 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2011-03-30 04:01:42 +0200
commit57cd50ead63b7bda9d03b08139e7ac63557d8700 (patch)
tree6efb1a32121d1b726c18bd62b8f520f12e0c2163 /README
parenta29a8a9243e01d3fca67c4b3eb3dfb3ecdeb71e7 (diff)
downloadplay-57cd50ead63b7bda9d03b08139e7ac63557d8700.tar.xz
play: add pyid3lib support as alternative for MP3 tags
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index f4d2d77..27fbcd6 100644
--- a/README
+++ b/README
@@ -15,9 +15,11 @@ Usage:
Miscellaneous:
In order for either mp3info (ID3) or ogginfo to work, both
- corresponding python modules have to be installed. However,
- quick support for MP3 tags can be added by getting 'ID3.py'
- from the id3-py project: http://id3-py.sourceforge.net/
+ corresponding python modules have to be installed. Quickest
+ support for MP3 tags can be added by getting 'ID3.py' from the
+ id3-py project: http://id3-py.sourceforge.net or by installing
+ the (much more popular) 'pyid3lib' package provided by your OS
+ distribution.
A playlist can contain URLs, but the playlist itself will have
to be local. For mpeg streaming splay is recommended.
@@ -34,7 +36,5 @@ Authors:
forked. This exceptional software, originally written by Ulf
Betlehem, should not be forgotten.
- In March of 2011 a cplay branch was found on GitHub, published
- by Tomi Pievilainen, with some interesting patches on top of
- the original cplay. Very much like play includes. From this
- code MPlayer support was added to play.
+ MPlayer support was added to play from the excellent work done
+ by Tom Adams and Tomi Pievilainen on GitHub.com.