public
Description: small music playing daemon
Homepage: http://incise.org/corn.html
Clone URL: git://github.com/mackstann/corn.git
corn /
name age message
file .gitignore Tue Dec 09 19:54:09 -0800 2008 ignore [mackstann]
file ABOUT-NLS Sat Nov 29 19:59:16 -0800 2008 repository initialized from quark 3.21 tarball [mackstann]
file AUTHORS Wed Dec 03 13:10:08 -0800 2008 added website link to AUTHORS [mackstann]
file COPYING Wed Dec 17 18:34:12 -0800 2008 note about public domain files [mackstann]
file INSTALL Fri Jan 09 04:57:51 -0800 2009 use libunique to disallow the same instance fro... [mackstann]
file Makefile.am Fri Dec 05 16:38:28 -0800 2008 no need for m4 directory [mackstann]
file README Wed Dec 03 13:10:34 -0800 2008 added website link to README [mackstann]
file autogen.sh Wed Dec 03 18:03:23 -0800 2008 still need automake --foreign [mackstann]
file configure.ac Wed Jan 14 05:42:24 -0800 2009 gnome vfs -> gio [mackstann]
directory corn/ Tue Jan 20 03:57:42 -0800 2009 cleaning up [mackstann]
directory po/ Wed Dec 03 03:41:29 -0800 2008 removed strange-quark [mackstann]
README
Corn is a small music playing daemon, forked from Quark.  It communicates via
D-BUS, adhering to the MPRIS spec for interoperability with frontends and
utilities that support MPRIS.

http://incise.org/corn.html


Playing songs with non-english filenames
----------------------------------------

If you want to play files that are not named in UTF-8 encoding and contain
non-ascii characters, then you will have to pull some strings to make Corn load
them.

Setting environment variables as shown here can make Corn work with them:

export G_BROKEN_FILENAMES=0  # this says that your filenames are not UTF-8
export CHARSET=ISO_8859-1    # this tells Corn what charset your files are
                             # using, change its value as appropriate

Alternately, you can rename your files to use UTF-8 characters.