| Saturday, February 6th, 2010, 00:00 AST | ||
| [00:00:20] | high-rez: | i think you did a backwards diff ;) |
| [00:00:46] | sphery: | high-rez: also, if you're not on current trunk, you might want to try just svn up'ing--as I think there was a fix for the timer hack that may have affected that |
| [00:00:53] | sphery: | high-rez: are you trunk? |
| [00:01:01] | high-rez: | Yes I am |
| [00:01:10] | sphery: | it should apply without issue to trunk |
| [00:01:16] | sphery: | it reverts some changesets that went in |
| [00:01:20] | high-rez: | It aplied without issue, but I had to rename mythtv to mythtv.orig |
| [00:01:27] | high-rez: | e.g. you diffed the versions backwards ;) |
| [00:01:27] | sphery: | (you have to be r23348 or higher) |
| [00:01:37] | high-rez: | Last Changed Rev: 23486 |
| [00:01:58] | sphery: | could have gone into mythtv and done a patch -Np1 :) |
| [00:02:23] | high-rez: | Woh there, my patch-foo isn't so sophisticated. |
| [00:03:07] | high-rez: | dist-cleaned, now doing configure |
| [00:03:11] | sphery: | that's a quilt patch... it does -p1 patches with ".orig" for the original versions |
| [00:03:28] | sphery: | though the Index should have been enough to tell it the real name... |
| [00:03:40] | sphery: | cool. |
| [00:03:43] | sphery: | hope it works |
| [00:03:44] | high-rez: | I alwahys do just -ruN |
| [00:03:47] | high-rez: | Me too |
| [00:03:56] | high-rez: | I ahve plenty oftime to revert before the wife gets home |
| [00:04:01] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
| [00:04:09] | sphery: | and hope you also see 7%/14% CPU usage--until you upgrade to Qt 4.6.x, then I hope you see 0–3% :) |
| [00:04:10] | high-rez: | But she gets mad if I'm playing with stuff when she's home ;) |
| [00:04:20] | high-rez: | 7–14% at idle eh? |
| [00:04:32] | sphery: | and if you do that testing for me, I'll be forever grateful. (Even when I'm dead--I'll be grateful dead.) |
| [00:04:35] | Faithful: | gdm won't start on my mythbuntu box.... using nvidia drivers |
| [00:04:46] | sphery: | high-rez: yeah, likely |
| [00:05:06] | high-rez: | Well hey, i'll give it a test. Can't do 4.6 till tomorrow – but I'll check it all out tonight :) |
| [00:05:09] | high-rez: | for 4.5 |
| [00:05:53] | sphery: | cool... The 7%/14% CPU shouldn't be an issue, though... It's just a busy loop, so if your CPU is doing anything else, you won't see it |
| [00:05:58] | high-rez: | And since I know you're greatful, I'll be the first to bug you about some problems I've seen with the scanner :)) |
| [00:06:17] | mag0o: | sphery: just got the fe to mess up the display again. going to try the first var you mentioned |
| [00:06:24] | sphery: | it's just something inert that a lot of users were whining about, so it got "fixed" (in such a way that it completely broke things for some of us) |
| [00:06:32] | sphery: | mag0o: :( Hope the other works |
| [00:06:38] | sphery: | mag0o: might need both, though |
| [00:06:44] | mag0o: | k |
| [00:07:01] | high-rez: | Mean like poll() without a more agressive sleep timer? |
| [00:07:02] | mag0o: | should i just try both, or see if the first is enough? |
| [00:07:04] | high-rez: | poll loop |
| [00:08:17] | sphery: | mag0o: trying individually would be far more informative :) |
| [00:08:31] | sphery: | but both together might make it work with one fewer test |
| [00:08:47] | sphery: | high-rez: yeah, http://bugreports.qt.nokia.com/browse/QTBUG-7618 |
| [00:09:02] | sphery: | basically, all we got was, "This code has been changed in 4.6.x, and the busy-wait has been removed. Thanks for your report" |
| [00:09:11] | mag0o: | ...just tried all 3 combos – none worked =\ |
| [00:09:17] | high-rez: | I can't wait to be able to walk around with a nokia n9000 frontend (on the nokia/qt front : -) |
| [00:09:36] | sphery: | and we really need someone to test the QTimer code with 4.6.x (but I don't get the 7%/14% CPU usage issue, so I can't test it) |
| [00:09:47] | sphery: | mag0o: :( I'm out of ideas, then |
| [00:09:53] | mag0o: | gonna search and see |
| [00:10:10] | sphery: | I'd have to guess it's a driver issue--are there newer drivers available? |
| [00:10:25] | mag0o: | qtimer code? that the thing that was causing issues for me the other day, that you supplied the patch to revert some recent commits? |
| [00:10:46] | sphery: | mag0o: ah, yeah--you were the one I gave it to |
| [00:10:56] | sphery: | btw, here's the updated version: http://misc.thirdcontact.com/MythTV/mythtv-79 . . . r_hack.patch |
| [00:11:07] | sphery: | (we had 2 other commits related to it) |
| [00:11:35] | mag0o: | i'm @ 7–10% cpu, with fe and ff and console |
| [00:11:52] | sphery: | frontend idling on main menu? |
| [00:11:59] | mag0o: | yep |
| [00:12:01] | sphery: | if you close the frontend, do you go down to 0–3%? |
| [00:12:21] | sphery: | (assuming closing the frontend won't restart X for you) |
| [00:12:25] | mag0o: | i have that patch applied right now, if that makes a difference |
| [00:13:25] | mag0o: | cpu didnt change |
| [00:13:28] | sphery: | yeah, with that patch and Qt 4.4.x or 4.5.x, many users (Ubuntu?) would see 7% or 14% CPU usage. With Qt 4.6.x, you shouldn't see much CPU usage at all when idle. |
| [00:13:53] | sphery: | I think--I still need someone who can see the 7%/14% CPU to test with Qt 4.6.x |
| [00:14:17] | high-rez: | i'll let you know about my 4.5.x setup as soon as its done compilinog here |
| [00:14:23] | high-rez: | (gonna go havea smoke while it compiles) |
| [00:14:37] | sphery: | mag0o: ah, if the CPU didn't change that means that your system was doing other stuff, so you weren't seeing the mythfrontend idle CPU usage |
| [00:14:47] | sphery: | high-rez: thanks |
| [00:14:59] | rushfan (rushfan!~rushfan@cpe-98-155-83-89.san.res.rr.com) has joined #mythtv-users | |
| [00:15:15] | sphery: | and btw, high-rez, I'm pretty sure you're seeing the same issue with it that mag0o was seeing (and it fixed it for him) |
| [00:16:56] | Squidy (Squidy!~quassel@unaffiliated/squidy) has quit (Remote host closed the connection) | |
| [00:17:56] | maddslacker (maddslacker!~corey@c-67-190-191-37.hsd1.co.comcast.net) has joined #mythtv-users | |
| [00:19:00] | maddslacker: | I can't remember where to change the settings to do horizontal fill for all videos |
| [00:19:06] | maddslacker: | anyone know off-hand? |
| [00:20:11] | rob__ (rob__!~rob@lennon-ubr-64-85-156-99.power-net.net) has joined #mythtv-users | |
| [00:21:18] | rob__: | does anyone know a faster server for trunk updates then the current one in the us? us.autobuilds always seems so slow for me. |
| [00:21:19] | high-rez: | 25202 root 20 0 358m 211m 26m S 13 10.8 0:05.93 mythfrontend |
| [00:21:31] | high-rez: | Alrightt good news,its sucking down cpu at idle |
| [00:21:52] | beata- (beata-!beata@c-68-49-32-212.hsd1.md.comcast.net) has joined #mythtv-users | |
| [00:22:01] | beata (beata!~beata@c-69-139-239-85.hsd1.md.comcast.net) has quit (Ping timeout: 264 seconds) | |
| [00:22:25] | sphery: | maddslacker: there's a "Video Aspect Override" but it will tell Myth to always play all videos as if they're that aspect |
| [00:22:42] | high-rez: | 13–14% at the main screen |
| [00:22:43] | sphery: | maddslacker: it's in Playback settings |
| [00:22:56] | maddslacker: | sphery, I think that's what I need, as I have to horizintally stretch every video |
| [00:23:03] | ** maddslacker looks ** | |
| [00:23:16] | high-rez: | I'll upgrade to 4.6 tomorrow ;) |
| [00:23:26] | sphery: | high-rez: nice, that means you're affected... If the CPU usage with that patch applied goes back down to 0–3% at idle with 4.6, that will be great news |
| [00:24:01] | maddslacker: | sphery, in mythfrontend or myth-setup? |
| [00:24:02] | high-rez: | Any pitfalls I should be aware of with 4.6 ? |
| [00:24:22] | sphery: | maddslacker: actually, right under that is a Zoom setting--that's probably what you want |
| [00:24:35] | sphery: | high-rez: shouldn't be--it should actually fix a couple of issues that you can still see in 4.5.x |
| [00:24:45] | maddslacker: | yeah, I remember unchecking it a while ago, and can't for the life of me find it now |
| [00:24:46] | maddslacker: | grrr |
| [00:25:00] | maddslacker: | anyway, mythfrontend..setup, or myth-setup? |
| [00:25:10] | high-rez: | Mind you I've one of those bad users who doesn't have a window manager |
| [00:25:12] | ** high-rez hides ** | |
| [00:25:38] | sphery: | maddslacker: it's several pages into the TV Settings|Playback section... On General Playback (2/2), IIRC |
| [00:25:48] | maddslacker: | I'll look, thanks |
| [00:26:00] | sphery: | which may just be page 2 :) |
| [00:26:25] | sphery: | high-rez: I'll ignore that fact for now if you do my testing :) |
| [00:27:04] | sphery: | high-rez: are you using ubuntu? |
| [00:27:09] | maddslacker: | sphery, found it :D |
| [00:27:10] | high-rez: | nah, gentoo |
| [00:27:15] | maddslacker: | do I need to restart frontend? |
| [00:27:27] | sphery: | high-rez: ah, cool--they probably have an ebuild for 4.6.1, right? |
| [00:27:35] | sphery: | maddslacker: shouldn't need to |
| [00:27:51] | high-rez: | sphery: yep |
| [00:27:59] | high-rez: | Not that I actually expect the ebuild to work :) |
| [00:28:06] | sphery: | nice... that will make it easy for you to test (other than the 5hr compile :) |
| [00:28:15] | ** maddslacker is testing ** | |
| [00:28:17] | sphery: | unless you have to fix the ebuild :) |
| [00:28:17] | maddslacker: | \o/ |
| [00:28:21] | high-rez: | (the quality of ebuilds lately has gone downhill) |
| [00:28:24] | maddslacker: | no more setting every time |
| [00:28:35] | maddslacker: | thanks sphery I was going insane looking for it! |
| [00:28:38] | sphery: | high-rez: did you get a chance to test the livetv channel changing? |
| [00:28:43] | sphery: | maddslacker: cool, enjoy :) |
| [00:28:47] | high-rez: | playing with it now |
| [00:29:03] | sphery: | cool... please let me know if you see issues with it even with that patch applied |
| [00:29:09] | sphery: | (or feel free to report success, too :) |
| [00:29:20] | high-rez: | i proably should have built it as a debug build |
| [00:29:26] | high-rez: | to give you a stack trace |
| [00:29:29] | high-rez: | not that I expect one ;) |
| [00:29:51] | sphery: | if it's the same issue mag0o saw, I saw his stack trace (which is why I recommended he revert those changes) |
| [00:30:09] | maddslacker: | mythtv has been working great for me for a while, I just need to upgrade my tuner and vid card and then bye-bye comcast dvr :D |
| [00:30:22] | sphery: | so if it is the same, I won't need a stacktrace--just the CPU usage numbers :) |
| [00:30:22] | maddslacker: | mythvideo too, to be fair |
| [00:30:36] | sphery: | and it's possible that the CPU usage numbers will change with a debug build |
| [00:30:45] | sphery: | so release is probably better |
| [00:30:46] | high-rez: | well so far so good |
| [00:30:53] | sphery: | cool |
| [00:30:56] | high-rez: | trunk has been really good to me so far |
| [00:31:09] | high-rez: | honestly, better then 22-fixes ;) |
| [00:31:19] | sphery: | yeah, since the Qt4 port and mythui port, it's been good |
| [00:31:26] | maddslacker: | my 0.22 has been super stable on slackware 13 |
| [00:31:32] | sphery: | and with the shorter releases, we're not backporting as much |
| [00:31:54] | sphery: | wonder what our next major conversion will be |
| [00:31:55] | high-rez: | yeah the shorter releases (as a user) have been much appreciated :D |
| [00:32:11] | sphery: | the mythui OSD seems like it should be relatively painless (since it's being developed in a separate branch) |
| [00:32:34] | sphery: | I have plans for an embedded MySQL change... :) That will likely be painful even if I do it in a separate branch. :) |
| [00:32:58] | high-rez: | yeah, uhm, no comment on mysql ;) |
| [00:33:00] | wagnerrp: | an understatement |
| [00:33:49] | high-rez: | hey man, not that it's worth anything, but you've got my permission to push your patch to trunk. :P |
| [00:33:59] | sphery: | heh |
| [00:34:19] | sphery: | I'm trying to get permission from someone else before doing that |
| [00:34:28] | sphery: | (as it just reverts a different patch) |
| [00:34:45] | maddslacker: | sphery, like what amarok does? |
| [00:34:46] | sphery: | (assuming you mean the one I linked/you just applied) |
| [00:34:57] | sphery: | maddslacker: not sure... what do they do? |
| [00:35:25] | maddslacker: | embedded mysql...heh |
| [00:35:33] | maddslacker: | don't know beyond that |
| [00:35:34] | sphery: | ah, then, yeah |
| [00:35:53] | sphery: | the idea is to make a mythdataserver or whatever that has all the data and manages it using embedded mysql |
| [00:35:55] | maddslacker: | except they had to add remote full-mysql after the fact |
| [00:35:58] | wagnerrp: | actually sphery, couldnt you just subclass the mysql connection class to something internal, shift all the current sql calls over to that, and then make whatever changes you want to the internal class? |
| [00:36:02] | sphery: | then clients won't talk to the DB, they'll talk to mythdataserver |
| [00:36:25] | maddslacker: | my biggest heartburn getting mine working initially was the mysql part |
| [00:36:34] | wagnerrp: | which would handle the database, scheduling, mfd, ... |
| [00:36:36] | sphery: | wagnerrp: that would work for the C++ code, but bindings/MythWeb/etc. will still need access to data |
| [00:37:15] | wagnerrp: | sphery: they could all do the same thing |
| [00:37:17] | sphery: | so it's mainly a problem of coming up with a protocol for passing data requests and data |
| [00:37:33] | sphery: | only one process will be able to actually talk to the DB |
| [00:37:39] | maddslacker: | thanks again for the help, time to queue up some tv shows in mythvideo :D |
| [00:37:40] | sphery: | so only mythdataserver could |
| [00:37:40] | wagnerrp: | i mean ive already abstracted ALL use of mysql away from the user in the bindings |
| [00:37:42] | maddslacker (maddslacker!~corey@c-67-190-191-37.hsd1.co.comcast.net) has left #mythtv-users ("Leaving") | |
| [00:37:47] | sphery: | embedded mysql is not multi-user |
| [00:37:54] | sphery: | (at least not client/server) |
| [00:38:05] | wagnerrp: | i would remove mysql all together and it wouldnt affect the scripts at all |
| [00:38:31] | sphery: | yeah, only problem would be your inability to access the data (because mythdataserver is accessing it) |
| [00:39:07] | bobgill: | did some regular updates, before I post on my distro's forum thought i'd ask here, running mythfrontend soon as I start playback of a recording i'm getting this: http://pastebin.ca/1787764 built ffmpeg and mplayer just fine, all hd video files playback using vdpau |
| [00:39:07] | sphery: | btw, wagnerrp , I still haven't seen it coming (the ending of Fringe) |
| [00:39:08] | wagnerrp: | im saying nothing outside the bindings directly accesses the mysqldb libs |
| [00:39:14] | sphery: | I did see Manhatan, though :) |
| [00:39:39] | wagnerrp: | so i could internally translate everything for the user |
| [00:39:40] | sphery: | wagnerrp: right, but I'm saying that only a single process will be able to use the embedded mysql database |
| [00:40:08] | sphery: | so I'll have to make some data request/passing protocol, then you can use that |
| [00:40:19] | wagnerrp: | right |
| [00:40:19] | sphery: | and then all the python scripts will be good to go |
| [00:40:28] | sphery: | so I think we're saying the same thing |
| [00:40:38] | sphery: | I just missed what you were saying |
| [00:41:04] | sphery: | bobgill: were you using VDPAU before? |
| [00:41:16] | bobgill: | yup, just fine |
| [00:41:33] | sphery: | are you sure you have the nvidia drivers installed properly, etc? |
| [00:41:36] | Lord_Deathscythe (Lord_Deathscythe!~chris@h215.216.20.98.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
| [00:41:41] | sphery: | can you use vdpau in, for example, mplayer? |
| [00:41:41] | wagnerrp: | i mean i just have to swap out one class for another that uses this new database protocol, and the rest of the code is none the wiser |
| [00:41:58] | sphery: | wagnerrp: that's great--and /very/ different from the Perl bindings :) |
| [00:42:17] | bobgill: | yup, i just fired up a few .mkv's with mplayer and they play fine, output states it is using vdpau |
| [00:42:31] | sphery: | bobgill: this is trunk MythTV? |
| [00:43:10] | bobgill: | naw, it's stable 0.22 |
| [00:43:27] | sphery: | are you sure it's /still/ 0.22? :) |
| [00:43:31] | sphery: | mythbackend --version |
| [00:44:09] | rob__ (rob__!~rob@lennon-ubr-64-85-156-99.power-net.net) has quit (Quit: Leaving) | |
| [00:44:18] | bobgill: | http://pastebin.ca/1787769 |
| [00:44:44] | bobgill: | oh crap i have to rebuild it with vdpau support is that it |
| [00:44:49] | sphery: | ok, not trunk |
| [00:45:03] | sphery: | bobgill: on the bright side--since you have to rebuild it, anyway, switch to 0.22-fixes :) |
| [00:45:21] | sphery: | is that one from the tarball? |
| [00:45:38] | sphery: | http://svn.mythtv.org/trac/ (under the "Stable: If you'd like to get the 0.22 stable branch, do this: " part) |
| [00:45:41] | bobgill: | nope i have it from my distro package manager |
| [00:45:57] | sphery: | which distro? |
| [00:46:11] | sphery: | tags/release-0–22 says it's the release version |
| [00:46:18] | bobgill: | arch linux |
| [00:46:23] | sphery: | we've had a bunch of fixes in branches/release-0-22-fixes since then |
| [00:46:32] | sphery: | I think arch has -fixes available... |
| [00:46:40] | sphery: | though I admit to having very little knowledge of Arch |
| [00:46:45] | bobgill: | i just noticed my desktop (fe) has 0.22–5 and backend still on 0.22–3 wonder if that's it |
| [00:46:52] | bobgill: | because i just did a huge catch-up update on both boxes |
| [00:46:57] | bobgill: | but backend still working |
| [00:47:09] | sphery: | they should work together |
| [00:47:19] | sphery: | but it's better to have the same version on both |
| [00:47:29] | sphery: | on your frontend do you get the same branch? |
| [00:47:36] | sphery: | with --version |
| [00:47:38] | bobgill: | yes |
| [00:47:52] | bobgill: | yep it's the same |
| [00:47:55] | sphery: | hmmm |
| [00:48:05] | sphery: | -fixes would be much better/more stable |
| [00:48:21] | bobgill: | ok i will try fixes branch.. will let this update finish and try it then |
| [00:48:28] | sphery: | might want to ask ja ms when he's around (space to keep from beeping him) |
| [00:48:28] | bobgill: | thanks for your help |
| [00:48:36] | bobgill: | ok |
| [00:48:37] | sphery: | good luck |
| [00:48:52] | sphery: | if you know how to get -fixes, I guess you're good to go, though |
| [00:49:22] | bobgill: | for sure i will try it.. thx again, bbl |
| [00:49:26] | npm: | does anybody know how to light up the optical SPDIF output on Nvidia sound included w/ ASUS e.g. M2N68-VM & M3N78-VM. Device shows up as card 1: NVidia [HDA NVidia], device 1: VT1708B Digital [VT1708B Digital]" and you can output to the device, but no light comes out the optical port. Others seem to have same problem on other distros: http://ubuntuforums.org/archive/index.php/t-983458.html "Optical S/PDIF does not light up" (and yes i' |
| [00:51:54] | bonelifer: | Uhmm, not sure, but did you try to set the audio in the BIOS to HD Audio, think I remember seeing that for some ASUS board. |
| [00:54:31] | silverdulcet (silverdulcet!~silverdul@unaffiliated/silverdulcet) has joined #mythtv-users | |
| [00:55:26] | J-e-f-f-A: | npm: I had the same problem on my M3N78-VM board – didn't figure it out... was trying to get Spdif working at a friend's house – but I had never done it before, so I chalked it up to 'user error'... |
| [00:56:03] | J-e-f-f-A: | And IIRC, I had the bios set for HD audio... LSPCI saw it, etc... |
| [00:56:17] | bonelifer: | Unmuted in ALSAmixer? |
| [00:56:26] | J-e-f-f-A: | bonelifer: Yep, did that too. |
| [00:56:42] | bonelifer: | Well then a bad board then. |
| [00:56:42] | npm: | yes to all of above too. |
| [00:56:47] | npm: | seems to be a bug actually |
| [00:56:49] | npm: | upstream |
| [00:56:53] | npm: | see the link |
| [00:57:21] | npm: | the output seems to be configured as an input. something in windows allows it to be switched but not linux |
| [00:58:34] | npm: | note that other boards, like ASUS_M4A78T-E have optical out that is on by default |
| [00:59:17] | BobLfoot (BobLfoot!~Bob@fedora/BobLfoot) has joined #mythtv-users | |
| [00:59:24] | J-e-f-f-A: | npm: Reading that thread, it seems there's a switch to flip between HDMI audio and SPDIF audio – and that it works via HDMI in Linux, but apparently not SPDIF... |
| [01:00:27] | npm: | thus bug, but was wondering if anybody knows if or when fixed since the a/v community might be using those boards for mythtv |
| [01:00:45] | MartinJT (MartinJT!~martin@109.170.141.132) has quit (Ping timeout: 252 seconds) | |
| [01:04:49] | J-e-f-f-A: | npm – seems Win7 had the same problem until Asus/Via released an updated driver: "For anybody else with this problem be sure to use the VIA control panel, SPDIF cannot be enabled in Windows." |
| [01:05:04] | BobLfoot (BobLfoot!~Bob@fedora/BobLfoot) has left #mythtv-users () | |
| [01:06:53] | J-e-f-f-A: | npm: I'm reading this thread now – seems very relevant: http://xbmc.org/forum/showthread.php?t=46545 |
| [01:10:27] | J-e-f-f-A: | npm: So far I'm seeing that people have gotten spdif working from the motherboard spdif connector, but not the back panel... |
| [01:11:13] | npm: | aha, i was wondering why they had an extra spdif connector header on the mobo |
| [01:12:25] | bonelifer: | just need to purchase the module. luckily it comes with optical and coax connectors. at least the one I bought did. |
| [01:12:53] | HypnoMadic (HypnoMadic!~fyerkes@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has joined #mythtv-users | |
| [01:13:04] | bonelifer: | Thinks about purchasing the COM port module as well. Not sure yet. |
| [01:13:23] | npm: | i guess i need to buy one of these http://cgi.ebay.com/ASUS-SPDIF-OPTICAL-COAXIA . . . t_500wt_1182 |
| [01:13:54] | bonelifer: | Looks like the one I bought. |
| [01:13:54] | npm: | i got a 3rd party lpt and com port brackets already |
| [01:14:08] | MartinJT (MartinJT!~martin@109.170.141.132) has joined #mythtv-users | |
| [01:14:36] | bonelifer: | Not sure if I'll use a 3rd party IR module yet. Will need to see how reliable the iMon one is |
| [01:15:13] | HypnoMadic: | Hi – I just compiled the latest trunk and now I can't see the currently highlighted menu item, on another note, my head hurts now from where my wife clobbered me... |
| [01:15:35] | bonelifer: | I believe I'll need to "Dremil" the S/PDIF bracket if I do buy the com port as it's already eating up one pci slot |
| [01:15:59] | J-e-f-f-A: | npm: Gee, if you do, and you get it working, let me know. I haven't ventured into HD Audio on my myth boxes yet – still using sterio audio on all my frontends... |
| [01:17:05] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [01:17:25] | bonelifer: | Luckily the pci bracket is screwed to the pcb, so I won't have to worry about screwing up the board. |
| [01:20:10] | npm: | bonelifer: does the optical port on asus mobos acts as a separate device "VT1708B Digital" on the card, wheras the mobo spdif is from "VT1708B Analog" that feeds the D/A converters?? |
| [01:20:25] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has quit (Read error: Connection reset by peer) | |
| [01:20:43] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has joined #mythtv-users | |
| [01:20:57] | bonelifer: | not sure. I just bought the board and have been waiting on parts. So I haven't got that far with the research on that. |
| [01:21:55] | npm: | on my M4A78T-E, i can drive the a separate audio stream to device 0: VT1708S Analog [VT1708S Analog] and another to device 1: VT1708S Digital [VT1708S Digital] |
| [01:22:10] | bonelifer: | |
| [01:22:10] | bonelifer: | ASUS M4A785TD-M EVO |
| [01:22:40] | npm: | ah that's the update to the M4A78T-E |
| [01:23:24] | npm: | with the radeon hd3400 graphics that are a smidge slower than my hd3300 |
| [01:23:44] | npm: | both quite awesome boards imho |
| [01:24:29] | bonelifer: | just got the ASUS 1GB GT-220 pci-e card in a few days ago |
| [01:25:02] | npm: | onboard graphics are good enough for me |
| [01:25:17] | bonelifer: | for VDPAU |
| [01:26:11] | bonelifer: | May not need it but I want to semi-future proof this thing as I will not have this kind of money again. |
| [01:27:17] | bonelifer: | that and having those extra CPU cycles means I can run some extra stuff in the background and this is a mixed BE/FE |
| [01:28:00] | jmk-mcfaul (jmk-mcfaul!~jmkasunic@adsl-75-33-59-65.dsl.bcvloh.sbcglobal.net) has quit (Quit: Ex-Chat) | |
| [01:31:45] | HypnoMadic (HypnoMadic!~fyerkes@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has quit (Quit: leaving) | |
| [01:33:05] | npm: | i figure when i run out of juice i'll get a graphics card. haven't needed one yet, it's plenty fast. |
| [01:34:04] | sphery: | wagnerrp: I just don't get why it's building for building or car for car... mass is mass. |
| [01:34:09] | npm: | i hope they integrate vdpau on a mobo so when i build an htpc the tech will be ready |
| [01:34:26] | pyther (pyther!~pyther@unaffiliated/pyther) has quit (Ping timeout: 248 seconds) | |
| [01:35:33] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [01:36:01] | bonelifer: | it'd be nice if there were implementations of vdpau for non-nvidia cards |
| [01:36:12] | bonelifer: | especially integrated. |
| [01:36:32] | [R]: | well if another card supported the features... |
| [01:36:38] | sphery: | npm: I think you can get mobos with vdpau-compatible integrated gpu's |
| [01:36:54] | pizzledizzle (pizzledizzle!~pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit () | |
| [01:37:12] | [R]: | s/i think/ |
| [01:37:14] | bonelifer: | I mean I have 4GB of system ram and could up it higher. |
| [01:37:25] | bonelifer: | so shared memory isn't a problem |
| [01:37:26] | [R]: | any ion motherboard has an integrated gpu |
| [01:37:33] | sphery: | [R]: thanks for the confirmation :) |
| [01:37:36] | teknopagan (teknopagan!~mythtv@CPE-72-135-215-80.wi.res.rr.com) has joined #mythtv-users | |
| [01:37:41] | teknopagan: | evening, folks |
| [01:37:42] | wagnerrp: | sphery: at least theyre not trying to 'destroy' some nondescript 'energy' with a 'hydrogen bomb' |
| [01:37:44] | [R]: | of course the regex parser is totally gonna fail on that one |
| [01:37:47] | [R]: | but you all get the point |
| [01:38:02] | teknopagan: | got my new FE set up, except for lirc |
| [01:38:18] | J-e-f-f-A: | npm: your M3N78-VM supports VDPAU... it's an NVidia 8300 GPU |
| [01:38:38] | teknopagan: | anybody know where there's a decent lirc setup guide? |
| [01:38:52] | wagnerrp: | s/8300/8200/ |
| [01:38:57] | sphery: | wagnerrp: what? that wouldn't work? I thought hydrogens destroyed electromagnets? |
| [01:39:37] | wagnerrp: | well the energy has to go somewhere, it wont just disappear |
| [01:43:39] | sphery: | Well, it's not like they made conserving energy a law. It may be the Green thing to do, but it's still non-binding. http://en.wikipedia.org/wiki/2009_United_Nati . . . ence#Outcome |
| [01:48:33] | teknopagan: | I'm running opensuse 11.2 as the OS for my FE, but I'm having a heck of a time finding good documentation for lirc on opensuse |
| [01:50:45] | teknopagan: | I have my .lircd and /etc/lircd.conf from the old FE, but I still need to figure out how to get lircd working |
| [01:55:47] | sutula (sutula!sutula@nat/hp/x-wjkkyoqvjqdxdcvm) has quit (Quit: Terminated with extreme prejudice - dircproxy 1.0.5) | |
| [01:56:37] | teknopagan: | anybody? I know LIRC is no fun, but it's all I've got left to work out before my FE is totally set |
| [01:58:18] | teknopagan: | I installed lirc 0.85 from the opensuse repos, including: liblirc_client0, lirc, lirc-devel, lirc-kmp-default, and lirc-remotes |
| [02:00:37] | bonelifer: | I think it's a lack of Gentoo use. This is actually the first time in all my searching online about mythtv, that's I've seen someone use something other than Debian(or Ubuntu) or Knoppix or Fedora or Arch. |
| [02:01:28] | oobe: | teknopagan, you just need to overwrite the lircd.conf with your old one put the old lircrc in ~/.mythtv and also your old hardware.conf then restart the daemon |
| [02:01:43] | teknopagan: | hardware.conf? |
| [02:01:48] | teknopagan: | is that in /etc ? |
| [02:01:51] | oobe: | i cant be suse specific on the paths |
| [02:02:03] | SirColin (SirColin!~sircolin@my83-216-68-241.mynow.co.uk) has quit (Quit: Leaving.) | |
| [02:02:03] | oobe: | yes /etc/ or /etc/lirc |
| [02:02:24] | [R]: | hardware.conf is a debian/ubuntu specfic thing |
| [02:02:36] | [R]: | not lirc |
| [02:02:39] | oobe: | really oh ok never mind then |
| [02:02:50] | oobe: | i didnt know that |
| [02:03:26] | oobe: | i copied mine from a ubuntu install to a different distro :P didnt know it wasnt necessary |
| [02:04:08] | oobe: | anyway teknopagan once you got those configs in place starting lircd with a native init script should get it going |
| [02:04:29] | [R]: | hardware.conf is a config file for the debian/ubuntu init script |
| [02:04:35] | [R]: | nothing to do with lirc actually |
| [02:06:11] | teknopagan: | No dice – rclirc start returns "Error: no device found" |
| [02:06:47] | teknopagan: | meanwhile, dmesg shows "[ 9265.571073] lirc_streamzap[-1]: Streamzap, Inc. Streamzap Remote Control on usb4:5 attached" when I hook up the receiver |
| [02:06:48] | oobe: | you might need to rebuild the modules for the remote |
| [02:07:24] | teknopagan: | maybe I just need a reboot...I remember there being some reboot silliness last time I set this up |
| [02:07:28] | teknopagan: | back in a few |
| [02:07:31] | oobe: | or specify the driver with lircd --driver=somthing |
| [02:07:53] | teknopagan (teknopagan!~mythtv@CPE-72-135-215-80.wi.res.rr.com) has quit (Quit: Leaving) | |
| [02:11:38] | wagnerrp: | so sphery, you didnt see that ending coming? |
| [02:13:07] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has quit (Quit: elg) | |
| [02:19:58] | Lord_Deathscythe (Lord_Deathscythe!~chris@h215.216.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
| [02:22:29] | wagnerrp: | isnt mythcommflag only supposed to run once a day? |
| [02:25:29] | wagnerrp: | looks like ive run it six times in the past 25 hours |
| [02:26:02] | cynicismic (cynicismic!~rclark@94-194-202-107.zone8.bethere.co.uk) has quit (Remote host closed the connection) | |
| [02:26:40] | J-e-f-f-A: | wagnerrp: doesn't it run for each recording??? |
| [02:27:05] | wagnerrp: | erm... mythfilldatabase |
| [02:27:16] | J-e-f-f-A: | wagnerrp: are you confusing it with '^^^ exactly. ;-) |
| [02:30:05] | hadeees (hadeees!~hadees@24-155-108-90.dyn.grandenetworks.net) has quit (Quit: Leaving) | |
| [02:30:42] | hadees (hadees!~hadees@24-155-108-90.dyn.grandenetworks.net) has joined #mythtv-users | |
| [02:31:53] | teknopagan (teknopagan!~mythtv@CPE-72-135-215-80.wi.res.rr.com) has joined #mythtv-users | |
| [02:42:12] | ideogon (ideogon!~ideogon@pool-71-191-61-247.washdc.east.verizon.net) has quit (Quit: ideogon) | |
| [02:50:53] | Lord_Deathscythe (Lord_Deathscythe!~chris@h215.216.20.98.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
| [02:59:42] | teknopagan (teknopagan!~mythtv@CPE-72-135-215-80.wi.res.rr.com) has quit (Remote host closed the connection) | |
| [03:00:28] | sphery: | wagnerrp: figured out the end that was unrelated to the episode story, but not the episode story end |
| [03:00:50] | bonelifer (bonelifer!HydraIRC@AC817110.ipt.aol.com) has quit (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!) | |
| [03:01:09] | sphery: | but I didn't figure it out until she made it work |
| [03:01:32] | sphery: | (during the episode story) |
| [03:08:20] | wagnerrp: | well they had alluded to it during the virus episode |
| [03:15:47] | sphery: | iamlindoro: were you formerly the CEO of Sun Microsystems? http://twitter.com/OpenJonathan/status/8620937722 |
| [03:16:56] | Goga777 (Goga777!~Goga777@shpd-92-101-146-59.vologda.ru) has joined #mythtv-users | |
| [03:18:50] | sphery: | wagnerrp: Yeah, they pretty much told us in the last 2 episodes of season 1... It was just trying to figure out when the people on the show would realize it. |
| [03:19:30] | sphery: | as a matter of fact, when I was talking to a friend who wasn't sure whether to catch up on Fringe, I mentioned that season 2 should be a lot better because it will explore that fact. |
| [03:19:42] | sphery: | (this was at the end of S1) |
| [03:32:45] | KraMer (KraMer!~mark@2002:46f0:bab3:0:215:f2ff:fef4:4288) has left #mythtv-users ("Leaving") | |
| [03:33:42] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [03:59:57] | GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users | |
| [04:03:39] | wagnerrp: | so Jim Beckett is clueless... |
| [04:05:46] | stoffel (stoffel!~quassel@p57B4FBF5.dip.t-dialin.net) has joined #mythtv-users | |
| [04:05:46] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
| [04:19:57] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
| [04:24:27] | gregl (gregl!Greg@cpe-74-67-45-41.nycap.res.rr.com) has quit (Read error: Connection reset by peer) | |
| [04:48:55] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 256 seconds) | |
| [04:49:26] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [05:38:42] | Greek-Boy (Greek-Boy!~Monching@41.188.154.137) has quit (Ping timeout: 240 seconds) | |
| [05:39:50] | faichele (faichele!~faichele@p5DD5B5E8.dip.t-dialin.net) has joined #mythtv-users | |
| [05:40:05] | Greek-Boy (Greek-Boy!~Monching@41.188.154.137) has joined #mythtv-users | |
| [05:51:35] | grokky (grokky!~grokky@ppp118-209-14-85.lns20.mel4.internode.on.net) has quit (Ping timeout: 246 seconds) | |
| [05:51:54] | Golffies (Golffies!~Golffies@77-254-144-27.adsl.inetia.pl) has joined #mythtv-users | |
| [05:53:30] | Goga777 (Goga777!~Goga777@shpd-92-101-146-59.vologda.ru) has quit (Ping timeout: 240 seconds) | |
| [05:58:40] | grokky (grokky!~grokky@ppp118-209-106-116.lns20.mel4.internode.on.net) has joined #mythtv-users | |
| [06:08:11] | faichele_ (faichele_!~faichele@p5DD5B72C.dip.t-dialin.net) has joined #mythtv-users | |
| [06:08:23] | faichele (faichele!~faichele@p5DD5B5E8.dip.t-dialin.net) has quit (Ping timeout: 246 seconds) | |
| [06:24:38] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-204-119.bltmmd.fios.verizon.net) has quit (Ping timeout: 272 seconds) | |
| [06:37:01] | RobertLaptop (RobertLaptop!~RobertLap@pool-173-69-204-119.bltmmd.fios.verizon.net) has joined #mythtv-users | |
| [06:42:07] | moodboom (moodboom!~moodboom@pdpc/supporter/active/moodboom) has joined #mythtv-users | |
| [06:42:07] | moodboom (moodboom!~moodboom@cpe-173-095-143-205.nc.res.rr.com) has quit (Changing host) | |
| [06:45:54] | sid3windr (sid3windr!luser@bastard-operator.from-hell.be) has quit (Ping timeout: 248 seconds) | |
| [06:54:14] | anykey_ (anykey_!~guedel@84-72-129-72.dclient.hispeed.ch) has quit (Quit: leaving) | |
| [07:04:10] | sid3windr (sid3windr!luser@bastard-operator.from-hell.be) has joined #mythtv-users | |
| [07:05:16] | anykey_ (anykey_!~guedel@84-72-129-72.dclient.hispeed.ch) has joined #mythtv-users | |
| [07:30:17] | dansushi (dansushi!~dan@147.4.211.193) has quit (Remote host closed the connection) | |
| [07:42:05] | dansushi (dansushi!~dan@147.4.211.193) has joined #mythtv-users | |
| [07:44:32] | silverdulcet (silverdulcet!~silverdul@unaffiliated/silverdulcet) has quit (Quit: Leaving) | |
| [07:46:25] | natanojl (natanojl!~jonatan@c83-252-238-84.bredband.comhem.se) has joined #mythtv-users | |
| [07:48:04] | joakim_ (joakim_!~joakim@h252n1c1o253.bredband.skanova.com) has quit (Quit: Leaving) | |
| [07:49:29] | Defense|Twin (Defense|Twin!~jepz@e177238122.adsl.alicedsl.de) has joined #mythtv-users | |
| [07:51:15] | andreax (andreax!~andreaz@p57B9526F.dip.t-dialin.net) has joined #mythtv-users | |
| [08:22:57] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 252 seconds) | |
| [08:24:04] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [08:41:21] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has joined #mythtv-users | |
| [08:47:23] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has quit (Read error: No route to host) | |
| [08:47:52] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has joined #mythtv-users | |
| [08:48:43] | andreax (andreax!~andreaz@p57B9526F.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
| [08:57:16] | gunni (gunni!~quassel@xdsl-81-173-254-63.netcologne.de) has quit (Read error: Connection reset by peer) | |
| [09:00:04] | gunni (gunni!~quassel@xdsl-84-44-232-69.netcologne.de) has joined #mythtv-users | |
| [09:05:24] | lbt (lbt!~david@Maemo/community/contributor/lbt) has joined #mythtv-users | |
| [09:06:57] | lbt: | hi – just upgraded to 0.22 and having problems with mythweb. Myth backend seems to be running fine and mythtv-status looks good. However apache keeps craching with a segfault. |
| [09:07:53] | lbt: | I've run an strace and it gives: http://pastebin.com/d16b65ea4 |
| [09:08:43] | lbt: | so I wondered if : write(10, "\253\5\0\0\3REPLACE INTO mythweb_session"..., 1455) = 1455 might be a clue ? |
| [09:21:23] | TauPan: | apache crashing with a segfault can hardly be mythweb's fault |
| [09:28:39] | lbt: | mod_php ? |
| [09:29:51] | lbt: | and TauPan, I didn't say it was mythweb's fault, I said I had a problem with mythweb :) |
| [09:31:01] | mrand (mrand!~mrand@cpe-76-184-144-105.tx.res.rr.com) has quit (Read error: Operation timed out) | |
| [09:52:39] | oobe (oobe!~none@insidiousramblings.com) has quit (Ping timeout: 256 seconds) | |
| [09:53:19] | oobe (oobe!~none@insidiousramblings.com) has joined #mythtv-users | |
| [09:53:47] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 256 seconds) | |
| [09:55:19] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [10:06:46] | grokky (grokky!~grokky@ppp118-209-106-116.lns20.mel4.internode.on.net) has quit (Remote host closed the connection) | |
| [10:10:06] | andreax (andreax!~andreaz@p57B9526F.dip.t-dialin.net) has joined #mythtv-users | |
| [10:10:18] | pyther (pyther!~pyther@unaffiliated/pyther) has joined #mythtv-users | |
| [10:12:18] | hpeter (hpeter!~hpeter@84-72-18-197.dclient.hispeed.ch) has quit (Ping timeout: 240 seconds) | |
| [10:17:59] | hpeter (hpeter!~hpeter@84-72-18-197.dclient.hispeed.ch) has joined #mythtv-users | |
| [10:22:51] | MartinJT (MartinJT!~martin@109.170.141.132) has quit (Ping timeout: 252 seconds) | |
| [10:23:24] | oobe (oobe!~none@insidiousramblings.com) has quit (Ping timeout: 252 seconds) | |
| [10:24:01] | oobe (oobe!~none@insidiousramblings.com) has joined #mythtv-users | |
| [10:26:54] | stoffel (stoffel!~quassel@p57B4FBF5.dip.t-dialin.net) has quit (Remote host closed the connection) | |
| [10:28:50] | andreax1 (andreax1!~andreaz@p57B941E0.dip.t-dialin.net) has joined #mythtv-users | |
| [10:31:06] | andreax (andreax!~andreaz@p57B9526F.dip.t-dialin.net) has quit (Ping timeout: 252 seconds) | |
| [10:37:23] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
| [10:39:00] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [10:48:21] | MartinJT (MartinJT!~martin@109.170.141.132) has joined #mythtv-users | |
| [10:54:44] | lbt: | FWIW it was a debian bug in libphp5 – thanks for the help though :) |
| [10:54:49] | lbt (lbt!~david@Maemo/community/contributor/lbt) has left #mythtv-users ("Konversation terminated!") | |
| [10:58:40] | hpeter (hpeter!~hpeter@84-72-18-197.dclient.hispeed.ch) has quit (Quit: hpeter) | |
| [11:01:14] | gbee (gbee!~gbee@cpc1-derb9-0-0-cust213.leic.cable.ntl.com) has joined #mythtv-users | |
| [11:01:14] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v gbee | |
| [11:01:47] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has quit (Read error: Connection reset by peer) | |
| [11:01:57] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has joined #mythtv-users | |
| [11:04:58] | BobLfoot (BobLfoot!~Bob@fedora/BobLfoot) has joined #mythtv-users | |
| [11:08:01] | mchou (mchou!~quassel@c-67-160-223-78.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [11:08:02] | mchou (mchou!~quassel@unaffiliated/mchou) has joined #mythtv-users | |
| [11:08:02] | mchou (mchou!~quassel@c-67-160-223-78.hsd1.ca.comcast.net) has quit (Changing host) | |
| [11:09:10] | BobLfoot: | trying to compile mythtv-0.22 from svn fails at ./configure step for "You must have the Lame MP3 encoding library" ; which is installed ; see http://fpaste.org/O8iN/ for (cat config.ep ; rpm -qa | grep lame) output. Help appreciated. F12_X86_64 |
| [11:09:29] | gbee: | http://miffteevee.co.uk/imagebin/printpress.png |
| [11:10:02] | gbee: | BobLfoot: libmp3lame-devel |
| [11:11:28] | BobLfoot: | gbee: attempting to locate in my fedora and rpmfusion repos |
| [11:12:05] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [11:12:19] | gbee: | may be -dev varies from distro to distro |
| [11:13:56] | xand (xand!~xand@unaffiliated/xelam) has quit (Changing host) | |
| [11:13:56] | xand (xand!~xand@pdpc/supporter/active/xelam) has joined #mythtv-users | |
| [11:13:56] | antixand (antixand!~zand@pdpc/supporter/active/xelam) has joined #mythtv-users | |
| [11:13:56] | antixand (antixand!~zand@unaffiliated/xelam) has quit (Changing host) | |
| [11:18:30] | BobLfoot: | gbee: think I found it ; it's in atrpms.repo which I need to enable and add |
| [11:25:51] | pyther (pyther!~pyther@unaffiliated/pyther) has left #mythtv-users () | |
| [11:30:52] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has quit (Quit: elg) | |
| [11:36:00] | Faithful (Faithful!~Faithful@ns.linuxterminal.com) has quit (Ping timeout: 252 seconds) | |
| [11:46:37] | BobLfoot: | gbee: I've been round and round this error it's squacking about lame.h which I know is /usr/include/lame/lame.h but which it can't find. Do I need a $INCLUDE variable or something? |
| [11:46:57] | BobLfoot: | s/squacking/squawking/ |
| [11:49:21] | jolaren (jolaren!~jolaren@c-61f2e555.015-160-73746f1.cust.bredbandsbolaget.se) has joined #mythtv-users | |
| [11:50:11] | jolaren: | I've had loads of problems to install anything onto my server.. but now I got a live cd script of the buntu page so I'll try to run mythbuntu on the server.. and then afterwards remove all neccesary packets like a re-t**d |
| [11:50:31] | Faithful (Faithful!~Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
| [11:50:46] | BobLfoot: | gbee: nothing wrong with the lame libraries from rpmfusion I jsut needed to export INCLUDE=/usr/include/ to get ./configure to see lame.h and it ran successfully ; thanks for the help |
| [11:50:57] | BobLfoot: | s/jsut/just/ |
| [12:00:19] | jolaren (jolaren!~jolaren@c-61f2e555.015-160-73746f1.cust.bredbandsbolaget.se) has quit (Ping timeout: 265 seconds) | |
| [12:10:26] | noaXess1 (noaXess1!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has joined #mythtv-users | |
| [12:10:33] | noaXess1: | hi all |
| [12:11:02] | noaXess1: | can't get any progra, information for swiss channels SF1 and SF2.. i use tv_grab_ch_search |
| [12:12:38] | noaXess1: | xmltvid's are C1.sfdrs.ch and C2.sfdrs.ch, are ther seom chances? |
| [12:12:43] | noaXess1: | changes ^ |
| [12:13:25] | jolaren (jolaren!~jolaren@c-61f2e555.015-160-73746f1.cust.bredbandsbolaget.se) has joined #mythtv-users | |
| [12:14:53] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [12:15:27] | jolaren: | aaaah |
| [12:15:37] | noaXess1: | ?? |
| [12:16:01] | noaXess1: | same problem? |
| [12:16:52] | noaXess1 (noaXess1!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has quit (Quit: Leaving.) | |
| [12:17:05] | noaXess (noaXess!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has joined #mythtv-users | |
| [12:17:27] | noaXess: | back.. |
| [12:25:09] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has quit (Read error: No route to host) | |
| [12:25:43] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has joined #mythtv-users | |
| [12:30:53] | toeb (toeb!~tob@HSI-KBW-085-216-107-211.hsi.kabelbw.de) has quit (Remote host closed the connection) | |
| [12:31:44] | noaXess (noaXess!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has quit (Ping timeout: 265 seconds) | |
| [12:35:00] | arriflex (arriflex!~arriflex@cpe-76-83-98-144.bak.res.rr.com) has joined #mythtv-users | |
| [12:50:07] | noaXess (noaXess!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has joined #mythtv-users | |
| [12:56:42] | syamajala (syamajala!~syamajala@140.232.178.166) has joined #mythtv-users | |
| [12:56:45] | HypnoMadic (HypnoMadic!~fyerkes@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has joined #mythtv-users | |
| [13:02:22] | RickA[Knight] (RickA[Knight]!~rickjames@mail.messnerandhadley.com) has joined #mythtv-users | |
| [13:03:27] | HypnoMadic: | Hi – I compiled the latest trunk, but now the selected menu item is invisible. I think this has something to do with it "Failed to query buttonlist state: selectedactive" |
| [13:04:04] | HypnoMadic: | This happens on a TV display as well as with putty/Xming using different painters and different themes |
| [13:06:42] | hpeter (hpeter!~hpeter@84-72-18-197.dclient.hispeed.ch) has joined #mythtv-users | |
| [13:13:14] | wagnerrp: | you must not be following the commit logs very closely |
| [13:13:26] | keith_ (keith_!~keith@adsl-90-5-38.mob.bellsouth.net) has joined #mythtv-users | |
| [13:13:37] | gor22zo (gor22zo!~donald@a80-101-132-168.adsl.xs4all.nl) has joined #mythtv-users | |
| [13:13:50] | BobLfoot: | My first attempt at compiling mythtv from svn has crashed for an error http://fpaste.org/hvkt/ . Any ideas what ExtUtils/MakeMaker.pm is it's complaining about? |
| [13:15:13] | keith_ (keith_!~keith@adsl-90-5-38.mob.bellsouth.net) has quit (Read error: Connection reset by peer) | |
| [13:15:44] | wagnerrp: | BobLfoot, http://perldoc.perl.org/ExtUtils/Installed.html ... youre missing a dependency |
| [13:17:12] | BobLfoot: | thanks wagnerrp I'll check it out |
| [13:18:20] | wagnerrp: | HypnoMadic: if you were following commit logs, you would know |
| [13:18:25] | wagnerrp: | HypnoMadic: if you were following trac, you would know |
| [13:18:47] | wagnerrp: | http://svn.mythtv.org/trac/ticket/8034 |
| [13:21:59] | BobLfoot: | wagnerrp: I've found a perl-ExtUtils-MakeMaker.x86_64 package for my distro bet that has the depencancy in it, what you think? |
| [13:22:18] | wagnerrp: | BobLfoot: dont know off hand |
| [13:22:50] | BobLfoot: | I'll find out and let you know, after all thats what this compilation experiment is about |
| [13:24:12] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has quit (Quit: elg) | |
| [13:24:40] | alan_ (alan_!~alan@65.90.11.210) has joined #mythtv-users | |
| [13:24:47] | tt884 (tt884!~hads@reef80.anchor.net.au) has quit (Ping timeout: 260 seconds) | |
| [13:26:02] | hpeter (hpeter!~hpeter@84-72-18-197.dclient.hispeed.ch) has quit (Quit: hpeter) | |
| [13:26:14] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [13:26:15] | awalls (awalls!~awalls@02-174.155.popsite.net) has joined #mythtv-users | |
| [13:26:21] | hadees (hadees!~hadees@24-155-108-90.dyn.grandenetworks.net) has quit (Remote host closed the connection) | |
| [13:29:15] | alan_: | I have a problem getting sound out to my TV. I'm using the onboard audio on my motherboard which works fine if my frontend is connected to the VGA port on my TV and the sound goes to the audio in connected to the VGA port. I added in a new video card (Nvidia G210) and I am now using HDMI. HDMI audio does not work with this card so I connected the HDMI cable to the HDMI2 port on my TV which has stereo inputs connected with it. I bought a cable that goes fr |
| [13:29:16] | alan_: | om the line out on the frontend and splits to the red and white that connects to the tv. No settings that I have tried in my frontend allow audio to work. I have also not found any settings through the TV menu or manual that allow you to enable the stereo audio ports connected with HDMI2. Any suggestions? |
| [13:30:09] | wagnerrp: | i would suggest something... but the wiki is down currently |
| [13:30:27] | arriflex (arriflex!~arriflex@cpe-76-83-98-144.bak.res.rr.com) has quit (Quit: arriflex) | |
| [13:30:33] | alan_: | I've checked there, before it went down, and found nothing |
| [13:30:37] | wagnerrp: | so i cant find the page explaining what to do |
| [13:30:40] | alan_: | that pertains to my problem |
| [13:30:47] | wagnerrp: | nor can i find the original reference that i got the fix from |
| [13:30:53] | tt884 (tt884!~hads@reef80.anchor.net.au) has joined #mythtv-users | |
| [13:31:01] | wagnerrp: | its on one of the nvidia troubleshooting pages |
| [13:31:12] | alan_: | I've searched google and several audio forums, but maybe I'm not searching for the right thing |
| [13:31:17] | hadees (hadees!~hadees@24-155-108-90.dyn.grandenetworks.net) has joined #mythtv-users | |
| [13:31:32] | wagnerrp: | effectively, you capture the settings block your TV gives you |
| [13:31:38] | wagnerrp: | chop off the 'options' section |
| [13:31:43] | wagnerrp: | and force feed it to the drivers |
| [13:32:15] | wagnerrp: | if your TV says it supports audio, the sound card will provide audio, even if theres nothing in it |
| [13:32:29] | wagnerrp: | and your tv doesnt have a way to override that stream if it is detected |
| [13:32:55] | alan_: | so the TV is still expecting the sound through the HDMI cable and ignoring the stereo inputs? |
| [13:33:33] | wagnerrp: | correct |
| [13:33:40] | wagnerrp: | i had the same problem |
| [13:33:50] | wagnerrp: | and found some blog that explained how to fix it |
| [13:33:51] | alan_: | that's what I suspected, I just couldn't find how to force it |
| [13:33:56] | wagnerrp: | and duplicated that information onto the wiki |
| [13:34:09] | alan_: | I appreciate the confirmation, I will look again once the wiki is back up |
| [13:34:12] | awalls (awalls!~awalls@02-174.155.popsite.net) has quit (Quit: Leaving.) | |
| [13:35:43] | wagnerrp: | http://analogbit.com/node/23 |
| [13:36:46] | wagnerrp: | just use the linked 'edid_disable_exts' tool |
| [13:40:21] | bonelifer (bonelifer!HydraIRC@AC82D188.ipt.aol.com) has joined #mythtv-users | |
| [13:40:31] | jolaren: | Did they add hauppage wintv nova-t 500 to kernel in mythbuntu? it was found on auto :) |
| [13:40:33] | jolaren: | Did they add hauppage wintv nova-t 500 to kernel in mythbuntu? it was found on auto :). |
| [13:40:38] | jolaren: | |
| [13:40:53] | wagnerrp: | must be drunk, im seeing double |
| [13:41:10] | jolaren: | oh |
| [13:41:54] | bonelifer: | his name is +wagnerrp and he's an online alcoholic. :) |
| [13:42:27] | jolaren: | he gets high on wifi |
| [13:43:20] | HypnoMadic: | wagnerrp: I'm following the SVN logs daily but didn't see it, I might have overlooked it, can you humor me please? |
| [13:43:43] | wagnerrp: | HypnoMadic: the trac link i provided gives an explination |
| [13:44:23] | HypnoMadic: | wagnerrp: Interesting, because I did update all the themes and installed them as well |
| [13:45:08] | wagnerrp: | this one was particularly visible, because it would have rendered all the new themes for the competition non-functional |
| [13:45:22] | wagnerrp: | well not non-functional, but certainly broken |
| [13:45:27] | HypnoMadic: | I did see this with a fallback test in Retro, but am using the latest Blue Abstract and have the issue |
| [13:46:08] | wagnerrp: | Blue Abstract is not an official theme, and would not have been updated with a mythtv update |
| [13:46:38] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [13:46:40] | HypnoMadic: | wagnerrp: roger that, I'll switch to a different theme, thanks for helping me understand the issue |
| [13:46:41] | wagnerrp: | its likely the author has not released a post-UI-change version of it |
| [13:47:54] | Hiisty (Hiisty!~henris@shell.evtek.fi) has quit (Ping timeout: 240 seconds) | |
| [13:48:01] | arriflex (arriflex!~arriflex@cpe-76-83-98-144.bak.res.rr.com) has joined #mythtv-users | |
| [13:52:01] | arriflex (arriflex!~arriflex@cpe-76-83-98-144.bak.res.rr.com) has quit (Client Quit) | |
| [14:10:04] | syamajala (syamajala!~syamajala@140.232.178.166) has quit (Remote host closed the connection) | |
| [14:11:50] | bonelifer (bonelifer!HydraIRC@AC82D188.ipt.aol.com) has quit (Quit: I love my HydraIRC -> http://www.hydrairc.com <-) | |
| [14:16:39] | BobLfoot: | wagnerrp: that MakeMaker package solved the issue. make -j 2 in the mythtv directory completes without error now. |
| [14:20:41] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 256 seconds) | |
| [14:22:26] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [14:36:07] | cynicismic (cynicismic!~rclark@94-194-202-107.zone8.bethere.co.uk) has joined #mythtv-users | |
| [14:36:21] | gor22zo (gor22zo!~donald@a80-101-132-168.adsl.xs4all.nl) has left #mythtv-users () | |
| [14:36:26] | Hiisty (Hiisty!~henris@shell.evtek.fi) has joined #mythtv-users | |
| [14:43:47] | gregl (gregl!Greg@cpe-74-67-45-41.nycap.res.rr.com) has joined #mythtv-users | |
| [14:45:34] | [R]: | i love how myth always puts "record on any channel" shows at a lower priority |
| [14:45:43] | [R]: | it like KNOW those are my stupid shows that are "nice" to have recorded but aren't essential |
| [14:48:28] | jamesd_: | [R], add another tuner.. so your shows will get recorded |
| [14:48:50] | [R]: | well yeah, i'm debating it |
| [14:48:57] | [R]: | but i can't justify the $35+ for a pvr 150 |
| [14:49:02] | [R]: | and like i said... they aren't essential |
| [14:49:22] | [R]: | i'm just making a statement on how myth like reads my mind |
| [14:52:12] | jolaren: | Still gettin "Can't connect to MySQL server on 'jolaren.no.ip.org' (111)" |
| [14:56:55] | jolaren: | strange-o |
| [15:01:00] | rushfan (rushfan!~rushfan@cpe-98-155-83-89.san.res.rr.com) has quit (Quit: Lost terminal) | |
| [15:04:10] | jolaren: | i've changed the looped ip to the right one etc |
| [15:04:13] | jolaren: | hm |
| [15:04:22] | bonelifer (bonelifer!HydraIRC@AC811BBE.ipt.aol.com) has joined #mythtv-users | |
| [15:13:19] | elg (elg!~fugalh@c-67-164-125-152.hsd1.ca.comcast.net) has quit (Quit: elg) | |
| [15:19:29] | HypnoMadic (HypnoMadic!~fyerkes@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has quit (Quit: Lost terminal) | |
| [15:25:36] | jolaren: | What does this mean? Partital lock? |
| [15:26:04] | jolaren: | And when trying to change channel "you should have received a channel by now.." |
| [15:26:13] | gregl (gregl!Greg@cpe-74-67-45-41.nycap.res.rr.com) has quit (Ping timeout: 264 seconds) | |
| [15:26:39] | [R]: | it means it didnt tune fully |
| [15:26:40] | [R]: | check the backend |
| [15:28:20] | jolaren: | i should re-tune channels or what? |
| [15:31:01] | hpeter (hpeter!~hpeter@84-72-18-197.dclient.hispeed.ch) has joined #mythtv-users | |
| [15:31:25] | inordkuo (inordkuo!~inorkuo@adsl-177-180-200.int.bellsouth.net) has quit (Read error: Connection reset by peer) | |
| [15:31:28] | syamajala (syamajala!~syamajala@140.232.178.166) has joined #mythtv-users | |
| [15:31:35] | syamajala (syamajala!~syamajala@140.232.178.166) has quit (Remote host closed the connection) | |
| [15:32:02] | jolaren: | [R]; ?:/ |
| [15:32:34] | [R]: | what? |
| [15:32:55] | syamajala (syamajala!~syamajala@140.232.178.166) has joined #mythtv-users | |
| [15:33:02] | syamajala (syamajala!~syamajala@140.232.178.166) has quit (Remote host closed the connection) | |
| [15:35:34] | jolaren: | [R]; I'm trying to get the error away |
| [15:35:40] | jolaren: | But it continues to tell me I have a partial lock |
| [15:35:43] | jolaren: | Dno what that means even |
| [15:35:54] | [R]: | i just told you |
| [15:35:59] | [R]: | [12:26:39] [R] it means it didnt tune fully |
| [15:40:36] | jolaren: | yer I understand.. I'll try to fix that |
| [15:41:31] | dkeith___ (dkeith___!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has joined #mythtv-users | |
| [15:43:05] | sid3windr: | yay, my .21-fixes BE crashes daily now |
| [15:43:09] | cynicismic (cynicismic!~rclark@94-194-202-107.zone8.bethere.co.uk) has quit (Remote host closed the connection) | |
| [15:43:28] | wagnerrp: | any reason its not a 0.22-fixes BE? |
| [15:43:40] | Dibblah (Dibblah!~Dibblah@cpc2-dund11-2-0-cust292.sgyl.cable.virginmedia.com) has joined #mythtv-users | |
| [15:43:40] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Dibblah | |
| [15:45:41] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has quit (Ping timeout: 256 seconds) | |
| [15:47:33] | sender (sender!~Miranda@cpe-66-27-69-52.san.res.rr.com) has joined #mythtv-users | |
| [15:52:34] | zephead (zephead!~kirk@c-98-220-196-138.hsd1.il.comcast.net) has joined #mythtv-users | |
| [15:53:00] | sender: | hello, I'd like to add a feature to mythweb: an configurable link next to the titles under listings. The link would schedule the recording of this program with a certain set of settings (highest prio for me: user jobs). Advantages are: no need to go into details screen, and coming back from the details screen having to navigate to a certain timeframe again. Not too hard to pull off I thing. Can anyone give me a hand where to start? |
| [15:53:18] | sid3windr: | wagnerrp: yes, I haven't had the time to upgrade and am waiting a bit longer on debian-multimedia packages ;) |
| [15:54:01] | zephead: | Has anybody had success with the comcast Pace DC50X DTA boxes? I recently got a USB-UIRT and cannot get it to transmit anything to the DTA... It works (albeit marginally) with my motorola DCT2224 |
| [15:57:09] | jolaren (jolaren!~jolaren@c-61f2e555.015-160-73746f1.cust.bredbandsbolaget.se) has quit (Ping timeout: 265 seconds) | |
| [15:57:53] | alan_: | wagnerrp: I want to thank you very much. The link, and now that I found your wiki entry have worked completely. I have sound again! |
| [16:01:06] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [16:04:49] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
| [16:06:36] | JJ (JJ!~jjensen@jeffjensen.dsl.visi.com) has quit (Ping timeout: 252 seconds) | |
| [16:17:59] | alan_ (alan_!~alan@65.90.11.210) has quit (Quit: Leaving) | |
| [16:18:06] | Golffies (Golffies!~Golffies@77-254-144-27.adsl.inetia.pl) has quit (Remote host closed the connection) | |
| [16:28:02] | bonelifer (bonelifer!HydraIRC@AC811BBE.ipt.aol.com) has quit (Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!) | |
| [16:29:30] | faichele_ (faichele_!~faichele@p5DD5B72C.dip.t-dialin.net) has quit (Remote host closed the connection) | |
| [16:30:48] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 252 seconds) | |
| [16:31:45] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [16:31:51] | KraMer (KraMer!~mark@2002:46f0:bab3:0:215:f2ff:fef4:4288) has joined #mythtv-users | |
| [16:36:05] | zephead: | Has anybody had success with the free comcast Pace DC50X DTA boxes? |
| [16:39:02] | jamesd_laptop (jamesd_laptop!~jamesd@adsl-68-254-161-68.dsl.milwwi.ameritech.net) has joined #mythtv-users | |
| [16:39:44] | danielk22 (danielk22!~danielk@96.57.9.142) has quit (Read error: Operation timed out) | |
| [16:41:15] | Gremlin484 (Gremlin484!~Gremlin48@ip68-99-5-66.om.om.cox.net) has joined #mythtv-users | |
| [16:42:06] | jamesd_ (jamesd_!~jamesd@adsl-68-254-161-68.dsl.milwwi.ameritech.net) has quit (Ping timeout: 265 seconds) | |
| [16:45:00] | jamesd_laptop (jamesd_laptop!~jamesd@adsl-68-254-161-68.dsl.milwwi.ameritech.net) has quit (Ping timeout: 265 seconds) | |
| [16:45:34] | octavsly (octavsly!~octavsly@195-241-244-119.ip.telfort.nl) has joined #mythtv-users | |
| [16:48:16] | shackles (shackles!~user@adsl-99-144-169-216.dsl.emhril.sbcglobal.net) has joined #mythtv-users | |
| [16:57:05] | beata (beata!~beata@c-69-139-239-85.hsd1.md.comcast.net) has joined #mythtv-users | |
| [16:57:31] | sphery: | sender: you should talk to kormoc about it when he's around... Also note that there's never a reason to "go into details screen, and coming back from the details screen having to navigate to a certain timeframe again"... Just middle click or Ctrl-click or Shift-click to get a new browser tab or window for the details and leave the listings page up in the current tab/window. |
| [16:57:44] | beata- (beata-!beata@c-68-49-32-212.hsd1.md.comcast.net) has quit (Ping timeout: 240 seconds) | |
| [16:58:13] | sphery: | (not to say that your idea is without merit--just saying that most of us just use tabs so we don't lose our place in listings/upcoming recordings, etc.) |
| [17:03:48] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has quit (Read error: No route to host) | |
| [17:04:27] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has joined #mythtv-users | |
| [17:19:59] | cdpuk (cdpuk!~chris@cdpuk.cdp.me.uk) has joined #mythtv-users | |
| [17:22:28] | brfransen (brfransen!~brfransen@adrianDHCP-47.216-254-250.iw.net) has left #mythtv-users () | |
| [17:22:33] | brfransen (brfransen!~brfransen@adrianDHCP-47.216-254-250.iw.net) has joined #mythtv-users | |
| [17:29:20] | daum (daum!~daum@c-71-232-15-205.hsd1.ma.comcast.net) has joined #mythtv-users | |
| [17:29:23] | dashcloud (dashcloud!~quassel@98.114.43.247) has quit (Ping timeout: 256 seconds) | |
| [17:29:45] | daum: | is there a way to setup mythtv's backend from a remote machine? or do i need to have X installed on the backend machine? |
| [17:30:43] | clever: | daum: just use X11 forwarding |
| [17:30:52] | daum: | clever, oo good call |
| [17:36:26] | sender: | sphery: thanks. Yes, I also tab vigorously, but my moms – who I built this system for – isn't keeping up with tabs at all ;) This idea would also solve the issue that one always needs to set what user jobs will run (I couldnt find a permanent setting for this). (I need 2 user jobs to up the recordings to S3 e.g.) |
| [17:39:21] | sphery: | yeah, we need to add support for named recording rule "templates" into MythTV proper, too |
| [17:39:31] | npm1 (npm1!~npm@cpe-76-170-208-244.socal.res.rr.com) has joined #mythtv-users | |
| [17:39:54] | octavsly (octavsly!~octavsly@195-241-244-119.ip.telfort.nl) has quit (Ping timeout: 240 seconds) | |
| [17:39:58] | sphery: | the main reason MythWeb doesn't yet have anything like that is because we've been planning to put support into mythbackend/mythfrontend and MythWeb would then just use that support rather than inventing its own |
| [17:40:11] | npm (npm!~npm@cpe-76-170-208-244.socal.res.rr.com) has quit (Ping timeout: 245 seconds) | |
| [17:40:30] | wagnerrp: | creating a rule based off a programinfo string? |
| [17:40:31] | sphery: | kormoc would be able to give you a better idea whether he'd accept something like you propose in the interim |
| [17:41:31] | sphery: | no, setting values for specific recording rule settings (like start early/end late/user jobs/commflagging/recgroup/recording profile/...) and saving them so you can just choose the template to apply when creating a new rule |
| [17:41:40] | noaXess (noaXess!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has quit (Ping timeout: 272 seconds) | |
| [17:42:12] | wagnerrp: | i mean in order for mythweb to use it, it would either have to show up in mythprotocol, or the xml server |
| [17:42:55] | wagnerrp: | or would it independently load the template from the database, before creating a rule on its own |
| [17:43:22] | sphery: | it would use proto or xml--but we still have to even create the support for it in mythfrontend/mythbackend first |
| [17:43:24] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [17:44:19] | sphery: | basically, if done properly, it would do what you say--just take a programinfo and we'd create the rule and apply the "Default" template |
| [17:44:39] | bjd: | so, suppose i want to add a dvb-s to my box which already has dvb-t – any gotchas i should look out for? |
| [17:44:47] | sphery: | or would allow specifying the template name + programinfo to allow using a different template |
| [17:45:04] | sphery: | bjd: mainly just note that you'll need a separate video source |
| [17:45:18] | Goga777 (Goga777!~Goga777@shpd-95-53-168-6.vologda.ru) has quit (Ping timeout: 276 seconds) | |
| [17:45:28] | bjd: | cool, nothing major then |
| [17:45:37] | sphery: | shouldn't be |
| [17:45:59] | sphery: | bjd: and check out http://www.mythtv.org/wiki/DVB-S |
| [17:47:36] | bjd: | cool, ta |
| [17:48:00] | ** bjd goes to plan hardware for myth setup for the new flat ** | |
| [17:58:06] | noaXess (noaXess!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has joined #mythtv-users | |
| [18:01:49] | egghead (egghead!~egghead@71.180.253.37) has joined #mythtv-users | |
| [18:02:47] | hednod- (hednod-!~nomad@wintermute.probsd.net) has joined #mythtv-users | |
| [18:03:02] | egghead: | is there a list of keyboard commands for the internal player? cant find one googling |
| [18:04:02] | [R]: | you mean like keys.txt? |
| [18:04:18] | [R]: | theres also the edit keys menu |
| [18:05:13] | hednod (hednod!~nomad@wintermute.probsd.net) has quit (Ping timeout: 264 seconds) | |
| [18:05:13] | hednod- is now known as hednod | |
| [18:05:40] | wagnerrp: | theres also a Keybindings page on the wiki |
| [18:05:58] | egghead: | R, /usr/share/doc/mythv... keys.txt, yup no help there |
| [18:06:26] | wagnerrp: | http://mythtv.org/wiki/Keybindings |
| [18:07:03] | egghead: | wanner, i looked there too, but no key map for internal player, ie a list of command keys, instead of trial and error to find them |
| [18:07:24] | egghead: | wangner, ill take a look thanks |
| [18:09:06] | zephead (zephead!~kirk@c-98-220-196-138.hsd1.il.comcast.net) has quit (Remote host closed the connection) | |
| [18:13:47] | egghead: | <+wagnerrp> thanks, dont know how i missed it |
| [18:15:49] | dkeith___ (dkeith___!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has quit (Read error: Connection reset by peer) | |
| [18:16:01] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has joined #mythtv-users | |
| [18:25:13] | noaXess (noaXess!~noaXess@gw.ptr-80-238-209-47.customer.ch.netstream.com) has quit (Quit: Leaving.) | |
| [18:27:21] | egghead (egghead!~egghead@71.180.253.37) has quit () | |
| [18:33:39] | Heliwr (Heliwr!~Heliwr@S0106000000000001.vs.shawcable.net) has quit (Read error: Connection reset by peer) | |
| [18:34:44] | Heliwr (Heliwr!~Heliwr@S0106000000000001.vs.shawcable.net) has joined #mythtv-users | |
| [18:41:37] | cdpuk (cdpuk!~chris@cdpuk.cdp.me.uk) has quit (Remote host closed the connection) | |
| [18:42:10] | fleers (fleers!~fleers@cpe-66-75-51-182.san.res.rr.com) has quit (Quit: Leaving.) | |
| [18:42:39] | fleers (fleers!~fleers@cpe-66-75-51-182.san.res.rr.com) has joined #mythtv-users | |
| [18:47:59] | superm1 (superm1!~superm1@ubuntu/member/superm1) has left #mythtv-users ("Leaving") | |
| [18:50:47] | npm1 (npm1!~npm@cpe-76-170-208-244.socal.res.rr.com) has quit (Quit: Leaving.) | |
| [18:50:56] | npm (npm!~npm@cpe-76-170-208-244.socal.res.rr.com) has joined #mythtv-users | |
| [19:00:28] | Defense|Twin (Defense|Twin!~jepz@e177238122.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
| [19:08:29] | GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Remote host closed the connection) | |
| [19:10:26] | baffle (baffle!baffle@shell.eunet.no) has quit (Ping timeout: 248 seconds) | |
| [19:10:29] | baffle (baffle!baffle@shell.eunet.no) has joined #mythtv-users | |
| [19:11:37] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [19:15:28] | pizzledizzle (pizzledizzle!~pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
| [19:16:18] | RickA[Knight] (RickA[Knight]!~rickjames@mail.messnerandhadley.com) has quit (Ping timeout: 240 seconds) | |
| [19:18:35] | daum: | i'm trying to setup myth and i'm using X forwarding to do everything on the main server. anytime i try to start up mythfrontend it is saying the backend is not running, yet the mythbackend is |
| [19:18:45] | sender: | Is there already a usable way to stream using flash video from MythTV? It seems that MythFlash is abandoned because "this facility is now being built into MythTV". Any pointers? |
| [19:20:42] | th1 (th1!~th@pdpc/supporter/professional/th1) has quit (Ping timeout: 240 seconds) | |
| [19:24:06] | daum: | it doesn't appear that the backend server is creating the ports |
| [19:29:27] | WillieDynamite (WillieDynamite!~WillieDyn@2001:470:c017:cafe:cafe:cafe:cafe:30) has joined #mythtv-users | |
| [19:29:55] | npm (npm!~npm@cpe-76-170-208-244.socal.res.rr.com) has quit (Quit: Leaving.) | |
| [19:30:22] | th1 (th1!~th@pdpc/supporter/professional/th1) has joined #mythtv-users | |
| [19:30:57] | daum: | anyone able to help me figure out why my happauge pvr 350 can't seem to output=\ |
| [19:33:20] | WillieDynamite: | im new to mythtv..havent used was thinking about starting. i have a hauppauge 1600. was wondering what would be the best distro to start with? |
| [19:33:30] | npm (npm!~npm@cpe-76-170-208-244.socal.res.rr.com) has joined #mythtv-users | |
| [19:33:45] | WillieDynamite: | if anyone has any suggestions? |
| [19:34:20] | WillieDynamite: | mythbuntu or mythdora ? |
| [19:48:20] | grokky (grokky!~grokky@ppp118-209-106-116.lns20.mel4.internode.on.net) has joined #mythtv-users | |
| [19:48:24] | daum: | how can i check my card is actually recieving the tv signal? I have it outputting to my TV however the screen is just black and if i change the channel i see the MythTV channel bar....yet no picture or sound |
| [19:52:59] | npm (npm!~npm@cpe-76-170-208-244.socal.res.rr.com) has quit (Quit: Leaving.) | |
| [19:54:02] | sphery: | WillieDynamite: either distro would be a good start... A lot of people choose Mythbuntu. |
| [19:54:43] | WillieDynamite: | yeah im a little familiar with ubuntu so i was leaning towards that one any way |
| [19:54:56] | WillieDynamite: | just wondered if any one was better than the other |
| [19:54:58] | sphery: | daum: sounds like you've set up your system incorrectly and it's recording from the S-Video input or Composite input instead of the tuner or whatever |
| [19:55:18] | daum: | sphery, ah how do i check out what it is recording from? |
| [19:55:19] | sphery: | WillieDynamite: if you know *buntu better, then Mythbuntu is definitely the way to go |
| [19:55:26] | trumee (trumee!~nobody@cpc2-cmbg15-0-0-cust1000.5-4.cable.virginmedia.com) has joined #mythtv-users | |
| [19:55:48] | sphery: | daum: go into your Input Connections in mythtv-setup and ensure you've associated the video source with the proper input |
| [19:55:53] | trumee: | gus, does qt need to be built with opengl support in order to compile mythtv? |
| [19:55:58] | WillieDynamite: | thanks sphery |
| [19:56:25] | beata- (beata-!beata@c-68-49-32-212.hsd1.md.comcast.net) has joined #mythtv-users | |
| [19:56:29] | sphery: | daum: you may also need to "clear out" all of the capture card setup with the capture card portion of http://www.gossamer-threads.com/lists/mythtv/users/264034#264034 |
| [19:56:36] | daum: | sphery, maybe my capture device is on the wrong one? |
| [19:56:37] | trumee: | i am trying to build mythtv in scratchbox for N900. |
| [19:56:45] | beata (beata!~beata@c-69-139-239-85.hsd1.md.comcast.net) has quit (Ping timeout: 260 seconds) | |
| [19:56:59] | daum: | sphery, is there a way to tell which /dev/videoX it should be? |
| [19:56:59] | sphery: | trumee: it might--I don't think we test for it, but we may have some assumptions |
| [19:57:09] | trumee: | the build failed with an error -lGL not found |
| [19:57:18] | sphery: | trumee: if so, we'd likely accept patches to fix the build for no-GL |
| [19:57:47] | trumee: | sphery: i am now compiling qt so it doesnt have GL support to begin with, hoping mythtv wont be looking for -lGL |
| [19:58:32] | trumee: | sphery: i did try to compile mythtv with GL disabled, but still -lGL appeared during the compilation |
| [20:00:01] | sphery: | trumee: you used both --disable-opengl-video and --disable-opengl-vsync ? |
| [20:00:09] | trumee: | sphery: yes i did |
| [20:00:34] | daum: | sphery, the card type should be ivtv mpeg2 encoder card right? |
| [20:00:40] | sphery: | yeah, I doubt that any of the devs have tried a build on a Qt without GL support, so you're likely going to have to find the breakage and fix it :(\ |
| [20:00:42] | daum: | (for a pvr 350) |
| [20:00:48] | sphery: | daum: right |
| [20:00:55] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [20:00:55] | daum: | Deafult input: Tuner 1 |
| [20:00:59] | daum: | /dev/video0 |
| [20:01:04] | npm (npm!~npm@cpe-76-170-208-244.socal.res.rr.com) has joined #mythtv-users | |
| [20:01:13] | sphery: | and Tuner 1 is associated with your video source |
| [20:01:24] | sphery: | and you've specified a valid starting channel in the video source |
| [20:01:25] | high-rez: | Sounds easier just to recompile qt with opengl support ;) |
| [20:01:32] | daum: | start channel is 4 |
| [20:01:36] | sphery: | and you did /not/ specify the "Pre-tune to channel..." or whatever setting |
| [20:01:54] | daum: | yep that's blank and preset tuner to channel is blank too |
| [20:02:19] | high-rez: | Are there 4.6 specific classes/functions you guys use? |
| [20:02:30] | sphery: | daum: yeah, "Preset tuner to channel" needs to be blank |
| [20:02:42] | BobLfoot: | wagnerrp: make install as root also errored but I solved that one – I was missing python-devel package that had files it was looking for. I may be speaking too soon but I think I am actually beginning to understand these error messages. NOW THAT'S SCARRY. :) |
| [20:02:53] | sphery: | high-rez: no, not yet... We're still supporting Qt 4.4 and up |
| [20:03:05] | trumee: | sphery: unfortunately, i dont have the error now since i am rebuilding qt. i will report back with more details once qt compilation is complete |
| [20:03:20] | sphery: | trumee: cool |
| [20:04:04] | trumee: | sphery: btw, i am building against qt-4.6.0-alpha1. hopefully myth will be happy with it. |
| [20:04:14] | sphery: | daum: what's the source of your video for the PVR-350? |
| [20:04:49] | sphery: | trumee: should be fine (though 4.6.1 final is out, so if that's a pre-release 4.6.0, you might want to look for a stable release of 4.6.x) |
| [20:04:51] | high-rez: | isn't there a more recentversion than 4.6.0-alpha ? |
| [20:04:59] | sphery: | :) |
| [20:05:22] | daum: | sphery, schedules direct |
| [20:05:44] | trumee: | sphery,high-rez: i am not sure whether 4.6.1 is supported on the maemo platform |
| [20:05:52] | high-rez: | Hola dude |
| [20:05:55] | sphery: | daum: I mean the actual video? |
| [20:05:56] | high-rez: | You're runnign an n900 ? |
| [20:06:19] | sphery: | daum: like is it from an external tuner or hdtv converter box? |
| [20:06:22] | high-rez: | Massive envyhere. :) |
| [20:06:56] | daum: | oh it would be a DTA but i've also trie dto hook up directly to my cable |
| [20:07:13] | sphery: | comcast? |
| [20:07:30] | sphery: | likely hooking directly to the cable won't work |
| [20:07:39] | high-rez: | trumee: Rather – i should ask – what maemo device are you using? |
| [20:07:49] | daum: | sphery, we still have some of the lower channels on regular QAM |
| [20:07:50] | trumee: | high-rez, i want to check if myth builds on maemo before i buy the actual device :) |
| [20:07:52] | sphery: | is this one of those "free" dta's that has only an RF-modulated ("coax") output? |
| [20:07:55] | daum: | yeah |
| [20:07:56] | sphery: | no s-video/composite? |
| [20:08:00] | daum: | correct |
| [20:08:00] | high-rez: | trumee: Cool |
| [20:08:08] | high-rez: | There was some older myth builds for maemo |
| [20:08:19] | sphery: | daum: you won't get any of the QAM channels with a PVR-350 (as QAM is digital) |
| [20:08:29] | dustybin: | high-rez: are you 300ppi or 1200ppi ? |
| [20:08:32] | sphery: | daum: you'll actually need a pre-tune channel if you're outputting with RF-modulated output |
| [20:08:41] | sphery: | daum: so you'd need to set that to 3 or 4 |
| [20:08:59] | high-rez: | dustybin: i'm actually organic matter ? |
| [20:09:00] | high-rez: | :) |
| [20:09:06] | trumee: | high-rez, yes i have seen some info on that. But since Qt is officially supported now, hopefully it might be simpler to build |
| [20:09:12] | sphery: | daum: though some have said it doesn't work (but you can always have your channel chance script set the input and change to channel 3 or 4 on the PVR-350) |
| [20:09:34] | sphery: | daum: and you /will/ need an external channel change script that sends a signal to the DTA to change channel |
| [20:09:43] | daum: | yeah |
| [20:09:46] | high-rez: | trumee: Cool man. Share your results :D I get access to a lot of devices, but never an n900 :( |
| [20:09:49] | daum: | i understand that just trying to get some sort of input now |
| [20:10:10] | sphery: | well, until it's all configured right, you won't get anything |
| [20:10:36] | sphery: | you have a tough-to-configure setup (thanks to your cable co's doing everything they can to prevent you from using their service your way) |
| [20:11:37] | daum: | sphery, if i put the tuner on channel 3 or 4(whichever one i have the DTA to) manually shouldn't that work fine? |
| [20:12:18] | sphery: | myth will only set things up right if you have myth set up right |
| [20:12:20] | daum: | sicne right now its on 3 and still no signal, no static, just a black screen |
| [20:12:26] | sphery: | you can test it outside of myth that way, though |
| [20:12:31] | yngves2 (yngves2!~yngves@nat/sun/x-epwoxnajrgehtjab) has joined #mythtv-users | |
| [20:12:42] | daum: | ok how can i test that it is in fact getting the input/ |
| [20:12:52] | sphery: | right, myth is probably messing things up by configuring it the way you told it to rather than how it should be |
| [20:13:13] | wagnerrp: | BobLfoot: i have no idea what might be included in a 'python-devel' package |
| [20:13:13] | high-rez: | Friggin myth |
| [20:13:14] | sphery: | you'd need to use v4lctrl and something like dd or cat |
| [20:13:40] | sphery: | high-rez: issues with myth after the Qt upgrade? |
| [20:13:41] | Cubber (Cubber!~ronny@cpe-24-58-134-75.twcny.res.rr.com) has joined #mythtv-users | |
| [20:13:48] | yngves (yngves!~yngves@nat/sun/x-rctpiiupjtnnzxdi) has quit (Ping timeout: 265 seconds) | |
| [20:13:54] | Cubber (Cubber!~ronny@cpe-24-58-134-75.twcny.res.rr.com) has left #mythtv-users () | |
| [20:13:55] | high-rez: | sphery: No,I meant friggin myth doing what you told it todo instead of you want it to do. |
| [20:13:56] | high-rez: | :) |
| [20:14:05] | sphery: | oh, heh |
| [20:14:06] | BobLfoot: | wagnerrp: I'm aware of that just being neighborly and saying hi as I get my first from source mythtv setup going. |
| [20:14:16] | high-rez: | I'm still working on the 4.6 upgrade. |
| [20:14:27] | sphery: | was going to say that was a quick compile |
| [20:14:28] | high-rez: | Or rather my weak frontend is working on it for me :) |
| [20:14:55] | high-rez: | i shouldn't have tried to restart the frontend, i could be watching tv while it compiles. |
| [20:15:21] | ** wagnerrp thanks sphery for pointing people at him for help on the mailing list.... :P ** | |
| [20:15:30] | sphery: | heh :) |
| [20:15:38] | sphery: | I pointed at the page on the wiki |
| [20:15:41] | sphery: | the rest is all you |
| [20:15:57] | sphery: | it's your own fault for being helpful |
| [20:16:02] | high-rez: | sphery: Can you give me the home # of the person to talk about my issue with the scanner? :)) |
| [20:17:02] | sphery: | it's 123-555-MYTH |
| [20:17:28] | wagnerrp: | no 867–5309? |
| [20:17:32] | wagnerrp: | s/no/not/ |
| [20:17:53] | sphery: | No, Jenny didn't break the channel scanner, silly. |
| [20:18:05] | high-rez: | You guys totally need an on-rotation pager |
| [20:18:07] | high-rez: | :) |
| [20:19:11] | ** wagnerrp waits for someone to set up the $2/min helpline ** | |
| [20:20:08] | BobLfoot: | or $99.95/hr |
| [20:20:31] | wagnerrp: | rounded up |
| [20:22:25] | yngves (yngves!~yngves@nat/sun/x-lsfxhclowvhojzic) has joined #mythtv-users | |
| [20:23:44] | yngves2 (yngves2!~yngves@nat/sun/x-epwoxnajrgehtjab) has quit (Ping timeout: 240 seconds) | |
| [20:24:21] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
| [20:26:47] | gregl (gregl!~greg@cpe-69-204-183-188.nycap.res.rr.com) has joined #mythtv-users | |
| [20:34:44] | JJ (JJ!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
| [20:35:13] | ** lyricnz _would_ pay for people to fix his broken-ass box every now and then :) ** | |
| [20:37:08] | christ_ (christ_!~Billybob@CPE00e04b0b7799-CM00111a59bdac.cpe.net.cable.rogers.com) has quit (Quit: Leaving) | |
| [20:37:33] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has quit (Ping timeout: 276 seconds) | |
| [20:40:09] | bonelifer (bonelifer!HydraIRC@AC811BBE.ipt.aol.com) has joined #mythtv-users | |
| [20:43:40] | bonelifer: | Am I the only person that had no problems with the OCZ rebate process. Many reviews made them seem like theives and liars. I purchased last month on the 28th. They received my rebate info on the 3rd this month and it was approved the 4th. So for those living on the Mythtv edge, is there anything new/fun/exciting on .23 frontier? |
| [20:46:23] | wagnerrp: | a couple more things converted to MythUI |
| [20:46:27] | wagnerrp: | a couple new themes |
| [20:46:33] | wagnerrp: | a new plugin for internet video |
| [20:46:40] | yngves (yngves!~yngves@nat/sun/x-lsfxhclowvhojzic) has quit (Ping timeout: 265 seconds) | |
| [20:47:28] | bonelifer: | The themes should be more interesting for me since I only have dialup. So no internet video. |
| [20:48:39] | christ_ (christ_!~Billybob@CPE00e04b0b7799-CM00111a59bdac.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [20:51:24] | jolaren (jolaren!~jolaren@c-61f2e555.015-160-73746f1.cust.bredbandsbolaget.se) has joined #mythtv-users | |
| [20:51:32] | jolaren: | I cant find my external hdd in mythbuntu |
| [20:51:34] | jolaren: | I wonder what wrong |
| [20:51:40] | jolaren: | dmesg gives me no error msg |
| [20:53:25] | yngves (yngves!~yngves@nat/sun/x-thchoqxolvwzodnt) has joined #mythtv-users | |
| [20:57:55] | rushfan (rushfan!~rushfan@cpe-98-155-83-89.san.res.rr.com) has joined #mythtv-users | |
| [20:58:10] | jolaren: | Where is the myth-setup file located? |
| [20:58:27] | jolaren: | not in /usr/bin/myth-setup atleast |
| [20:59:57] | sphery: | mythtv-setup |
| [21:00:57] | czth (czth!~czth@i4031.net) has joined #mythtv-users | |
| [21:03:54] | th1 (th1!~th@pdpc/supporter/professional/th1) has quit (Ping timeout: 240 seconds) | |
| [21:08:46] | dkeith__ (dkeith__!~dkeith@pool-71-174-251-83.bstnma.fios.verizon.net) has quit (Ping timeout: 272 seconds) | |
| [21:11:26] | arriflex (arriflex!~arriflex@cpe-76-83-98-144.bak.res.rr.com) has joined #mythtv-users | |
| [21:15:05] | jya (jya!~avenardj@60-242-40-141.static.tpgi.com.au) has joined #mythtv-users | |
| [21:15:26] | jya: | Hum... trunk doesn't build anymore |
| [21:15:28] | jya: | collect2: ld returned 1 exit status |
| [21:15:29] | jya: | make[2]: *** [libmythhdhomerun-0.22.so.0.22.0] Error 1 |
| [21:15:29] | jya: | make[2]: Leaving directory `/tmp/buildd/mythtv-0.23.0~trunk-23494/libs/libmythhdhomerun' |
| [21:16:47] | arriflex (arriflex!~arriflex@cpe-76-83-98-144.bak.res.rr.com) has quit (Quit: arriflex) | |
| [21:20:17] | sphery: | jya: perhaps related to http://svn.mythtv.org/trac/changeset/23468 ? Have you tried clearing the system-installed libmythhdhomerun* before rebuilding? |
| [21:20:58] | jya: | always |
| [21:21:07] | jya: | this is build in pbuilders |
| [21:21:23] | jya: | do a full check out, then compile in a chroot |
| [21:22:05] | jya: | or maybe there's a new dependency I don't know about |
| [21:22:46] | jya: | actual error was: |
| [21:22:48] | jya: | collect2: ld returned 1 exit status |
| [21:22:57] | jya: | hum.. it cuts out my output |
| [21:23:08] | jya: | mythtv-0.23.0~trunk-23494/libs/libmythhdhomerun/hdhomerun_os_posix.c:45: undefined reference to `clock_gettime' |
| [21:25:48] | sphery: | may just need a #include <time.h> in hdhomerun_os_posix.h |
| [21:26:46] | jya: | the error is by ld |
| [21:27:02] | jya: | so a #include shouldn't fix it, unless it's just a #define |
| [21:27:14] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host81-157-1-211.range81-157.btcentralplus.com) has joined #mythtv-users | |
| [21:28:44] | javatexan (javatexan!~mia@rrcs-71-40-238-191.sw.biz.rr.com) has joined #mythtv-users | |
| [21:28:54] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host81-157-1-211.range81-157.btcentralplus.com) has quit (Client Quit) | |
| [21:31:28] | jolaren: | I'm having real problems trying to save my files to external hdd |
| [21:32:04] | jolaren: | Doesnt rly work |
| [21:32:10] | jolaren: | ...../media/disk/mythtv/location |
| [21:32:47] | sark666 (sark666!~sark666@toronto-hs-216-138-233-79.s-ip.magma.ca) has joined #mythtv-users | |
| [21:32:49] | sark666: | d |
| [21:33:46] | jolaren: | d? |
| [21:35:15] | sark666: | i want to add a another drive for recordings. under storage dirrectories is 'create livetv group' the correction option to add another drive path and retain the default drive as well? |
| [21:35:48] | wagnerrp: | sark666: do you only want this for livetv? or do you want it for general recordings as well? |
| [21:35:51] | sphery: | sark666: select the storage group to which you want to add a directory |
| [21:36:06] | sphery: | sark666: then inside it, with the list of dirs, select Add New Entry |
| [21:36:18] | sphery: | i.e. select the /group/ to which to add a /directory/ |
| [21:36:28] | sphery: | (directories are /not/ storage groups :) |
| [21:36:42] | sark666: | well i want it to be treated just like /mnt/mythtv currently is. jus an additional storage for tv recordings |
| [21:36:55] | wagnerrp: | then add it to the 'Default' group |
| [21:36:58] | sphery: | if your translation says, "Storage Directories", it should probably be fixed |
| [21:37:04] | wagnerrp: | each storage group can hold multiple directories |
| [21:37:35] | wagnerrp: | sphery: i would hope we dont have a translation for canadians |
| [21:38:10] | sphery: | heh, well, I assumed from the wording it was from a bad translation--didn't look at the IP :) |
| [21:38:17] | sphery: | though it could be French, right? |
| [21:38:18] | sark666: | lol |
| [21:38:52] | sphery: | besides, wouldn't it be, "i would hope we dont have a translation for canadians, eh?" |
| [21:39:13] | sark666: | well in myth it's called storage directories but once selected it's storage groups. |
| [21:39:28] | wagnerrp: | nah, toronto wouldnt be french |
| [21:39:32] | wagnerrp: | thats only quebec isnt it? |
| [21:39:50] | jya: | That's not even French either :) |
| [21:40:04] | jya: | some kind of dialect they refer to a French Canadian |
| [21:40:24] | jya: | s/a/sd/ |
| [21:40:27] | sark666: | but anyway, i just wanted to add another path for additional recordings. i remember that was a limitation of myth way back when. can i simply add an additional path to the default or when you want to have additional recording space you use a group |
| [21:40:57] | wagnerrp: | yes, that is the purpose of storage groups |
| [21:41:05] | wagnerrp: | you can add any number of directories to it |
| [21:41:13] | wagnerrp: | and mythtv will automatically load balance between them |
| [21:41:40] | sphery: | heh |
| [21:41:48] | sark666: | cool |
| [21:42:17] | sark666: | well for awhile (pre .21?) you couldn't simply add another directory no? |
| [21:42:36] | wagnerrp: | correct, i dont remember off hand when they got added |
| [21:42:39] | wagnerrp: | but its been several years |
| [21:42:58] | sphery: | see, also, the "Storage Group Disk Scheduler" setting in mythtv-setup |
| [21:43:09] | sark666: | ok. |
| [21:43:18] | wagnerrp: | is that in 0.22? or did that get added after the split? |
| [21:43:19] | sphery: | and, right, we've had Storage Groups since 0.21 |
| [21:43:48] | sphery: | it's in 0.22 |
| [21:43:50] | bonelifer: | http://mythtv.org/wiki/File_storage at the top |
| [21:43:59] | sark666: | and yes it's been awhile, but I never actually needed it until now. just wanted to be sure |
| [21:44:35] | sphery: | multiple file systems are a wonderful thing with Myth |
| [21:48:46] | gunni_ (gunni_!~quassel@xdsl-81-173-235-34.netcologne.de) has joined #mythtv-users | |
| [21:52:33] | gunni (gunni!~quassel@xdsl-84-44-232-69.netcologne.de) has quit (Ping timeout: 252 seconds) | |
| [21:59:29] | syamajala (syamajala!~syamajala@97-95-190-124.dhcp.oxfr.ma.charter.com) has joined #mythtv-users | |
| [22:09:50] | grokky (grokky!~grokky@ppp118-209-106-116.lns20.mel4.internode.on.net) has quit (Remote host closed the connection) | |
| [22:10:09] | Gremlin484 (Gremlin484!~Gremlin48@ip68-99-5-66.om.om.cox.net) has quit (Read error: Connection reset by peer) | |
| [22:10:31] | Gremlin484 (Gremlin484!~Gremlin48@ip68-99-5-66.om.om.cox.net) has joined #mythtv-users | |
| [22:14:34] | BobLfoot (BobLfoot!~Bob@fedora/BobLfoot) has left #mythtv-users () | |
| [22:15:32] | jolaren (jolaren!~jolaren@c-61f2e555.015-160-73746f1.cust.bredbandsbolaget.se) has quit (Ping timeout: 252 seconds) | |
| [22:21:06] | Golffies (Golffies!~Golffies@77-254-144-27.adsl.inetia.pl) has joined #mythtv-users | |
| [22:21:51] | dashcloud (dashcloud!~quassel@98.114.43.247) has joined #mythtv-users | |
| [22:24:59] | andreax1 (andreax1!~andreaz@p57B941E0.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
| [22:25:45] | natanojl (natanojl!~jonatan@c83-252-238-84.bredband.comhem.se) has quit (Ping timeout: 265 seconds) | |
| [22:26:26] | syamajala (syamajala!~syamajala@97-95-190-124.dhcp.oxfr.ma.charter.com) has quit (Quit: Leaving...) | |
| [22:29:04] | beata (beata!~beata@c-69-139-239-85.hsd1.md.comcast.net) has joined #mythtv-users | |
| [22:29:54] | beata- (beata-!beata@c-68-49-32-212.hsd1.md.comcast.net) has quit (Ping timeout: 248 seconds) | |
| [22:34:56] | J-e-f-f-A (J-e-f-f-A!~J-e-f-f-A@unaffiliated/j-e-f-f-a) has quit (Read error: Connection reset by peer) | |
| [22:37:31] | leprechau (leprechau!~leprechau@69.27.151.4) has quit (Quit: Leaving) | |
| [22:48:12] | dashcloud (dashcloud!~quassel@98.114.43.247) has quit (Ping timeout: 272 seconds) | |
| [22:49:26] | sender (sender!~Miranda@cpe-66-27-69-52.san.res.rr.com) has quit (Ping timeout: 265 seconds) | |
| [22:52:06] | bonelifer (bonelifer!HydraIRC@AC811BBE.ipt.aol.com) has left #mythtv-users () | |
| [22:59:33] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [22:59:52] | Lord_Deathscythe (Lord_Deathscythe!~chris@h227.174.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
| [23:06:01] | grndslm (grndslm!~grndslm@174-126-14-4.cpe.cableone.net) has joined #mythtv-users | |
| [23:13:11] | AriX_ (AriX_!~AriX@c-68-39-4-46.hsd1.nj.comcast.net) has joined #mythtv-users | |
| [23:15:05] | grokky_ (grokky_!~grokky@ppp118-209-106-116.lns20.mel4.internode.on.net) has joined #mythtv-users | |
| [23:17:10] | oobe: | has iso support for SG's been added to trunk yet? |
| [23:17:41] | wagnerrp: | no |
| [23:18:12] | shackles (shackles!~user@adsl-99-144-169-216.dsl.emhril.sbcglobal.net) has quit (Remote host closed the connection) | |
| [23:18:13] | oobe: | im still using shares |
| [23:18:26] | oobe: | i dont have many iso's though |
| [23:38:02] | danielk22 (danielk22!~danielk@96.57.9.142) has quit (Read error: Operation timed out) | |
| [23:39:30] | AriX_ (AriX_!~AriX@c-68-39-4-46.hsd1.nj.comcast.net) has quit (Ping timeout: 272 seconds) | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.