<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with mediaplayer</title>
      <link>http://ask.metafilter.com/tags/mediaplayer</link>
      <description>Questions tagged with 'mediaplayer' at Ask MetaFilter.</description>
	  <pubDate>Tue, 01 Dec 2009 08:07:28 -0800</pubDate> <lastBuildDate>Tue, 01 Dec 2009 08:07:28 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Help with a simple Visual C# coding problem?</title>
	<link>http://ask.metafilter.com/139487/Help%2Dwith%2Da%2Dsimple%2DVisual%2DC%2Dcoding%2Dproblem</link>	
	<description>Oh God.  Where to start?  This is, at its heart, a programming question about C#.  It&apos;s probably not a very hard programming question, either. Although it is against my nature, I will attempt to be brief.  I recently built a Windows Media Center PC and hooked it up to my TV and I&apos;m really loving the Windows 7 media center experience... except that all the music I&apos;ve accumulated for the last 10 years or so is in iTunes.  So, while I can watch movies and TV shows and browse my pictures and be a multimedia guru, if I want to listen to music I have to get up off the couch, close media center, launch iTunes and then pump up the volume.  &lt;br&gt;
&lt;br&gt;
On some level this really irritates me.&lt;br&gt;
&lt;br&gt;
I explored exhaustively solutions that exist out in the wild.  MCE Tunes looks like a great application that will basically allow you to access iTunes from inside WMC, but it doesn&apos;t work with Windows 7, and they have stopped supporting the product. &lt;br&gt;
&lt;br&gt;
So, I set upon the idea of importing all my iTunes music into Media Player - thus making it accessible to my Media Center interface.  Since Media Player can handle mp3 and m4a files (and thus, 99% of my collection), I figured it wouldn&apos;t be a really big deal.  But the problem as I understand it is that Media Player can&apos;t read meta data from m4a files, and so this would cause a digital divide - I would then have two music programs pointed at the same library of music and I would have to update information in both libraries and make changes and corrections in both libraries and basically this felt like a major hassle.  Plus, I would have to re-enter all the meta data for my m4a files!&lt;br&gt;
&lt;br&gt;
There&apos;s another application called Sound Bridge that takes your iTunes library and dumps it into Media Player, but, again, this doesn&apos;t work with Windows 7 and an update does not appear to be on the horizon.&lt;br&gt;
&lt;br&gt;
Great!&lt;br&gt;
&lt;br&gt;
Well, I thought about it and, you know, hey, I have a CS degree - admittedly a little rusty, but I have one - so I was all like, &quot;Hey, you know what, fuck it, I&apos;ll fire up Visual Studio 2008 and I&apos;ll just write my own program!&quot;&lt;br&gt;
&lt;br&gt;
So, I set out to write a C# program that would take my iTunes library file and collect all the track information and meta data and file info and then build a Media Player library out of it.&lt;br&gt;
&lt;br&gt;
And, even though I was 99% sure I would fail miserably, I&apos;ve actually made some progress.&lt;br&gt;
&lt;br&gt;
I have, at this point, a console application that reads in my iTunes XML library, parses it, and then adds all the files and meta data to a Windows Media Player playlist.  Except that, for some reason, on some files, while setting the meta data in Windows Media Player, I&apos;ll get a permission denied error, as if I do not have access rights to set a specific attribute (like, say, genre) for a specific track.&lt;br&gt;
&lt;br&gt;
I&apos;ve done some investigating and it looks like I may be able to resolve this issue by way of a function called requestMediaAccessRights() - apparently according to all the demos and code samples I can find, I should be able to do the following:&lt;br&gt;
&lt;br&gt;
myMediaPlayerObject.settings.requestMediaAccessRights(&quot;full&quot;);&lt;br&gt;
&lt;br&gt;
Except, for some reason, Visual Studio can&apos;t find that function.  I can access a host of different functions for myMediaPlayerObject.settings, but requestMediaAccessRights just isn&apos;t one of them, and I can&apos;t for the life of me figure out why. I&apos;m adding the Media Player COM object to my project, and I can do everything else with Media Player....  that specific function just seems to be missing.&lt;br&gt;
&lt;br&gt;
Does anyone have any idea why that might be?  &lt;br&gt;
&lt;br&gt;
The other thing I&apos;m toying with is transferring the album art.  I see from the MSDN that a Media Player media object has a &quot;WM\Picture&quot; attribute, which references a piece of album art, and I can get the album art out of iTunes, but I can&apos;t seem to figure out how to &lt;i&gt;set&lt;/i&gt; the WM\Picture attribute.  &lt;br&gt;
&lt;br&gt;
Any clues?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.139487</guid>
	<pubDate>Tue, 01 Dec 2009 08:07:28 -0800</pubDate>
	<category>C</category>
	<category>coding</category>
	<category>itunes</category>
	<category>mediaplayer</category>
	<category>msdn</category>
	<category>programming</category>
	<category>requestMediaAccessRights</category>
	<dc:creator>kbanas</dc:creator>
	</item>
	<item>
	<title>I Need to Pause the Movie and Look Something Up...</title>
	<link>http://ask.metafilter.com/138694/I%2DNeed%2Dto%2DPause%2Dthe%2DMovie%2Dand%2DLook%2DSomething%2DUp</link>	
	<description>Which is the best method for adding codec, playing video from remote shares, and most of all usable web browsing to an AppleTV? Okay, so I picked up a $99 refurb AppleTV on a whim, with the hope of hacking it into being a fuller-featured couch computer. It&apos;s still virgin in the box at the moment.&lt;br&gt;
