4 This is Rhythmbox version 0.9. Rhythmbox is your one-stop multimedia
5 application, supporting a music library, multiple playlists,
6 internet radio, and more.
8 Rhythmbox is free software, licensed under the GNU GPL.
10 The official web site is:
11 http://www.gnome.org/projects/rhythmbox/
13 Information about mailing lists can be found at:
14 http://lists.gnome.org/mailman/listinfo/rhythmbox-devel
16 Our IRC channel is #rhythmbox on GIMPnet (irc.gimp.org).
18 Rhythmbox is developed primarily using gnome cvs. To get a copy
19 of the latest development tree, see this web page:
20 http://www.gnome.org/projects/rhythmbox/development.html
25 See the files INSTALL.quick and INSTALL.
30 Bugs should be reported to the GNOME bug tracking system.
31 (http://bugzilla.gnome.org, product rhythmbox.) You will need to create an
34 In the bug report please include:
36 * Information about your system. For instance:
39 - Available GStreamer plugins (run gst-inspect with no arguments)
41 And anything else you think is relevant.
43 * If rhythmbox crashes when you try to import a folder full of music files
44 to your library, you can pinpoint the exact file causing the crash
45 by running "rhythmbox -d" from a console. It will output lots of debugging
46 information, the last file mentioned in the console output will quite likely
47 correspond to the file causing the crash. If you want to save the debug log
48 to a file, use "rhythmbox -d 2> debug.log".
50 * Before you report a bug, it will be useful to know if GStreamer works.
51 If you have playback issues, try running this command:
53 $ gst-launch-0.8 playbin uri="file:///path/to/my/musicfile.ogg"
55 If you have troubles importing a specific file to your library, try running:
57 $ gst-launch-0.8 -t filesrc location=/path/to/my/musicfile.ogg ! decodebin ! fakesink
59 Just replace /path/to/my/musicfile.ogg with some sound file in the 2 commands
60 above. If Rhythmbox is compiled with GStreamer 0.10, use gst-launch-0.10 in
63 * How to reproduce the bug.
65 * If the bug was a crash, the exact text that was printed out when the
66 crash occured, and a trace (which can be obtained by using gdb or bug-buddy).
67 See http://live.gnome.org/GettingTraces for more information on getting
75 arch-tag: The typical project user README doc