~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to README

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
General Information
2
2
===================
3
3
 
4
 
This is Rhythmbox version 0.8. Rhythmbox is your one-stop multimedia
 
4
This is Rhythmbox version 0.9. Rhythmbox is your one-stop multimedia
5
5
application, supporting a music library, multiple playlists,
6
6
internet radio, and more.
7
7
 
8
8
Rhythmbox is free software, licensed under the GNU GPL.
9
9
 
10
10
The official web site is:
11
 
  http://web.rhythmbox.org/
 
11
  http://www.gnome.org/projects/rhythmbox/
12
12
 
13
13
Information about mailing lists can be found at:
14
14
  http://lists.gnome.org/mailman/listinfo/rhythmbox-devel
15
15
 
16
16
Our IRC channel is #rhythmbox on GIMPnet (irc.gimp.org).
17
17
 
18
 
Rhythmbox is developed primarily using the arch revision control
19
 
system, specifically the "tla" implementation.  To get a copy
 
18
Rhythmbox is developed primarily using in gnome cvs. To get a copy
20
19
of the latest development tree, see this web page:
21
 
http://web.rhythmbox.org/development.html
 
20
http://www.gnome.org/projects/rhythmbox/development.html
22
21
 
23
22
Installation
24
23
============
36
35
 
37
36
* Information about your system. For instance:
38
37
 
39
 
   - GStreamer version (or Xine version if you're using the Xine backend)
 
38
   - GStreamer version
40
39
   - Available GStreamer plugins (run gst-inspect with no arguments)
41
40
   
42
41
  And anything else you think is relevant.
43
42
 
 
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".
 
49
 
44
50
* Before you report a bug, it will be useful to know if GStreamer works.
45
 
  Try running this command:
46
 
 
47
 
  $ gst-launch-0.8 gnomevfssrc location=/path/to/my/musicfile.ogg ! spider ! volume ! audioscale ! audioconvert ! $(gconftool-2 -g /system/gstreamer/0.8/default/audiosink)  
48
 
 
49
 
  Just replace /path/to/my/musicfile.ogg with some sound file.
50
 
  You might also want to try the monkey-media tests/test-cmdline program.
 
51
  If you have playback issues, try running this command:
 
52
 
 
53
  $ gst-launch-0.8 playbin uri="file:///path/to/my/musicfile.ogg"
 
54
 
 
55
  If you have troubles importing a specific file to your library, try running:
 
56
 
 
57
  $ gst-launch-0.8 -t filesrc location=/path/to/my/musicfile.ogg ! decodebin ! fakesink
 
58
 
 
59
  Just replace /path/to/my/musicfile.ogg with some sound file in the 2 commands
 
60
  above.
51
61
 
52
62
* How to reproduce the bug.
53
63