&lt;br&gt;
My four main requirements are: &lt;br&gt;
1. Play video from remote fileshares, not through iTunes.&lt;br&gt;
2. Handle a typical wide variety of codecs, not just the Apple-endorsed handful.&lt;br&gt;
3. A decent web browser, preferably Safari or Firefox&lt;br&gt;
4. Use a remote keyboard and mouse (don&apos;t care what type)&lt;br&gt;
&lt;br&gt;
I know there are many, many, many partial solutions to this, up to and including the nuclear option of installing a full version of MacOSX, which of course would achieve all of the above and much more. I&apos;m comfortable doing that if necessary. I&apos;m a pretty &quot;power&quot; Mac user and can handle Unix hackery if needed. I see there are lots of other, lesser/specialized mods out there, and I&apos;d like to know if anyone has experience or advice for any of them:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://xbmc.org/?s=appletv&quot;&gt;XBMC&lt;/a&gt; or &lt;a href=&quot;http://www.appletvjunkie.com/2009/02/25/hacking-the-appletv-get-your-boxee-on/&quot;&gt;Boxee&lt;/a&gt;? Classic choices, and both include web browser plug-in apps I think, but I can&apos;t find info on keyboards/mice.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://wiki.awkwardtv.org/wiki/NitoTV&quot;&gt;NitoTV&lt;/a&gt; talks a lot about USB support.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.atvflash.com/&quot;&gt;aTV Flash&lt;/a&gt; looks awfully sweet and is getting a lot of nice buzz lately, but the site seems to contradict itself on whether there&apos;s a web browser or not (it&apos;s listed both as a feature and as a &quot;coming soon&quot;.) I don&apos;t think there&apos;s a demo of aTV Flash, just a paid version, so I can&apos;t test it easily, either.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.appletvhacks.net/2009/02/16/patchstick-30-from-appletv-more-available-from-now/&quot;&gt;Patchstick&lt;/a&gt; seems to be a bundle that adds most (all?) of what I want to the existing AppleTV OS, or at least makes things like codecs and &lt;a href=&quot;http://gizmodo.com/357626/web-browse-on-apple-tv-with-safari-hd-out-now&quot;&gt;Safari web browsing&lt;/a&gt; installable.&lt;br&gt;
&lt;br&gt;
Or do I just bite the bullet and &lt;a href=&quot;http://www.appletvhacks.net/2007/04/01/mac-os-x-running-on-apple-tv/&quot;&gt;install full OS X&lt;/a&gt; on the cute little thing?&lt;br&gt;
&lt;br&gt;
Other suggestions very welcome. I&apos;m playing quick catchup on all this.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.138694</guid>
	<pubDate>Fri, 20 Nov 2009 15:40:31 -0800</pubDate>
	<category>appletv</category>
	<category>codecs</category>
	<category>couchsurfing</category>
	<category>hackintosh</category>
	<category>mediacenter</category>
	<category>mediapc</category>
	<category>mediaplayer</category>
	<dc:creator>rokusan</dc:creator>
	</item>
	<item>
	<title>What do I do with my Archos 604?</title>
	<link>http://ask.metafilter.com/135813/What%2Ddo%2DI%2Ddo%2Dwith%2Dmy%2DArchos%2D604</link>	
	<description>What do I do with my Archos 604? I recently received an &lt;a href=&quot;http://en.wikipedia.org/wiki/Archos_604#604&quot;&gt;Archos 604&lt;/a&gt; as a gift. My mom&apos;s boyfriend was using it for a while and didn&apos;t want it for whatever reason anymore, so he gave it to me (read: it is brand new for all intents and purposes, but I couldn&apos;t &lt;i&gt;not&lt;/i&gt; accept it.)&lt;br&gt;
