<?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 on: TVedia &#8211; An amazing networked media frontend!</title>
	<atom:link href="http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/feed/" rel="self" type="application/rss+xml" />
	<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/</link>
	<description>The personal web site of Eirik Solheim</description>
	<lastBuildDate>Tue, 22 May 2012 12:07:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ThanOS.Terentes.Com &#187; Blog Archive &#187; Media Center Software List</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2133</link>
		<dc:creator>ThanOS.Terentes.Com &#187; Blog Archive &#187; Media Center Software List</dc:creator>
		<pubDate>Wed, 11 Jun 2008 12:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2133</guid>
		<description>[...] TVedia (Review) [...]</description>
		<content:encoded><![CDATA[<p>[...] TVedia (Review) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The media center software list :: eirikso.com</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2132</link>
		<dc:creator>The media center software list :: eirikso.com</dc:creator>
		<pubDate>Wed, 15 Aug 2007 15:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2132</guid>
		<description>[...] TVedia (Review) [...]</description>
		<content:encoded><![CDATA[<p>[...] TVedia (Review) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eirikso</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2131</link>
		<dc:creator>Eirikso</dc:creator>
		<pubDate>Sun, 03 Dec 2006 20:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2131</guid>
		<description>Seems like you&#039;re right. You find the statement from JP in &lt;a href=&quot;http://www.8dim.com/forum/topic.asp?TOPIC_ID=3437&amp;SearchTerms=pvr,box&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; forum link.

Interesting. I think they&#039;re a bit early if they think download and streaming will completely take over for broadcast in the next 2 or 5 years.</description>
		<content:encoded><![CDATA[<p>Seems like you&#8217;re right. You find the statement from JP in <a href="http://www.8dim.com/forum/topic.asp?TOPIC_ID=3437&#038;SearchTerms=pvr,box" rel="nofollow">this</a> forum link.</p>
<p>Interesting. I think they&#8217;re a bit early if they think download and streaming will completely take over for broadcast in the next 2 or 5 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2130</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Sun, 03 Dec 2006 01:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2130</guid>
		<description>Unfortunately it looks like the TVedia company (8 Dimensions) has officially announced they will not be offering PVR function at all.

What a shame this is. Otherwise this would have been the ideal software. :(</description>
		<content:encoded><![CDATA[<p>Unfortunately it looks like the TVedia company (8 Dimensions) has officially announced they will not be offering PVR function at all.</p>
<p>What a shame this is. Otherwise this would have been the ideal software. <img src='http://eirikso.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Stepniowski</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2129</link>
		<dc:creator>Luke Stepniowski</dc:creator>
		<pubDate>Wed, 01 Nov 2006 19:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2129</guid>
		<description>I&#039;m not a developer but I do have some experience with scripting. The TVedia application is very customizable and most of the functions are available from a javascript based interface. I just wish the existing scripts has more comments to make it easier to follow and modify for someone with limited experience.

This is an example of what is involved: I downloaded 4.1 and there is a file called util.js that contains functions the application uses. The function &quot;PlayItem(item, avidecode)&quot; is used to launch the internal media player with &quot;PlayItemWorker(item, avidecode, false);&quot; which is commented out and I added the following:




// sets a variable FileToPlay to the fullpath to the selected file to play:
var FileToPlay = item.GetPropertyStringValue(&quot;res&quot;);

// sets the variable myplayer to the zplayer.exe path along with selected FileToPlay variable.
var myplayer = (&quot;\&quot;C:\\Program Files\\Zoom Player\\zplayer.exe\&quot; \&quot;&quot; +FileToPlay +&quot;\&quot;&quot;);

// this clever TVedia functions allows you to swawn a 3rd party application and automaticly minimize TVedia and release all resouces (video, audio, remote control). Once the application is closed TVedio take controll back automaticly.
osd.StartAndSwitchToExternalProgram(myplayer);

This just an example, I had to comment out and modify a few other things to get it to work cleanly. I think I&#039;ll be using the built-in media player for audio files so I&#039;ll have to come up with some if logic to handle stuff like that but logic like this already exists in the existing code so it should be easy.

I&#039;ve got a two year old, full-time job and not much time to work on this stuff. It would nice if someone else wanting something like wouldn&#039;t mind looking and sharing.

I also do have TVedia and ZoomPlayer working perfectly with Girder / USB-UIRT and my trusty and inexpensive Sony RM-VL900 remote control.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a developer but I do have some experience with scripting. The TVedia application is very customizable and most of the functions are available from a javascript based interface. I just wish the existing scripts has more comments to make it easier to follow and modify for someone with limited experience.</p>
<p>This is an example of what is involved: I downloaded 4.1 and there is a file called util.js that contains functions the application uses. The function &#8220;PlayItem(item, avidecode)&#8221; is used to launch the internal media player with &#8220;PlayItemWorker(item, avidecode, false);&#8221; which is commented out and I added the following:</p>
<p>// sets a variable FileToPlay to the fullpath to the selected file to play:<br />
var FileToPlay = item.GetPropertyStringValue(&#8220;res&#8221;);</p>
<p>// sets the variable myplayer to the zplayer.exe path along with selected FileToPlay variable.<br />
var myplayer = (&#8220;\&#8221;C:\\Program Files\\Zoom Player\\zplayer.exe\&#8221; \&#8221;" +FileToPlay +&#8221;\&#8221;");</p>
<p>// this clever TVedia functions allows you to swawn a 3rd party application and automaticly minimize TVedia and release all resouces (video, audio, remote control). Once the application is closed TVedio take controll back automaticly.<br />
osd.StartAndSwitchToExternalProgram(myplayer);</p>
<p>This just an example, I had to comment out and modify a few other things to get it to work cleanly. I think I&#8217;ll be using the built-in media player for audio files so I&#8217;ll have to come up with some if logic to handle stuff like that but logic like this already exists in the existing code so it should be easy.</p>
<p>I&#8217;ve got a two year old, full-time job and not much time to work on this stuff. It would nice if someone else wanting something like wouldn&#8217;t mind looking and sharing.</p>
<p>I also do have TVedia and ZoomPlayer working perfectly with Girder / USB-UIRT and my trusty and inexpensive Sony RM-VL900 remote control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eirikso</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2128</link>
		<dc:creator>Eirikso</dc:creator>
		<pubDate>Wed, 01 Nov 2006 19:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2128</guid>
		<description>I am no developer, but you&#039;re working on something very interesting. Using navigation and frontend from a good media center frontend and the playback functionallity from a powerful player like Zoomplayer.

If possible, please post back here as you progress.</description>
		<content:encoded><![CDATA[<p>I am no developer, but you&#8217;re working on something very interesting. Using navigation and frontend from a good media center frontend and the playback functionallity from a powerful player like Zoomplayer.</p>
<p>If possible, please post back here as you progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Stepniowski</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2127</link>
		<dc:creator>Luke Stepniowski</dc:creator>
		<pubDate>Wed, 01 Nov 2006 18:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2127</guid>
		<description>I&#039;ve been working with Tvedia 4.1 trying to strip out much of the &quot;media-player&quot; functionality which is nice but not what I&#039;m looking for. The front-end functionality is on the other hand the strong point of this application.

I have TVedia 4.1 working with a 3rd party media player (In my case ZoomPlayer) for playing stand-lone video files and ISO DVD images. I&#039;m still trying to work out a few quirks with DVD drive auto-play and the auto-resume still needing work. Is anyone else wanting to work with me to provide modifcation pathces for stand-along players? Download the 4.1 beta and take a look at the SDK. http://www.8dim.com/support/tvedia-sdk.asp There is some limited information in the forums on the 8dim website too.

You can email me at tvediamods at ls dot majjix dot com</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working with Tvedia 4.1 trying to strip out much of the &#8220;media-player&#8221; functionality which is nice but not what I&#8217;m looking for. The front-end functionality is on the other hand the strong point of this application.</p>
<p>I have TVedia 4.1 working with a 3rd party media player (In my case ZoomPlayer) for playing stand-lone video files and ISO DVD images. I&#8217;m still trying to work out a few quirks with DVD drive auto-play and the auto-resume still needing work. Is anyone else wanting to work with me to provide modifcation pathces for stand-along players? Download the 4.1 beta and take a look at the SDK. <a href="http://www.8dim.com/support/tvedia-sdk.asp" rel="nofollow">http://www.8dim.com/support/tvedia-sdk.asp</a> There is some limited information in the forums on the 8dim website too.</p>
<p>You can email me at tvediamods at ls dot majjix dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eirikso</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2126</link>
		<dc:creator>Eirikso</dc:creator>
		<pubDate>Fri, 08 Sep 2006 18:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2126</guid>
		<description>&lt;blockquote&gt;Richard Says:
September 7th, 2006 at 4:27 am e

I may have to check it out. I love BTV, so that wouldnâ€™t be an issue. What excites me is that it will play itunes protected music. How quick is the interfacing with itunes?&lt;/blockquote&gt;

Unfortunately I haven&#039;t had the possibility to test it with iTunes yet.</description>
		<content:encoded><![CDATA[<blockquote><p>Richard Says:<br />
September 7th, 2006 at 4:27 am e</p>
<p>I may have to check it out. I love BTV, so that wouldnâ€™t be an issue. What excites me is that it will play itunes protected music. How quick is the interfacing with itunes?</p></blockquote>
<p>Unfortunately I haven&#8217;t had the possibility to test it with iTunes yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zatz Not Funny. . .&#187;Blog Archive &#187; TVedia Media Front-End Reviewed</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2125</link>
		<dc:creator>Zatz Not Funny. . .&#187;Blog Archive &#187; TVedia Media Front-End Reviewed</dc:creator>
		<pubDate>Thu, 07 Sep 2006 16:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2125</guid>
		<description>[...] HTPC enthusiast Eirik Solheim spent some time with TVedia and came away very impressed, despite the software&#8217;s lack of DVR functionality. However&#8230; What immediately caught my eye was the Amazon affiliate advertising built into the interface (in addition to the $35 software fee). I exchanged a few emails with Eirik who informed me the &#8220;feature&#8221; is optional and sent along a screenshot showing how users can toggle the ads. It&#8217;s an interesting strategy and well executed given TVedia&#8217;s spartan interface and disable options. Eirik writes: TVedia is a media center frontend with some extremely interesting networking functionality and a very nice interface for YouTube, Google Video, Flickr, LastFM and other media related web sites. I recently gave it a run on my Windows Media Center Edition box. So far this is one of the most interesting products I have seen in this space for a long time! The music library, networking and online features are way better than what I am used to in MCE. [...]</description>
		<content:encoded><![CDATA[<p>[...] HTPC enthusiast Eirik Solheim spent some time with TVedia and came away very impressed, despite the software&#8217;s lack of DVR functionality. However&#8230; What immediately caught my eye was the Amazon affiliate advertising built into the interface (in addition to the $35 software fee). I exchanged a few emails with Eirik who informed me the &#8220;feature&#8221; is optional and sent along a screenshot showing how users can toggle the ads. It&#8217;s an interesting strategy and well executed given TVedia&#8217;s spartan interface and disable options. Eirik writes: TVedia is a media center frontend with some extremely interesting networking functionality and a very nice interface for YouTube, Google Video, Flickr, LastFM and other media related web sites. I recently gave it a run on my Windows Media Center Edition box. So far this is one of the most interesting products I have seen in this space for a long time! The music library, networking and online features are way better than what I am used to in MCE. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linn</title>
		<link>http://eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/comment-page-1/#comment-2124</link>
		<dc:creator>Linn</dc:creator>
		<pubDate>Thu, 07 Sep 2006 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eirikso.com/2006/09/05/tvedia-an-amazing-networked-media-frontend/#comment-2124</guid>
		<description>Excellent!!!!  This looks great!  Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent!!!!  This looks great!  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

