This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
corn /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Dec 09 19:54:09 -0800 2008 | |
| |
ABOUT-NLS | Sat Nov 29 19:59:16 -0800 2008 | |
| |
AUTHORS | Wed Dec 03 13:10:08 -0800 2008 | |
| |
COPYING | Wed Dec 17 18:34:12 -0800 2008 | |
| |
INSTALL | Fri Jan 09 04:57:51 -0800 2009 | |
| |
Makefile.am | Fri Dec 05 16:38:28 -0800 2008 | |
| |
README | Wed Dec 03 13:10:34 -0800 2008 | |
| |
autogen.sh | Wed Dec 03 18:03:23 -0800 2008 | |
| |
configure.ac | Wed Jan 14 05:42:24 -0800 2009 | |
| |
corn/ | Tue Jan 20 03:57:42 -0800 2009 | |
| |
po/ | Wed Dec 03 03:41:29 -0800 2008 |
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.







