<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Dino Interactive</title>
	<atom:link href="http://www.dinointeractive.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dinointeractive.com</link>
	<description>work in progress...</description>
	<lastBuildDate>Mon, 15 Mar 2010 10:23:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Embedding Mplayer in a PyGTK application by alex</title>
		<link>http://www.dinointeractive.com/?p=36&#038;cpage=1#comment-201</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 15 Mar 2010 10:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=36#comment-201</guid>
		<description>Hi,
I&#039;m looking for something like that!
I&#039;ve wrote a piece of code of embed several mplayer into a pygtk GUI.
But i&#039;ve got an issue with the resize, when I resize the main window, streams doesn&#039;t resize. But in your example stream follow the size of the window ? How do you did it? I assume I don&#039;t use glade.
Thanks for any answer.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m looking for something like that!<br />
I&#8217;ve wrote a piece of code of embed several mplayer into a pygtk GUI.<br />
But i&#8217;ve got an issue with the resize, when I resize the main window, streams doesn&#8217;t resize. But in your example stream follow the size of the window ? How do you did it? I assume I don&#8217;t use glade.<br />
Thanks for any answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PyQT playground: image gallery with zoom by Barmanoo</title>
		<link>http://www.dinointeractive.com/?p=117&#038;cpage=1#comment-197</link>
		<dc:creator>Barmanoo</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=117#comment-197</guid>
		<description>I was looking for an example of pictures collection with PyQT.
Thank you for this clean piece of code!</description>
		<content:encoded><![CDATA[<p>I was looking for an example of pictures collection with PyQT.<br />
Thank you for this clean piece of code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PyQT playground: image gallery with zoom by Ivan Gasparetto</title>
		<link>http://www.dinointeractive.com/?p=117&#038;cpage=1#comment-196</link>
		<dc:creator>Ivan Gasparetto</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=117#comment-196</guid>
		<description>Thanks for this.
Yes, the code if pretty simple! Python does give a hand but you did explain it very well.

Thanks for that!</description>
		<content:encoded><![CDATA[<p>Thanks for this.<br />
Yes, the code if pretty simple! Python does give a hand but you did explain it very well.</p>
<p>Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Mplayer in a PyGTK application by kriss</title>
		<link>http://www.dinointeractive.com/?p=36&#038;cpage=1#comment-176</link>
		<dc:creator>kriss</dc:creator>
		<pubDate>Wed, 15 Oct 2008 10:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=36#comment-176</guid>
		<description>Hi Marco,

I just found the problem. When reading out the percentage mplayer resumes playback. Actually self.mplayerClient.write(&quot;pausing_keep get_percent_pos\n&quot;) should work, but doesn&#039;t - Anyway your new code works, so I&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>Hi Marco,</p>
<p>I just found the problem. When reading out the percentage mplayer resumes playback. Actually self.mplayerClient.write(&#8220;pausing_keep get_percent_pos\n&#8221;) should work, but doesn&#8217;t &#8211; Anyway your new code works, so I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Mplayer in a PyGTK application by Marco</title>
		<link>http://www.dinointeractive.com/?p=36&#038;cpage=1#comment-173</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 14 Oct 2008 14:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=36#comment-173</guid>
		<description>Hi Kriss,
yes you could but that didn&#039;t work for me, I can&#039;t remember the reason why. Anyway, after writing the post I refined a bit the code and now I load the video with this line:

self.mplayerClient.write(&quot;loadfile &#039;%s&#039; 0\npause&quot; % self.videoFile)

I&#039;ve uploaded a new version of the file at http://www.dinointeractive.com/code/audioextractor.zip , however I don&#039;t maintain it anymore so there may be bugs.</description>
		<content:encoded><![CDATA[<p>Hi Kriss,<br />
yes you could but that didn&#8217;t work for me, I can&#8217;t remember the reason why. Anyway, after writing the post I refined a bit the code and now I load the video with this line:</p>
<p>self.mplayerClient.write(&#8220;loadfile &#8216;%s&#8217; 0\npause&#8221; % self.videoFile)</p>
<p>I&#8217;ve uploaded a new version of the file at <a href="http://www.dinointeractive.com/code/audioextractor.zip" rel="nofollow">http://www.dinointeractive.com/code/audioextractor.zip</a> , however I don&#8217;t maintain it anymore so there may be bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Mplayer in a PyGTK application by kriss</title>
		<link>http://www.dinointeractive.com/?p=36&#038;cpage=1#comment-177</link>
		<dc:creator>kriss</dc:creator>
		<pubDate>Tue, 14 Oct 2008 11:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=36#comment-177</guid>
		<description>Hey Marco,

Thanks for that - I have the same problem to solve - thanks so much.

BTW, couldn&#039;t you just write &quot;pause&quot; into the pipe right after starting mplayer?</description>
		<content:encoded><![CDATA[<p>Hey Marco,</p>
<p>Thanks for that &#8211; I have the same problem to solve &#8211; thanks so much.</p>
<p>BTW, couldn&#8217;t you just write &#8220;pause&#8221; into the pipe right after starting mplayer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indenting XML documents with gEdit by Mohan</title>
		<link>http://www.dinointeractive.com/?p=63&#038;cpage=1#comment-57</link>
		<dc:creator>Mohan</dc:creator>
		<pubDate>Tue, 02 Sep 2008 04:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=63#comment-57</guid>
		<description>If you don&#039;t find the Tools &gt; External Tools , it might just be that it has not been turned on (it is a plugin). Go to Edit &gt; Preferences &gt; Plugins and check that there is an entry for &quot;External Tools&quot; and that it is enabled. Following that the rest of this entry applies.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t find the Tools &gt; External Tools , it might just be that it has not been turned on (it is a plugin). Go to Edit &gt; Preferences &gt; Plugins and check that there is an entry for &#8220;External Tools&#8221; and that it is enabled. Following that the rest of this entry applies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Mplayer in a PyGTK application by Greg</title>
		<link>http://www.dinointeractive.com/?p=36&#038;cpage=1#comment-172</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 25 Mar 2008 17:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinointeractive.com/?page_id=36#comment-172</guid>
		<description>This is exactly what I was looking for!  Thanks!</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for!  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
