Thursday, July 15th, 2010, 00:00 UTC | ||
[00:00:04] | ekristen (ekristen!~ekristen@pool-71-163-178-57.washdc.fios.verizon.net) has quit (Quit: ekristen) | |
[00:00:10] | Captain_Murdoch: | here's a junky flv video of those theme downloader screenshots in action: http://mythtv.bc2va.org/videos/themedownloader_01.html the flash flashes too much. those full-screen previews don't flash inbetween, in full-screen preview mode, you scroll up/down adn see the next one right away. |
[00:00:43] | Captain_Murdoch: | at the end, I hit ENTER on TransBlue and it's downloaded from the website, installed, and the UI is reloaded. |
[00:01:18] | LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has quit (Quit: Leaving) | |
[00:01:44] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 260 seconds) | |
[00:02:01] | wagnerrp: | that looks like poo... |
[00:02:04] | wagnerrp: | ...h |
[00:02:21] | Captain_Murdoch: | a theme designer could even make the 'fullscreen' preview draw behind the buttonlist if they wanted. |
[00:02:39] | wagnerrp: | the kids name that computer? |
[00:02:44] | Captain_Murdoch: | :) that's my wife's machine which I have a virtual desktop running on. flv was made with vnc2flv |
[00:03:04] | Captain_Murdoch: | other machine names are taz, daffy, etc. :) |
[00:03:27] | Captain_Murdoch: | one x-files hold-out of 'skinner' for the firewall. |
[00:04:49] | Captain_Murdoch: | my physical dev system needs to be upgraded before I can run trunk since I only have Qt 4.4 on there and MythDownloadManager made us require 4.5 now. :| |
[00:04:57] | wagnerrp: | that full screen preview is great |
[00:05:08] | wagnerrp: | but well definately need some high res preview images |
[00:05:20] | Captain_Murdoch: | yeah, I need to regen screenshots of the themes before the code is committed as well. |
[00:05:27] | rossand (rossand!~aross@CPE485b390978ce-CM00159a025ad4.cpe.net.cable.rogers.com) has quit (Quit: Leaving.) | |
[00:05:37] | Captain_Murdoch: | going to regen each at the native resolution of the theme. |
[00:05:54] | wagnerrp: | maybe allow multiple images in a slideshow? |
[00:06:27] | Captain_Murdoch: | you mean for a single theme? I thought about that, or having left/right rotate among images for the current theme. |
[00:07:13] | bluescreen (bluescreen!~bluescree@ip70-189-103-214.ok.ok.cox.net) has joined #mythtv-users | |
[00:08:12] | Socres (Socres!~socres@port-92-206-43-92.dynamic.qsc.de) has joined #mythtv-users | |
[00:08:16] | Socres (Socres!~socres@port-92-206-43-92.dynamic.qsc.de) has quit (Remote host closed the connection) | |
[00:08:31] | wagnerrp: | is there any theme storage done by the backend? or is this all a frontend thing? |
[00:08:43] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[00:11:04] | Captain_Murdoch: | the FE deals with the themes site directly for themeinfo.xml and preview images since MythUIImage and ThemeInfo can both load files from http:// URIs. when the user selects a theme for download, the FE tells the MBE to download the theme, then the FE copies the them over the myth proto and removes the copy on the MBE. That way the theme is in the MBE's MythDownloadManager cache and another FE can install the same theme with |
[00:11:04] | Captain_Murdoch: | out having to redownload from the website until the theme package expires from the MBE's cache. current MythDownloadManager cache is the default of 50MB, but that could be bumped up or down as we see fit later. |
[00:12:11] | Captain_Murdoch: | I thought about having the theme package kept on the MBE, but that would mean having to make our own cache and dealing with cleanup, etc. on that. just downloading it on the MBE causes it to be in the QNetworkDiskCache, so that's letting Qt do the cache work for us. |
[00:12:21] | awalls (awalls!~awalls@d-216-36-24-245.cpe.metrocast.net) has joined #mythtv-users | |
[00:13:43] | Captain_Murdoch: | I also had a preliminary patch to allow theme storage to be on the MBE, so a FE wouldn't even have to download a theme, it could just tell the MBE to install the theme and then use the theme over the myth protocol, but that's not as fast as having the images local since some themes can be big, so I put that patch aside for now and went with just downloading the theme on the MBE to get it in the MBE's cache. |
[00:13:44] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has quit (Quit: Leaving) | |
[00:14:54] | wagnerrp: | well there should only be a handful of things it has to pull from the backend, and then everything else runs out of the themecache, right? |
[00:15:34] | wagnerrp: | i would expect it to be a bit slow when starting, but afterward be completely unnoticeable |
[00:15:34] | Captain_Murdoch: | yeah, once the images are in themecache, they don't have to get redownloaded if they're not modified. |
[00:15:50] | wagnerrp: | but you still have to check file modification times on the backend? |
[00:16:11] | Captain_Murdoch: | I still have the patch and it worked nicely. the FE asks the MBE about any themes it has and the FE can then use those themes. |
[00:16:36] | rushfan (rushfan!~rushfan@c-71-234-134-80.hsd1.ma.comcast.net) has quit (Ping timeout: 248 seconds) | |
[00:17:39] | Captain_Murdoch: | yeah, but we weren't doing that up until recently because it was broken. I reenabled that recently after I moved the main socket into mythcorecontext and fixed remotefile to use that for most of it's file status checks |
[00:18:43] | Captain_Murdoch: | I kept the patch, but wanted to get the downloader working first. I may reconsider the idea and the downloader would then present the user with 2 options, 1) install locally, 2) install globally on the master backend. |
[00:20:31] | Captain_Murdoch: | the http lastmodified check is fast since it comes out of the QNetworkDiskCache if the url exists. I need to put in a staleness limit in there though, to check the site if the lastmodified and last fetch date are over 60 seconds old. |
[00:23:58] | Eette (Eette!~Eette@ip70-189-103-214.ok.ok.cox.net) has joined #mythtv-users | |
[00:26:53] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (Quit: Leaving.) | |
[00:28:08] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users | |
[00:32:10] | philverb (philverb!~david@c-67-180-198-84.hsd1.ca.comcast.net) has joined #mythtv-users | |
[00:32:13] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[00:34:13] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[00:39:13] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[00:39:36] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[00:41:04] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
[00:46:04] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 260 seconds) | |
[00:47:33] | dashcloud (dashcloud!~quassel@pool-173-59-40-212.phlapa.fios.verizon.net) has joined #mythtv-users | |
[00:47:38] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[00:54:01] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has quit (Quit: Leaving) | |
[00:55:06] | syamajala (syamajala!~syamajala@c-75-68-111-84.hsd1.ma.comcast.net) has joined #mythtv-users | |
[00:55:44] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (Quit: Leaving.) | |
[00:56:03] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has joined #mythtv-users | |
[00:56:52] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has joined #mythtv-users | |
[00:57:53] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[00:59:04] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[00:59:51] | GrahamIRC: | Does anyone know if MythPhone still exists in 0.23 ? |
[01:00:16] | twor0_zz (twor0_zz!~chatzilla@pool-108-13-120-213.lsanca.fios.verizon.net) has joined #mythtv-users | |
[01:00:16] | syamajala (syamajala!~syamajala@c-75-68-111-84.hsd1.ma.comcast.net) has quit (Remote host closed the connection) | |
[01:02:20] | ghoti (ghoti!~paul@38.117.126.254) has quit (Ping timeout: 265 seconds) | |
[01:02:55] | dagar (dagar!~dagar@agar.ca) has quit (Ping timeout: 276 seconds) | |
[01:03:30] | twor0_zz: | I assume I can skip forward a certain amount within recordings, but can those be recorded and shared with others? |
[01:03:52] | kormoc: | GrahamIRC, it does not |
[01:04:00] | kormoc: | twor0_zz, huh? |
[01:04:14] | GrahamIRC: | oh what happened to it ? |
[01:04:48] | kormoc: | GrahamIRC, it was unmaintained and there was no one to update it to work with the new UI code |
[01:04:59] | GrahamIRC: | oh what a shame :-( |
[01:05:22] | twor0_zz: | kormoc: I can skip adverts with a ff button. Can others benefit from my sharing when I skipped adverts? |
[01:05:23] | GrahamIRC: | Thanks for the info Kormoc |
[01:05:55] | kormoc: | twor0_zz, nope |
[01:06:21] | GrahamIRC: | but you can create a cut list twor0_zz |
[01:08:33] | wagnerrp: | twor0_zz: sharing that data has been brought up a hundred times in the past, and its just not something that is transferable |
[01:08:49] | wagnerrp: | different people are going to have slightly different times, and slightly different broadcasts |
[01:09:28] | J-e-f-f-A: | Captain_Murdoch: It looks really nice... ;-) |
[01:10:13] | joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has joined #mythtv-users | |
[01:11:16] | twor0_zz: | Hmm.. Anyway to create a syncronization like using the initial 45 secs of audio? |
[01:12:44] | twor0_zz: | and a central server. |
[01:12:53] | kormoc: | twor0_zz, still won't work enmass as my fox station will be different then your fox station, my first commerical break might be 3 minutes 30 seconds when yours is 3 minutes |
[01:13:42] | twor0_zz: | Darn |
[01:14:37] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users | |
[01:15:11] | twor0_zz: | are the differences a per network and per region thing? |
[01:15:42] | kormoc: | twor0_zz, could be both, and could be per showing, simpsons at 8 may have different commercials then the repeat of the same episode at midnight |
[01:15:55] | dagar (dagar!~dagar@206.248.137.66) has joined #mythtv-users | |
[01:15:56] | kormoc: | twor0_zz, it all depends on who's injecting what commercials when |
[01:16:33] | twor0_zz: | Seems that a new show would be easier to work with. |
[01:17:09] | twor0_zz: | everyone records show #1 at the first time it shows up. |
[01:18:40] | kormoc: | and how would that help later showings? |
[01:19:03] | kormoc: | you know there's a break say 5 minutes in, but you don't know how long it'll be on future showings |
[01:19:15] | kormoc: | could be none at all |
[01:19:32] | kormoc: | this is why we commflag automatically :) |
[01:19:47] | twor0_zz: | commflag? |
[01:19:57] | kormoc: | commercial flag |
[01:20:16] | Shadow__X: | correct me if i am wrong but the comcast dta doesnt support encryption it gets the same channels as a qam tunner correct? |
[01:20:22] | kormoc: | we have code that processes the video and automatically detects commercial breaks and flags them and can be set to skip them automatically |
[01:20:36] | kormoc: | Shadow__X, if I understand your question, yes |
[01:21:07] | Shadow__X: | the comcast dta adapater is just a plain qam tuner right? |
[01:21:12] | iamlindoro: | no |
[01:21:34] | J-e-f-f-A: | Shadow__X: Actually – I think it supports a very simple encryption, that's not clear qam... IIRC... |
[01:21:40] | iamlindoro: | DTAs have a weak encryption mode, which is why they needed a waiver from the FCC to turn them on-- you need a DTA precisely because they're encrypting basic |
[01:22:00] | J-e-f-f-A: | ^ ;-) He's got the details... ;-) |
[01:22:08] | iamlindoro: | meaning they are locking clear QAM down to *nothing* but antenna channels in DTA areas |
[01:22:24] | Shadow__X: | iamlindoro: hmm that would explain why i lost even more channels |
[01:22:32] | twor0_zz: | wow thought it would requre a distributed model to rid my shows of ads. |
[01:22:32] | Shadow__X: | i wish comcast went out of business |
[01:22:51] | kormoc: | twor0_zz, it's not perfect, but I get ~95% hit rate |
[01:22:51] | Shadow__X: | lets switch to xfinity and give people less for more money |
[01:23:49] | Shadow__X: | so to get those channels in digital again i need a box or a dta adapter |
[01:24:20] | iamlindoro: | actually, with the box or DTA, you'll be getting them in analog... and only RF outs on DTAs |
[01:24:22] | iamlindoro: | so even worse |
[01:25:03] | Shadow__X: | if comsumers were smart we could get them to go out of business |
[01:25:20] | twor0_zz: | how can I get started? |
[01:25:27] | dewman (dewman!~dewman@lennon-ubr-64-85-159-8.power-net.net) has quit (Remote host closed the connection) | |
[01:25:33] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has quit (Ping timeout: 260 seconds) | |
[01:25:39] | kormoc: | twor0_zz, http://www.mythtv.org/wiki/Commercial_Detection |
[01:26:00] | Shadow__X: | iamlindoro: it seems as if comcast is pushing me to get a hdpvr |
[01:26:26] | Shadow__X: | does fios have more qam now? |
[01:26:54] | wagnerrp: | twor0_zz: note that commercial detection is not the same thing as a cutlist |
[01:27:02] | wagnerrp: | the cutlist is what you define when you go into edit mode |
[01:27:15] | wagnerrp: | and is always used by the frontend during playback |
[01:27:25] | wagnerrp: | the commercial detection is considered less precise |
[01:27:46] | wagnerrp: | and can either be ignored outright, pop up a notification, or handled like the cutlist, depending on the setting in the frontend |
[01:28:36] | twor0_zz: | commercial detection can be used as input for a cutlist if I read correctly. |
[01:28:57] | wagnerrp: | yes, in edit mode, you can choose to import the detected commercials |
[01:30:19] | bugger (bugger!~david@d58-106-152-130.rdl801.qld.optusnet.com.au) has joined #mythtv-users | |
[01:31:02] | bugger: | hi all – i'm running .23 on debian – for some reason i don't have video manger in the utilities menu |
[01:31:09] | bugger: | the option just isn't there |
[01:31:09] | wagnerrp: | correct |
[01:31:15] | kormoc: | bugger, that's cause it's not there anymore |
[01:31:24] | bugger: | ok, so how do i rescan my video directory? |
[01:31:38] | wagnerrp: | from within mythvideo |
[01:31:44] | wagnerrp: | hit 'm' |
[01:31:53] | bugger: | ah |
[01:31:59] | bugger: | that does it lol |
[01:32:29] | bugger: | thanks |
[01:32:40] | awalls (awalls!~awalls@d-216-36-24-245.cpe.metrocast.net) has quit (Quit: Leaving.) | |
[01:33:50] | Captain_Murdoch: | J-e-f-f-A, thank iamlindoro for most of the UI, I've been mainly working on the backend/downloader code mainly. |
[01:34:22] | Captain_Murdoch: | s/mainly// :) /me shouldn't edit his comments after watching a commercial. |
[01:34:25] | GreyFoxx: | I looked at the image downloader problem, the data is definiately there in downloadFinished (for local videos) |
[01:34:43] | J-e-f-f-A: | Captain_Murdoch: ;-) Yeah, but it all looks to be progressing well... |
[01:34:55] | GreyFoxx: | I had it write out the dlInfo->m_data info at that point and it's a valid image |
[01:35:47] | J-e-f-f-A: | Shadow__X: I have FiOS tv now, and the only thing I get in clear QAM is local government stations and about half of the OTA stations I can get with an antenna. |
[01:36:12] | bugger (bugger!~david@d58-106-152-130.rdl801.qld.optusnet.com.au) has quit (Quit: Leaving) | |
[01:36:24] | Shadow__X: | J-e-f-f-A: i guess i am so angry because i had all those clear qam channels since 2008 and in one fell swoop they took em away |
[01:36:56] | Shadow__X: | J-e-f-f-A: i really dont like it when companies take things away that you are already paying for. |
[01:37:51] | J-e-f-f-A: | Shadow__X: Yeah, I had cumcast (internet only) for 7 years before FiOS internet was available ... it was the worst customer service I had ever experienced... |
[01:37:56] | Shadow__X: | J-e-f-f-A: they have a data cap and they make you pay for things that a few months ago you didnt have to and they wonder why more and more people are ditching cable |
[01:38:06] | Captain_Murdoch: | GreyFoxx, thanks. I hadn't seen any issues in my testing either. |
[01:38:12] | Shadow__X: | J-e-f-f-A: yeah they are absolutely terible |
[01:38:31] | GreyFoxx: | Capt: I'm starting to move back up the chain to figure out where it's being lost. very weird |
[01:38:37] | J-e-f-f-A: | Shadow__X: (ps: my misspelling of their name was INTENTIONAL!) |
[01:38:47] | iamlindoro: | GreyFoxx, Captain_Murdoch: Sorry, I should have noted that I did all that testing several days ago-- the downloader is fine, there is some small issue somewhere in metadataimagedownload.cpp |
[01:39:01] | GreyFoxx: | ahhh ok |
[01:39:08] | iamlindoro: | GreyFoxx, Captain_Murdoch: If I take the resulting QByteArray and try to load it as a QImage, however, it turns up as invalid every time |
[01:39:14] | Captain_Murdoch: | iamlindoro, I think you mentioned something, but a 2nd confirmation is nice. |
[01:39:45] | iamlindoro: | I literally do the download and on the next line feed it to QImage with no success |
[01:40:01] | iamlindoro: | And an error attempting to write it out to any local file (resulting file is always 4 bytes) |
[01:40:08] | iamlindoro: | Hang on, will commit my current code |
[01:40:13] | iamlindoro: | so we're all on the same page |
[01:40:15] | GreyFoxx: | 4 bytes...the size of the pointer? |
[01:40:57] | iamlindoro: | presumably, but even if I read the data into a non-pointer, no luck |
[01:41:06] | GreyFoxx: | weird |
[01:41:28] | Captain_Murdoch: | iamlindoro, I'm doing that in mythimage.cpp. calling GetMythDownloadManager()->download(filename, &data); then im->loadFromData(data); 'im' is a ptr to a QImage. |
[01:41:52] | iamlindoro: | I am determined to make it work with MythDownloadManager or I would have just reverted to before |
[01:41:53] | Lord_Deathscythe (Lord_Deathscythe!~chris@h142.138.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
[01:41:58] | Captain_Murdoch: | look at libmythui/mythimage.cpp around line 290 |
[01:42:02] | iamlindoro: | but haven't had a change to work it again for a few days |
[01:43:12] | iamlindoro: | Captain_Murdoch, That's literally exactly what I do, and it always complains about extraneous data before 0xd9 or whatever |
[01:44:11] | iamlindoro: | The dl completes, then: QImage testImage; |
[01:44:11] | iamlindoro: | bool didLoad = testImage.loadFromData(download->data()); |
[01:44:30] | Captain_Murdoch: | don't loadFromData(download->data()); just loadFromData(download); |
[01:45:10] | iamlindoro: | Captain_Murdoch, Can't do that with a pointer to a QByteArray |
[01:45:12] | iamlindoro: | won't compile |
[01:45:23] | Captain_Murdoch: | loadFromData(*download) |
[01:45:31] | GreyFoxx: | *download ? |
[01:45:33] | GreyFoxx: | yeah |
[01:45:35] | iamlindoro: | don't go getting all logical on me |
[01:45:48] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[01:46:08] | iamlindoro: | Hang on, bet that will be the key to fixing it period too |
[01:46:15] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[01:46:48] | iamlindoro: | testing |
[01:47:05] | Captain_Murdoch: | download->data() is returning a char* to a null-terminated string which isn't what you want for binary data. |
[01:47:39] | iamlindoro: | right |
[01:47:50] | iamlindoro: | I never claimed to be smart |
[01:47:53] | iamlindoro: | ;) |
[01:48:04] | iamlindoro: | well, maybe that once |
[01:48:29] | Captain_Murdoch: | we knew you were joking. :) |
[01:49:16] | Twiggy2cents (Twiggy2cents!~Owner@67-54-178-74.cust.wildblue.net) has joined #mythtv-users | |
[01:49:19] | iamlindoro: | Yes, that will have done it |
[01:49:23] | Captain_Murdoch: | great. |
[01:49:26] | iamlindoro: | one more test |
[01:49:59] | GreyFoxx: | woop! |
[01:50:55] | iamlindoro: | hmm, there is still something bad in here, but it *is* working so will commit and find this bug later |
[01:50:58] | iamlindoro: | ladytype coming over |
[01:51:16] | Twiggy2cents (Twiggy2cents!~Owner@67-54-178-74.cust.wildblue.net) has quit (Read error: Connection reset by peer) | |
[01:51:26] | GreyFoxx: | yes, thatis much more important :) |
[01:52:12] | Twiggy2cents (Twiggy2cents!~Owner@173-118-62-158.pools.spcsdns.net) has joined #mythtv-users | |
[01:52:15] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has quit (Quit: Coyote finally caught me) | |
[01:52:15] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Quit: Coyote finally caught me) | |
[01:52:45] | ** GreyFoxx goes to figure out how to use mythnetvision ** | |
[01:52:55] | iamlindoro: | let me know if you figure it out |
[01:53:29] | iamlindoro: | Granted, in trunk there is a tiny bit of pending work (I need to set the housekeeper to run mythfillnetvision since I've removed the threaded frontend background updates) |
[01:53:36] | GreyFoxx: | will do :) I was having weird issues with some of the python stuff the other day looking to evaluate ${MYTHPYTHON} so I'm not sure if this will affect that or not |
[01:53:45] | wagnerrp: | that has been fixed |
[01:53:50] | GreyFoxx: | cool |
[01:54:15] | wagnerrp: | i accidentally used ' when i should have used " |
[01:54:30] | wagnerrp: | you know how these things are... |
[01:55:01] | kormoc: | has anyone attempted mythmusic scanning lately? |
[01:55:45] | Twiggy2cents: | I have a nuvexport question pertaining to using it as a user job. Could someone help me out? |
[01:56:03] | iamlindoro: | won't know unless you ask |
[01:56:50] | Twiggy2cents: | okay so I can run the user job from the command line and I get a bunch of errors about the database not being open while trying to open setting: ... |
[01:56:57] | Twiggy2cents: | But then it runs and encodes properly |
[01:57:10] | wagnerrp: | are you running from the same user? |
[01:57:15] | GreyFoxx: | Cool, one more update after that image download commit and then maybe it's sleep time |
[01:57:20] | Twiggy2cents: | but it errors out according to mythweb when running thorugh myth |
[01:57:31] | iamlindoro: | GreyFoxx, Captain_Murdoch: Thank you for helping me straighten it out |
[01:57:59] | Twiggy2cents: | no but I did do chmod 777 on /bin/nuvexport and /etc/nuvexportrc |
[01:58:07] | Twiggy2cents: | thats where my files are btw |
[01:58:46] | wagnerrp: | why is nuvexport in /bin? |
[01:59:17] | Twiggy2cents: | thats where someone else had it. (it was in the mythbox home folder(myth runs on mythtv user)) |
[01:59:24] | Twiggy2cents: | Where should I put it? |
[01:59:48] | wagnerrp: | that someone else was dolt |
[01:59:50] | Twiggy2cents: | I have all of the files also at /home/nuvexport |
[01:59:57] | wagnerrp: | *a dolt |
[01:59:59] | GreyFoxx: | iam: Thank you for working on it. Work has been so crazy for so long I barely want to touch a computer when I get home now :) |
[02:01:10] | inordkuo (inordkuo!~inorkuo@216.80.55.194) has joined #mythtv-users | |
[02:01:30] | Twiggy2cents: | Ive tried to look at the mythbackend.log and I dont really understand it. There is a whole bunch of db errors and device busy errors but nothing about it failing at transcoding |
[02:02:22] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-128.zone5.bethere.co.uk) has quit (Quit: Leaving.) | |
[02:02:23] | Twiggy2cents: | im guessing that since it works on my mythbox user and not through mythtv its a permissions issue? |
[02:02:45] | nutron (nutron!~nutron@S010600195b2f0f96.ok.shawcable.net) has quit (Ping timeout: 265 seconds) | |
[02:03:07] | iamlindoro: | more likely a proper configuration of the bindings/config.xml/mysql.txt issue |
[02:03:53] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[02:03:55] | Twiggy2cents: | so what steps should I be taking? Im pretty nubish but I have most basic commands understood |
[02:04:36] | Twiggy2cents: | newbish* |
[02:04:37] | wagnerrp: | pastebin your logs |
[02:05:32] | Twiggy2cents: | which ones. I only know of the mythbackend.log. I didnt know where nuvexport logs are |
[02:05:48] | Shadow__X: | btw thanks J-e-f-f-A,iamlindoro,kormoc for the info about the comcast dta's |
[02:05:57] | wagnerrp: | if nuvexport gets run by the backend as a userjob, anything it outputs will be printed to the same log file |
[02:06:38] | Twiggy2cents: | also I need a light weight text editor that supports selecting and copy. Its on mythbuntu and the only way I know to edit it is with pico. |
[02:06:45] | Twiggy2cents: | I dont know how to select all and copy on pico |
[02:06:46] | nutron (nutron!~nutron@S010600195b2f0f96.ok.shawcable.net) has joined #mythtv-users | |
[02:06:51] | wagnerrp: | with the mouse? |
[02:07:15] | wagnerrp: | you mean select multiple pages... |
[02:07:36] | wagnerrp: | im guessing gedit wouldnt be installed |
[02:07:40] | wagnerrp: | maybe gvim? |
[02:08:08] | Twiggy2cents: | Im guessing by pages you mean the ability to scroll why selecting |
[02:08:16] | wagnerrp: | or you can edit and upload the whole file |
[02:08:24] | Twiggy2cents: | no gvim |
[02:08:34] | Shadow__X: | anyone remember when newegg had the hdpvr on sale? |
[02:08:48] | Twiggy2cents: | oh. Should I clear it and then run the user action? |
[02:09:03] | wagnerrp: | or you can do that if the problem is repeatable |
[02:13:36] | Twiggy2cents: | okay I got it http://pastebin.com/LjCLR1x7 |
[02:15:54] | Twiggy2cents (Twiggy2cents!~Owner@173-118-62-158.pools.spcsdns.net) has quit (Remote host closed the connection) | |
[02:25:13] | Twiggy2cents (Twiggy2cents!~Owner@173.154.164.160) has joined #mythtv-users | |
[02:25:18] | Twiggy2cents: | wow wonderful internet |
[02:25:20] | Twiggy2cents: | Im back |
[02:26:05] | Twiggy2cents: | wagnerrp, Have you had a chance to look at that pastebin yet? |
[02:26:21] | wagnerrp: | thats the frontend log, not the backend |
[02:26:34] | wagnerrp: | and it seems to indicate that you do not have the database credential file set up |
[02:26:35] | Twiggy2cents: | it said mythbackend.log |
[02:26:51] | Twiggy2cents: | lies. i was wrong |
[02:27:03] | Twiggy2cents: | brb I will grab the backend. |
[02:32:36] | Twiggy2cents: | http://pastebin.com/g760u4uT |
[02:32:39] | Twiggy2cents: | that is the backend |
[02:33:43] | wagnerrp: | this is a slave backend? |
[02:33:58] | Twiggy2cents: | master backend |
[02:34:23] | Twiggy2cents: | it all works except for the userjob |
[02:34:30] | wagnerrp: | it searched for, and found, the master backend already running somewhere on the network |
[02:36:15] | Twiggy2cents: | I dont understand. That is the only hmm I had a failed attempt at setting up a frontend/ backend on another computer I just did sudo killall mythbackend and it didnt return any errors. Should I retry the user action? |
[02:36:18] | nutron (nutron!~nutron@S010600195b2f0f96.ok.shawcable.net) has quit (Read error: Connection reset by peer) | |
[02:37:06] | wagnerrp: | at line 8, the backend failed to connect to the specified database |
[02:37:17] | wagnerrp: | so it went out searching for an existing backend on the network |
[02:37:24] | wagnerrp: | and on line 15, it found one |
[02:37:42] | wagnerrp: | and subsequently successfully connected to the backend |
[02:37:48] | wagnerrp: | i dont know what to tell you beyond that |
[02:38:15] | wagnerrp: | seems you already have a backend running on that machine |
[02:38:31] | Pwen: | quick questio, where do I configure the backend to allow access to non-localhost clients? thanks |
[02:38:32] | wagnerrp: | and it already has all your tuner cards open |
[02:38:45] | wagnerrp: | Pwen: mythtv-setup, first section, first page |
[02:39:22] | Pwen: | sooo.. the ip you input for backend address? |
[02:39:32] | wagnerrp: | is the one the backend is running on |
[02:39:44] | Pwen: | instead of 127.0.0.1 I should put my network IP? on the master backend? |
[02:39:55] | wagnerrp: | yes |
[02:40:12] | Pwen: | thanks :-) |
[02:40:25] | Twiggy2cents: | so wagnerrp I do have a backend running on the machine and I set the useraction from mythweb. Should I check to see if there is two backends running? |
[02:41:34] | wagnerrp: | i guarantee you already have one backend running on that machine |
[02:41:45] | wagnerrp: | find out the user it is running as |
[02:41:52] | Twiggy2cents: | how do I do that? |
[02:42:06] | wagnerrp: | ps aux | grep mythbackend |
[02:42:22] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 276 seconds) | |
[02:42:40] | wagnerrp: | you want to copy ~/.mythtv/config.xml and ~/.mythtv/mysql.txt of that user, to those locations under the username things are failing as |
[02:43:54] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[02:44:13] | Twiggy2cents: | what exactly am I looking for. Myth tv is listed once with a sl /usr/bin/mythbackend --logfile /var/log/mytht/mythbackend.log --user mythtv |
[02:44:36] | Twiggy2cents: | and mytybox s+ grep --color=auto mythbackend |
[02:44:43] | Twiggy2cents: | and mythbox ssl mythbackend |
[02:44:58] | Twiggy2cents: | I skipped the numbers so tell me if you need them too |
[02:44:59] | wagnerrp: | the first word is the user that is running the application |
[02:45:02] | nichos (nichos!~nichos@c-98-231-118-122.hsd1.fl.comcast.net) has joined #mythtv-users | |
[02:45:10] | wagnerrp: | you skipped all the good stuff |
[02:45:29] | nichos: | hi all, im having a simple lirc problem that I just can't figure out. When I make changes to my ~/.lirc/mythtv file, they don't seem to take effect |
[02:45:32] | Twiggy2cents: | ha okay 12981 2.1 0.7 3320 788 pts/o |
[02:45:36] | nichos: | if re-started the frontend and lirc |
[02:45:41] | Twiggy2cents: | for mythtv |
[02:45:57] | nichos: | er, if = i've |
[02:47:10] | [R]: | nichos: mythtv doesmn't use ~/.lirc/mythtv |
[02:47:27] | Twiggy2cents: | I didnt have mysql.txt in /home/mythtv/.mythtv could that be causing it? |
[02:48:28] | nichos: | [r] shoot, why did ubuntu make that for me then ! |
[02:48:31] | nichos: | i see it here under .mythtv |
[02:48:39] | Twiggy2cents: | wagnerrp, still errored: userjob returned non-zero check logs |
[02:48:45] | nichos: | oh, it's a symlink |
[02:49:11] | gregl (gregl!~greg@cpe-69-204-191-116.nycap.res.rr.com) has quit (Quit: Leaving) | |
[02:49:29] | wagnerrp: | it could be in /etc/mythtv instead |
[02:50:17] | Twiggy2cents: | in that folder is the config.xml mysql.txt and session-settings |
[02:50:39] | nichos: | so that is a symlink, and of course it contains the settings ive put in |
[02:52:30] | nichos: | do i need to restart someting? |
[02:52:34] | nichos: | i didn't restart the backend |
[02:52:48] | tgm4883 (tgm4883!~tgm4883@arctangent.net) has joined #mythtv-users | |
[02:52:50] | tgm4883 (tgm4883!~tgm4883@arctangent.net) has quit (Changing host) | |
[02:52:50] | tgm4883 (tgm4883!~tgm4883@ubuntu/member/tgm4883) has joined #mythtv-users | |
[02:53:04] | Twiggy2cents: | hmm wagnerrp my config.xml in the etc/mythtv states the user for the db is mythtv but I am using root for the backend. |
[02:53:38] | wagnerrp: | well the one in /etc/mythtv is the correct one that seems to work |
[02:53:41] | wagnerrp: | so use that one |
[02:53:53] | Twiggy2cents: | and root in the mythtv home folder |
[02:54:05] | Twiggy2cents: | are you sure? the front end connects to the root one |
[02:54:38] | wagnerrp: | the backend started by the system is apparently using the one in /etc/mythtv |
[02:54:42] | wagnerrp: | and that one works |
[02:54:44] | Twiggy2cents: | okay |
[02:55:04] | wagnerrp: | anything else is picking up the database from that working backend |
[02:56:29] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has quit (Read error: Connection reset by peer) | |
[02:56:31] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has joined #mythtv-users | |
[02:56:32] | pizzledizzle (pizzledizzle!~pizdets@pool-96-250-215-244.nycmny.fios.verizon.net) has quit (Client Quit) | |
[02:58:20] | Twiggy2cents: | okay I changed it to mirror the etc one. Also the etc one had the computers ip address while the home folder one had localhost |
[02:58:30] | Twiggy2cents: | still failed |
[02:58:45] | Lord_Deathscythe (Lord_Deathscythe!~chris@h142.138.20.98.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
[02:58:52] | nichos: | when I test with irw the output says "Aspect" which im trying to bind to "w" |
[03:02:16] | J-e-f-f-A: | nichos: so put the mapping in your .lircrc file, and you'll be all set... ie... begin prog = mythtv button = Aspect config = w end |
[03:03:35] | nichos: | do i have to restart anything? nothing I do seems to change it |
[03:03:44] | clever: | just mythfrontend |
[03:03:53] | J-e-f-f-A: | nichos: Ypu probably have to restart mythfrontend ^^ yeah |
[03:04:13] | nichos: | i must be insaine |
[03:04:16] | Twiggy2cents: | hmm this one looks better wagnerrp http://pastebin.com/b1mXfPf7 |
[03:04:21] | nichos: | or missing something obvious |
[03:04:58] | nichos: | i put exactly that (except with line breaks) in my .lircrc, restarted frontend and no go |
[03:05:02] | J-e-f-f-A: | nichos: you are editing the .lircrc file for the user mythfrontend is running as, right? (typically 'mythtv', but who knows...) ;-) |
[03:05:25] | Twiggy2cents: | access denied to db? |
[03:05:45] | nichos: | j-e-f-f-A yes, the same user that launches it is the user who's running vim |
[03:06:01] | clever: | nichos: and that file is in the home dir for that user |
[03:06:10] | nichos: | for giggles I also changed the "Stop" to P (pause) and it didn't do it |
[03:06:13] | nichos: | clever – yes |
[03:06:53] | nichos: | http://pastebin.com/4gAQKCkv |
[03:06:55] | J-e-f-f-A: | nichos: Then either you're not restarting mythfrontend, or you're changing the wrong file (or the change didn't save?) |
[03:07:09] | clever: | or lircd may not be running/setup right |
[03:07:36] | nichos: | im editing on the same machine (so I must exit frontend), the file does save, that pastebin is from "cat" |
[03:07:51] | nichos: | lircd works with everything else (pause, up down, vol, etc) just about every button |
[03:07:52] | J-e-f-f-A: | clever: He's getting the output of "Aspect" when he runs 'irw' and presses that button, so lirc seems ok... |
[03:08:01] | clever: | J-e-f-f-A: ok |
[03:08:43] | nichos: | the only thing I haven't done is restart.... |
[03:09:18] | J-e-f-f-A: | nichos: Are you using more than one remote control? If not, I don't think you need the 'remote=' line... |
[03:09:35] | Twiggy2cents: | wagnerrp, the mysql text is also trying to connect on root. Should I change that to mythtv? |
[03:09:37] | nichos: | j-e-f-f-A, no I'm not, the auto-generator did that |
[03:09:45] | k-man: | for some reason ABC News is being marked as "this episode was previously recorded" |
[03:10:07] | k-man: | any idea how i can make it not "preveously recorded" so it will record properly again? |
[03:10:08] | kormoc: | k-man, it's likely a generic episode |
[03:10:19] | kormoc: | k-man, set the recording rule to ignore previously recorded shows |
[03:10:29] | ** J-e-f-f-A is not familiar with the 'auto-generator'... ** | |
[03:10:45] | kormoc: | J-e-f-f-A, that's cause there is no auto-generator? |
[03:10:49] | k-man: | can i do that from the web interface? |
[03:10:58] | kormoc: | k-man, yes |
[03:11:36] | k-man: | "duplicate check"? |
[03:11:46] | kormoc: | Yup, set that to none |
[03:11:53] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has joined #mythtv-users | |
[03:11:54] | lepsie (lepsie!~leprechau@temp4.wavelinx.net) has joined #mythtv-users | |
[03:12:03] | nichos: | see mythbuntu-lirc-generator |
[03:12:06] | lepsie (lepsie!~leprechau@temp4.wavelinx.net) has quit (Read error: Connection reset by peer) | |
[03:12:08] | J-e-f-f-A: | nichos: Maybe you need to put that entry in the ~/.lirc/mythtv file instead? |
[03:12:25] | ** J-e-f-f-A doesn't run Ubuntu... Fedora here... ** | |
[03:12:33] | lapion (lapion!~axion@ip51cf1c70.direct-adsl.nl) has quit (Ping timeout: 240 seconds) | |
[03:12:44] | nichos: | j-e-f-f-A that's where I started |
[03:12:50] | kormoc: | No manual entry for mythbuntu-lirc-generator :P |
[03:13:05] | k-man: | damn, i hate those spam phone calls one receives from time to time |
[03:13:16] | nichos: | google && "I'm feeling lucky" :P |
[03:13:31] | k-man: | kormoc: thanks, i think that will solve the problem |
[03:14:04] | nichos: | just as a test, i did "mv .lirc lirc_BACK" |
[03:14:16] | nichos: | restarted frontend and the remote doesnt work, so it's reading something in that dir |
[03:14:46] | kormoc: | nichos, mythfrontend has the lirc file it's using in it's logs |
[03:14:57] | dashcloud (dashcloud!~quassel@pool-173-59-40-212.phlapa.fios.verizon.net) has quit (Ping timeout: 240 seconds) | |
[03:16:59] | nichos: | LIRC: Successfully initialized '/dev/lircd' using '/home/nichos/.mythtv/lircrc' config |
[03:17:05] | nichos: | well dang it |
[03:18:29] | J-e-f-f-A: | nichos: And according to this page: https://code.launchpad.net/~mythbuntu/mythbun . . . rc-generator — "add support for..." "aspect" – if it's case-sensitive, changing your button name from "Aspect" to "aspect" might 'fix' it too... |
[03:22:13] | nichos: | nope, out of curiosity i deleted the "down" button, but it had no effect. I'm at a loss, there must be something ubuntu-ish that im missing |
[03:22:58] | witrchris (witrchris!~chris@adsl-76-205-66-71.dsl.bcvloh.sbcglobal.net) has joined #mythtv-users | |
[03:23:30] | witrchris: | Anybody here have mythtv running with a scientific atlanta stb? |
[03:23:43] | [R]: | no... i dont think ANYONE has ever tried that |
[03:23:47] | [R]: | let us know |
[03:23:48] | [R]: | ;) |
[03:23:56] | nichos: | oh shit, i think i know...... |
[03:24:25] | J-e-f-f-A: | nichos: careful with the language... |
[03:24:32] | witrchris: | lol ok i'm an idiot for asking |
[03:24:34] | nichos: | oh (?) sorry |
[03:27:04] | witrchris: | i'm thinking hd-pvr + scientific atlanta box + firewire to change channels so i can get hd digital cable |
[03:27:15] | nutron (nutron!~nutron@S010600195b2f0f96.ok.shawcable.net) has joined #mythtv-users | |
[03:27:18] | [R]: | witrchris: exactly what i do |
[03:27:36] | witrchris: | [R]: who's your provider? |
[03:27:39] | [R]: | cox |
[03:28:28] | nichos: | well, I had 3 remotes in my file |
[03:28:35] | nichos: | i didn't scroll all the way down :/ |
[03:28:39] | nichos: | thanks for your help though jeff |
[03:28:52] | J-e-f-f-A: | nichos: So you've got it now? good! ;-) |
[03:29:00] | witrchris: | i'm hoping it'll work with twc in rochester, ny |
[03:29:23] | nichos: | yes'sir, thanks for your help |
[03:30:11] | witrchris: | <noob> can anyone recommend a decent USB remote that won't break the bank? |
[03:30:50] | [R]: | what is a usb remote |
[03:30:58] | J-e-f-f-A: | witrchris: MC MCE – about $20 with receiver if you shop around a little bit... search ebay for 'Microsoft RC6' to weed out the crap... |
[03:31:03] | witrchris: | mce remote |
[03:31:11] | [R]: | the hdpvr comes with a remote... |
[03:32:05] | ** J-e-f-f-A forgot about the hd-pvr remote... I think mine are still in the box. ;-) ** | |
[03:34:10] | witrchris: | i had a haupphage pci card but it's got crap remote support in linux |
[03:34:28] | witrchris: | so i think i'm gonna sell it off and get $ towards the hd-pvr |
[03:43:18] | gregl (gregl!~greg@cpe-69-204-191-116.nycap.res.rr.com) has joined #mythtv-users | |
[03:48:15] | J-e-f-f-A: | witrchris: If you do end up buying an MCE remote, this guy has the remote & receiver for about $20 + $9 shipping ... http://cgi.ebay.com/Dell-Microsoft-XP-VISTA-M . . . em2a074e16a3 — if you shop around, you can find it a little cheaper usually. |
[03:48:59] | witrchris: | J-e-f-f-A: and that'll work with linux? |
[03:49:14] | J-e-f-f-A: | witrchris: Yessir! -) |
[03:50:41] | J-e-f-f-A: | witrchris: If you want one with a TV Power button, he's got them for $3 more... http://cgi.ebay.com/OEM-Microsoft-XP-VISTA-Me . . . em53e22a4556 |
[03:51:17] | witrchris: | hmm i kinda want that lol |
[03:52:08] | J-e-f-f-A: | witrchris: You can program the TV power button to control your TV, and, optionally the volume up/down buttons for the TV also... |
[03:52:26] | witrchris: | right |
[03:53:23] | lyricnz (lyricnz!~simonrobe@202.124.89.104) has joined #mythtv-users | |
[03:54:49] | J-e-f-f-A: | witrchris: The buttons are backlit, *except* for the numbers (which is odd!)... |
[03:54:59] | witrchris: | lol that's not that big of a deal. |
[03:55:22] | witrchris: | though i know it's a bit out of date, i'm _really_ looking at doing a linuxmce install... |
[03:56:31] | J-e-f-f-A: | I also have a few of these remotes... they're are identical code-wise to the M$ branded ones, and actually have a few more buttons, but aren't backlit. http://cgi.ebay.com/HP-Remote-Control-PC-5069 . . . em3caeeaab2f |
[03:58:09] | Twiggy2cents: | hey how do I clear the queue of errored jobs on mythweb? |
[03:58:20] | Twiggy2cents: | hey wagnerrp you still there? I fixed it |
[03:59:06] | J-e-f-f-A: | witrchris: Here's one that looks a bit like a cell phone! http://cgi.ebay.com/New-HP-Universal-Remote-C . . . em3cadfab021 |
[04:00:08] | Twiggy2cents: | many 182 people in here and hardly anybody talks |
[04:00:20] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has quit (Read error: Connection reset by peer) | |
[04:00:23] | Twiggy2cents: | somebody has to know how to remove errored jobs from the queue |
[04:00:40] | nichos (nichos!~nichos@c-98-231-118-122.hsd1.fl.comcast.net) has quit (Quit: This computer has gone to sleep) | |
[04:00:41] | J-e-f-f-A: | Twiggy2cents: Most of us have irc proxies and aren't here 24x7, although our proxy is... |
[04:00:47] | witrchris: | http://cgi.ebay.com/NEW-Dell-Gyration-Air-Mou . . . em58875b246f ooh looks like a gyration remote... |
[04:00:52] | J-e-f-f-A: | Twiggy2cents: ... and no, I don't... |
[04:00:53] | witrchris: | albiet a not cheap one |
[04:01:27] | Twiggy2cents: | J-e-f-f-A, well I didnt figure they were all active, I just figured there would be more active |
[04:02:49] | J-e-f-f-A: | Twiggy2cents: Well, the UK folks are mostly still in bed, and some of us US folks are going to bed now... <me> ;-) Believe me, this channel can get quite chatty at times... |
[04:03:35] | Twiggy2cents: | lol well I really need to too. I think I found it. In the mysql BAH I hate mysql |
[04:03:41] | Twiggy2cents: | <---------------doesnt know how to work it |
[04:04:02] | J-e-f-f-A: | witrchris: I don't know how well the mouse/gyration stuff is supported (maybe 100%, I don't know!) – but that is a nice remote. ;-) |
[04:04:18] | witrchris: | haha yeah.. |
[04:04:22] | Beirdo: | gyrate this... |
[04:04:26] | Beirdo: | heh |
[04:04:31] | witrchris: | granted, i don't necessarily NEED the functionality of a gyro remote |
[04:04:46] | Beirdo: | I want me a Harmony one of these days |
[04:05:14] | J-e-f-f-A: | Beirdo: Hehehe... reminds me of something we used to say in High School... Give someone the bird, and say "Sit & Rotate — when you get to the Elbow, the ride's over!" |
[04:05:29] | Beirdo: | heh |
[04:05:47] | Beirdo: | when ya hit my shoulder. BLEEP off. |
[04:05:51] | Beirdo: | heh |
[04:05:53] | Beirdo: | yeah |
[04:05:58] | Beirdo: | pretty similar |
[04:06:40] | J-e-f-f-A: | witrchris: I've really got to get to bed, but here's another one – not all that pretty, but free shipping, so less than $20: http://cgi.ebay.com/NEW-HP-MCE-REMOTE-CONTROL . . . em4145aa8ecf |
[04:07:18] | witrchris: | J-e-f-f-A: that's got an emitter |
[04:07:25] | J-e-f-f-A: | witrchris: Ick, but shipping from China... Yikes, you'll get it in about a month! |
[04:07:30] | witrchris: | however, do i need something else to actually _emit_ the stuff? |
[04:07:55] | Beirdo: | you need the IR emitter |
[04:07:56] | J-e-f-f-A: | witrchris: Hopefully not, you should be able to do channel changing via FireWire. |
[04:08:03] | witrchris: | ok |
[04:08:08] | Beirdo: | they are like $2–5 on amazon.com |
[04:08:08] | Twiggy2cents (Twiggy2cents!~Owner@173.154.164.160) has quit (Remote host closed the connection) | |
[04:08:26] | J-e-f-f-A: | witrchris: But the MCE receiver is a great transmitter too... |
[04:08:27] | Beirdo: | although, if you can use firewire, you don't need IR emitter at all :) |
[04:09:12] | witrchris: | right. |
[04:09:18] | witrchris: | but i have a tv too and i'm lazy heh. |
[04:11:56] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has joined #mythtv-users | |
[04:12:43] | Beirdo: | laziness FTW |
[04:25:29] | Beirdo: | sphery: you up? |
[04:27:07] | Beirdo: | #8648... that's a real bug, my man. :) A deleted file shouldn't make things crash. |
[04:27:24] | Beirdo: | looks like a case of bad exception handling (at least on the surface) |
[04:38:01] | dansushi (dansushi!~dan@72.93.252.46) has quit (Remote host closed the connection) | |
[04:38:39] | dansushi (dansushi!~dan@72.93.252.46) has joined #mythtv-users | |
[04:46:18] | eNeRGi (eNeRGi!~nrgizer@cs78235252.pp.htv.fi) has quit (Ping timeout: 240 seconds) | |
[05:08:01] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 258 seconds) | |
[05:08:16] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[05:20:42] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 245 seconds) | |
[05:27:59] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[05:31:15] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[05:45:52] | witrchris (witrchris!~chris@adsl-76-205-66-71.dsl.bcvloh.sbcglobal.net) has quit (Quit: NORTH KOREA IS BEST KOREA) | |
[05:48:56] | gregl (gregl!~greg@cpe-69-204-191-116.nycap.res.rr.com) has quit (Ping timeout: 260 seconds) | |
[06:06:50] | joe_k (joe_k!~joe@99-25-240-140.lightspeed.ltrkar.sbcglobal.net) has joined #mythtv-users | |
[06:07:43] | Kunalagon (Kunalagon!~Kunalagon@195.178.32.28) has joined #mythtv-users | |
[06:07:46] | joe_k: | hi. I have mythbuntu 10.04 and I can't fetch channels from the schedulesdirect listings server. I think it has to do with perl 6 date functions. anyone experienced the problem? |
[06:08:03] | Kunalagon (Kunalagon!~Kunalagon@195.178.32.28) has quit (Read error: Connection reset by peer) | |
[06:08:47] | Beirdo: | perl 6?! |
[06:09:18] | joe_k: | err, libdate-manip-perl 6.xx |
[06:09:26] | Beirdo: | ah. |
[06:09:47] | Beirdo: | first off, mythbuntu support is in #mythbuntu :) |
[06:10:25] | Beirdo: | secondly, I can assure you that trunk certainly is working, and I'd be very surprised if 0.23-fixes weren't |
[06:10:58] | Beirdo: | soo, there's an autobuild setup for 0.23-fixes under mythbuntu that people have linked to here before |
[06:11:10] | Kunalagon (Kunalagon!~Kunalagon@195.178.32.28) has joined #mythtv-users | |
[06:12:07] | Beirdo: | I'd bet that using that rather than the default pre-0.23 install that comes with mythbuntu 10.04 may fix a lot of interesting issues |
[06:13:24] | Beirdo: | also, not sure how perl modules would affect mythfilldatabase which is not in perl :) |
[06:17:32] | KraMer (KraMer!~mark@adsl-70-240-219-121.dsl.hstntx.swbell.net) has left #mythtv-users ("Leaving") | |
[06:25:51] | paul-h (paul-h!~paulh@5adce26c.bb.sky.com) has joined #mythtv-users | |
[06:28:52] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 276 seconds) | |
[06:34:52] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has joined #mythtv-users | |
[06:37:07] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[06:43:14] | gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has joined #mythtv-users | |
[06:47:23] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has joined #mythtv-users | |
[06:53:15] | eNeRGi (eNeRGi!~nrgizer@cs78235252.pp.htv.fi) has joined #mythtv-users | |
[06:55:24] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[06:56:36] | lyricnz (lyricnz!~simonrobe@202.124.89.104) has quit (Ping timeout: 248 seconds) | |
[06:57:15] | joe_k: | well the xmltv stuff is in perl (/usr/bin/tv_grab_na_dd and friends) |
[06:57:32] | joe_k: | and i figured its what got called to populate the channel list |
[06:57:54] | joe_k: | but i patched a couple lines in that particular file for the new version and resetup everything |
[06:58:14] | joe_k: | but still no channels and nothing happens when I click "fetch channels from listings server" |
[06:58:46] | joe_k: | (but the patch did correct a perl error) |
[06:59:47] | joe_k: | really i would like to see if any errors messages are printed when mythtv-setup is running .... or find where that 'fetch' button is defined in the sources to see what it calls and then go fix that |
[07:05:37] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has quit (Ping timeout: 276 seconds) | |
[07:05:48] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 265 seconds) | |
[07:08:48] | Beirdo: | joe_k: xmltv is not used by mythtv to do Schedules Direct data |
[07:10:15] | Beirdo: | anyways, it's time fer bed for me |
[07:10:43] | Beirdo: | good luck. look for the autobuilds, get a 0.23-fixes one, that may well fix it |
[07:11:17] | Beirdo: | you may need to get over to #mythbuntu for further support on that |
[07:12:40] | gnewt58 (gnewt58!~gnewton@134.159.99.19) has left #mythtv-users () | |
[07:12:56] | Dibblah (Dibblah!~Dibblah@cpc2-dund11-2-0-cust288.sgyl.cable.virginmedia.com) has quit (Read error: Connection reset by peer) | |
[07:13:53] | Dibblah (Dibblah!~Dibblah@cpc2-dund11-2-0-cust288.sgyl.cable.virginmedia.com) has joined #mythtv-users | |
[07:13:53] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Dibblah | |
[07:17:05] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[07:19:13] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Ping timeout: 240 seconds) | |
[07:19:55] | Metoer (Metoer!metoer@77.68.145.150) has quit (Read error: Connection reset by peer) | |
[07:20:26] | Metoer (Metoer!metoer@77.68.145.150) has joined #mythtv-users | |
[07:20:51] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[07:25:40] | And4713 (And4713!~And4713@c-98-201-146-20.hsd1.tx.comcast.net) has quit (Quit: Leaving) | |
[07:26:01] | And4713 (And4713!~And4713@c-98-201-146-20.hsd1.tx.comcast.net) has joined #mythtv-users | |
[07:35:46] | philverb (philverb!~david@c-67-180-198-84.hsd1.ca.comcast.net) has quit (Ping timeout: 265 seconds) | |
[07:41:16] | Jay2k1 (Jay2k1!~J@85.183.203.242) has joined #mythtv-users | |
[07:49:57] | Cougar (Cougar!~cougar@lost.data.ee) has joined #mythtv-users | |
[07:52:28] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 258 seconds) | |
[07:52:51] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[07:58:28] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Ping timeout: 248 seconds) | |
[07:59:37] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Ping timeout: 240 seconds) | |
[08:01:48] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users | |
[08:04:44] | pak0 (pak0!~Paco@217.168.5.83) has joined #mythtv-users | |
[08:04:59] | pak0 (pak0!~Paco@217.168.5.83) has quit (Remote host closed the connection) | |
[08:07:36] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[08:11:32] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[08:20:08] | CyberKnet (CyberKnet!~CyberKnet@65.38.25.93) has quit () | |
[08:25:24] | lyricnz (lyricnz!~simonrobe@ppp118-209-78-11.lns20.mel4.internode.on.net) has joined #mythtv-users | |
[08:29:25] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 265 seconds) | |
[08:30:44] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[08:32:52] | oobe (oobe!~thingo@unaffiliated/oobe) has quit (Read error: Connection reset by peer) | |
[08:54:27] | justinh: | joe_k: I don't use SD but I found I couldn't run xmltv stuff either due to a problem with Perl Date::Manip too |
[08:55:28] | justinh: | the one shipping with mythbuntu & current ubuntu is too new for xmltv if I remember right, so you need either an older version of Date::Manip or an updated xmltv grabber.. or just a hack on the grabber |
[08:56:41] | xand: | mmmm hardware for new mythtv box should arrive (at work) today, that'll annoy our receptionist >.< |
[08:57:00] | justinh: | there's a bug open on the date::manip issue anyway |
[08:59:44] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has quit (Read error: Connection reset by peer) | |
[08:59:50] | ghoti (ghoti!~paul@74-51-38-192.telnetcommunications.com) has joined #mythtv-users | |
[09:00:33] | justinh: | but as Beirdo said SD data grabbing in mythtv doesn't use perl so the date::manip issue shouldn't even affect it – but it *would* affect the tv_grab_na_dd script |
[09:03:44] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has quit (Remote host closed the connection) | |
[09:06:30] | dagar (dagar!~dagar@206.248.137.66) has quit (Ping timeout: 246 seconds) | |
[09:09:02] | justinh: | WTH? /var/www/mythweb is a symobilic link to /usr/share/mythtv/mythweb (!) |
[09:09:20] | justinh: | or a symbolic link, even |
[09:10:05] | clever: | sounds like an ok place to store mythweb |
[09:12:20] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has quit (*.net *.split) | |
[09:12:21] | skimj1 (skimj1!~Greg@c-67-162-148-160.hsd1.co.comcast.net) has quit (*.net *.split) | |
[09:12:21] | nuonguy (nuonguy!~john@c-24-6-103-14.hsd1.ca.comcast.net) has quit (*.net *.split) | |
[09:12:21] | dougl (dougl!~doug@S01060018f3992b5d.wp.shawcable.net) has quit (*.net *.split) | |
[09:12:22] | Caliban (Caliban!~ianmacd@jiskefet.caliban.org) has quit (*.net *.split) | |
[09:12:24] | paul-h (paul-h!~paulh@5adce26c.bb.sky.com) has quit (*.net *.split) | |
[09:12:24] | joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has quit (*.net *.split) | |
[09:12:24] | aloril (aloril!~aloril@84.249.126.153) has quit (*.net *.split) | |
[09:12:24] | kabtoffe (kabtoffe!~kbergstr@dsl-hkibrasgw3-ff5ec100-39.dhcp.inet.fi) has quit (*.net *.split) | |
[09:12:25] | Wicked (Wicked!~zero@unaffiliated/blazed) has quit (*.net *.split) | |
[09:12:25] | Essobi (Essobi!~Essobi@74-128-72-72.dhcp.insightbb.com) has quit (*.net *.split) | |
[09:12:25] | rooaus (rooaus!~cameron@ppp118-209-187-51.lns20.mel6.internode.on.net) has quit (*.net *.split) | |
[09:12:26] | clyons (clyons!~clyons@unaffiliated/clyons) has quit (*.net *.split) | |
[09:12:26] | beata- (beata-!beata@c-69-137-146-82.hsd1.md.comcast.net) has quit (*.net *.split) | |
[09:12:26] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has quit (*.net *.split) | |
[09:12:26] | jpabq (jpabq!~jpabq@97-123-81-103.albq.qwest.net) has quit (*.net *.split) | |
[09:12:26] | keith4 (keith4!~keith@unaffiliated/keith4) has quit (*.net *.split) | |
[09:12:26] | tomimo_ (tomimo_!~kurre@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[09:12:26] | zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has quit (*.net *.split) | |
[09:12:27] | Prost (Prost!prost@who.knows.what.possessed.us) has quit (*.net *.split) | |
[09:12:27] | th1 (th1!~th@pdpc/supporter/professional/th1) has quit (*.net *.split) | |
[09:12:27] | mikeones (mikeones!~mikeones@pool-72-64-99-5.dllstx.fios.verizon.net) has quit (*.net *.split) | |
[09:12:28] | blizzard_ (blizzard_!~blizzard@rajraj.nu) has quit (*.net *.split) | |
[09:12:28] | Patina (Patina!~tomas@1385158752.dhcp.dbnet.dk) has quit (*.net *.split) | |
[09:12:28] | baffle (baffle!baffle@shell.eunet.no) has quit (*.net *.split) | |
[09:12:28] | k-man (k-man!~jason@unaffiliated/k-man) has quit (*.net *.split) | |
[09:14:46] | Caliban (Caliban!~ianmacd@jiskefet.caliban.org) has joined #mythtv-users | |
[09:18:43] | paul-h (paul-h!~paulh@5adce26c.bb.sky.com) has joined #mythtv-users | |
[09:18:43] | joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has joined #mythtv-users | |
[09:18:43] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users | |
[09:18:43] | aloril (aloril!~aloril@84.249.126.153) has joined #mythtv-users | |
[09:18:43] | kabtoffe (kabtoffe!~kbergstr@dsl-hkibrasgw3-ff5ec100-39.dhcp.inet.fi) has joined #mythtv-users | |
[09:18:43] | beata- (beata-!beata@c-69-137-146-82.hsd1.md.comcast.net) has joined #mythtv-users | |
[09:18:43] | Wicked (Wicked!~zero@unaffiliated/blazed) has joined #mythtv-users | |
[09:18:43] | Essobi (Essobi!~Essobi@74-128-72-72.dhcp.insightbb.com) has joined #mythtv-users | |
[09:18:43] | rooaus (rooaus!~cameron@ppp118-209-187-51.lns20.mel6.internode.on.net) has joined #mythtv-users | |
[09:18:43] | skimj1 (skimj1!~Greg@c-67-162-148-160.hsd1.co.comcast.net) has joined #mythtv-users | |
[09:18:43] | clyons (clyons!~clyons@unaffiliated/clyons) has joined #mythtv-users | |
[09:18:43] | mzb (mzb!~mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
[09:18:43] | nuonguy (nuonguy!~john@c-24-6-103-14.hsd1.ca.comcast.net) has joined #mythtv-users | |
[09:18:43] | dougl (dougl!~doug@S01060018f3992b5d.wp.shawcable.net) has joined #mythtv-users | |
[09:18:43] | jpabq (jpabq!~jpabq@97-123-81-103.albq.qwest.net) has joined #mythtv-users | |
[09:18:43] | keith4 (keith4!~keith@unaffiliated/keith4) has joined #mythtv-users | |
[09:18:43] | tomimo_ (tomimo_!~kurre@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users | |
[09:18:43] | zzpat (zzpat!~zzpat@203.171.82.242.static.rev.aanet.com.au) has joined #mythtv-users | |
[09:18:43] | Prost (Prost!prost@who.knows.what.possessed.us) has joined #mythtv-users | |
[09:18:43] | k-man (k-man!~jason@unaffiliated/k-man) has joined #mythtv-users | |
[09:18:43] | baffle (baffle!baffle@shell.eunet.no) has joined #mythtv-users | |
[09:18:43] | Patina (Patina!~tomas@1385158752.dhcp.dbnet.dk) has joined #mythtv-users | |
[09:18:43] | blizzard_ (blizzard_!~blizzard@rajraj.nu) has joined #mythtv-users | |
[09:18:43] | mikeones (mikeones!~mikeones@pool-72-64-99-5.dllstx.fios.verizon.net) has joined #mythtv-users | |
[09:18:43] | th1 (th1!~th@pdpc/supporter/professional/th1) has joined #mythtv-users | |
[09:19:02] | kripz (kripz!~kripz@220.253-235-104.VIC.netspace.net.au) has joined #mythtv-users | |
[09:19:55] | kripz: | Does the mythvideo's internal player support vpdau? |
[09:20:19] | justinh: | course it does |
[09:20:32] | oobe (oobe!~thingo@unaffiliated/oobe) has joined #mythtv-users | |
[09:20:54] | justinh: | supports exactly the same things as mythtv's tv/recordings player. Because it's the same player |
[09:21:09] | kripz: | interesting... it doesnt seem to be upmixing 2.1 to 5.1 |
[09:21:19] | justinh: | that has *nothing* to do with vdpau |
[09:21:27] | kripz: | thats a different topic :D |
[09:21:44] | justinh: | and *everything* to do with mythtv's general audio settings |
[09:22:05] | kripz: | TV upmixing works fine but videos dont upmix, i dont know if it's the upmixing or maybe it cant play my mkv? |
[09:22:12] | nuonguy (nuonguy!~john@c-24-6-103-14.hsd1.ca.comcast.net) has quit (Ping timeout: 248 seconds) | |
[09:22:25] | justinh: | or maybe there's just no surround information in the video soundtracks |
[09:22:44] | kripz: | probablym, shouldnt it upmix to 5.1? |
[09:23:52] | justinh: | not sure. personally I just use digital out for surround, and if it ain't got DTS or AC3 encoding, no surround :) |
[09:25:57] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has joined #mythtv-users | |
[09:28:48] | flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has joined #mythtv-users | |
[09:30:19] | dagar (dagar!~dagar@agar.ca) has joined #mythtv-users | |
[09:31:02] | justinh: | you'd think that even a movie with just a basic stereo soundtrack should have at least ProLogic encoding in it |
[09:31:39] | justinh: | that's where the surround (rear) channel is phase encoded in the L + R channels |
[09:31:50] | justinh: | the centre channel is derived from the L+R channels too |
[09:32:15] | justinh: | so yeah a basic stereo soundtrack should in theory produce surround with an upmixer |
[09:34:44] | justinh: | the settings for the internal player are exactly the same for videos & TV content so if upmixing is working with one it should work on the other – unless of course you're not actually using the internal player for videos. some distros still default to using mplayer AFAIK. It'll pay you to check |
[09:35:10] | justinh: | by that I mean some distros packing mythtv actually still set the default video player to mplayer AFAIK |
[09:43:46] | nuonguy (nuonguy!~john@c-24-6-103-14.hsd1.ca.comcast.net) has joined #mythtv-users | |
[09:54:33] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Ping timeout: 240 seconds) | |
[09:57:53] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[10:08:47] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Excess Flood) | |
[10:11:50] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[10:16:00] | cynicismic (cynicismic!~rclark@188-223-82-64.zone14.bethere.co.uk) has joined #mythtv-users | |
[10:29:04] | Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B224167.dip.t-dialin.net) has joined #mythtv-users | |
[10:30:10] | gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has quit (Quit: Leaving) | |
[10:42:34] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
[10:44:33] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Ping timeout: 240 seconds) | |
[10:46:49] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[10:54:11] | stuarta (stuarta!~stuarta@unaffiliated/stuarta) has joined #mythtv-users | |
[10:54:11] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stuarta | |
[10:58:12] | kripz: | justinh, even without all that stuff, can i get mythvideo to just treat the rear speakers like the front speakers? ie. output it on both rear and front |
[11:00:42] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Ping timeout: 245 seconds) | |
[11:09:00] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has quit (Ping timeout: 246 seconds) | |
[11:10:48] | hashbang (hashbang!~hashbang@cse-ajb.cse.bris.ac.uk) has joined #mythtv-users | |
[11:12:15] | justinh: | you're missing the point. mythvideo |
[11:12:18] | justinh: | aghh |
[11:12:30] | justinh: | mythvideo's player is THE SAME as the TV player |
[11:12:42] | justinh: | so whatever the tv/recordings player does, mythvideo does too |
[11:12:48] | justinh: | and vice-versa |
[11:13:08] | justinh: | that is, unless you've still got it set as something other than Internal |
[11:15:09] | justinh: | and FWIW, having the rear channels do exactly the same as the front isn't actually upmixing |
[11:15:37] | justinh: | nor, in my experience, does it provide a compelling sound stage |
[11:19:11] | Azelphur_ (Azelphur_!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[11:22:30] | Azelphur_ is now known as Azelphur | |
[11:34:35] | flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has quit (Read error: Operation timed out) | |
[11:36:12] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Read error: Connection reset by peer) | |
[11:37:17] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[11:38:06] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Read error: Connection reset by peer) | |
[11:42:56] | flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has joined #mythtv-users | |
[11:49:38] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[11:49:57] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 246 seconds) | |
[11:50:36] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Client Quit) | |
[11:54:57] | inordkuo (inordkuo!~inorkuo@216.80.55.194) has quit (Quit: Leaving.) | |
[11:55:34] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[12:07:30] | waxhead (waxhead!~pete@ppp121-45-221-169.lns20.cbr1.internode.on.net) has quit (Quit: Ex-Chat) | |
[12:11:20] | mazer (mazer!~clusterbo@65-100-21-229.cdrr.qwest.net) has joined #mythtv-users | |
[12:18:44] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-127.zone5.bethere.co.uk) has joined #mythtv-users | |
[12:29:39] | Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B224167.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[12:36:28] | hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has joined #mythtv-users | |
[12:40:13] | andreax (andreax!~andreaz@p57B9402D.dip.t-dialin.net) has joined #mythtv-users | |
[12:41:34] | cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has quit (Read error: Operation timed out) | |
[12:41:59] | cesman (cesman!~cecil@pdpc/supporter/professional/cesman) has joined #mythtv-users | |
[12:42:48] | Patina (Patina!~tomas@1385158752.dhcp.dbnet.dk) has quit (Ping timeout: 260 seconds) | |
[12:48:07] | mazer (mazer!~clusterbo@65-100-21-229.cdrr.qwest.net) has quit (Ping timeout: 240 seconds) | |
[12:48:33] | kripz (kripz!~kripz@220.253-235-104.VIC.netspace.net.au) has quit (Ping timeout: 240 seconds) | |
[12:50:47] | RDV_Linux (RDV_Linux!~doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[12:53:04] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 258 seconds) | |
[12:53:19] | rossand (rossand!~aross@CPE485b390978ce-CM00159a025ad4.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[12:54:41] | flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has quit (Ping timeout: 264 seconds) | |
[12:55:55] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has left #mythtv-users () | |
[12:59:12] | flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has joined #mythtv-users | |
[13:01:48] | Twiggy2cents (Twiggy2cents!~Owner@12.182.96.2) has joined #mythtv-users | |
[13:02:55] | andreax (andreax!~andreaz@p57B9402D.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[13:03:40] | RDV_Linux (RDV_Linux!~doug@64-9-157-160.fwd.datafoundry.com) has joined #mythtv-users | |
[13:04:07] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[13:04:10] | Patina (Patina!~tomas@1385158752.dhcp.dbnet.dk) has joined #mythtv-users | |
[13:04:50] | Twiggy2cents: | hey wagnerrp you awake? |
[13:05:22] | gregl (gregl!~greg@cpe-74-76-123-215.nycap.res.rr.com) has joined #mythtv-users | |
[13:05:52] | ** stuarta burps ** | |
[13:07:32] | mazer (mazer!~clusterbo@65-100-21-229.cdrr.qwest.net) has joined #mythtv-users | |
[13:08:50] | ** oobe wakes up wagnerrp ** | |
[13:09:10] | oobe: | he's just making a coffee he will be here in a sec |
[13:09:32] | Twiggy2cents: | oh okay |
[13:10:01] | oobe: | sorry i was kidding I thought you knew |
[13:10:10] | Azelphur (Azelphur!~Azelphur@87.117.230.171) has quit (Quit: Oh god i switched my bouncer off, the world is ending!) | |
[13:10:18] | oobe: | humour doesnt translate well on irc somtimes |
[13:10:40] | oobe: | i guess non ascii characters dont either |
[13:10:46] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[13:11:46] | Twiggy2cents: | well I wasnt sure, i though maybe you two worked together or something |
[13:11:47] | Twiggy2cents: | lol |
[13:12:27] | Twiggy2cents: | they need to make a standard of using sarcastic tags on anything questionable |
[13:12:47] | justinh: | it's easier with me. everything I say is intended as sarcasm |
[13:13:03] | stuarta: | </sarcasm> |
[13:13:07] | stuarta: | what's wrong with that |
[13:13:14] | Twiggy2cents: | thats what I was talking about |
[13:13:49] | justinh: | my IRC client marks sarcasm as slightly grey text on a black backrgound. As all the other text |
[13:14:16] | Twiggy2cents: | lol If i read that right you client marks it all as sarcasm? |
[13:14:35] | justinh: | no, it all looks the same |
[13:14:49] | ** stuarta pokes justinh with a comically shaped sarcasm trout ** | |
[13:15:04] | Twiggy2cents: | does anybody use xchat? |
[13:15:12] | stuarta: | ew |
[13:15:19] | justinh: | psst.... wanna xchat? cam? |
[13:15:24] | Twiggy2cents: | asl |
[13:15:26] | stuarta: | tho it's one of the better windows clients |
[13:15:35] | Twiggy2cents: | I use it on linux and windoze |
[13:15:58] | justinh: | what's windoze? is it a clone of Windows sourced from the Far East? |
[13:16:15] | Twiggy2cents: | I just wanted to know how to change my text to a different color other than crap grey with out having to actually look for it lol |
[13:16:33] | Twiggy2cents: | windoze is windows 8 :) |
[13:16:49] | rushfan (rushfan!~rushfan@c-71-234-134-80.hsd1.ma.comcast.net) has joined #mythtv-users | |
[13:16:53] | justinh: | go to My Computer, select C:, right click on it & select FORMAT from the menu. Click YES or OK. Then you're done |
[13:17:24] | oobe: | lol |
[13:17:33] | oobe: | that wouldnt work thank god |
[13:17:53] | Twiggy2cents: | that didnt do it. To fix it I had to put a dos disk in start to dos and do a del tree c:\ |
[13:18:11] | Twiggy2cents: | Hmm now it seems to have a system theme and say no os found |
[13:18:13] | Twiggy2cents: | :( |
[13:19:10] | justinh: | hmm I think word must have got out about me being on paternity leave soon. I'm frickin snowed |
[13:19:24] | stuarta: | eta? |
[13:19:38] | justinh: | original ETA is Monday |
[13:19:57] | justinh: | subject to change of course ;) |
[13:19:59] | stuarta: | oooo, so add a few days cause it's the first one |
[13:20:25] | justinh: | so everybody says |
[13:20:31] | justinh: | ain't necessarily so |
[13:21:10] | stuarta: | nope, but true 90% of the time |
[13:21:44] | justinh: | a grandparent staunchly proclaimed last week "eeee but you've GOT to get him baptised!". Why? "Or he won't be able to get a job". Like WTH? |
[13:22:24] | stuarta: | heh, it'll need it if it marries a catholic :) |
[13:22:47] | justinh: | nah, it'll have enough brains not to get involved with anybody religious I hope :) |
[13:23:33] | justinh: | it/more than likely *he*/ |
[13:23:46] | stuarta: | :) |
[13:24:14] | stuarta: | my little man is 8.5 mths old now |
[13:24:23] | justinh: | how time flies eh |
[13:24:35] | stuarta: | indeed |
[13:25:07] | Captain_Murdoch: | mine has the operating room scheduled for his delivery on monday the 26th. |
[13:25:34] | stuarta: | no variation in that schedule then |
[13:25:57] | ** stuarta thinks 0.24 will have to be called the "baby boom" release ** | |
[13:26:01] | justinh: | I just hope ours wants to come out of his own accord. wife hates hospitals, and her being banned from driving for 6 weeks wouldn't go down well |
[13:26:56] | justinh: | did the dry run at the weekend. 20 minute drive in traffic :) |
[13:27:21] | ** Captain_Murdoch just realizes the irony that he's trying to get the theme downloader mostly finished before the other download happens. ** | |
[13:27:36] | stuarta: | hah |
[13:27:48] | justinh: | can't you feed/burp with one hand & code with the other? |
[13:28:16] | stuarta: | i've tried, it's not terribly successful |
[13:28:23] | justinh: | lol |
[13:29:00] | justinh: | reeto. time to mod some more boards. thankyou for being idiots, hardware design guys |
[13:29:04] | Captain_Murdoch: | yeah, with my daughter, I used to set her in my lap or in a bouncy chair on my desk or on the floor beside me. I had practice typing with one hand when I broke my right hand in college and a few years ago when I broke the left one in Bermuda. |
[13:30:00] | Captain_Murdoch: | most of my recent dev work has been in a vnc session on my laptop while sitting on the couch. |
[13:37:12] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has joined #mythtv-users | |
[13:37:13] | mazer (mazer!~clusterbo@65-100-21-229.cdrr.qwest.net) has quit (Ping timeout: 276 seconds) | |
[13:42:10] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv-users | |
[13:44:04] | inordkuo (inordkuo!~inorkuo@adsl-99-140-254-102.dsl.chcgil.sbcglobal.net) has joined #mythtv-users | |
[13:54:12] | Kunalagon (Kunalagon!~Kunalagon@195.178.32.28) has quit (Quit: Leaving.) | |
[13:54:14] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has quit (Quit: Leaving...) | |
[13:59:52] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 245 seconds) | |
[14:00:06] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[14:03:02] | Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B223D66.dip.t-dialin.net) has joined #mythtv-users | |
[14:05:32] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has joined #mythtv-users | |
[14:09:45] | Dassu (Dassu!haikion@amadeus.cc.tut.fi) has quit (Ping timeout: 240 seconds) | |
[14:15:32] | sphery (sphery!~mdean@24.110.76.32) has quit (Quit: leaving) | |
[14:16:02] | sphery (sphery!~mdean@24.110.76.32) has joined #mythtv-users | |
[14:16:02] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v sphery | |
[14:18:25] | frebas (frebas!~frebas@dsbg-4d0a3e5e.pool.mediaWays.net) has joined #mythtv-users | |
[14:24:53] | frebas: | hi! I cant scan with my dvb-s device using mythtv but with kaffeine it works. the problem ist that i cant add a LNB there just happens nothing if i want to. |
[14:25:51] | stuarta: | trying pushing down before pushing enter |
[14:26:21] | frebas: | ? |
[14:26:42] | stuarta: | by default nothing is highlighted so it's not possible to add the lnb until you highlight add new lnb |
[14:27:12] | frebas: | thank |
[14:27:13] | frebas: | s |
[14:27:40] | frebas: | i thought it was hightlighted |
[14:29:15] | wagnerrp: | gbee, iamlindoro: liucong104 on the wiki could use deleting |
[14:31:45] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has quit (Quit: Leaving...) | |
[14:32:34] | fleers (fleers!~fleers@cpe-76-93-149-51.san.res.rr.com) has quit (Quit: Leaving.) | |
[14:35:30] | gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has joined #mythtv-users | |
[14:35:55] | streeter (streeter!~streeter@nat/redhat/x-xediyyfniyklxlwn) has joined #mythtv-users | |
[14:41:19] | Twiggy2cents: | wagnerrp, You were spot on with it being a db issue last night |
[14:42:30] | Twiggy2cents: | I had the backend connecting to db host localhost and the rest was trying to connect to the computers actual IP as the host. |
[14:42:42] | Twiggy2cents: | I also found out the wonders of a gui interface for mysql! |
[14:43:13] | wagnerrp: | mysql doesnt have a gui interface |
[14:43:38] | Twiggy2cents: | no but mysql admin does |
[14:44:28] | wagnerrp: | i think the /only/ thing i would ever use a 3rd party program for access to mysql is for user management |
[14:44:45] | wagnerrp: | that seems like the only thing that could be made easier than the command line for mysql |
[14:46:31] | Twiggy2cents: | Well I used it for checking where the db was and the settings and clearing the errored job queue. I hope I dont need to utilize it much |
[14:46:50] | wagnerrp: | the jobqueue will clean itself out on its own |
[14:47:02] | Twiggy2cents: | The error ones hadnt left but all the others had |
[14:47:49] | wagnerrp: | they will eventually |
[14:47:57] | wagnerrp: | they intentionally stay there for a long time |
[14:48:13] | wagnerrp: | in case things errored while you were out of town or something |
[14:48:29] | mzb: | I'm interested in the idea of watching my mythtv recordings from a remote location |
[14:48:37] | mzb: | is there a *nice* way of doing this? |
[14:48:39] | Twiggy2cents: | ohh okay. Well I have to get to work but thanks for taking the time to point me in the right direction! |
[14:48:41] | wagnerrp: | mzb: how much bandwidth you got? |
[14:48:47] | mzb: | mythweb is not working for me |
[14:48:57] | joe_k: | justinh: well then the xmltv stuff doesnt apply, I just need to get my channels fetched |
[14:49:09] | mzb: | at home it's 6Mb/1Mb ... here it's 1500Kb/256Kb |
[14:49:13] | mzb: | ish |
[14:49:22] | wagnerrp: | yeah, 1mbps isnt going to get you much |
[14:49:47] | justinh: | hmm. if you're gonna leave it several hours before replying, chances are I'll have forgotten what was being talked about :) |
[14:49:50] | mazer (mazer!~clusterbo@trippio.cs-wireless.uni.edu) has joined #mythtv-users | |
[14:49:54] | wagnerrp: | mythweb flash streaming should work, if youve got the CPU grunt to transcode in real time |
[14:50:02] | mzb: | figured as much, so I thought I'd give mythweb a try but it's b0rk3d |
[14:50:02] | justinh: | remember I'm old :P |
[14:50:03] | wagnerrp: | why isnt mythweb working? |
[14:50:04] | joe_k: | justinh: fetch channel listings from schedulesdirect not working |
[14:50:18] | mzb: | mbe is amd x2 4400+ |
[14:50:21] | joe_k: | justing: also tried #mythbuntu but that channel is dead |
[14:50:23] | wagnerrp: | joe_k: what type of tuner? |
[14:50:28] | joe_k: | hdhomerun |
[14:50:31] | mzb: | (looks pretty idle from here, too;)) |
[14:50:38] | justinh: | oh yeah & date::manip – whichever one ubuntu is shipping with doesn't like xmltv |
[14:50:40] | wagnerrp: | you cannot fetch a channel listing for digital tuners |
[14:50:49] | wagnerrp: | you must scan, and match up XMLTV IDs manually |
[14:50:58] | joe_k: | Oh. damn |
[14:51:28] | justinh: | we really need to start working out how to wizardise this |
[14:51:28] | joe_k: | ok well the tv_grab_na_dd tool fetched me an XML list with a lot of "display names" for each channel id |
[14:51:30] | mzb: | the BE logs are showing 'Protocol version check failure' whenever I try anything with mythweb |
[14:51:32] | joe_k: | can that help me? |
[14:51:42] | wagnerrp: | mzb: going to be sufficient for anything mpeg2, not for h264 broadcasts |
[14:51:51] | mzb: | that's fine |
[14:52:06] | mzb: | I only want SD ... even transcoded is ok |
[14:52:07] | wagnerrp: | if youre getting problems with the protocol version check |
[14:52:21] | wagnerrp: | chances are that you have a mismatch between backend and mythweb versions |
[14:52:27] | wagnerrp: | upgrade/downgrade mythweb to match |
[14:52:34] | hpeter (hpeter!~hpeter@250-203.5-85.cust.bluewin.ch) has quit (Quit: hpeter) | |
[14:52:36] | wagnerrp: | you should see an error as such when opening mythweb |
[14:52:45] | mzb: | nope |
[14:54:13] | ** Beirdo yawns ** | |
[14:54:31] | mzb: | I've copied the mythweb dir directly out of the src dir that runs on the MBE |
[14:54:41] | mzb: | the MBE obviously works ;) |
[14:54:51] | mzb: | mythweb *mostly* works |
[14:54:58] | wagnerrp: | what revision? |
[14:55:02] | mzb: | err |
[14:55:53] | mzb: | Revision: 24727 |
[14:56:11] | mzb: | gee ... that is getting a bit old ;) |
[14:56:30] | joe_k: | wagnerrp: can you point me to any references for what config files need to be edited to match up xmltv ids |
[14:56:39] | wagnerrp: | 500 revisions, only a handful of those are going to be for 0.23-fixes |
[14:56:41] | joe_k: | joe_k: or is it all via the ui |
[14:56:57] | mzb: | this is trunk, not fixes |
[14:56:59] | wagnerrp: | joe_k: log into schedulesdirect, and mouse over a channel to get its XMLTV ID |
[14:57:00] | joe_k: | ok irssi i am not talking to myself |
[14:57:28] | wagnerrp: | then go into the channel editor in mythtv-setup, or mythfrontend, or mythweb, and set that xmltv id for the matching channel |
[14:57:48] | joe_k: | i have the channel list with IDs in an XML file, just need to know how to tell Myth |
[14:57:59] | joe_k: | so I can see my schedule data.... filldatabase has been fetching it |
[14:58:15] | Beirdo: | joe_k: why are you using xmltv for schedules direct? |
[14:58:18] | mazer (mazer!~clusterbo@trippio.cs-wireless.uni.edu) has quit (Ping timeout: 240 seconds) | |
[14:58:22] | joe_k: | ok i dont know what i am using |
[14:58:26] | joe_k: | i am trying to make it work |
[14:58:27] | wagnerrp: | i dont know what tv_grab_na provides, but there is no guarantee that it will match up with scheduledirect's data |
[14:58:37] | wagnerrp: | pull the xmltvids from the SD website |
[14:58:37] | joe_k: | i read a reference to that in a problem ticket |
[14:58:40] | joe_k: | i am poking in the dark |
[14:58:42] | joe_k: | drawing straws |
[14:59:04] | joe_k: | it definitely connects to schedulesdirect and downloads data correctly. It takes my sd password |
[14:59:08] | joe_k: | so its related somehow |
[14:59:33] | joe_k: | the root problem is – no schedule data in the listings for the channels I have scanned |
[14:59:38] | wagnerrp: | http://mythtv.org/wiki/Adding_Digital_Cable_C . . . _USA/Canada) |
[14:59:55] | joe_k: | sd account created. lineup selected. channels scanned. input connections setup. |
[15:00:03] | wagnerrp: | erm... no |
[15:00:05] | Beirdo: | there's a builtin way to use Schedules Direct, and you don't even need xmltv installed |
[15:00:07] | wagnerrp: | scratch that |
[15:00:09] | wagnerrp: | dont read that page |
[15:00:13] | wagnerrp: | its all wrong |
[15:01:01] | joe_k: | ok... |
[15:01:02] | mzb: | classes/MythBackend.php: static $protocol_version = 57; |
[15:01:20] | joe_k: | Beirdo: be that as it may, I dont see the data |
[15:01:52] | joe_k: | Beirdo: this would seem to be the most simple config. Fresh mythbuntu. Hdhomerun. New SD account... I thought this was a common setup |
[15:01:53] | wagnerrp: | go to the page, open a lineup, mouse over a channel, and the xmltvid will be displayed in a popup |
[15:02:01] | mzb: | 2010-06–23 02:35:06.735 Using protocol version 57 |
[15:02:24] | wagnerrp: | then use livetv to find the matching channel, and set the xmltvid |
[15:02:35] | wagnerrp: | do that for all the channels, run mythfilldatabase, and youll be done |
[15:02:37] | joe_k: | set where |
[15:02:47] | wagnerrp: | in one of the three channel editors |
[15:03:02] | wagnerrp: | there is a command to open one up in livetv in mythfrontend |
[15:03:05] | wagnerrp: | 'e'? i dont remember |
[15:03:12] | joe_k: | i have been doing this in mythtv-setup |
[15:03:15] | ** stuarta wibbles ** | |
[15:03:24] | wagnerrp: | easier to do this in the frontend or mythweb |
[15:03:33] | wagnerrp: | considering you need to watch the channels to figure out what they are |
[15:03:37] | ** mzb wobbles ;) ** | |
[15:04:04] | joe_k: | ok I see a field for it in mythtv-setup... i will go try to find the input field in the frontend |
[15:04:10] | mzb: | '6 little ducks that I once knew ...' ... *sigh* ;) |
[15:04:19] | joe_k: | BTW Ubuntu is the suck for UI... are they trying to copy windows as fast as they can??? |
[15:04:28] | joe_k: | sweep-select doesn't copy in the terminal??? WTF |
[15:04:36] | joe_k: | anyway |
[15:04:38] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has joined #mythtv-users | |
[15:05:04] | mzb: | joe_k, middle click to paster |
[15:05:06] | mzb: | joe_k, middle click to paste |
[15:05:15] | joe_k: | yes I have been using X for like 15 years |
[15:05:34] | ** mzb give joe_k a round of applause! ** | |
[15:05:35] | joe_k: | ubuntu is grating on me! |
[15:05:39] | mzb: | :) |
[15:05:40] | stuarta: | windows cut n paste still annoys the shit out of me, it's not consistent like X is |
[15:05:51] | mzb: | agreed |
[15:05:56] | joe_k: | no to mention the overuse of horizontal bars on wide screens! |
[15:06:28] | mzb: | go for netbook edition then! |
[15:06:32] | joe_k: | heh |
[15:06:37] | joe_k: | maybe i will |
[15:06:39] | joe_k: | gah |
[15:07:02] | joe_k: | thanks guys |
[15:07:59] | mzb: | might be time to go (back?) to Debian? ;)) |
[15:08:28] | stuarta: | go for the server edition! no crap |
[15:08:36] | stuarta: | no X if you get it right :) |
[15:10:15] | mzb: | I click on a recording and I get "Warning: Unknown Program." |
[15:11:27] | mzb: | asx stream is too much for the skinny pipe at this end |
[15:11:38] | mzb: | (at the least) |
[15:11:52] | LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has joined #mythtv-users | |
[15:12:46] | mzb: | I've tried with bot firefox and chrome |
[15:13:08] | Easy_Rider9999 (Easy_Rider9999!~Miranda@p5B223D66.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[15:13:53] | LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has quit (*.net *.split) | |
[15:13:53] | sphery (sphery!~mdean@24.110.76.32) has quit (*.net *.split) | |
[15:13:53] | PointyPumper (PointyPumper!Pintlezz@190.244.90.204) has quit (*.net *.split) | |
[15:13:53] | kurre (kurre!~tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (*.net *.split) | |
[15:13:53] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has quit (*.net *.split) | |
[15:13:53] | sutula (sutula!sutula@nat/hp/x-skuzsdvgdfwjfnzu) has quit (*.net *.split) | |
[15:13:54] | pigeon (pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net) has quit (*.net *.split) | |
[15:13:54] | quicksilver (quicksilver!~jules@roobarb.crazydogs.org) has quit (*.net *.split) | |
[15:13:54] | mzb: | both! |
[15:13:57] | quicksilver (quicksilver!~jules@roobarb.crazydogs.org) has joined #mythtv-users | |
[15:14:05] | purserj (purserj!~purserj@hosting.collaborynth.com.au) has joined #mythtv-users | |
[15:14:11] | pigeon (pigeon!~pigeon@eth5284.nsw.adsl.internode.on.net) has joined #mythtv-users | |
[15:14:11] | sutula (sutula!sutula@nat/hp/x-qpkamwacmcdgxgby) has joined #mythtv-users | |
[15:14:16] | LedHed (LedHed!~LedHed@static-74-45-162-66.dr01.pasn.ca.frontiernet.net) has joined #mythtv-users | |
[15:14:27] | sphery (sphery!~mdean@24.110.76.32) has joined #mythtv-users | |
[15:14:27] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v sphery | |
[15:17:58] | mzb: | nm, time to crash |
[15:27:07] | gregl (gregl!~greg@cpe-74-76-123-215.nycap.res.rr.com) has quit (Quit: Leaving) | |
[15:30:19] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has quit (Quit: Leaving) | |
[15:33:31] | Defense|Twin (Defense|Twin!~jepz@d137078.adsl.hansenet.de) has joined #mythtv-users | |
[15:33:40] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has joined #mythtv-users | |
[15:45:00] | wagnerrp: | Beirdo: have you given any thought to migrating the weather scripts over to the backend metadata handler? |
[15:46:28] | iamlindoro: | I'm not sure if it lends itself to that (it's not really backend metadata anyway, just metadata classes, there's nothing in the protocol yet) |
[15:47:38] | henkpoley (henkpoley!~henk@poley.xs4all.nl) has quit (Quit: Leaving...) | |
[15:47:39] | wagnerrp: | ah, right.... only the MNV stuff gets handled by the backend/mythxml |
[15:47:56] | frebas (frebas!~frebas@dsbg-4d0a3e5e.pool.mediaWays.net) has left #mythtv-users ("Konversation terminated!") | |
[15:48:02] | frebas (frebas!~frebas@dsbg-4d0a3e5e.pool.mediaWays.net) has joined #mythtv-users | |
[15:48:03] | wagnerrp: | forgot the other stuff is still called manually |
[15:49:09] | wagnerrp: | i was just thinking about it from a recent feature request to put weather data in mythwelcome, pushing that stuff into the backend would make it easier to access that data external from stuff like mythwelcome or mythweb |
[15:50:08] | wagnerrp: | nevermind me, early morning musings |
[15:51:48] | fleers (fleers!~fleers@inet-hqmc05-o.oracle.com) has joined #mythtv-users | |
[15:57:28] | stuarta (stuarta!~stuarta@unaffiliated/stuarta) has left #mythtv-users ("busy") | |
[15:58:53] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has joined #mythtv-users | |
[15:59:02] | Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-59-20.hr.hr.cox.net) has quit (Ping timeout: 245 seconds) | |
[15:59:16] | joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has quit (Ping timeout: 260 seconds) | |
[15:59:34] | justinh: | ho ho ho. gig E isn't working on one of our machines. then we find 2 in a row the same. then I find out it's cos the 1v8 line for the gig phy is dropping to 0.5V... and then ponder that these shouldn't even have passed test... then found out that they don't test the Gig E. lol |
[16:00:46] | justinh: | I must work for an awesome company |
[16:01:27] | Captain_Murdoch (Captain_Murdoch!~cpinkham@ip72-218-59-20.hr.hr.cox.net) has joined #mythtv-users | |
[16:01:27] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v Captain_Murdoch | |
[16:01:42] | hashbang (hashbang!~hashbang@cse-ajb.cse.bris.ac.uk) has quit (Remote host closed the connection) | |
[16:01:52] | joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has joined #mythtv-users | |
[16:02:08] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has quit (Quit: Leaving) | |
[16:02:09] | stoffel (stoffel!~quassel@62.237.32.210) has joined #mythtv-users | |
[16:02:09] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[16:02:20] | flabberkenny (flabberkenny!~flabberke@095-097-072-154.static.chello.nl) has quit (Quit: flabberkenny) | |
[16:03:11] | wagnerrp: | 10/100 is good enough for anyone |
[16:03:40] | justinh: | well yeah if you can actually get 100 out of it sure |
[16:03:56] | justinh: | not that anybody has yet got gigabit out of our gigabit port |
[16:04:07] | justinh: | 33Mhz PCI bus. LOL |
[16:04:58] | wagnerrp: | but theres a whole 8MB/s of headroom there |
[16:05:51] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has joined #mythtv-users | |
[16:06:53] | justinh: | note that's also the bus captured video is travelling on |
[16:10:29] | Jay2k1 (Jay2k1!~J@85.183.203.242) has quit () | |
[16:16:42] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[16:17:12] | Azelphur_ (Azelphur_!~Azelphur@87.117.230.171) has joined #mythtv-users | |
[16:19:55] | n0tk (n0tk!~n0tk@216.160.42.30) has joined #mythtv-users | |
[16:22:20] | n0tk (n0tk!~n0tk@216.160.42.30) has quit (Quit: Bye) | |
[16:32:56] | mazer (mazer!~clusterbo@trippio.cs-wireless.uni.edu) has joined #mythtv-users | |
[16:34:42] | frebas: | what does "error opening jump program file buffer" mean? i cant watch live tv |
[16:35:22] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has quit (Quit: Leaving) | |
[16:36:17] | mazer (mazer!~clusterbo@trippio.cs-wireless.uni.edu) has quit (Remote host closed the connection) | |
[16:36:35] | wagnerrp: | issues with livetv generally have nothing to do with the frontend |
[16:36:53] | wagnerrp: | please see the backend logs for an explanation of why the recording failed |
[16:37:06] | GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has joined #mythtv-users | |
[16:37:39] | iamlindoro: | A common reason for that one is a time mismatch between backend and frontend |
[16:38:14] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has joined #mythtv-users | |
[16:39:06] | frebas: | recording works |
[16:39:13] | wagnerrp: | apparently not |
[16:39:25] | wagnerrp: | livetv /is/ a recording |
[16:39:28] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has joined #mythtv-users | |
[16:39:36] | wagnerrp: | just a special one managed by the frontend, rather than the scheduler |
[16:40:10] | frebas: | there are only 2 channels with programm information (EPG) |
[16:40:36] | frebas: | a time mismatch cant be |
[16:40:48] | frebas: | frontend and backand is on one pc |
[16:41:27] | iamlindoro: | We could talk about it for a few more hours, or you could check the logs |
[16:42:20] | frebas: | ok |
[16:42:40] | frebas: | i just change the pc with irc |
[16:43:16] | GlemSom: | Anyone else having failures when using EPG in LiveTV – after rev 25333 ? Or is that just me... ? |
[16:44:19] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has quit (Remote host closed the connection) | |
[16:44:32] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has quit (Quit: Leaving) | |
[16:45:18] | egon_ (egon_!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has joined #mythtv-users | |
[16:47:09] | CyberKnet (CyberKnet!~CyberKnet@65.38.25.93) has joined #mythtv-users | |
[16:48:46] | caelor: | a question – I'm guessing lossless h264 cutting is still on the distant horizon (and no closer), right? Just before I spend some time trying to convince mythtranscode to top and tail some BBC HD recordings ready for archiving... |
[16:49:21] | wagnerrp: | no, there has been no work on putting lossless h264 cutting in mythtranscode |
[16:49:52] | dewman (dewman!~dewman@lennon-ubr-64-85-159-8.power-net.net) has joined #mythtv-users | |
[16:50:23] | RDV_Linux (RDV_Linux!~doug@64-9-157-160.fwd.datafoundry.com) has quit (Ping timeout: 265 seconds) | |
[16:51:34] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.6pre/20100604162423]) | |
[16:51:34] | hobiga (hobiga!~hobiga@173.210.255.195) has quit (Read error: Connection reset by peer) | |
[16:51:43] | caelor: | thanks :) saved me some time. Don't really need HD for archiving anyway, so I'll downsample them at the same time |
[16:53:19] | frebas: | iamlindoro: pastebin.de/8267 |
[16:53:52] | wagnerrp: | apparently theres some script on the wiki which uses an external transcoder, capable of clipping |
[16:54:01] | wagnerrp: | or you could rig something up with 'dd' |
[16:55:26] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
[16:57:13] | wagnerrp: | someone just need heavy medication and a padded room... http://www.dailystar.co.uk/news/view/141732/ |
[16:57:45] | caelor: | yeah, I've been playing with different options today. Just trying to find one that's user friendly enough for me to remember what to do next time I come to archive things in 6 months time... |
[16:58:50] | hobiga (hobiga!~hobiga@173.210.255.195) has joined #mythtv-users | |
[16:58:55] | caelor: | wagnerrp: I could tie your responses to me and that link together – reencoding video often makes me feel like I need heavy medication and a padded room. |
[16:59:26] | hadees (hadees!~hadees@64.132.24.100) has joined #mythtv-users | |
[17:00:05] | wagnerrp: | caelor: completely unrelated to you, a random off topic remark |
[17:00:34] | caelor: | indeed, but gave me a chuckle when I mentally tied them together. |
[17:03:14] | RDV_Linux (RDV_Linux!~doug@64-9-157-159.fwd.datafoundry.com) has joined #mythtv-users | |
[17:03:24] | twor0_zz (twor0_zz!~chatzilla@pool-108-13-120-213.lsanca.fios.verizon.net) has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.15/2009101909]) | |
[17:03:28] | caelor: | is there any documentation on the "--profile" argument to mythtranscode? It seems a little sketchy from what I'm seeing |
[17:07:14] | Slim-Kimbo (Slim-Kimbo!~Kimbo@host86-167-188-8.range86-167.btcentralplus.com) has joined #mythtv-users | |
[17:08:31] | dewman (dewman!~dewman@lennon-ubr-64-85-159-8.power-net.net) has quit (Remote host closed the connection) | |
[17:08:56] | ** Beirdo cues some Extreme ** | |
[17:14:05] | CyberKnet: | Beirdo :) |
[17:14:57] | Beirdo: | heya |
[17:15:18] | gbee: | heh, just been looking at which cards fall into the A/B feature sets for VDPAU, probably not new to anyone here but I'd assume that all 9xxx series offered complete acceleration of all three codecs, instead it turns out that the bottom of the range 8200 IGP which I've got is actually better than many 8xxx and 9xxx series discrete cards |
[17:16:06] | Beirdo: | nice |
[17:16:20] | wagnerrp: | gbee: sure, but 'feature set b' just adds full VC-1 acceleration |
[17:16:35] | Beirdo: | gbee: any idea if the animated gif support is likely to happen sometime soon? :) |
[17:16:37] | wagnerrp: | which is transparently handled by the driver on cards that dont support it |
[17:16:38] | gbee: | wagnerrp: not according to the docs |
[17:16:50] | wagnerrp: | oh? |
[17:17:09] | gbee: | Feature set A includes VC-1, but apparently doesn't offer full hardware acceleration for any codec |
[17:17:39] | wagnerrp: | i thought A had full acceleration for everything but the VC-1 entropy compressor |
[17:17:47] | wagnerrp: | and B added acceleration for that |
[17:17:47] | gbee: | err, full accel for H.264 actually, not not VC-1 or mpeg-2 |
[17:17:53] | gbee: | http://us.download.nvidia.com/XFree86/Linux-x . . . mits-decoder |
[17:18:03] | RockHound (RockHound!~quassel@d013153.adsl.hansenet.de) has joined #mythtv-users | |
[17:18:51] | gbee: | "but not" |
[17:19:42] | gbee: | of course it's caveated with "at least" so it's entirely possible some A cards offer full accel for one or both, |
[17:20:28] | gbee: | http://us.download.nvidia.com/XFree86/Linux-x . . . endix-a.html |
[17:23:42] | gbee: | anyway, I found it surprising, I felt sure that it would be the other way around, you don't tend to expect the bottom range IGP (supporting VDPAU) to do better than the more expensive, power hungry, discrete cards |
[17:27:12] | gregl (gregl!~greg@cpe-74-76-123-215.nycap.res.rr.com) has joined #mythtv-users | |
[17:27:39] | wagnerrp: | well nvidia generally releases the high end cards first |
[17:27:49] | wagnerrp: | so the bottom range IGPs are much newer hardware |
[17:29:15] | frebas: | iamlindoro: i changed the directory for the recordings and now it works |
[17:29:28] | gregl: | I thought the channel changing scripts were moved out of contrib to the wiki,but I can't seem to find them..Can anyone point me in the right direction? |
[17:30:18] | wagnerrp: | http://mythtv.org/wiki/Channel_Change_Scripts |
[17:30:32] | gregl: | Thanks.. |
[17:31:11] | oneman (oneman!~oneman@pool-173-66-223-231.washdc.fios.verizon.net) has quit (Ping timeout: 265 seconds) | |
[17:34:33] | RDV_Linux (RDV_Linux!~doug@64-9-157-159.fwd.datafoundry.com) has quit (Ping timeout: 240 seconds) | |
[17:35:28] | caelor: | is nuvexport tied to releases, or is it (within reason) cross compatible between 0.23-fixes and trunk? |
[17:35:57] | Beirdo: | well, it hasn't changed from 0.23-fixes to trunk AFAIK |
[17:37:26] | caelor: | ok, thanks. I'll just grab the latest from svn |
[17:37:42] | caelor: | (lucid doesn't seem to have a package for it any more) |
[17:37:47] | Beirdo: | grrr |
[17:37:51] | Beirdo: | yeah, I know |
[17:38:04] | Beirdo: | and I complained to them before they cut that release |
[17:38:24] | dustybin: | Beirdo: how is mythweather coming along? |
[17:38:40] | Beirdo: | should be usable except for animated maps |
[17:38:52] | dustybin: | ace :D |
[17:39:02] | Beirdo: | which is waiting for support in the mythui library |
[17:39:09] | dustybin: | is mythmusic being re-written from scratch |
[17:39:21] | Beirdo: | not by me, but it wouldn't surprise me |
[17:39:28] | dustybin: | aye ok |
[17:39:40] | caelor: | yeah. No harm done (to me, at least). https://bugs.launchpad.net/ubuntu/+source/nuvexport/+bug/520564 seems to be the reference where it got deleted. I'm not sure I'd agree that "Anyone who would like to use it we will be pointing to SVN" holds true though. |
[17:40:07] | mikeones (mikeones!~mikeones@pool-72-64-99-5.dllstx.fios.verizon.net) has quit (Quit: leaving) | |
[17:40:18] | mikeones (mikeones!~mikeones@pool-72-64-99-5.dllstx.fios.verizon.net) has joined #mythtv-users | |
[17:43:37] | gbee: | in future we can make nuvexport available via services so it won't need to be packaged |
[17:43:53] | Beirdo: | possibly |
[17:44:08] | Beirdo: | but it will still need to be sorta tied to the release loosely |
[17:44:19] | Beirdo: | as it uses perl bindings and the protocol |
[17:44:42] | oneman (oneman!~oneman@pool-173-66-223-231.washdc.fios.verizon.net) has joined #mythtv-users | |
[17:44:55] | RockHound (RockHound!~quassel@d013153.adsl.hansenet.de) has quit (Ping timeout: 240 seconds) | |
[17:45:08] | gbee: | well services is planned to do that, it just allows for point releases to reach end-users faster |
[17:45:19] | Beirdo: | yeah :) |
[17:46:48] | Cougar (Cougar!~cougar@lost.data.ee) has quit (Ping timeout: 240 seconds) | |
[17:47:05] | caelor: | I am looking forward to services – it sounds like it will be a huge step forward |
[17:47:34] | RDV_Linux (RDV_Linux!~doug@64-9-157-173.fwd.datafoundry.com) has joined #mythtv-users | |
[17:48:00] | Lord_Deathscythe (Lord_Deathscythe!~chris@h142.138.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
[17:54:02] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv-users | |
[17:55:53] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 264 seconds) | |
[17:56:07] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[17:56:35] | CyberKnet: | How's it going Beirdo? – This message brought to you by Subway. Eat Fresh. |
[17:58:11] | Defense (Defense!~jepz@g224104017.adsl.alicedsl.de) has joined #mythtv-users | |
[17:58:38] | Beirdo: | heh, not too bad. living in Seattle now... and single again |
[17:58:58] | Beirdo: | right now physically in downtown Philly though |
[17:59:59] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has quit (Ping timeout: 265 seconds) | |
[18:00:17] | Defense|Twin (Defense|Twin!~jepz@d137078.adsl.hansenet.de) has quit (Ping timeout: 245 seconds) | |
[18:01:55] | GrahamIRC (GrahamIRC!~GrahamIRC@93-97-162-127.zone5.bethere.co.uk) has quit (Read error: Connection reset by peer) | |
[18:04:44] | Twiggy (Twiggy!~Owner@12.182.96.2) has joined #mythtv-users | |
[18:07:08] | Twiggy2cents (Twiggy2cents!~Owner@12.182.96.2) has quit (Ping timeout: 240 seconds) | |
[18:07:22] | Beirdo: | listening to some nice Megadeth. hehe |
[18:07:53] | dustybin: | what is the average size of a blueray movie? |
[18:07:58] | dustybin: | 20–30GB ? |
[18:08:10] | fleers1 (fleers1!~fleers@inet-hqmc07-o.oracle.com) has joined #mythtv-users | |
[18:08:20] | Beirdo: | about 5.25" diameter |
[18:08:27] | dustybin: | LOL |
[18:08:47] | wagnerrp: | more like 20–40GB |
[18:08:50] | dustybin: | the disks can store 50GB |
[18:08:56] | dustybin: | aye ok |
[18:09:23] | Azelphur_ is now known as Azelphur | |
[18:09:25] | dustybin: | i need to calculate how much storage space i will need, its time to buy some new hds |
[18:09:48] | ikonia (ikonia!~mattd@unaffiliated/ikonia) has joined #mythtv-users | |
[18:10:43] | dustybin: | i might be able to store 30 blueray movies in 1TB of space, not bad :D |
[18:10:55] | fleers (fleers!~fleers@inet-hqmc05-o.oracle.com) has quit (Ping timeout: 240 seconds) | |
[18:11:24] | gbee: | ~30GB for 120 mins here |
[18:11:52] | dustybin: | ace |
[18:11:55] | gbee: | so yeah, 20–40GB is a good bracket |
[18:13:49] | sebrock (sebrock!~sebastian@hd5b90669.selukra.dyn.perspektivbredband.net) has joined #mythtv-users | |
[18:13:52] | CyberKnet: | Beirdo: Aw man. I'm really sorry to hear that. |
[18:14:25] | Beirdo: | these things happen |
[18:16:49] | KraMer (KraMer!~mark@adsl-70-240-219-121.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[18:17:46] | flabberkenny (flabberkenny!~flabberke@217-19-28-232.dsl.cambrium.nl) has joined #mythtv-users | |
[18:20:05] | caelor: | wagnerrp, Bierdo – I had to make a small mod to nuvexport to make it recognise the ffmpeg packaged with Lucid. Diff in http://mythtv.pastebin.com/vv136wqK – added a new clause to the version detection. |
[18:20:19] | Beirdo: | OK |
[18:20:21] | RockHound (RockHound!~quassel@d013153.adsl.hansenet.de) has joined #mythtv-users | |
[18:21:03] | Beirdo: | I'll look at that in a moment. Thanks |
[18:21:48] | caelor: | np. Thought it might help prevent user questions if it's still applicable when the services infrastructure arrives. |
[18:23:08] | caelor: | I suspect the previous clause may never work, but didn't want to remove anything without knowing consequences |
[18:24:37] | xris (xris!~xris@xris.forevermore.net) has quit (Quit: Terminated with extreme prejudice - dircproxy 1.2.0) | |
[18:24:46] | xris (xris!~xris@xris.forevermore.net) has joined #mythtv-users | |
[18:24:46] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v xris | |
[18:28:57] | stoffel (stoffel!~quassel@62.237.32.210) has quit (Read error: Connection reset by peer) | |
[18:31:28] | dustybin: | im going to buy 3x seagate 2TB drives, configure them using linux soft raid-5 & LVM. This will give me a nice amount of space for HD & SD video, music, photos etc |
[18:32:33] | wagnerrp: | why would you make a RAID5 with only 3 drives |
[18:33:16] | dustybin: | Raid 5 --- Minumum 3 Drives |
[18:33:39] | Twiggy (Twiggy!~Owner@12.182.96.2) has quit (Quit: Leaving) | |
[18:34:12] | wagnerrp: | yeah, but you would get more space out of 6x1TB drives, for the same price |
[18:34:42] | frebas (frebas!~frebas@dsbg-4d0a3e5e.pool.mediaWays.net) has left #mythtv-users ("Konversation terminated!") | |
[18:34:45] | dustybin: | wagnerrp: but then i would have no potential to expand |
[18:34:56] | dustybin: | i would still have 3x spare hard drive bays |
[18:35:06] | wagnerrp: | then buy them all up front |
[18:35:30] | dustybin: | you got me thinking now.. |
[18:35:32] | wagnerrp: | RAID expansion is a long, tedious process |
[18:35:46] | wagnerrp: | software raid on 2TB drives, thats going to take you a couple days for an expansion |
[18:36:02] | ** iamlindoro will drink to that ** | |
[18:36:09] | joe_k: | this is why I want to get my backend running on my freebsd server |
[18:36:09] | joe_k: | zfs |
[18:36:19] | wagnerrp: | backend runs just fine on freebsd |
[18:36:22] | frebas (frebas!~frebas@dsbg-4d0a3e5e.pool.mediaWays.net) has joined #mythtv-users | |
[18:36:25] | joe_k: | yeah i just havent installed it |
[18:36:43] | joe_k: | i should b/c my previous machine has a dead motherboard so have had no tv for a while |
[18:36:51] | wagnerrp: | ZFS bypasses the whole RAID expansion issue... by not supporting it |
[18:36:59] | joe_k: | i run raid on mine |
[18:37:01] | wagnerrp: | i wouldnt exactly call that an 'advantage' |
[18:37:17] | joe_k: | i chose mirrors though |
[18:37:37] | dustybin: | wagnerrp: it might take a couple of days, but once its done, i dont have to worry unless there is a disk failure |
[18:37:39] | joe_k: | oh, expansion.... yes well it kind of does. you can swap all the drives out "from under it" and let it rebuild them |
[18:37:47] | joe_k: | and when all the drives are bigger the volume will also be |
[18:37:58] | wagnerrp: | but you cant add a new drive, which is what dustybin is talking about doing |
[18:38:15] | joe_k: | well in my mirror config I add 2 at a time and they increase the pool size |
[18:38:23] | joe_k: | but yeah adding to an existing raid set, i am not sure about |
[18:38:29] | joe_k: | (non-mirrored raid) |
[18:38:57] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has quit (Read error: Connection reset by peer) | |
[18:39:14] | dustybin: | wagnerrp: a seagate 1TB = 50 pound a seagate 2TB = 100 pound currently on ebuyer.com |
[18:39:35] | wagnerrp: | you can add or remove vdevs to a pool at will, but you cannot add disks to a stripped vdev |
[18:39:41] | joe_k: | right |
[18:39:49] | wagnerrp: | if you want to add new drives to a pool, you need to create a new independent vdev, and add that to the poo |
[18:40:01] | joe_k: | indeed |
[18:40:04] | dustybin: | wagnerrp: can i add new drives to RAID-6 ? |
[18:40:23] | wagnerrp: | dustybin: if your raid software/controller supports it |
[18:40:28] | dustybin: | ok |
[18:41:43] | wagnerrp: | joe_k: i would say that sequentially replacing each drive in an array and rebuilding is far more tedious then just adding a new one |
[18:41:56] | joe_k: | sure |
[18:42:07] | Jay2k1 (Jay2k1!~J@f054053107.adsl.alicedsl.de) has joined #mythtv-users | |
[18:42:09] | wagnerrp: | either way, its a very lengthy process, during which you are in a vulnerable, degraded state |
[18:42:19] | joe_k: | it could definitely be better, but for me it works great... I increase size by adding mirror pairs |
[18:42:34] | wagnerrp: | if youre looking for reliability, dont expand, just create new and copy over |
[18:43:01] | wagnerrp: | space it so those expansions will be several years apart, when youre looking for new server hardware anyway |
[18:43:11] | wagnerrp: | so you just build a new machine from scratch |
[18:43:12] | joe_k: | yep |
[18:44:37] | dustybin: | would RAID-6 take forever to expand like RAID-5 ? |
[18:44:57] | joe_k: | yes |
[18:45:01] | dustybin: | ok |
[18:45:02] | frebas: | deleting channels via mythweb interface doesnt work, there just doesnt happen anything |
[18:45:05] | joe_k: | same amount or more data shuffling |
[18:45:41] | dustybin: | i dont like the sound of RAID-5 or RAID-6, i think i might just buy double the amount of disks and use RAID 1+0 |
[18:46:17] | RockHound (RockHound!~quassel@d013153.adsl.hansenet.de) has quit (Ping timeout: 264 seconds) | |
[18:46:41] | wagnerrp: | no, 1+0 sucks |
[18:46:51] | wagnerrp: | rather, 0+1 sucks |
[18:46:56] | wagnerrp: | if youre going to do that, use 10 |
[18:47:01] | gbee: | does anyone else see artifacts near the bottom of the picture with vdpau + VC1? particularly in dark scenes and at it's worst with white on black credits |
[18:47:32] | Lord_Deathscythe (Lord_Deathscythe!~chris@h142.138.20.98.dynamic.ip.windstream.net) has quit (Quit: I am called onward) | |
[18:48:04] | iamlindoro: | gbee: Depending on artifacting you are talking about, I may have seen it |
[18:48:59] | iamlindoro: | I have seen some breakups in the bottom 20% of the screen, usually breaking up to white |
[18:49:06] | iamlindoro: | almost like all-white macroblocks |
[18:49:45] | dustybin: | wagnerrp: i thought RAID 1+0 is RAID 10 |
[18:49:53] | iamlindoro: | Probably worth playing the straight file rather than using libbluray, I had some concenrs when I first saw it that it might have been an issue with my implementation of libmythbluray |
[18:50:03] | iamlindoro: | but have not had an opportunity to test the theory |
[18:50:08] | wagnerrp: | dustybin: ive never heard anyone call it 1+0 |
[18:50:16] | justinh: | thought there was something about bottom line corruption with vdpau on the users ML |
[18:50:18] | dustybin: | aye ok |
[18:50:22] | ** dustybin goes back into silent mode ** | |
[18:50:33] | wagnerrp: | which is why i initially mistook what you said |
[18:50:57] | gbee: | iamlindoro: yeah that sounds like what I'm seeing, I tried grabbing a screenshot but my timing was off and this is the best I could get – http://miffteevee.co.uk/imagebin/VC1_VDPAU_artifacts.png |
[18:50:59] | wagnerrp: | i suppose the opposite is only called 0+1 to differentiate it from RAID1 |
[18:51:11] | gbee: | at least I know it's not a problem on my end |
[18:51:12] | iamlindoro: | gbee: yes, have seen similar |
[18:51:44] | gbee: | gets a little worse than shown in the screenshot, but that gives an idea |
[18:52:13] | gbee: | it's probably been reported to Nvidia, but you never know |
[18:52:21] | iamlindoro: | gbee: The reason I had concerns about libmythbluray is that I fudged the block sizes as best I understood them, but was never quite certain-- 6144 is the correct number to use for a BD block, but wasn't sure I had the buffer size right in RingBuffer.cpp |
[18:52:44] | jamesd2 (jamesd2!~jamesd@76.199.153.139) has quit (Read error: Connection reset by peer) | |
[18:53:27] | justinh: | so, all we have to do to keep somebody quiet is for me to come in & contribute? Heh I might stay |
[18:53:45] | jamesd2 (jamesd2!~jamesd@adsl-76-199-153-139.dsl.milwwi.sbcglobal.net) has joined #mythtv-users | |
[18:54:33] | justinh: | oh btw any other UK folks rescanned recently & found all the DVB-T radio channels – and possibly a handful of TV channels end up with underscores in front of their channum ? |
[18:54:41] | gbee: | iamlindoro: ah, ok well we can discuss that with Markk or janneg, they may have some idea and/or we can experiment to see if it helps any |
[18:55:13] | iamlindoro: | gbee: The quick test would be to play the m2ts file directly |
[18:55:26] | iamlindoro: | if it's still there, I'm in the clear ;) |
[18:55:26] | wagnerrp: | kormoc: that means you can no longer reproduce that issue? |
[18:55:31] | gbee: | I was just going to ask :) |
[18:56:17] | gbee: | no seeking, so getting to the credits at the end will be fun |
[18:56:37] | jamesd2 (jamesd2!~jamesd@adsl-76-199-153-139.dsl.milwwi.sbcglobal.net) has quit (Client Quit) | |
[18:56:51] | iamlindoro: | no seeking why? |
[18:56:54] | jamesd2 (jamesd2!~jamesd@76.199.153.139) has joined #mythtv-users | |
[18:56:58] | iamlindoro: | Should work with libav seeking |
[18:57:35] | madLyfe (madLyfe!madLyfe@173-20-47-44.client.mchsi.com) has quit () | |
[18:57:43] | kormoc: | wagnerrp, Aye, it's working fine |
[18:57:49] | wagnerrp: | good deal |
[18:58:11] | RockHound (RockHound!~quassel@d013153.adsl.hansenet.de) has joined #mythtv-users | |
[18:58:51] | gbee: | iamlindoro: nevermind, thought it wasn't working when I tried yesterday |
[18:58:59] | iamlindoro: | cool |
[18:59:24] | madLyfe (madLyfe!madLyfe@173-20-47-44.client.mchsi.com) has joined #mythtv-users | |
[18:59:26] | gbee: | it does work, not pretty since it's not seeking to a keyframe, but it works |
[19:00:13] | gbee: | ok, still seeing the artifacts so it's not related to the block/buffer size |
[19:00:25] | ** iamlindoro quietly rejoices ** | |
[19:02:12] | DjMadness (DjMadness!~quassel@pdpc/supporter/student/DjMadness) has quit (Ping timeout: 246 seconds) | |
[19:03:10] | gbee: | heh, ffplay fails spectacularly to play the ts, audio but no video and subtitles are enabled for some reason, but they are huge and mostly off-screen |
[19:05:10] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 276 seconds) | |
[19:06:13] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[19:06:38] | stoffel (stoffel!~quassel@62.237.32.210) has joined #mythtv-users | |
[19:06:38] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[19:17:49] | egon_ is now known as egon | |
[19:26:32] | madLyfe (madLyfe!madLyfe@173-20-47-44.client.mchsi.com) has quit () | |
[19:27:24] | justinh: | oof. gonna need to add another tuner. conflict! and this is *with* multirec & only 5 muxes. lol |
[19:35:12] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v MythLogBot | |
[19:35:19] | gbee: | but I get your point |
[19:37:18] | Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has quit (Ping timeout: 240 seconds) | |
[19:37:18] | KraMer (KraMer!~mark@adsl-70-240-219-121.dsl.hstntx.swbell.net) has quit (Read error: Operation timed out) | |
[19:37:24] | gbee: | anyway, plan is to replace the two single tuner DVB-T cards with a dual tuner and free up space therefore improving air circulation, the 500 is also low profile which will help with airflow and they run cooler in my experience, that should give me the option of a second Nova-T 500 in the free slot at some future date |
[19:38:06] | KraMer (KraMer!~mark@adsl-70-240-219-121.dsl.hstntx.swbell.net) has joined #mythtv-users | |
[19:38:44] | iamlindoro: | They put Weekend at Bernies on Blu-ray but I can't get Farscape? Tragedy. |
[19:38:57] | wagnerrp: | in qt, you can define default inputs for functions, right? |
[19:39:20] | iamlindoro: | In C++ in general, yes |
[19:39:50] | gbee: | iamlindoro: Farscape was shot on SD cameras, no advantage to making it available on Bluray, but films are generally shot on, er, film meaning they can make HD transfers |
[19:39:56] | wagnerrp: | when you call the function, can you provide a pre-defined input, without the preceeding one? |
[19:40:12] | ** wagnerrp is more a C guy ** | |
[19:40:17] | iamlindoro: | gbee: Farscape was shot on 35mm, with effects done on digibeta |
[19:40:18] | hopper75 (hopper75!~aross@CPE485b390978ce-CM00159a025ad4.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[19:40:33] | justinh: | gbee: that's why I went down the road of getting a motherboard with 5 slots |
[19:40:35] | iamlindoro: | I'd happily take the limited CG stuff in upscaled SD |
[19:40:46] | iamlindoro: | since most of the actual effects were muppets/old fashioned |
[19:40:46] | gbee: | iamlindoro: really? Ok, I really thought it was done on video |
[19:41:08] | iamlindoro: | gbee: yep, and Season 4 was shot on HD digital |
[19:41:17] | gbee: | justinh: well this board has 5 slots, just that only 3 are PCI :) |
[19:41:34] | iamlindoro: | so would need to scan the film for 1–3, remaster the effects (optional), and just do a transfer of S4 |
[19:42:10] | lotia_away (lotia_away!~lotia@75.102.5.19) has quit (Ping timeout: 265 seconds) | |
[19:42:11] | gbee: | iamlindoro: huh, thought the last season was before HD took off |
[19:42:13] | wagnerrp: | shame they dont keep those models around |
[19:42:27] | Maliuta (Maliuta!~scooby@kiev.lusan.id.au) has joined #mythtv-users | |
[19:42:43] | wagnerrp: | it probably wouldnt be too difficult to run their models through some tessellation, and re-render in HD |
[19:43:43] | iamlindoro: | gbee: http://www.timtoon.com/2009/11/07/farscape-wi . . . in-high-def/ |
[19:44:05] | iamlindoro: | On the plus side, HD would only make Claudia Black look like more of a horse |
[19:44:15] | gbee: | I know for example that The Wire was shot in SD which is a crying shame, they had the option of shooting the last season in HD but decided it spoil it to change the style by changing cameras/resolution/aspect ratio |
[19:44:18] | dmb (dmb!~dmb@unaffiliated/dmb) has quit (Ping timeout: 240 seconds) | |
[19:44:25] | gbee: | would |
[19:45:04] | gbee: | iamlindoro: I take it you're not a Claudia Black fan? ;) |
[19:45:18] | iamlindoro: | Just like Farscape, Firefly was shot on film and effects were done in SD-- The Blu-rays are still well worth it |
[19:45:27] | iamlindoro: | so I'd happily take the same treatment of Farscape |
[19:45:39] | iamlindoro: | (Firefly effects on Blu-ray are upscaled) |
[19:45:55] | iamlindoro: | gbee: Heh, I actually quite like her on the show, but stunning she is not |
[19:46:41] | trumee (trumee!~nobody@cpc5-cmbg14-0-0-cust982.know.cable.virginmedia.com) has joined #mythtv-users | |
[19:46:45] | gbee: | yeah, she tends to grow on you rather than being a knock-out beauty |
[19:46:49] | Beirdo: | caelor: I put a modified version of your patch into trunk |
[19:47:05] | wagnerrp: | well you know, she looks pretty good for having been cut in half the same year |
[19:47:17] | dmb (dmb!~dmb@unaffiliated/dmb) has joined #mythtv-users | |
[19:47:44] | wagnerrp: | and eaten |
[19:47:57] | gbee: | and blown to smithereens |
[19:48:07] | wagnerrp: | she was blown up? |
[19:48:27] | iamlindoro: | turned into a pile of gumballs, then mixed up with someone else's gumballs, in the water |
[19:48:29] | gbee: | here and Crichton together, they were reassembled piece by piece |
[19:48:30] | Defense (Defense!~jepz@g224104017.adsl.alicedsl.de) has quit (Remote host closed the connection) | |
[19:48:40] | gbee: | her |
[19:48:42] | iamlindoro: | then having the gumballs swallowed by a floating space toad |
[19:48:48] | iamlindoro: | then vommed up and reassembled |
[19:48:57] | lotia_away (lotia_away!~lotia@75.102.5.19) has joined #mythtv-users | |
[19:49:04] | wagnerrp: | ah, cant say i remember that episode |
[19:49:09] | ** wagnerrp was referring to Pitch Black ** | |
[19:49:10] | iamlindoro: | Series Finale |
[19:49:12] | stoffel (stoffel!~quassel@62.237.32.210) has quit (Remote host closed the connection) | |
[19:49:15] | iamlindoro: | then the PeaceKeeper Wars |
[19:49:35] | gbee: | wagnerrp: heh, yeah I forgot she was in that |
[19:49:43] | wagnerrp: | well she wasnt in it for long |
[19:49:51] | wagnerrp: | they killed her off pretty early |
[19:49:55] | hopper75 (hopper75!~aross@CPE485b390978ce-CM00159a025ad4.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[19:50:27] | gbee: | wagnerrp: as iamlindoro said, when the series was cancelled they killed them off, but when they were given the chance to wrap up the storylines in a special two-parter they had to resurrect them both |
[19:50:46] | iamlindoro: | And they RUINED the story with that miniseries, BTW |
[19:50:47] | Beirdo: | mmmm, git. |
[19:51:02] | iamlindoro: | Or you might blame the fact that they compressed a whole season into four hours |
[19:51:04] | iamlindoro: | but still |
[19:51:34] | iamlindoro: | During the show, the whole universe felt alive, and scary, and weird |
[19:51:40] | gbee: | so it was a bit of a stretch, but at least they managed to make it humorous enough that the viewer is prepared to let it slide |
[19:51:43] | iamlindoro: | during the miniseries, it all just felt like plastic, and without the same spirit |
[19:53:52] | gbee: | ... they've made a film version of the A-team ... wtf is wrong with Hollywood? |
[19:54:04] | wagnerrp: | lack of creativity |
[19:54:44] | gbee: | well that's long been the case, but at least they made an effort to hide it when they were ripping off old material |
[19:54:55] | wagnerrp: | same thing the music industry has done for years |
[19:55:08] | wagnerrp: | find something that works with one crowd, and repeat |
[19:55:24] | Beirdo: | mmmmm, autotune |
[19:55:25] | Beirdo: | hehe |
[19:55:27] | wagnerrp: | slightly different name, slightly different look, but its all the same repackaged drivel |
[19:55:51] | gbee: | and sure, this isn't the first remake/film adaptation in recent years, but they are really scraping the barrel now |
[19:55:54] | wagnerrp: | hey you, up on stage, they only hired you because you can gyrate! |
[19:56:07] | Beirdo: | get to gyrating already |
[19:58:21] | Beirdo: | there. I have my git setup the way I want... |
[19:58:27] | wagnerrp: | who is the rapper who intentionally uses autotune for the distortion? |
[19:58:42] | wylie_ (wylie_!~wylie@68.142.115.231) has joined #mythtv-users | |
[19:58:49] | gbee: | there's just the one? |
[19:58:50] | Beirdo: | if I am working on a branch, it will install to /opt/mythtv/${BRANCH} as a prefix |
[19:59:06] | wagnerrp: | well... how about the one who started it and made it a fad |
[19:59:15] | wylie_ (wylie_!~wylie@68.142.115.231) has quit (Client Quit) | |
[19:59:22] | wagnerrp: | he needs to get gunned down in a nightclub |
[19:59:27] | iamlindoro: | wagnerrp: T-Pain |
[19:59:29] | ** gbee shrugs, not a rap fan ** | |
[19:59:47] | wagnerrp: | neither am i, but you go out in public, you hear people playing it |
[19:59:57] | wagnerrp: | every time i hear that... makes me want to stick pens in my ears |
[20:00:09] | iamlindoro: | Heh, Nasa HD launching, just as we stop sending shuttles up |
[20:00:14] | Beirdo: | nah, just fling crap like a monkey |
[20:00:14] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has joined #mythtv-users | |
[20:01:49] | gbee: | oh I do a pretty good job of tuning out and ignoring that crap, I honestly couldn't tell you a single number one for the last 5 years, MythTV has certainly helped with that |
[20:02:27] | Beirdo: | hahahah |
[20:02:51] | Beirdo: | playing music in alphabetical order by artist is evil |
[20:03:02] | Beirdo: | Metallica -> Michael Bolton |
[20:03:14] | Beirdo: | while I was in the bathroom. :) GAH |
[20:04:28] | Beirdo: | let's try The Offspring. |
[20:04:45] | kormoc: | wagnerrp, I read that as "every time i hear that... makes me want to stick penis in my ears" and I was really confused |
[20:04:46] | wagnerrp: | that no talent hack |
[20:04:59] | Beirdo: | kormoc: hahaha |
[20:05:05] | wagnerrp: | i had a great name until high school when he started releasing music |
[20:05:29] | iamlindoro: | That would be, It was a good name until I was about 12 years old and tghat no-talent ass clown started winning grammies ;) |
[20:05:36] | Beirdo: | yeah, I need to watch Office Space again |
[20:05:43] | gbee: | yeah, well just don't mix classical and metal in the same playlist, the greater range means I need to crank up the volume for the former and then the inevitable *oh crap* as I fight the wall of noise to reach the volume control |
[20:05:59] | wagnerrp: | yeah yeah... i havent been watching my monthly dosage on comedy central |
[20:06:08] | Beirdo: | hehe, wall of noise FTW |
[20:07:38] | wagnerrp: | gbee: clearly you never used your stereo as an alarm clock, and somehow mixed rage against the machine into the playlist |
[20:08:12] | Beirdo: | ahhahah |
[20:08:17] | gbee: | heh |
[20:08:32] | Beirdo: | I had a friend in University that used GNR for his alarm clock |
[20:08:43] | wagnerrp: | even worse, i had my bed lofted, since it was a small dorm room |
[20:08:56] | Beirdo: | he and his roommate likely to this day hate "Welcome to the Jungle" |
[20:09:07] | wagnerrp: | even worse, i had my computer under my bed, with big speakers duct taped to the posts of the bed |
[20:09:18] | Beirdo: | hehehe |
[20:09:50] | DjMadness (DjMadness!~quassel@x1-6-00-26-f2-d9-dc-65.k146.webspeed.dk) has joined #mythtv-users | |
[20:09:50] | kormoc: | so you knocked yourself out? |
[20:09:50] | DjMadness (DjMadness!~quassel@x1-6-00-26-f2-d9-dc-65.k146.webspeed.dk) has quit (Changing host) | |
[20:09:50] | DjMadness (DjMadness!~quassel@pdpc/supporter/student/DjMadness) has joined #mythtv-users | |
[20:09:58] | wagnerrp: | after a short intro, the 10" subs start blaring |
[20:10:16] | Beirdo: | and wagnerrp's head hits the ceiling |
[20:10:20] | wagnerrp: | almost killed myself trying to get out of bed to turn it off in a half-awake stupor |
[20:12:20] | Beirdo: | sigh. some people are oblivous :) |
[20:14:21] | Caesar (Caesar!~apollock@caesar.andrew.net.au) has quit (Ping timeout: 265 seconds) | |
[20:19:26] | andrewe (andrewe!~andrewe@dslb-188-101-232-226.pools.arcor-ip.net) has joined #mythtv-users | |
[20:20:06] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has joined #mythtv-users | |
[20:21:17] | Lord_Deathscythe (Lord_Deathscythe!~chris@h142.138.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
[20:22:01] | Lord_Deathscythe (Lord_Deathscythe!~chris@h142.138.20.98.dynamic.ip.windstream.net) has quit (Remote host closed the connection) | |
[20:22:43] | Caesar (Caesar!~apollock@debian/developer/apollock) has joined #mythtv-users | |
[20:23:08] | wylie_ (wylie_!~wylie@68.142.115.231) has joined #mythtv-users | |
[20:23:15] | wylie_ (wylie_!~wylie@68.142.115.231) has quit (Remote host closed the connection) | |
[20:29:37] | XLV (XLV!~XLV@unaffiliated/xlv) has quit (Ping timeout: 258 seconds) | |
[20:29:51] | XLV (XLV!~XLV@unaffiliated/xlv) has joined #mythtv-users | |
[20:32:59] | andrewe (andrewe!~andrewe@dslb-188-101-232-226.pools.arcor-ip.net) has quit (Quit: andrewe) | |
[20:34:50] | Twiggy2cents (Twiggy2cents!~Owner@12.182.96.2) has joined #mythtv-users | |
[20:36:21] | stefanj (stefanj!~stefanj@81-178-37-229.dsl.pipex.com) has joined #mythtv-users | |
[20:37:17] | stefanj (stefanj!~stefanj@81-178-37-229.dsl.pipex.com) has left #mythtv-users () | |
[20:38:01] | gerhard7 (gerhard7!~gerhard7@212-123-146-122.ip.telfort.nl) has quit (Quit: Leaving) | |
[20:42:17] | Jay2k1 (Jay2k1!~J@f054053107.adsl.alicedsl.de) has quit () | |
[20:43:21] | spaceman- (spaceman-!~l@spa.ceman.info) has quit (Ping timeout: 240 seconds) | |
[20:43:40] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has quit (Read error: Connection reset by peer) | |
[20:44:33] | Eette (Eette!~Eette@ip70-189-103-214.ok.ok.cox.net) has quit (Ping timeout: 240 seconds) | |
[20:45:25] | leprechau (leprechau!~leprechau@temp4.wavelinx.net) has joined #mythtv-users | |
[20:45:45] | bluescreen (bluescreen!~bluescree@ip70-189-103-214.ok.ok.cox.net) has quit (Ping timeout: 240 seconds) | |
[20:57:00] | fleers1 (fleers1!~fleers@inet-hqmc07-o.oracle.com) has quit (Remote host closed the connection) | |
[20:57:12] | fleers (fleers!~fleers@inet-hqmc07-o.oracle.com) has joined #mythtv-users | |
[21:03:12] | RockHound (RockHound!~quassel@d013153.adsl.hansenet.de) has quit (Remote host closed the connection) | |
[21:04:21] | wylie_ (wylie_!~wylie@68.142.115.231) has joined #mythtv-users | |
[21:04:25] | wylie_ (wylie_!~wylie@68.142.115.231) has quit (Client Quit) | |
[21:09:41] | GlemSom (GlemSom!~glemsom@0x5da34bca.cpe.ge-1-1-0-1105.sdnqu1.customer.tele.dk) has quit (Quit: Leaving) | |
[21:10:27] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has quit (Remote host closed the connection) | |
[21:11:04] | sebrock (sebrock!~sebastian@hd5b90669.selukra.dyn.perspektivbredband.net) has left #mythtv-users ("Leaving") | |
[21:13:49] | Nidhoegger (Nidhoegger!~user@p4FD26A4C.dip.t-dialin.net) has joined #mythtv-users | |
[21:13:50] | Nidhoegger: | hi |
[21:14:01] | Nidhoegger: | is there a known issue with the internal player + mkv / ogm files? |
[21:15:02] | justinh: | hmmm. maybe none anyone knows about, but then that would be an unknown known issue. |
[21:15:18] | justinh: | instead, why not descrbe the problem you're having? |
[21:15:31] | justinh: | then somebody might just be able to help :) |
[21:15:42] | Nidhoegger: | i have problems with playing ogm / mkv files with more than one language |
[21:16:00] | Nidhoegger: | mkv files get pixel artifacts pretty often (on my normal PC they work fine) |
[21:16:10] | Nidhoegger: | and ogm files stop every 3 seconds for a short amount of time |
[21:16:33] | wylie_ (wylie_!~wylie@68.142.115.231) has joined #mythtv-users | |
[21:17:14] | Nidhoegger: | i thought it might be the video codec, but i demuxed them, muxed them to a avi file (the video uses avi, i didnt convert anything) with avidemux and they work fine |
[21:19:27] | frebas (frebas!~frebas@dsbg-4d0a3e5e.pool.mediaWays.net) has quit (Ping timeout: 245 seconds) | |
[21:20:01] | Nidhoegger: | any idea? |
[21:21:04] | wylie_ (wylie_!~wylie@68.142.115.231) has quit (Client Quit) | |
[21:25:45] | flabberkenny (flabberkenny!~flabberke@217-19-28-232.dsl.cambrium.nl) has quit (Ping timeout: 240 seconds) | |
[21:26:21] | egon (egon!~egon@c-98-230-158-3.hsd1.ga.comcast.net) has quit (Quit: Leaving) | |
[21:31:43] | lyricnz (lyricnz!~simonrobe@ppp118-209-78-11.lns20.mel4.internode.on.net) has quit (Ping timeout: 258 seconds) | |
[21:34:27] | inordkuo (inordkuo!~inorkuo@adsl-99-140-254-102.dsl.chcgil.sbcglobal.net) has quit (Quit: Leaving.) | |
[21:44:31] | dashcloud (dashcloud!~quassel@pool-173-59-40-212.phlapa.fios.verizon.net) has joined #mythtv-users | |
[21:48:25] | Hoxzer (Hoxzer!haikion@amadeus.cc.tut.fi) has joined #mythtv-users | |
[21:53:36] | trumee (trumee!~nobody@cpc5-cmbg14-0-0-cust982.know.cable.virginmedia.com) has quit (Remote host closed the connection) | |
[21:53:43] | lyricnz (lyricnz!~simonrobe@203.171.196.83) has joined #mythtv-users | |
[21:56:46] | trumee (trumee!~nobody@cpc5-cmbg14-0-0-cust982.know.cable.virginmedia.com) has joined #mythtv-users | |
[21:57:22] | RDV_Linux (RDV_Linux!~doug@64-9-157-173.fwd.datafoundry.com) has quit (Remote host closed the connection) | |
[21:57:33] | LabMonkey (LabMonkey!~bogart@adsl-75-23-39-116.dsl.lgvwtx.sbcglobal.net) has quit (Ping timeout: 260 seconds) | |
[21:58:49] | LabMonkey (LabMonkey!~bogart@adsl-66-137-82-234.dsl.lgvwtx.swbell.net) has joined #mythtv-users | |
[21:59:28] | Twiggy2cents (Twiggy2cents!~Owner@12.182.96.2) has quit (Ping timeout: 240 seconds) | |
[21:59:29] | kevink (kevink!~chatzilla@c-67-188-35-72.hsd1.ca.comcast.net) has joined #mythtv-users | |
[21:59:34] | paperclip (paperclip!~paperclip@ip72-204-175-205.no.no.cox.net) has quit (Remote host closed the connection) | |
[22:01:47] | streeter (streeter!~streeter@nat/redhat/x-xediyyfniyklxlwn) has quit (Quit: Leaving) | |
[22:06:39] | trumee (trumee!~nobody@cpc5-cmbg14-0-0-cust982.know.cable.virginmedia.com) has quit (Remote host closed the connection) | |
[22:21:11] | wylie_ (wylie_!~wylie@68.142.115.231) has joined #mythtv-users | |
[22:21:32] | wylie_ (wylie_!~wylie@68.142.115.231) has quit (Client Quit) | |
[22:23:06] | fleers (fleers!~fleers@inet-hqmc07-o.oracle.com) has quit (Ping timeout: 246 seconds) | |
[22:24:09] | lyricnz (lyricnz!~simonrobe@203.171.196.83) has quit (Ping timeout: 246 seconds) | |
[22:25:11] | fleers (fleers!~fleers@inet-hqmc05-o.oracle.com) has joined #mythtv-users | |
[22:26:40] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 276 seconds) | |
[22:27:29] | madLyfe (madLyfe!madLyfe@173-20-47-44.client.mchsi.com) has quit () | |
[22:28:00] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[22:29:20] | madLyfe (madLyfe!madLyfe@173-20-47-44.client.mchsi.com) has joined #mythtv-users | |
[22:32:19] | hadees (hadees!~hadees@64.132.24.100) has quit (Remote host closed the connection) | |
[22:36:25] | JJ1 (JJ1!~jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
[22:51:15] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users | |
[22:54:22] | ekristen (ekristen!~ekristen@pool-71-163-178-57.washdc.fios.verizon.net) has joined #mythtv-users | |
[22:54:39] | ekristen: | my frontend tells me my backend is out of date, I told it to update but nothing seems to be happening |
[22:57:34] | ekristen: | how do I upgrade from the backend? |
[22:59:17] | ekristen: | wagnerrp: you around? |
[23:02:29] | ekristen: | wagnerrp: somehow I have version 1254 but the mythproto libraries speak 1259 |
[23:04:19] | Splat1 (Splat1!~Splat1@rf1.splat1.com) has quit (Read error: Operation timed out) | |
[23:11:29] | npm (npm!~npm@cpe-76-169-12-237.socal.res.rr.com) has quit (Remote host closed the connection) | |
[23:14:58] | Nidhoegger (Nidhoegger!~user@p4FD26A4C.dip.t-dialin.net) has quit (Quit: Verlassend) | |
[23:15:20] | npm (npm!~npm@cpe-76-169-12-237.socal.res.rr.com) has joined #mythtv-users | |
[23:28:21] | andreax (andreax!~andreaz@p57B9583A.dip.t-dialin.net) has joined #mythtv-users | |
[23:29:36] | CyberKnet (CyberKnet!~CyberKnet@65.38.25.93) has quit () | |
[23:34:25] | inordkuo (inordkuo!~inorkuo@166.199.135.21) has joined #mythtv-users | |
[23:38:59] | inordkuo (inordkuo!~inorkuo@166.199.135.21) has quit (Ping timeout: 258 seconds) | |
[23:39:34] | joat (joat!~joat@ip70-174-79-200.hr.hr.cox.net) has quit (Remote host closed the connection) | |
[23:44:01] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Ping timeout: 252 seconds) | |
[23:44:19] | bobgill (bobgill!~smileyfac@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[23:47:16] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has quit (Remote host closed the connection) | |
[23:48:28] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 240 seconds) | |
[23:51:04] | hadees (hadees!~hadees@72-48-211-19.dyn.grandenetworks.net) has joined #mythtv-users |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.