MythTV 0.23 Released
An anonymous reader writes "After six months of our new accelerated development schedule, MythTV 0.23 is now available. MythTV 0.23 brings a new event system, brand new Python bindings, the beta MythNetvision Internet video plugin, new audio code and surround sound upmixer, several new themes (Arclight and Childish), a greatly improved H.264 decoder, and fixes for analog scanning, among many others. Work towards MythTV 0.24 is in full swing, and has be progressing very well for the last several months. If all goes according to plan, MythTV 0.24 will bring a new MythUI OSD, a nearly rewritten audio subsystem capable of handling 24- and 32-bit audio and up to 8 channels of output, Blu-ray disc and disc structure playback, and various other performance, usability, and flexibility improvements."
Man up and call a version 1.0! The new 'hip' thing to do, having version 0.x so you can excuse bugs as "Oh, it's just a beta" is bull mess.
I don't usually waste my time with these trolls. The post is for any mods that have not read the faq and are wasting their mod points with this trash rather than on legitimate posts.
Leave it to the editors to down-mod these stupid posts since they are obvious trolls and the editors have unlimited mod points. In fact, based on the faq, I imagine how that is how we are suppose to do it.
I prefer to spend my time modding up people.
Do Editors Moderate?
The Slashdot Editors have unlimited mod points, and we have no problem using them. .....
The editors tend to find crapfloods and moderate them down: a single malicious user can post dozens of comments, which would require several users to moderate them down, but a single admin can take care of it in seconds. This tends to remove the obvious garbage from the discussion so that the general population can use their mod points to determine good. Otherwise, a few crapfloods could suck a lot of moderator points out of the system and throw things out of whack.
MythTV is a mess. I used 0.21 for a while, and it took me quite a while to configure right, the scanning for channels crashed, backend crashed from time to time. The UI is not friendly for a media player.
I looked under the hood and quickly ran away, database is a mess, codebase is huge.
I wanted a few simple things:
-1 machine, which can record TV shows and watch them later
-Play other media files
-Have a web interface to choose what to record
MythTV with MythWeb and MythVideo should be able to do this all, but I never got the other media to work. That with the crashing backend, unfriendly configuration tool and stupid frontend UI. And it has no 'overlap in 2 shows' option, if 2 shows follow eachother on the same channel, why not save the overlapping time in both files? If the 2nd show starts early and I have watched and deleted the first show then I mis the first part of the 2nd show. Totally pissed me off.
Then I found XBMC, which does a wonderful job at playing media files. But doesn't do any recording. I already had tv_grab_nl_py for guide data, my TV tuner is a simple V4L device that gives an MPEG stream, so 1000 lines of PHP code later I had a daemon that records TV shows, a webinterface where I can select what to record. With thumb generation, reencoding. Basicly I replaced the whole of MythTV with 1000 lines of php and XBMC (in my case) which is running stable for months now.
I was very surprised how smoothly the upgrade process went. All I had to do after the upgrades were to fix DVD udev rules and reconfigure the 5.1 audio. Nothing got majorly broken.
That said, I'm having some LiveTV stability issues with 0.23, which nobody else seems to be experiencing. I also had an issue with DVD mount crashing the mythtv frontend but that has now been fixed in the daily auto-builds.
Do you have analog cable, or digital cable that your non-cablecard TV can tune to without a cable box? If so, MythTV can record it. Even if you have to use a cable box, MythTV can record the composite or component out on the way to the TV. There's pretty much no way a cable company can legally prevent you from recording non-encrypted, non-premium channels right now (by law that is required to include free to air TV stations). And there are ways with the cable box to record premium channels.
> College of mine has digital HDTV and he told me it was a hell to configure it with MythTV
Like any other PVR package, MythTV is essentially just a generic desktop application that runs full screen and tries to ignore the keyboard.
If you have a problem with an HDTV, then that's a generic problem has really has nothing to do with MythTV.
Most TV's are not setup for computer use in mind and many that are screw up important key details (like only supporting 4:3 resolutions on the VGA port). Many TVs also broadcast bogus pnp data that can be a problem for hardware that's "too trusting". OTOH, those issues are pretty unusual for the recommended hardware.
Yes, it helps to do a little research and see what the recommended gear is.
A Pirate and a Puritan look the same on a balance sheet.
I haven't counted the editors but I doubt they have enough to run a 24/7 watch on every story. Not to mention it'd be slightly below first line help desk work in fun level. I don't care much for the mod points, so I usually drop to -1 and spend 15 points blasting trolls quite quickly. I guess if you're serious about moderating, go ahead. If you tend to let them expire (as they usually would for me) then help take out some of the trash instead.
Live today, because you never know what tomorrow brings
I moved to Media Portal a while ago, and while integrating commercial skipping with it is a real pain I haven't missed MythTV. MythTV was great for several months, but I had to replace the system with an Asus Pundit and the level of hardware support for the graphics card was non-existent on a Linux system. In additon, I had problems with the Hauppauge dual tuner and the Linux drivers as it would quite often hang the card. I had no such problems with Windows and reception was far better.
MythTV is a nice piece of software, but it is still being let down by the level of Linux media hardware support and, on occasion, it's own media support. Playing DVDs reliably and playing things like MKVs still had me plugging in VLC as an external player. The only problem I have with Media Portal is that it doesn't play default subtitle and audios stream within MKVs - it insists on defaulting to English.
All-in-all, I just haven't missed MythTV.
I have FiOS and until MythTV supports CableCARD, it's rather useless.
What, you've never heard of an IR blaster? I've been recording premium content from my cable boxes for the last three years without any problems, and it was probably easier to set up than the nightmare that is CableCARD.
"why can't myth have a "save my database" and "look in this directory for recordings" import , rather than me having to edit my 450MB MySQL database?"
Don't know the last time you tried, but since at least 0.22, it has exactly this using an included python script. Also I'm no fan of MySQL, but I've never had my database corrupt itself yet, and I've done upgrades every 6 months since MythBuntu 8.10. Wonder if there are other causes?
I imagine the reason for using the database to store confs (besides the fact when you already require one for recording metadata, many devs would probably be inclined to stuff everything in there), is to allow easier setup of multiple backend/frontend systems. The master backend contains all the confs, and other nodes can connect to a known port to retrieve them just like the master backend does, rather than maintaining separate code for the master backend to serve text conf files up to connecting nodes.
There is also the fact it makes developing alternative configuration editors easy. Right now you can edit the confs using the native tool on the local machine, using an included webpage/webserver, or external tools like myphpadmin or Microsoft Access. Also Myth has so damn many settings, that for power users and developers doing additions/debugging, using a database is probably easier to manage than a 1000 line long text file.
Now that I think about it, it sounds like a pretty reasonable idea.
LiveTV is a feature of MythTV, but if you are using in it, IMHO you are doing it wrong.
No problem.
I'd strongly suggest a HDHomeRun for free to air digital or clear QAM cable TV. If that is too expensive, most Hauppauge cards are supported, though the best dual tuner model HVR-2250 isn't much cheaper than a dual tuner HDHR. pcHDTV cards are also well supported, being specifically Linux hardware.
If you want to record encrypted cable and want it HD, the best choice is a Hauppauge HDPVR encoding from your cable box component output. Though that is pricey. If you still need analog cable, the best is to get a Hauppauge PVR-150/250/350/500 card.
Most cards will require you to use a splitter from your wall outlet into their multiple inputs if they are a dual tuner card, or to split them for multiple single tuner cards. If you have a lot of other splitters in your house cable wiring, you may need to get a high quality digital cable TV amplifier. You can get one on eBay for about $30. Tuner cards need a powerful signal. The HVR-2250 is the only dual tuner card I know of that has one input that is split between the tuners internally.
Not likely. Media Center gets to have access to CableCard tuners because it supports a compatible DRM format. The DCT cards from ATI (dead), Ceton (coming in a couple weeks), Silicon Dust (coming later this year), etc decrypt the incoming cable signal using the CableCard and then re-wrap the stream in Microsoft's PlayReady DRM. No support for PlayReady, no support for CableCard. Apps like SageTV (on Windows) have found a novel away of getting around this restriction -- rather than accessing the tuner directly, they instruct Media Center to schedule the recording, change live TV channels, etc. It's unlikely this is going to ever work on Linux (while you might get Media Center running in Wine, you'll still be missing the tuner card drivers).
While there's obviously the possibility of reverse engineering the process and breaking the encryption, the fact that ATI's DCT has been available for years now yet there's no such crack doesn't give much confidence that new tuners arriving on the scene will change that.