Linux Media Jukebox on the Cheap
tsetem writes "Over on ExtremeTech, they have a write-up on building your own Linux Media Jukebox for a little over $500 and a bit of elbow-grease. This is probably the PC we were hoping that the Lindows Media PC would've been." This particular project uses Freevo which has matured significantly
since I last looked at it.
http://www.mythtv.org
Yes Francis, the world has gone crazy.
made by a friend of mine ;)
What would Brian Boitano do?
I've been labouring under the impression that one of the reasons why chipping XBoxes (list price £129 as of last Friday) with a mod chip (~£50) or even less thanks to yesterday's /. story is so great is because they do an excellent job as media jukeboxes themselves.
The only part missing is that they don't have the inputs to record your own stuff, unlike these tv-tuner equipped boxes. If you just want to use playback (either from the internal drive or over the local network) then a chipped XBox is much cheaper.
"I Know You Are But What Am I?"
http://www.littlepc.com/m /pro_slm_detail.php?UID=335&MODEL=MS-6243
c ts.html
c ifications/model.cfm?mn=EEC-5000
http://www.msi.com.tw/program/products/slim_pc/sl
http://www.partshelf.com/giggmaxmodgb.html
http://www.storever.com/
http://www.linux-works.com/browser/html/our_produ
http://www.evalue-tech.com/evalueweb/products/spe
For the ones that come with a mobo/any hardware I cannot vouch for how well they work under linux (or windows for that matter).. These are just bookmarks from some initial research I did.
$199 for the Xbox. $59 for a mod chip. $10 for some Cat5. And the open source Xbox Media Player.
Though you won't get Tivo-like functionality with it. But at that price you could afford to buy a Tivo if you really wanted it.
This is all fine and good. A guy built a PC and put linux on it and hooked it up to his TV. It's no great feat, but it's linux so it's on slashdot.
Anyways, here's what's missing or could have been improved..
TV Tuner Card Hauppauge WinTV PCI $60
Does the Hauppage WinPVR card not work? This costs only a few more beans, but provides vastly superior captures and onboard MPEG2 compression, IIRC.
Keyboard Silitek SK-7551 $20
A keyboard and mouse? This is the main stumbling block. A true MediaPC needs to be controlled through a simple interface with a remote control.
Also, stick an LCD display on the front with a few buttons so it can be used without the remote.
Of course that requires a bunch of coding work to make sure everything fits together seamlessly, and there's no trace of being a "PC" left in there.
The new Radeon AIW Pro cards fit the bill for both video capture, playback, remote capabilities, and firewire transfer. Of course, they cost as much as this whole project.
(In a nutshell I just spelled out the Media PC I'm working on putting together)
In the end, this guy built a PC and installed Red Hat on it. Whoopty do. He can call it a MediaPC, he can call it a Star Trek supercomputer. It's still just a midrange PC with Red Hat installed.
I don't need no instructions to know how to rock!!!!
MythTV plays any format that mplayer does to via the MythVideo module. FYI.
The DreamBox DM7000 looks promising to me. What I'd like to have is a network ogg and mp3 player, and the DM7000 seems to have all the features I want, with hardware MPEG2/PVR functions thrown in to boot (and MPEG4 apparently on the way). It runs Linux, so retrofitting Vorbis and MP3 compatibility should be no big deal. Retail price is about $500 in my area, but I'm sure I can find a better deal on the 'net. More accessories (wireless keyboard) and pictures here.
Anybody have experiences with this one?
German c't magazine ran a cool (but pricey) DIY media center project in 2001, see this post of mine. They had plans to convert it to Linux, but it's outside my price range, mainly due to the large LCD screen.
"There are already a million monkeys on a million typewriters, and Usenet is NOTHING like Shakespeare." - Blair Houghton
I've built a multimedia box based on one of these sweet motherboard/CPU combos. They can be run without fans (or with a small 40 mm fan) and have integrated 100 Mbps LAN, USB2, Firewire, VGA (+tv out), 6 channel sound and a hardware MPEG decoder. Add a slimline DVD/CD-RW combo and a large external harddrive (external to avoid problems with the small power supply). There is a one PCI expansion slot for the TV card.
I'm running it under Windows, but Linux drivers are available here.
BOO! TERRO
Play videos, MP3s, view the weather, XMLtv guide information, launch emulators like MAME and any others (see the forum for myGames), view visualization plugins with Winamp or Windows Media Player 9, launch executables, write your own plugins... view your MP3s by cover art, your games by screen shot, control it with a remote or a gamepad... (find a joy2key program in the forums to use a gamepad for now.)
Really, just check out the screen shots on the homepage. It's only been around for a few months and new releases come fast and furious thanks to Pablo's hard work. It is basically "like XP Media Center Edition, but better, and free." (as in beer, for now.)
sheephead
7d9e63e9501751ff4bf9307989d5623d *SheepHead
WRONG!!! :D
WinTV PVR 250/350
http://ivtv.sourceforge.net
A G3 is a better tool for the job than an Athlon.
So that's why the TiVo uses a PPC chip!
"Provided by the management for your protection."
OK, that doesn't jive with what I learned in RHCE class. On a RedHat system, init processes the rc?.d scripts in asciibetical order (so S100lvm would actually come before S99local), passing "start" as the first argument to those scripts that start with S and "stop" to those scripts that start with K. The idea is that your init.d script should accept start and stop arguments and perform accordingly. Once you drop this script into /etc/init.d, you should be able to use chkconfig to set up the proper symlinks in the /etc/rc?.d directories. (A simple "chkconfig lvm on" should put "K" symlinks into rc0.d, rc1.d, rc2.d, and rc6.d, and "S" symlinks in rc3.d, rc4.d, and rc5.d.) Plus, you can use "service lvm start" to avoid typing "/etc/init.d/lvm start" (if that's your thing).
Aside: Also, lvm is a bad acronym for "Load Video Modules", since LVM is the Logical Volume Manager, and RedHat includes support for LVM out-of-box.
"Anything is better than IE, and you can quote me on that." -- Wil Wheaton.