&lt;br&gt;
I&apos;m a pretty technical guy, but I&apos;m not big on consumer electronics -- I&apos;ve got no TV to hook it up into (which seems to be a big selling point of the device,) and I already have an iPod for music and video, and a eee and a DS for just about everything else. I tried to use it as a PDF reader, but it takes about thirty seconds to load a single page. I&apos;m going to try with .lit or .rtf or something later. I have to &lt;i&gt;buy&lt;/i&gt; codecs (rather: unlock&lt;br&gt;
&lt;br&gt;
So does anyone know any fun hacks? Can I install Linux on it or something? I tried the archosfans.com forums, but while I&apos;m wading through all the crap, I thought y&apos;all might have some fun idea.&lt;br&gt;
&lt;br&gt;
(NB: Due to my own sentiments, I can&apos;t just donate it or give it away or sell it.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.135813</guid>
	<pubDate>Sun, 18 Oct 2009 16:07:05 -0800</pubDate>
	<category>archos</category>
	<category>archos604</category>
	<category>mediaplayer</category>
	<dc:creator>griphus</dc:creator>
	</item>
	<item>
	<title>I JUST WANT MY MUSIC</title>
	<link>http://ask.metafilter.com/134924/I%2DJUST%2DWANT%2DMY%2DMUSIC</link>	
	<description>Had to give up iTunes.  Can you recommend a replacement? Because a new and buggy add-in in the latest version of iTunes was &lt;a href=&quot;http://ask.metafilter.com/134269/I-JUST-WANT-MY-EMAIL&quot;&gt;causing serious problems with my Outlook,&lt;/a&gt; I decided to ditch it.  I copied all the music files from iTunes proper and uninstalled the software, thinking I could just play them on Windows Media player.  Alas, I was wrong.&lt;br&gt;
&lt;br&gt;
So.  I am seeking one, possibly two programs:&lt;br&gt;
&lt;br&gt;
1. A music player that works similarly to iTunes, in that it can play audio files and will let me burn the occasional mix CD.  Ideally free.&lt;br&gt;
&lt;br&gt;
2. Ideally the first program would also let me play the mp4 files that  iTunes created, or at least convert them (and/or the mp3 files I already had) into whatever format it needs -- but if it can&apos;t, then I need a second program that can convert the iTunes mp4 files I bought into another type of file so I can play them.  I&apos;d be okay with Windows Media player, in fact, if I could convert the iTunes files into a playable format.&lt;br&gt;
&lt;br&gt;
I have Windows XP, about 4 GB of available disk space, and I do NOT have an iPod.  Ideally I would NOT like this new program to crash anything else random, or shove weird plugins into other programs.  Something simple that stands alone is best.&lt;br&gt;
&lt;br&gt;
So!  Any recommendations?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134924</guid>
	<pubDate>Thu, 08 Oct 2009 06:24:44 -0800</pubDate>
	<category>audiofile</category>
	<category>mediaplayer</category>
	<category>resolved</category>
	<category>software</category>
	<dc:creator>EmpressCallipygos</dc:creator>
	</item>
	<item>
	<title>Looking for a leightweight MP3 player that plays nicely with OS X.</title>
	<link>http://ask.metafilter.com/132308/Looking%2Dfor%2Da%2Dleightweight%2DMP3%2Dplayer%2Dthat%2Dplays%2Dnicely%2Dwith%2DOS%2DX</link>	
	<description>Is there a good lightweight, skinnable MP3/AIFF/FLAC/etc. player for the Mac? As someone who finds iTunes to be overkill for my day to day use, I have been using &lt;a href=&quot;http://www.voxapp.net/&quot;&gt;Vox&lt;/a&gt; (previously Tool Player) for several years now.  Unfortunately, Vox has issues with 10.6, is crashy when switching between formats, and has no real playlist support.  I used to use &lt;a href=&quot;http://www.quinnware.com/&quot;&gt;Quintessential Player&lt;/a&gt; back in my Windows days and MacAst (previously MacAmp) back in my OS 8-9 days.  &lt;br&gt;
&lt;br&gt;
I&apos;m looking for something with a feature set similar to these two media players as they did pretty much exactly what I wanted (playlists, no video playback, no library, skinning with alpha transparency, etc.).  Ultimately, I&apos;d like to be able to skin it to look like &lt;a href=&quot;http://www.dustinrainwater.com/temp/media-ui-01e.png&quot;&gt;this&lt;/a&gt;, but I&apos;d settle for something that&apos;s lightweight, with no library but some playlist support.  &lt;br&gt;
&lt;br&gt;
(Before anyone asks, &lt;a href=&quot;http://www.videolan.org/vlc/&quot;&gt;VLC&lt;/a&gt; is out because it doesn&apos;t parse MP3 metadata in it&apos;s playlist.  &lt;a href=&quot;http://cogx.org/&quot;&gt;Cog&lt;/a&gt; is pretty close, but is lacking a few key features: repeat a single track and a mini player being the two big ones.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132308</guid>
	<pubDate>Tue, 08 Sep 2009 16:20:26 -0800</pubDate>
	<category>mac</category>
	<category>mediaplayer</category>
	<category>MP3</category>
	<category>OSX</category>
	<dc:creator>darainwa</dc:creator>
	</item>
	<item>
	<title>I&apos;m looking for a device that can wireless play any video file and access bbc iplayer, hulu etc</title>
	<link>http://ask.metafilter.com/129376/Im%2Dlooking%2Dfor%2Da%2Ddevice%2Dthat%2Dcan%2Dwireless%2Dplay%2Dany%2Dvideo%2Dfile%2Dand%2Daccess%2Dbbc%2Diplayer%2Dhulu%2Detc</link>	
	<description>I have a popcorn hour downstairs connected to my wireless router. I&#8217;m looking for a cheap small low power consuming (if that possible) device that I can use with my HD ready TV upstairs via wireless.

It needs to:

Be able to play the usually file formats/codec  e.g. divx, h264 etc.
Be able to display up to 720p video via HDMI 
Be able to connect wirelessly to my router 
Bra able to play video files from the popcorn hour
Be able to view service like BBC iplayer and hulu

Does such a device exist or would I have to compromise on some of the above?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.129376</guid>
	<pubDate>Wed, 05 Aug 2009 13:20:46 -0800</pubDate>
	<category>mediaplayer</category>
	<dc:creator>toocan</dc:creator>
	</item>
	<item>
	<title>I can&apos;t see invisible things!</title>
	<link>http://ask.metafilter.com/117788/I%2Dcant%2Dsee%2Dinvisible%2Dthings</link>	
	<description>Having recently reformatted my XP PC I&apos;m having a very confusing time accessing media files from it using my ethernet-cabled &lt;a href=&quot;http://www.freecom.com/ecproduct_detail.asp?ID=3406&quot;&gt;Freecom MP 350 MediaPlayer&lt;/a&gt; as it can see some of my shared files, but for some reason not all of them and I would greatly appreciate some advice and help! The MediaPlayer is attached to my TV downstairs and is connected by ethernet to the PC upstairs. The PC can see the MediaPlayer (via NDAS) and vice-versa. I use ZoneAlarm Security Suite and that&apos;s configured to allow the MediaPlayer&apos;s IP into my &apos;trusted&apos; zone.&lt;br&gt;
&lt;br&gt;
On my PC I have two shared folders, one on drive Q: (which I&apos;ve called &apos;Mediabox&apos;) and one on drive H: (called, startlingly, &apos;Mediabox II&apos;). &lt;br&gt;
&lt;br&gt;
My MP350 can see and play the Q: drive&apos;s shared folder and files perfectly. Life is good so far. &lt;br&gt;
&lt;br&gt;
However, although it can see the name(s) of the shared folder(s) on the H: drive it can&apos;t see any content at all, despite it being set up in exactly the same way. (Which was basically ticking the &apos;share this folder&apos; box). I&apos;ve checked the properties on both drives on my PC, they are exactly the same. There appears to be no option in the MediaPlayer software to account for this discrepancy either. &lt;br&gt;
&lt;br&gt;
Renaming the shared folders on my PC doesn&apos;t make any difference, nor does creating new ones, either on the H: drive or any of any my other hard drives. The MP350 still just sees the folders, but never the content (except from the Q: drive). &lt;br&gt;
&lt;br&gt;
Can anyone suggest where I (or my setup) is going wrong? Surely if the MP350 can see and play files from one hard drive on my PC it should be able to see and play from any or all of them? &lt;br&gt;
&lt;br&gt;
What am I missing? &lt;br&gt;
&lt;br&gt;
Many thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117788</guid>
	<pubDate>Thu, 26 Mar 2009 05:44:30 -0800</pubDate>
	<category>freecom</category>
	<category>mediaplayer</category>
	<category>networking</category>
	<category>streaming</category>
	<category>tv</category>
	<category>video</category>
	<dc:creator>timpollard</dc:creator>
	</item>
	<item>
	<title>Can I use an iphone as an ipod touch?</title>
	<link>http://ask.metafilter.com/101080/Can%2DI%2Duse%2Dan%2Diphone%2Das%2Dan%2Dipod%2Dtouch</link>	
	<description>Can I use an iphone as an ipod touch? I am looking into getting an ipod touch as a PDA-type device that can handle my contacts, email, and also serve as a web browser. However, I really dislike the fact that the ipod touch doesn&apos;t have external speakers. It is the ONE thing that is missing for me. I know the 3g iphone has an external speaker as well as a camera. Is it possible to use a non-activated iphone as an ipod touch? My google-fu has resulted in outdated forum discussions. I am aware that initially, the ipod touch did not have many of the apps that the iphone has, but thanks to a software patch, this issue was resolved. &lt;br&gt;
My understanding of the new iphone is that all the hoopla it received  was due to the increased network speed through the EDGE network. Does the new iphone have any better wifi connectivity or any benefits that would affect me? Any tips or alternatives would be appreciated!&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
In summary:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;WANTS:&lt;/strong&gt;&lt;br&gt;
wi-fi&lt;br&gt;
e-mail&lt;br&gt;
calendar&lt;br&gt;
address book&lt;br&gt;
music/picture/video player&lt;br&gt;
external speaker&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;NICE TO HAVE:&lt;/strong&gt;&lt;br&gt;
camera&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;DON&apos;T WANT:&lt;/strong&gt;&lt;br&gt;
cell phone plan</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101080</guid>
	<pubDate>Sat, 06 Sep 2008 23:14:44 -0800</pubDate>
	<category>apple</category>
	<category>iphone</category>
	<category>ipod</category>
	<category>itouch</category>
	<category>mediaplayer</category>
	<category>pda</category>
	<dc:creator>bigcheesegump</dc:creator>
	</item>
	<item>
	<title>Name That Tune/Video (Center)</title>
	<link>http://ask.metafilter.com/93074/Name%2DThat%2DTuneVideo%2DCenter</link>	
	<description>Naming Filter: Hive mind, please help us name our open source OS X media center application! I have been impressed by the hive mind&apos;s creativity when it comes to naming things, most recently the &lt;a href=&quot;http://ask.metafilter.com/92943/Name-our-attorneys-golf-team&quot;&gt;Lawyer Golf Team&lt;/a&gt;.  &lt;br&gt;
&lt;br&gt;
Sorry for the long explanation that follows, however, I think coming up with the best name is going to require a little bit of context.&lt;br&gt;
&lt;br&gt;
I&apos;m currently working on an open source project (free as in beer and speech) that is a recent fork of the well known and highly regarded &lt;a href=&quot;http://www.xbmc.org&quot;&gt;XBMC project&lt;/a&gt;.  In fact, I shamelessly plugged it &lt;a href=&quot;http://ask.metafilter.com/86124/Building-a-living-room-media-pc#1272016&quot;&gt;here&lt;/a&gt; in an ask.mefi answer earlier.  As many of you may know XBMC originally was called XBox Media Center.  It was an app that could be run on a hacked XBox that allowed you to play media on your XBox (divx, h.264, mp3s, etc) pulling the media either from local disks or across the network using windows shares, ftp, etc.  What made it a media center, rather than just a media player (like the excellent VLC and Mplayer) the application also has a great skinnable navigation and metadata system.  XBMC will scan your media library (which in most cases would be located on a computer somewhere else in the house) automatically guess what piece of media the particular file was, and download and associate the appropriate meta-data.  This would allow you to look for movies or songs based on Genre, Year, etc, all while flipping through the DVD&apos;s or CD&apos;s cover art.  The interface is also optimized for use with a remote control, to make it easier to use from the couch than say QuickTime.  It&apos;s easier seen than explained, here is &lt;a href=&quot;http://uk.youtube.com/watch?v=tGdihkA5FK4&quot;&gt;YT video&lt;/a&gt; of it in action running the xTV skin (a skin inspired by Apple Tv).&lt;br&gt;
A little over a year ago the core XBMC.org team decided to start porting what many consider to be the best media center application ever written, to other platforms starting with Linux.  They have made great progress and they have already have a highly usable application for Linux.  About 6 months ago myself and a few others decided to embark on an OS X port of the application, based on some amazing progress that the head of the new OS X port had made in just a few weeks. There was already quite a bit of pent up demand, as many thought the Mac Mini was an ideal HTPC (Home Theater PC) platform, again discussed &lt;a href=&quot;http://ask.metafilter.com/86124/Building-a-living-room-media-pc#1272016&quot;&gt;here&lt;/a&gt;.  We started out as a part of the larger XBMC team until very &lt;a href=&quot;http://xbmc.org/news/article/33477/&quot;&gt;recently&lt;/a&gt;, both teams decided that we had enough philosophical differences that it made sense to amicably split up.  Up until the project had been called XBMC on OSX and/or OSXBMC.  We have currently been using the OSXBMC name as a place holder until we come up with a better name.  There are a few reasons for wanting a name change, the big ones are : &lt;br&gt;
- Having XBMC in the name does not differentiate us enough from the original XBMC.org project (the original XBMC guys have politely asked us to make our name a little more distinct) and it perhaps it makes it seem like an XBox is required to use the application.&lt;br&gt;
- Something a little less &quot;acronymy&quot; would be nice, more in the tradition of Mac apps.&lt;br&gt;
- It&apos;s possible that someday we will release versions of our (keeping in mind that at this point &quot;our&quot; software is 98% composed of XBMC&apos;s code) on platforms other than OS X, so we would like to get away from having the platform in the name.&lt;br&gt;
&lt;br&gt;
The project&apos;s home page is &lt;a href=&quot;http://www.osxbmc.com&quot;&gt; http://www.osxbmc.com&lt;/a&gt; if anyone could possibly want or need any more information.&lt;br&gt;
&lt;br&gt;
Thanks very much!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93074</guid>
	<pubDate>Tue, 03 Jun 2008 03:13:45 -0800</pubDate>
	<category>mac</category>
	<category>media</category>
	<category>mediaplayer</category>
	<category>mplayer</category>
	<category>naming</category>
	<category>opensource</category>
	<category>osx</category>
	<category>player</category>
	<category>video</category>
	<category>vlc</category>
	<category>xbox</category>
	<dc:creator>ill3</dc:creator>
	</item>
	<item>
	<title>Can Vista be configured so that playback of all common media types Just Works?</title>
	<link>http://ask.metafilter.com/92971/Can%2DVista%2Dbe%2Dconfigured%2Dso%2Dthat%2Dplayback%2Dof%2Dall%2Dcommon%2Dmedia%2Dtypes%2DJust%2DWorks</link>	
	<description>In Windows Vista, is there a combination of software and settings that will let my Dad play all the media files he wants without further difficulty? I want to set up my Dad&apos;s new computer, which runs Vista Home Premium, so that it runs media embedded in web pages, runs standalone files too, and doesn&apos;t break Vista&apos;s Aero interface. He&apos;s not a computer expert, so I want media of all common types to Just Work&lt;small&gt;&lt;sup&gt;TM&lt;/sup&gt;&lt;/small&gt;. &lt;b&gt;These seem to be my criteria:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
1a. When there is media embedded in a web page, such as &lt;a href=&quot;http://www.nasa.gov/multimedia/nasatv/&quot;&gt;here&lt;/a&gt;, it works.&lt;br&gt;
&lt;br&gt;
1b. The embedded media players make it possible to go full-screen, or at least to easily open separate media players that can.&lt;br&gt;
&lt;br&gt;
2a. Standalone media files play when they are double-clicked.&lt;br&gt;
&lt;br&gt;
2b. Clicking links like &lt;a href=&quot;http://www.harnessracing.ws/videos/hammerhambo.wmv&quot;&gt;this one&lt;/a&gt; (in, say, Firefox) opens the relevant media player with as few clicks as possible, preferably zero.&lt;br&gt;
&lt;br&gt;
3. None of the above break Vista&apos;s Aero interface, even when going full-screen.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Here&apos;s what I&apos;ve found:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
* A combination of RealPlayer and Quicktime solves 1a., except that embedded RealPlayer has poor performance and they both fail 3.&lt;br&gt;
&lt;br&gt;
* Alternatively, a combination of &lt;a href=&quot;http://www.free-codecs.com/download/real_Alternative.htm&quot;&gt;Real Alternative&lt;/a&gt; and &lt;a href=&quot;http://www.free-codecs.com/download/quicktime_alternative.htm&quot;&gt;Quicktime Alternative&lt;/a&gt; with Media Player Classic solves 1a., except Media Player Classic fails 3. when going full-screen.&lt;br&gt;
&lt;br&gt;
* VLC solves 2a.&lt;br&gt;
&lt;br&gt;
* In Firefox, when clicking on the link in 2b., the &quot;Do this automatically for files like this ...&quot; checkbox is greyed out.&lt;br&gt;
&lt;br&gt;
* Nothing I&apos;ve tried except (built-in) Windows Media Player and VLC satisfies 3. in full-screen mode.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;More info&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
I&apos;m particularly interested to hear from anyone who has a Vista/Firefox configuration in which all these media tasks Just Work.&lt;br&gt;
&lt;br&gt;
While trying to set this up for my Dad, I realised that I too had this problem (albeit to a lesser extent) in the XP/Firefox setup on my computer. I now realise I subconsciously open media that isn&apos;t Just Working in other media players or I view source -&amp;gt; dig for direct links, etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92971</guid>
	<pubDate>Mon, 02 Jun 2008 07:59:20 -0800</pubDate>
	<category>firefox</category>
	<category>mediaplayer</category>
	<category>mediaplayerclassic</category>
	<category>quicktime</category>
	<category>quicktimealternative</category>
	<category>realalternative</category>
	<category>realplayer</category>
	<category>vista</category>
	<category>vlc</category>
	<dc:creator>hAndrew</dc:creator>
	</item>
	<item>
	<title>Seeking OS X media player with specific features</title>
	<link>http://ask.metafilter.com/91953/Seeking%2DOS%2DX%2Dmedia%2Dplayer%2Dwith%2Dspecific%2Dfeatures</link>	
	<description>What video/media player do you use in OS X? Can you recommend one that has some specific features (listed inside)? I&apos;ve asked basically this same question before, but that was a few years ago and I&apos;m hoping something has changed since then.&lt;br&gt;
&lt;br&gt;
I really, really want a Leopard-compatible player with ALL of these features:&lt;br&gt;
&lt;br&gt;
-&quot;Always on Top&quot; playing&lt;br&gt;
-Variable-speed playback, preferably with automatic audio pitch-shifting, preferably with a control that shows precisely what % of normal speed is being played.&lt;br&gt;
-Frame-by-frame playback.&lt;br&gt;
&lt;br&gt;
I currently have the following installed:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;VLC 0.8.6f&lt;/strong&gt; - No variable-speed playback, no frame-by-frame.&lt;br&gt;
&lt;strong&gt;Mplayer 1.0 rc2&lt;/strong&gt;  - No VSP, no frame-by-frame, no &quot;on top&quot;&lt;br&gt;
&lt;strong&gt;Quicktime 7.2.1&lt;/strong&gt; - VSP is via an imprecise slider and pitch-shift is not automatic.&lt;br&gt;
&lt;br&gt;
MPlayer is actually my favourite, despite having none of my desired features. I like the way it looks. Quicktime is my least-favourite, despite having nearly all the features. It&apos;s better now than it ever was, so I&apos;m really just clinging to a bias. The VSP system is shoddy, however.&lt;br&gt;
&lt;br&gt;
I&apos;m open to any suggestions you can make, or corrections of my above impressions. I know MPlayer is open-source as has been released in multiple flavours, but I haven&apos;t found one with variable-speed playback yet.&lt;br&gt;
&lt;br&gt;
Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.91953</guid>
	<pubDate>Tue, 20 May 2008 13:26:04 -0800</pubDate>
	<category>media</category>
	<category>mediaplayer</category>
	<category>mplayer</category>
	<category>OSX</category>
	<category>quicktime</category>
	<category>video</category>
	<category>VLC</category>
	<dc:creator>chudmonkey</dc:creator>
	</item>
	<item>
	<title>Automatic Screenshots from a DVD</title>
	<link>http://ask.metafilter.com/90735/Automatic%2DScreenshots%2Dfrom%2Da%2DDVD</link>	
	<description>Automatic screenshots from a DVD? I know how to take individual screengrabs from a a movie with VLC or Media Player Classic -- but I&apos;d like to get a whole bunch at once. Is there windows software that will let me set an interval and extract a series of screenshots automatically?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90735</guid>
	<pubDate>Tue, 06 May 2008 20:46:34 -0800</pubDate>
	<category>classic</category>
	<category>dvd</category>
	<category>mediaplayer</category>
	<category>movies</category>
	<category>screengrabs</category>
	<category>screenshots</category>
	<category>vlc</category>
	<category>windows</category>
	<dc:creator>muckster</dc:creator>
	</item>
	<item>
	<title>Need to replace Creative&apos;s media management SW due to it&apos;s horridness</title>
	<link>http://ask.metafilter.com/90326/Need%2Dto%2Dreplace%2DCreatives%2Dmedia%2Dmanagement%2DSW%2Ddue%2Dto%2Dits%2Dhorridness</link>	
	<description>Need replacement for the Creative Media Explorer for my Creative Zen V+.  It is simply the worst.  Not fond of Windows Media Player either &amp;amp; ITunes doesn&apos;t work with my player.  I love my wee little Zen, but oh how I dread creating playlists &amp;amp; using the SW that came with it to transfer files.  Help a gal out! Ok, I have been using ITunes to organize &amp;amp; listen to my music on my &apos;puter, but can&apos;t use it with my Zen V+.  I love the smart playlists.  I would like to replace it with something that integrates well with my Zen.  The Creative Media software that came with my mp3 player is horrid.  The playlist feature is torture to use &amp;amp; the overall interface makes simple tasks like transferring files into an ordeal.  I have taken to simply dragging &amp;amp; dropping in Windows Explorer &amp;amp; doing without proper playlists.  I miss playlists &amp;amp; hate that I can&apos;t use Itunes (damned proprietary Apple!!).  I tried switching to Windows Media Player, but am not fond of it.  Was wondering about Winamp or Media Monkey I never used Media Monkey &amp;amp; haven&apos;t used Winamp in years.  Guess what I want is something like ITunes that I can use with my Zen.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90326</guid>
	<pubDate>Thu, 01 May 2008 18:15:51 -0800</pubDate>
	<category>CreativeZenV</category>
	<category>itunes</category>
	<category>MediaPlayer</category>
	<category>mp3</category>
	<category>ZenV</category>
	<dc:creator>Empyrean_72</dc:creator>
	</item>
	<item>
	<title>Software-only Upscaling?</title>
	<link>http://ask.metafilter.com/87114/Softwareonly%2DUpscaling</link>	
	<description>How can I &quot;upscale&quot; DVD/DivX video on my Windows PC and display it on the HDTV I&apos;ve got setup as a second monitor? Currently, when I play a DVD on my PC using either Windows Media Player or VLC and output it to my HDTV, it looks awful.  As bad, if not worse, than SD programming.  I&apos;ve got to change the TV&apos;s aspect ratio to 4:3, or the video looks stretched.  Either way, there&apos;s a lot of horizontal letterboxing and with the aspect ratio at 4:3, the actual video plays amid a sea of blackness.&lt;br&gt;
&lt;br&gt;
Putting the DVD in my &lt;a href=&quot;http://www.futureshop.ca/catalog/proddetail.asp?logon=&amp;langid=EN&amp;sku_id=0665000FS10085861&amp;catid=&amp;test%5Fcookie=1&quot;&gt;LG upscaling player&lt;/a&gt;, it fill the entire TV at 16:9 (and looks pretty good too).  I want the media player software on my PC to do &lt;i&gt;that.&lt;/i&gt;  (With all the normal assumptions about the source material actually being 16:9, of course)&lt;br&gt;
&lt;br&gt;
The box itself has a Core 2 Duo 2.6 GHz processor, 3 GB of RAM and a GeForce 8800 so I&apos;d think it can keep up with the decoding/transcoding/scaling.  Doing some Google, I saw ffdshow come up a bit, but all the posts seemed to be at least 2 years old.  Considering the rise in popularity of HDTVs, I figure this would be a relatively common thing folks who hook their PCs up to their TVs would want to do.  &lt;br&gt;
&lt;br&gt;
Any ideas/suggestions would be appreciated.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.87114</guid>
	<pubDate>Wed, 26 Mar 2008 09:59:10 -0800</pubDate>
	<category>dvd</category>
	<category>hdtv</category>
	<category>mediaplayer</category>
	<category>upscaling</category>
	<category>windows</category>
	<dc:creator>Nelsormensch</dc:creator>
	</item>
	<item>
	<title>n00b-Friendly Ubuntu Media Player for HTPC?</title>
	<link>http://ask.metafilter.com/84284/n00bFriendly%2DUbuntu%2DMedia%2DPlayer%2Dfor%2DHTPC</link>	
	<description>Is there a n00b-friendly media player for Ubuntu that would work well on a set-top-box set up for broadcatching? I have Ubuntu set up to broadcatch using Miro, and I&apos;m looking for a GUI or media player that can easily be controlled with a remote.  I don&apos;t need to be able to record live TV.  MythTV is very intimidating and I can&apos;t seem to get it to work.  Ditto Freevo.  I&apos;d like something that can play movies, view photos, and play music ideally.  The closest I&apos;ve found is Oxine.  Anything that can be installed via the package manager or add/remove applications would be best.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.84284</guid>
	<pubDate>Fri, 22 Feb 2008 02:30:12 -0800</pubDate>
	<category>broadcatching</category>
	<category>freevo</category>
	<category>linux</category>
	<category>media</category>
	<category>mediaplayer</category>
	<category>mythtv</category>
	<category>ubuntu</category>
	<dc:creator>mamessner</dc:creator>
	</item>
	<item>
	<title>Played Playa</title>
	<link>http://ask.metafilter.com/82663/Played%2DPlaya</link>	
	<description>You guys gave me some brilliant music suggestions in a &lt;a href=&quot;http://ask.metafilter.com/76570/I-need-new-music-and-I-have-no-taste&quot;&gt;previous question&lt;/a&gt;.  So here&apos;s the next part of the problem.  I need to manage my music.  There are issues and I&apos;m feeling very stupid. I have 43 songs from a DRM source (Bigpond music)(very bad idea).  The rest of my stuff is ripped from CD&apos;s.  The 43 songs need to have licencing information in order to play.  Being a slacker, I was using Windows Media Player to manage my music as that was what came with the laptop and I wasn&apos;t picky.  Version 9 allows you to backup the licence information as well as the music.  Version 11 doesn&apos;t seem to do this (if it does, I couldn&apos;t find out how).  The DRM source no longer supports V9.  I&apos;m currently on V11 and looking at re-downloading the whole shebang again.  I&apos;m deeply unhappy with both Bigpond Music and Media Player and I don&apos;t want to go through this hassle every time I need to upgrade or reinstall.&lt;br&gt;
&lt;br&gt;
My basic requirements are to play music on my PC in some sort of jukebox style and to transfer music to a portable player (I currently have an old Creative MuVo) or to a backup drive - all with the minimum hassle possible.  &lt;br&gt;
&lt;br&gt;
What is the easiest way to do this?  Should I just bite the bullet and get an iPod?  Frankly, if I threw away the 43 songs it wouldn&apos;t kill me but as I know nothing about the market, perhaps someone has a more practical suggestion?  (God - I never want to have to feel this dumb again)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.82663</guid>
	<pubDate>Sat, 02 Feb 2008 17:02:12 -0800</pubDate>
	<category>DRM</category>
	<category>ipod</category>
	<category>MediaPlayer</category>
	<category>MP3</category>
	<category>WindowsXP</category>
	<dc:creator>ninazer0</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t this Xbox 360 stream media from this Windows XP SP2 machine?</title>
	<link>http://ask.metafilter.com/81461/Why%2Dwont%2Dthis%2DXbox%2D360%2Dstream%2Dmedia%2Dfrom%2Dthis%2DWindows%2DXP%2DSP2%2Dmachine</link>	
	<description>I cannot stream media from my PC. The Xbox 360 will connect to Xbox Live, but will not pass the &quot;Test Media&quot; option.  It always fails after successfully acquiring an IP address.  This Xbox has successfully connected to streaming media before on another computer.  The connection has been deleted from within the Xbox settings. OS: Windows XP SP2.
&lt;br&gt;&lt;br&gt;
All drivers are current.&lt;br&gt;
UPnP is on, both on the router and on the PC.&lt;br&gt;
HTTP SSL is on.&lt;br&gt;
SSDP Discovery Service is on.&lt;br&gt;
Windows Media Sharing Service is on.
&lt;br&gt;&lt;br&gt;
The network is handled by a WRT54G (v1.1) over a wired connection and the firmware is current.&lt;br&gt;
The security settings are disabled on the router.&lt;br&gt;
The Windows Firewall is off.  &lt;br&gt;
Internet Connection Sharing is off.
&lt;br&gt;&lt;br&gt;
Using the Zune software, I enable sharing and select my folders and the Xbox does not find the computer.
&lt;br&gt;&lt;br&gt;
Using Windows Media Player 11, I receive and error that says &quot;Media sharing has been turned off because a required Windows setting or component has changed. For additional assistance, click Web Help.&quot; Clicking web help takes me to http://www.microsoft.com/windows/windowsmedia/player/webhelp/default.aspx?&amp;mpver=11.0.5705.5043&amp;id=C00D0FF4
&lt;br&gt;&lt;br&gt;
After performing those steps, I still get no response from the Xbox and when I click Media Sharing... again in Windows Media Player, I get the same error message.  
&lt;br&gt;&lt;br&gt;
I have tried several solutions to this problem:
&lt;br&gt;&lt;br&gt;
1) Rebuilding the library, the zachd.com method.
2) Deleting the contents of the C:\Documents and Settings\All Users\DRM folder.
3) Rollback to Windows Media Player 10 and re-install Windows Media Player 11
4) Rollback to Windows Media Player 10 and install Windows Media Connect 2.0
&lt;br&gt;&lt;br&gt;
Using Windows Media Connect 2.0, it appears on the computer that everything should work, but the Xbox still does not register any computer to connect to.
&lt;br&gt;&lt;br&gt;
Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.81461</guid>
	<pubDate>Sun, 20 Jan 2008 10:34:01 -0800</pubDate>
	<category>mediaplayer</category>
	<category>networking</category>
	<category>windows</category>
	<category>windowsmediaconnect</category>
	<category>windowsmediaplayer</category>
	<category>xbox</category>
	<category>xbox360</category>
	<dc:creator>idledebonair</dc:creator>
	</item>
	<item>
	<title>iPhoto:Lightroom::iTunes:?</title>
	<link>http://ask.metafilter.com/77077/iPhotoLightroomiTunes</link>	
	<description>I&apos;m getting a little antsy with iTunes these days and since it&apos;s been awhile, I wanted to see what else is out there. What do you use that you consider to be the Lightroom/Aperture of the media player world? I&apos;m hoping there is some sort of iTunes Pro style application out there that I just haven&apos;t heard of.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.77077</guid>
	<pubDate>Mon, 26 Nov 2007 04:02:49 -0800</pubDate>
	<category>mediaplayer</category>
	<category>music</category>
	<dc:creator>feloniousmonk</dc:creator>
	</item>
	<item>
	<title>Best media players for wmv, keyboard shortcuts, and transparency?</title>
	<link>http://ask.metafilter.com/74049/Best%2Dmedia%2Dplayers%2Dfor%2Dwmv%2Dkeyboard%2Dshortcuts%2Dand%2Dtransparency</link>	
	<description>What media players have decent keyboard shortcuts, don&apos;t mess up wmv files when fast-forwarding, and can be set as transparent? I&apos;m going through a lot of different video files on my hard drive, trying to clean up.  Some of them are old home videos or projects which are inexplicably saved as wmv files.  I&apos;d like to figure out which ones are worth keeping by playing through them, but when I fast forward using alt+rt arrow in VLC, the video frame freezes or becomes distorted and it takes a few moments to return to normal.  This means I could be missing something and I have to take the time to watch the clip all the way through. &lt;br&gt;
