<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to PushConfiguration</title><link>https://sourceforge.net/p/streambaby/wiki/PushConfiguration/</link><description>Recent changes to PushConfiguration</description><atom:link href="https://sourceforge.net/p/streambaby/wiki/PushConfiguration/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 14 Sep 2014 17:52:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/streambaby/wiki/PushConfiguration/feed" rel="self" type="application/rss+xml"/><item><title>PushConfiguration modified by Kevin Moye</title><link>https://sourceforge.net/p/streambaby/wiki/PushConfiguration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,6 @@
 ## Configuring you Streambaby.ini for push

-To activate "push" functionality, add the following entries in streambaby.ini:
+To activate "push" functionality, which allows you to push videos to 1 or more of your TiVos similar to how pyTivo push works, add the following entries in streambaby.ini:

 `tivo.username=yourusername@somewhere.com`
 `tivo.password=yourpassword`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Moye</dc:creator><pubDate>Sun, 14 Sep 2014 17:52:32 -0000</pubDate><guid>https://sourceforge.net6a79d2fb6e2a10fc2de8a9123fbdd90fac2609b9</guid></item><item><title>PushConfiguration modified by Kevin Moye</title><link>https://sourceforge.net/p/streambaby/wiki/PushConfiguration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,10 +1,10 @@
 ## Configuring you Streambaby.ini for push

 To activate "push" functionality, add the following entries in streambaby.ini:
-~~~~~~
-tivo.username=yourusername@somewhere.com
-tivo.password=yourpassword
-~~~~~~
+
+`tivo.username=yourusername@somewhere.com`
+`tivo.password=yourpassword`
+

 Where yourusername@somewhere.com and yourpassword are the username and password you use to login to your account at tivo.com

@@ -12,11 +12,9 @@

 For a more advanced configuration (or if the auto-discovery does not work for some reason) you can individual designate some/all of the TiVo's:

-~~~~~~
-tivo.1=NameOfThisTivo
-tivo.1.username=username for tivo.com
-tivo.1.password=password for tivo.com
-tivo.1.tsn=serial number of the tivo without dashes/spaces
-tivo.2.=xxxx
-~~~~~~
+`tivo.1=NameOfThisTivo`
+`tivo.1.username=username for tivo.com`
+`tivo.1.password=password for tivo.com`
+`tivo.1.tsn=serial number of the tivo without dashes/spaces`
+`tivo.2.=xxxxx`

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Moye</dc:creator><pubDate>Sun, 14 Sep 2014 17:51:25 -0000</pubDate><guid>https://sourceforge.netfa337cfd1a9912376eaac4314e205e88cc630de6</guid></item><item><title>PushConfiguration modified by Kevin Moye</title><link>https://sourceforge.net/p/streambaby/wiki/PushConfiguration/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="configuring-you-streambabyini-for-push"&gt;Configuring you Streambaby.ini for push&lt;/h2&gt;
&lt;p&gt;To activate "push" functionality, add the following entries in streambaby.ini:&lt;br /&gt;
    tivo.username=yourusername@somewhere.com&lt;br /&gt;
    tivo.password=yourpassword&lt;/p&gt;
&lt;p&gt;Where yourusername@somewhere.com and yourpassword are the username and password you use to login to your account at tivo.com&lt;/p&gt;
&lt;p&gt;Streambaby should auto-detect all of the TiVo's on the network and allow you to push videos to them. When selection a video from the selection screen, you should see the "Push" option in addition to the standard play/resume play options. If you have multiple TiVo's you can use the left/right arrows to toggle between them.&lt;/p&gt;
&lt;p&gt;For a more advanced configuration (or if the auto-discovery does not work for some reason) you can individual designate some/all of the TiVo's:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="mf"&gt;.1&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;NameOfThisTivo&lt;/span&gt;
&lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="mf"&gt;.1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;username&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;username&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;com&lt;/span&gt;
&lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="mf"&gt;.1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;password&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;password&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;com&lt;/span&gt;
&lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="mf"&gt;.1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;tsn&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;serial&lt;/span&gt; &lt;span class="n"&gt;number&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;tivo&lt;/span&gt; &lt;span class="n"&gt;without&lt;/span&gt; &lt;span class="n"&gt;dashes&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;spaces&lt;/span&gt;
&lt;span class="n"&gt;tivo&lt;/span&gt;&lt;span class="mf"&gt;.2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;xxxx&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Moye</dc:creator><pubDate>Sun, 14 Sep 2014 17:49:58 -0000</pubDate><guid>https://sourceforge.netc85b90ef2abe0482501a7dbef0cf2087cd7f2fa0</guid></item></channel></rss>