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 (
Ivan Kelly (author)
Mon May 18 13:58:12 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.cvsignore | Fri Apr 14 07:31:04 -0700 2006 | |
| |
.gitignore | Fri Apr 17 10:04:19 -0700 2009 | |
| |
AUTHORS | Tue Jan 27 21:38:19 -0800 2009 | |
| |
COPYING | Sat Sep 13 17:16:48 -0700 2008 | |
| |
ChangeLog | Wed Apr 15 02:36:21 -0700 2009 | |
| |
ChangeLog.old | Thu Oct 16 16:37:50 -0700 2003 | |
| |
ChangeLog.pre-0.12 | Thu Mar 19 04:31:52 -0700 2009 | |
| |
ChangeLog0.6 | Sun Nov 16 08:56:20 -0800 2003 | |
| |
ChangeLog0.7 | Tue Jul 13 20:13:03 -0700 2004 | |
| |
ChangeLog0.7.old | Tue Jan 13 17:42:58 -0800 2004 | |
| |
ChangeLog0.8 | Sun Oct 30 09:13:12 -0800 2005 | |
| |
DOCUMENTERS | Mon Jul 28 13:08:31 -0700 2003 | |
| |
HACKING | Sat Dec 15 20:01:18 -0800 2007 | |
| |
INSTALL.quick | Fri Jan 02 01:04:17 -0800 2009 | |
| |
INTERNALS | Mon Feb 02 22:24:54 -0800 2004 | |
| |
MAINTAINERS | Fri Jul 25 18:52:14 -0700 2008 | |
| |
MAINTAINERS.old | Sat Dec 10 06:56:44 -0800 2005 | |
| |
Makefile.am | Wed Apr 22 03:40:01 -0700 2009 | |
| |
NEWS | Tue Apr 28 00:31:34 -0700 2009 | |
| |
README | Mon Apr 20 17:47:07 -0700 2009 | |
| |
README.daap | Sun Jan 14 23:59:34 -0800 2007 | |
| |
THANKS | Sun Jun 09 12:47:03 -0700 2002 | |
| |
autogen.sh | Mon Sep 22 05:12:49 -0700 2008 | |
| |
backends/ | Tue May 12 05:45:04 -0700 2009 | |
| |
bindings/ | Sun Mar 08 16:47:33 -0700 2009 | |
| |
configure.ac | Sun May 17 11:27:21 -0700 2009 | |
| |
corelib/ | Fri Nov 21 04:19:05 -0800 2008 | |
| |
data/ | Fri May 08 22:14:57 -0700 2009 | |
| |
debian/ | Fri Oct 03 14:02:57 -0700 2003 | |
| |
doc/ | Sun Dec 21 03:39:47 -0800 2008 | |
| |
help/ | Tue Apr 21 02:32:35 -0700 2009 | |
| |
lib/ | Sun May 17 11:27:21 -0700 2009 | |
| |
macros/ | Fri Mar 02 03:24:43 -0800 2007 | |
| |
metadata/ | Tue May 12 05:38:25 -0700 2009 | |
| |
omf.make | Mon Feb 20 23:37:28 -0800 2006 | |
| |
plugins/ | Mon May 18 13:58:12 -0700 2009 | |
| |
po/ | Sat May 09 19:22:04 -0700 2009 | |
| |
podcast/ | Wed Apr 22 09:12:59 -0700 2009 | |
| |
remote/ | Sun Dec 21 02:16:44 -0800 2008 | |
| |
rhythmbox.doap | Sun Apr 26 17:04:23 -0700 2009 | |
| |
rhythmdb/ | Tue Apr 14 10:03:49 -0700 2009 | |
| |
shell/ | Wed May 13 20:19:56 -0700 2009 | |
| |
sources/ | Sat Mar 28 19:08:19 -0700 2009 | |
| |
tests/ | Wed Mar 11 06:21:51 -0700 2009 | |
| |
tools/ | Sat Nov 24 23:24:57 -0800 2007 | |
| |
widgets/ | Mon Apr 06 23:32:46 -0700 2009 | |
| |
xmldocs.make | Mon Feb 20 23:37:28 -0800 2006 |
README
General Information =================== This is Rhythmbox version 0.12.1. Rhythmbox is your one-stop multimedia application, supporting a music library, multiple playlists, internet radio, and more. Rhythmbox is free software, licensed under the GNU GPL. The official web site is: http://www.gnome.org/projects/rhythmbox/ Information about mailing lists can be found at: http://lists.gnome.org/mailman/listinfo/rhythmbox-devel Our IRC channel is #rhythmbox on GIMPnet (irc.gimp.org). Rhythmbox is developed primarily using gnome cvs. To get a copy of the latest development tree, see this web page: http://www.gnome.org/projects/rhythmbox/development.html Installation ============ See the files INSTALL.quick and INSTALL. How to report bugs ================== Bugs should be reported to the GNOME bug tracking system. (http://bugzilla.gnome.org, product rhythmbox.) You will need to create an account for yourself. In the bug report please include: * Information about your system. For instance: - GStreamer version - Available GStreamer plugins (run gst-inspect with no arguments) And anything else you think is relevant. * If rhythmbox crashes when you try to import a folder full of music files to your library, you can pinpoint the exact file causing the crash by running "rhythmbox -d" from a console. It will output lots of debugging information, the last file mentioned in the console output will quite likely correspond to the file causing the crash. If you want to save the debug log to a file, use "rhythmbox -d 2> debug.log". * Before you report a bug, it will be useful to know if GStreamer works. If you have playback issues, try running this command: $ gst-launch-0.10 playbin uri="file:///path/to/my/musicfile.ogg" If you have troubles importing a specific file to your library, try running: $ gst-launch-0.10 -t uridecodebin uri=file:///path/to/my/musicfile.ogg ! fakesink Just replace /path/to/my/musicfile.ogg with some sound file in the 2 commands above. * How to reproduce the bug. * If the bug was a crash, the exact text that was printed out when the crash occured, and a trace (which can be obtained by using gdb or bug-buddy). See http://live.gnome.org/GettingTraces for more information on getting stack traces. Development ======= See the HACKING file. arch-tag: The typical project user README doc