&lt;br&gt;
I&apos;d also like to be able to play my videos in a transparent mode so I could check email and complete other tasks while watching downloaded tv shows.&lt;br&gt;
&lt;br&gt;
Can anyone suggest a media player that can play wmv files correctly while fast-forwarding and transparently display movies, but that also has the quick fast-forwarding shortcuts of VLC?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.74049</guid>
	<pubDate>Wed, 17 Oct 2007 14:20:49 -0800</pubDate>
	<category>mediaplayer</category>
	<category>video</category>
	<category>vlc</category>
	<category>wmv</category>
	<dc:creator>abkadefgee</dc:creator>
	</item>
	<item>
	<title>Remotely edit playlists and mp3s with WMP</title>
	<link>http://ask.metafilter.com/65670/Remotely%2Dedit%2Dplaylists%2Dand%2Dmp3s%2Dwith%2DWMP</link>	
	<description>Editing Windows Media Playlists remotely So I have two PCs, both on a wireless network, with WMP 11. My music is all on one PC, basically a file server. The other PC sees the files and the whole library fine using the media sharing thing in XP/Vista, including playlists. BUT, I can&apos;t edit the playlists (or the tags/ratings of the files) from the remote library using the WMP interface. Which is a pain. Anyone know any clever way I can do this?&lt;br&gt;
