1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
General Information
===================
This is Rhythmbox version 0.8. 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://web.rhythmbox.org/
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 the arch revision control
system, specifically the "tla" implementation. To get a copy
of the latest development tree, see this web page:
http://web.rhythmbox.org/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 (or Xine version if you're using the Xine backend)
- Available GStreamer plugins (run gst-inspect with no arguments)
And anything else you think is relevant.
* Before you report a bug, it will be useful to know if GStreamer works.
Try running this command:
$ gst-launch-0.8 gnomevfssrc location=/path/to/my/musicfile.ogg ! spider ! volume ! audioscale ! audioconvert ! $(gconftool-2 -g /system/gstreamer/0.8/default/audiosink)
Just replace /path/to/my/musicfile.ogg with some sound file.
You might also want to try the monkey-media tests/test-cmdline program.
* How to reproduce the bug.
If you can reproduce the bug with one of the programs in tests/, that
will be most convenient. Otherwise, please include a short test program
that exhibits the behavior. As a last resort, you can also provide
a pointer to a larger piece of software that can be downloaded.
* 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).
Development
=======
See the HACKING file.
arch-tag: The typical project user README doc
|