-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
73 lines (48 loc) · 2.3 KB
/
README
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
68
69
70
71
72
General Information
===================
This is Rhythmbox version 0.13.3. 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 playbin2 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.