&lt;br&gt;
(I&apos;m using WMP because it works easiest with other stuff, so while I&apos;m a big Winamp fan, I can&apos;t really use any suggestions other than WMP suggestions)&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65670</guid>
	<pubDate>Tue, 26 Jun 2007 18:43:59 -0800</pubDate>
	<category>mediaplayer</category>
	<category>music</category>
	<category>network</category>
	<category>playlists</category>
	<category>wmp</category>
	<dc:creator>loquax</dc:creator>
	</item>
	<item>
	<title>Dualboot Media Player</title>
	<link>http://ask.metafilter.com/55465/Dualboot%2DMedia%2DPlayer</link>	
	<description>What&apos;s the best media player that works in both OS&apos;s in a dual boot setup (XP and Unix) ? Ideally, I would like to listen to my music in either OS, while retaining &quot;last played time&quot; &quot;ratings&quot;, etc. I already have my music on a separate FAT partition, so any OS can read/write to/from it. &lt;br&gt;
&lt;br&gt;
Some half-ideas I&apos;ve come up with: Run a program with versions in both OS&apos;s and that use the same database file (but which program allows this?). Stream the music somehow, and just find any player that will play streams in each OS (this doesn&apos;t seem to solve the problem, but it might offer more options). Use a program written in an interpreted language (the base layer is installed in each OS).&lt;br&gt;
&lt;br&gt;
(I&apos;m trying to convert to Unix, and this is one of the critical functions that I must have during my transition.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.55465</guid>
	<pubDate>Sun, 21 Jan 2007 13:39:59 -0800</pubDate>
	<category>dualboot</category>
	<category>mediaplayer</category>
	<category>resolved</category>
	<category>Unix</category>
	<category>XP</category>
	<dc:creator>philomathoholic</dc:creator>
	</item>
	<item>
	<title>Mach Speed Trio Media Player firmware upgrade or reset? Device continuously reboots.</title>
	<link>http://ask.metafilter.com/51840/Mach%2DSpeed%2DTrio%2DMedia%2DPlayer%2Dfirmware%2Dupgrade%2Dor%2Dreset%2DDevice%2Dcontinuously%2Dreboots</link>	
	<description>I need help with a Mach Speed Trio MP4 1GB media player. Shortly after purchasing it has begun rebooting continuously. I&apos;m looking for any or all of the following as pertaining to the cheap-ass SigmaTel-chipped MP3/SMV media player known as the &quot;Mach Speed&quot; &quot;Trio&quot; 1GB MP4 Media Player (recently available from Fry&apos;s Electronics):&lt;br&gt;
&lt;br&gt;
1) The main manufacturer&apos;s website, with support/driver links. It doesn&apos;t seem to exist. SigmaTel provides no end user support.&lt;br&gt;
&lt;br&gt;
2) A firmware updater for this device and/or chipset. The Win98 and video conversion utility was included on my min CD, but not the firmware utility. (Which is indicated in the manual.)&lt;br&gt;
&lt;br&gt;
3) Any and all related utilities or advice.&lt;br&gt;
&lt;br&gt;
It worked as well as could be expected for a number of days, and has begun spontaneously and continuously rebooting. I&apos;ve tried formatting the drive, deleting the firmware-created config files, hard resetting and more. I&apos;ve even cracked the case and inspected the power and battery connections, as well as inspected for obvious shorts, debris or unseated plugs/sockets. Nada.&lt;br&gt;
&lt;br&gt;
The device appears to work just fine and very reliably as a drive, but the OS/interface doesn&apos;t load when disconnected from USB. (OS will not load with USB/power connected - it&apos;s just not designed to do that even when operating normally.)&lt;br&gt;
&lt;br&gt;
Disclaimer: I should have known better, but it was shiny and purchased in the form of an on-the-spot gift in shape of &quot;you have X dollars to spend here at Fry&apos;s the day after Thanksgiving in less than an hour. Go!&quot; and I panicked.&lt;br&gt;
&lt;br&gt;
I like the gadget otherwise, but it seems doomed for a refund.
&lt;a href=&quot;http://shop2.outpost.com/%7BFrqhysGTLghVPqnhwXThkpMJ4c98B3QnrfsGllsmVTMkHdGfvC2t!56405938!-481695734!1164700250238%7D/product/4978881?JSESSIONID=FrqhysGTLghVPqnhwXThkpMJ4c98B3QnrfsGllsmVTMkHdGfvC2t!56405938!-481695734&amp;site=sr:SEARCH:MAIN_RSLT_PG&quot;&gt;This is the player on Fry&apos;s Outpost.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.machspeed.com/&quot;&gt;This is the Mach Speed official website&lt;/a&gt;, which I just found but contains such a distinct lack of useful support that it transcends the surreal and bizarre.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.51840</guid>
	<pubDate>Mon, 27 Nov 2006 23:44:12 -0800</pubDate>
	<category>Cheap</category>
	<category>CheapGadget</category>
	<category>Firmware</category>
	<category>MediaPlayer</category>
	<category>MP4</category>
	<category>stumped</category>
	<category>Support</category>
	<category>Trio</category>
	<category>unanswered</category>
	<dc:creator>loquacious</dc:creator>
	</item>
	<item>
	<title>Graceful googling generated great grief.</title>
	<link>http://ask.metafilter.com/45963/Graceful%2Dgoogling%2Dgenerated%2Dgreat%2Dgrief</link>	
	<description>Several months ago I remember hearing something on boingboing or /. about a mozilla-based media player/library.  I remember it having features such as automatic spidering/downloading of mp3-laden webpages, as well as your standard media library stuff.  Will you point me toward it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.45963</guid>
	<pubDate>Tue, 05 Sep 2006 15:53:38 -0800</pubDate>
	<category>mediaplayer</category>
	<category>mozilla</category>
	<dc:creator>Netzapper</dc:creator>
	</item>
	<item>
	<title>I need a good media player for handling streaming radio on linux</title>
	<link>http://ask.metafilter.com/44560/I%2Dneed%2Da%2Dgood%2Dmedia%2Dplayer%2Dfor%2Dhandling%2Dstreaming%2Dradio%2Don%2Dlinux</link>	
	<description>I recently switched from Windows to Ubuntu and I&apos;m looking for a good media player for streaming internet radio. I just switched to Linux (Ubuntu 6.06 LTS DapperDrake) and I really love it but I need some suggestions on picking the best media player for me. The computer I have Ubuntu on doesn&apos;t have a lot of storage space so most of my music listening is done through streaming internet radio as opposed to local media. I have Xmms and Rhythmbox installed. I like them both OK but neither of them handle streaming radio as well as I&apos;d like them to.  And I don&apos;t like the way either of them handles playlists.&lt;br&gt;
