<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -301,6 +301,9 @@ pretend to stream a track but then don't send anything, which makes shell-fm
 hang forever waiting for the track data. If you have that problem, use this
 option to define a stream timeout. When shell-fm is waiting for stream data, it
 will wait that many seconds and then skip to the next track.
+.TP
+.B no-rtp = something
+Start with RTP disabled.
 .SH FORMAT FLAGS
 There are several format flags allowed for some options. Here is the list.
 .TP</diff>
      <filename>manual/shell-fm.1</filename>
    </modified>
    <modified>
      <diff>@@ -83,6 +83,10 @@ int main(int argc, char ** argv) {
 	if(haskey(&amp; rc, &quot;discovery&quot;))
 		enable(DISCOVERY);
 
+	/* Disable RTP if option &quot;no-rtp&quot; is set to something. */
+	if(value(&amp; rc, &quot;no-rtp&quot;))
+		disable(RTP);
+
 	/* If &quot;daemon&quot; is set in the configuration, enable daemon mode by default. */
 	if(haskey(&amp; rc, &quot;daemon&quot;))
 		background = !0;</diff>
      <filename>source/main.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cbf65d36290e0d7d9e81100fe733380d40624d35</id>
    </parent>
  </parents>
  <author>
    <name>Jonas Kramer</name>
    <email>jkramer@nex.scrapping.cc</email>
  </author>
  <url>http://github.com/jkramer/shell-fm/commit/33f3d6fa3797be2beec7b7730d8113235c3e5826</url>
  <id>33f3d6fa3797be2beec7b7730d8113235c3e5826</id>
  <committed-date>2009-08-27T12:58:09-07:00</committed-date>
  <authored-date>2009-08-27T12:58:09-07:00</authored-date>
  <message>Disable RTP at startup if &quot;no-rtp&quot; is set to something in the
configuration.</message>
  <tree>655cb043b3c5eb8c0c156d398dde37dd58027674</tree>
  <committer>
    <name>Jonas Kramer</name>
    <email>jkramer@nex.scrapping.cc</email>
  </committer>
</commit>