&lt;br&gt;
All I need is something that makes it easy to add streams and easy to manage and edit multiple playlists. Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.44560</guid>
	<pubDate>Wed, 16 Aug 2006 13:40:26 -0800</pubDate>
	<category>internetradio</category>
	<category>linux</category>
	<category>mediaplayer</category>
	<category>resolved</category>
	<category>streams</category>
	<category>Ubuntu</category>
	<dc:creator>LeeJay</dc:creator>
	</item>
	<item>
	<title>I can&apos;t separate the DRM hype from the facts, so I&apos;m appealing to you.</title>
	<link>http://ask.metafilter.com/40012/I%2Dcant%2Dseparate%2Dthe%2DDRM%2Dhype%2Dfrom%2Dthe%2Dfacts%2Dso%2DIm%2Dappealing%2Dto%2Dyou</link>	
	<description>What are the possible DRM consequences of upgrading to Windows Media Player 10 and/or Windows Media Center Edition? Look, I&apos;m a bad person, ok? I have a collection of music and television (no movies, though!) that I did not purchase. Some files are ripped from friends CDs, but many came from the unsavory networks of the late nineties. In addition, I still bittorrent television shows.&lt;br&gt;
&lt;br&gt;
My system uses a large television as a monitor, so I&apos;d like to have more control from afar, and most of the devices I&apos;ve encountered are only compatible with Media Center. I have been considering upgrading for some time now, but I have been worried about possible DRM issues. Moreover, I don&apos;t generally use Windows Media Player 9, as Winamp is mostly sufficient. However, I&apos;ve run into some instances where it seems like it would help. (With WMP 11 in beta, I&apos;m also worried about that 9 will become obsolete.) &lt;br&gt;
&lt;br&gt;
I&apos;d appreciate some input from current and former pirates on this matter. Avast! Will Digital Rights Management software paralyze my system?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.40012</guid>
	<pubDate>Mon, 12 Jun 2006 11:00:35 -0800</pubDate>
	<category>DRM</category>
	<category>mediacenter</category>
	<category>mediaplayer</category>
	<category>windows</category>
	<dc:creator>anotherpanacea</dc:creator>
	</item>
	
	</channel>
</rss>

