Monday, December 10th, 2012, 00:00 UTC | ||
[00:00:31] | CyberneticianDav: | Just wondering about the virtual keyboard. I'd like to try and improve it (a full qwerty on screen doesn't work for me) |
[00:01:50] | CyberneticianDav: | i'm a developer, although been a long time since I did any C++, so I'm willing to have a go at it myself |
[00:02:20] | [R]: | ok |
[00:02:20] | CyberneticianDav: | but I don't know where to look |
[00:02:21] | [R]: | have fun |
[00:02:23] | [R]: | in the code? |
[00:02:39] | CyberneticianDav: | yeah |
[00:03:40] | CyberneticianDav: | i've found the github repo, so I'll fork that (I'm assuming I should work from master?) just not sure where in the mass of code the keyboard would be |
[00:04:26] | [R]: | yeah |
[00:04:27] | [R]: | dont use github |
[00:04:33] | [R]: | code.mythtv.org |
[00:06:20] | PatrickDickey (PatrickDickey!~quassel@2001:470:1f11:830:a0a5:1ad3:a8ce:fd19) has joined #mythtv-users | |
[00:07:56] | CyberneticianDav: | ok. looks like that still uses github as the repo. you mean don't fork etc off github? |
[00:08:48] | CyberneticianDav: | btw, think I've found it: mythtv / mythtv / libs / libmythui / mythvirtualkeyboard.cpp |
[00:16:19] | CyberneticianDav: | looks like it uses an xml file, so I might be able to change the layout without changing the actual code, which would be nice |
[00:16:53] | CyberneticianDav: | tomoro I'll try and find the xml file and see if that will do everything I need |
[00:17:04] | CyberneticianDav: | thanks for the help |
[00:17:15] | ** CyberneticianDav waves goodbye ** | |
[00:17:21] | CyberneticianDav (CyberneticianDav!~david@host-92-26-254-43.as13285.net) has quit (Quit: Leaving) | |
[00:24:46] | awalls (awalls!~awalls@d-216-36-6-220.cpe.metrocast.net) has left #mythtv-users () | |
[00:28:03] | PatrickDickey: | Quick question. I have a remote backend set up. Whenever I start mythfrontend on this computer, it goes into the Setup screens. The password for the remote frontend is wrong, so I change it and finish the setup. Mythfrontend opens and everything works. But, when I close and reopen it, I have to go through the setup screens again (and the old "wrong" password) is showing. How do I fix this? |
[00:28:57] | PatrickDickey: | I've checked in my .mythtv/mysql.txt file and /ect/mythtv/mysql.txt, and they both have the correct password for my remote backend. But, it's not reading them for some reason. |
[00:33:02] | PatrickDickey: | Also the /etc/mythtv/config.xml file has a different password in it from my ~/.mythtv/config.xml and the password shown when I start mythfrontend. |
[00:34:57] | [R]: | when you start the frontend, it tells you what file its reading |
[00:35:09] | [R]: | pretty sure the frontend never uses /etc/mythtv |
[00:37:45] | PatrickDickey: | Well, I'm reading the log, and it shows that it fails to connect to the remote backend. Then it writes the new settings to /home/patrickdickey/.mythtv/mysql.txt and connects fine. So it's obviously not reading the settings from the same file it's writing to. |
[00:38:08] | [R]: | delete that file |
[00:38:56] | PatrickDickey: | Ok, I'm also seeing something else. RAOP Conn: Failed to read key from: /home/patrickdickey/.mythtv/RAOPKey.rsa Do I need to import a key or something? |
[00:39:02] | [R]: | ignore that |
[00:39:31] | PatrickDickey: | Ok, the mysql.txt file in my home is just a link to /etc/mythtv/mysql.txt. |
[00:39:39] | [R]: | well delete the link then |
[00:42:01] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Read error: Operation timed out) | |
[00:43:50] | PatrickDickey: | I deleted both the file and the link. It's still pulling up the old password from somewhere else. Originally, I mistakenly installed mythbackend on here, and then purged it. Apparently something got left behind. |
[00:44:06] | [R]: | well what does the log say |
[00:48:10] | PatrickDickey: | It still says it's using my ~/.mythtv. directory for the configuration settings. |
[00:49:45] | [R]: | pastebin the log |
[00:53:56] | PatrickDickey: | http://pastebin.com/qBjqyNLb It's just the entries from today. |
[00:57:56] | [R]: | so what files do you have in ~/.mythtv |
[00:58:50] | Demon_Fox (Demon_Fox!~Demon_Fox@70.36.67.211) has joined #mythtv-users | |
[00:59:01] | PatrickDickey: | Aside from folders, I have the config.xml file and a mysql.txt link with a padlock. |
[00:59:03] | Demon_Fox: | I have got a possible bug that might need to have a closer look at |
[00:59:17] | [R]: | delete config.xml and mysql.txt |
[00:59:23] | [R]: | Demon_Fox: so file a bug report |
[00:59:49] | Demon_Fox: | Turning off commercial detection does not seem to work, because when I flag them it still tries it. |
[00:59:50] | Demon_Fox: | ok |
[01:06:22] | PatrickDickey: | That didn't work. It still opens the setup with the wrong password listed, and now when I click Finish, it goes right back to the screen with the wrong password in it. |
[01:07:31] | [R]: | hrm |
[01:08:01] | [R]: | try disabling upnp |
[01:08:05] | [R]: | --noupnp option |
[01:08:09] | PatrickDickey: | I'm going to purge it again, and then remove all traces of the mythtv user. Hopefully that will fix it. |
[01:08:12] | bill6502 (bill6502!~bill@2002:cdb2:1a2b:7cd3:9ef4:32ea:c6ea:200) has joined #mythtv-users | |
[01:08:16] | [R]: | or maybe just -d |
[01:12:03] | PatrickDickey: | I'll try that shortly. I need to reboot for some updates. If it doesn't work, I'll be back in tomorrow (as I have to leave for work shortly). |
[01:12:11] | PatrickDickey (PatrickDickey!~quassel@2001:470:1f11:830:a0a5:1ad3:a8ce:fd19) has quit (Remote host closed the connection) | |
[01:17:31] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[01:17:31] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[01:17:31] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[01:18:33] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[01:24:01] | disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users | |
[01:26:09] | Demon_Fox: | [R], When is 0.27 planned? |
[01:26:15] | [R]: | when its ready |
[01:26:21] | Demon_Fox: | milestone wise |
[01:27:02] | [R]: | huh? |
[01:27:53] | Demon_Fox: | The goals before they must meet before they can consider a version bump, usually features like with wine usb support with itunes |
[01:32:37] | [R]: | its reelased when its done |
[01:33:03] | skd5aner (skd5aner!~skd5aner@50-90-30-141.res.bhn.net) has joined #mythtv-users | |
[01:33:04] | [R]: | if a feature is ready, its put in |
[01:33:38] | [R]: | there was some radom crap on the ml about 27 |
[01:33:42] | [R]: | dunno what it was talking about |
[01:35:54] | mzb is now known as mzb_ | |
[01:43:31] | mzb_ is now known as mzb | |
[02:15:56] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[02:17:40] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[02:17:40] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[02:17:40] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[02:29:36] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 264 seconds) | |
[02:32:50] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Remote host closed the connection) | |
[02:38:29] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[02:41:47] | rsiebert_ (rsiebert_!~quassel@g229055052.adsl.alicedsl.de) has joined #mythtv-users | |
[02:45:06] | rsiebert (rsiebert!~quassel@g225057111.adsl.alicedsl.de) has quit (Ping timeout: 264 seconds) | |
[02:51:20] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[02:54:21] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[03:06:11] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 255 seconds) | |
[03:11:37] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[03:16:42] | plut0 (plut0!~cory@pool-96-236-43-69.albyny.fios.verizon.net) has left #mythtv-users () | |
[03:33:42] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 264 seconds) | |
[03:34:05] | Demon_Fox: | Can hd get to up to 7.9GB per hour |
[03:34:22] | mattcen (mattcen!~mattcen@c122-108-95-188.sunsh1.vic.optusnet.com.au) has joined #mythtv-users | |
[03:34:34] | Demon_Fox: | That or I multiplied and divided wrong |
[03:34:40] | mattcen: | Hi all. (Not a direct MythTV question, but #lirc aren't very lively). I'm looking for a relatively cheap USB IR receiver that is supported by LiRC. Any of you guys able to help me out? |
[03:35:36] | [R]: | mattcen: mirosoft mcd |
[03:35:39] | [R]: | mce* |
[03:36:06] | Demon_Fox: | Oh yeah I forgot the NULL bytes |
[03:36:37] | Demon_Fox: | 6.2GBs/hour |
[03:36:44] | mattcen: | [R]: Yeah, that was my first guess, but it seems a difficult product to search for and categorically say "This one isn't a crappy keyboard-emulator-style device"... |
[03:37:52] | [R]: | ebay\ |
[03:38:03] | [R]: | mattcen: whats wrong with one that shows up as hid? |
[03:39:05] | mattcen: | We need to be able to more easily control what each button does, which IIUC is much easier with LiRC than trying to hack the mappings within X or whatever. |
[03:39:31] | [R]: | lirc has devinput... |
[03:39:36] | mattcen: | We also need of the order a 1000 of these units I think, for a big deployment. |
[03:39:49] | mattcen: | *order of |
[03:40:46] | mattcen: | [R]: Hmm, I'll investigate that as an option |
[03:42:22] | jams: | or streamzap |
[03:44:42] | mattcen: | [R]: Thanks for your help so far. |
[03:48:43] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[03:52:26] | tonsofpcs: | 1000? |
[03:52:46] | tonsofpcs: | mattcen: do you mean an actual full 1000 or are you just spitballing? |
[03:54:29] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Ping timeout: 248 seconds) | |
[03:54:31] | mattcen: | tonsofpcs: I don't have exact numbers, but it's something of that order. It may only be 100, but it's certainly not the sort of thing I'd expect to be able to get from a single eBay seller. |
[03:55:22] | mattcen: | Another requirement is that the receiver should be reasonably small, because we have these all-in-one Desktops whose webcam we're taking out of the screen, and we want to put the IR receiver in the same cavity. |
[03:55:45] | [R]: | you can do what i did |
[03:55:48] | [R]: | build a serial receiver |
[03:55:51] | [R]: | and buidl it into the box |
[03:56:05] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 248 seconds) | |
[03:56:30] | mattcen: | [R]: That may be feasable, though I'm not sure whether these devices actually have serial ports on them. |
[03:56:46] | tonsofpcs: | mattcen: well, 100 and 1000 are completely different. |
[03:57:51] | tonsofpcs: | at 1000, you start thinking about ordering full-runs from china direct at < $1 per unit FOB (you accept at their port and pay from there). At 100, you're probably talking $8 each, shipped. |
[04:00:07] | tonsofpcs: | if you're putting the receivers inside a case, you're assembling them yourself... if so, why not just build simple receivers as 1IC+1phototrans+diode+header and buy generic universal remotes and just make your software accept their default scan codes? I'm wondering how you'd deploy such a large amount that IR would be the control method of choice ... |
[04:06:21] | emmanuelux (emmanuelux!~emmanuelu@vau92-2-82-228-217-1.fbx.proxad.net) has quit (Quit: emmanuelux) | |
[04:09:51] | mattcen: | Buying universal remotes doesn't bother me at all. Yes, it may be completely possible to have some simple receivers manufactured (I've not investigated them closely myself yet). We're currently not sure whether these PCs have serial ports that we can use though. AIUI if they only have USB, "simple receivers" suddenly isn't so simple. |
[04:10:21] | mattcen: | (We're in the process of getting motherboard specs from the hardware supplier) |
[04:19:59] | wagnerrp: | it's still not that tough |
[04:21:28] | mattcen: | I'm not sure what keywords I should be searching to find circuit diagrams etc. |
[04:22:13] | N0BOX: | mattcen: you can use ftdi chips or some of the smaller avr chips to convert serial to usb |
[04:22:37] | N0BOX: | Id use the avr 8u2 |
[04:22:56] | wagnerrp: | i mean you can pick up little Amtel chips for about $1/unit in bulk off digikey that support USB, and have the IO pins for bitbanging infrared |
[04:23:30] | N0BOX: | ^^ |
[04:23:31] | wagnerrp: | another dollar per unit for accessory electronics and optics, plus as much in bulk for circuit boards |
[04:23:59] | wagnerrp: | the real cost is an electronics dev spending a couple days programming the thing, and then soldering all the units together |
[04:24:42] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[04:25:10] | clever: | from what ive seen, most of the lirc drivers simply return a list of mark/space pairs (lenght of time for high and low), that sounds like something you can easily do in an AVR |
[04:26:22] | clever: | so you can always just do that, and leave all the decoding up to lirc, saves much time |
[04:26:38] | N0BOX: | that's what I was trying to do for an arduino project |
[04:26:59] | N0BOX: | I was trying to have my arduino send ir codes to my sony NEX camera |
[04:27:17] | N0BOX: | you just have to send the correct sequence of shorts/longs |
[04:27:26] | wagnerrp: | except with an arduino, you're talking $30 for a pre-made circuit board, rather than $5 for a custom made part in bulk |
[04:27:34] | N0BOX: | yeah |
[04:28:39] | N0BOX: | if you do custom made, you can use just the ir reader diode, and the little atmel avr 8u2 chip that the newest arduinos use to turn serial into usb |
[04:29:04] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds) | |
[04:29:10] | N0BOX: | so you would just need a tiny subset of the circuit that makes up an arduino uno |
[04:29:22] | clever: | only thing to lookup, is how lirc expects to talk to usb recievers |
[04:29:30] | [R]: | just use usb hid |
[04:29:32] | [R]: | problem solved |
[04:29:43] | mattcen: | Thanks guys, this is really helpful. |
[04:29:53] | N0BOX: | those 8u2s can be programmed to act like usb HID |
[04:29:59] | clever: | [R]: if you translate it into a keyboard, you would need to do all the key decoding in the avr |
[04:30:09] | tonsofpcs: | I'm still wondering where they'll be used and what theiir proximity will be to each other... |
[04:30:12] | clever: | which is what i was thinking of pushing off to lirc |
[04:30:15] | N0BOX: | I turned my uno into a custom keyboard once |
[04:31:23] | tonsofpcs: | you could also steal an audio input maybe... |
[04:33:46] | mattcen: | OK. I've gotten approval from my manager to give more detail on exactly what we need (not sure whether it was meant to be a secret or not). |
[04:34:28] | mattcen: | We are deploying PCs in prisons. A given prison wants us to also handle their IPTV-style system, and therefore want to use these PCs with remotes for displaying videos of some kind. |
[04:34:39] | mattcen: | So some PCs may be in cells, others may be in common rooms. |
[04:36:01] | mattcen: | Because it's a prison, we can't use wifi or bluetooth, and can't have an external receiver with a cable in case prisoners use it to garrot each other. |
[04:36:32] | Demon_Fox: | Is darknet real? |
[04:37:48] | N0BOX: | aren't there some small mini-itx/microatx htpc cases that have IR receivers built in? |
[04:38:31] | Demon_Fox: | oops |
[04:40:50] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[04:41:37] | mattcen: | N0BOX: I thought so, but not the one we're having supplied apparently. That was my first option. |
[04:47:30] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 244 seconds) | |
[04:47:37] | tonsofpcs: | mattcen: they might have a dedicated header on the mobo already |
[04:48:00] | wagnerrp: | few motherboards have headers for consumer IR |
[04:48:09] | wagnerrp: | are you thinking of IrDA? |
[04:48:14] | tonsofpcs: | that said, why not a touch-screen or other permanent-attached non-wire input device? |
[04:48:31] | clever: | tonsofpcs: in the case of the eeepc netbooks with webcams, the header is simply usb with a custom plug, nothing special for video |
[04:48:32] | tonsofpcs: | wagnerrp: no, I was thinking "extra serial port on header, wtf else is it for" :) |
[04:48:51] | wagnerrp: | oh, fair enough |
[04:49:21] | tonsofpcs: | (although I have seen a few that claim it is for an IR device but it really is just a serial port that you can plug anything into :) |
[04:49:46] | clever: | tonsofpcs: yep, same for the 'webcam' port on the eeepc's, i just stuck an FTDI on it |
[04:50:16] | tonsofpcs: | I don't have enough clearance on my 900A to get anything onto the USB port inside :( |
[04:50:26] | tonsofpcs: | except maybe wires to... nowhere, because the case is packed. |
[04:51:03] | tonsofpcs: | I'm thinking an IR transistor to the sound card on my htpc. Need a good way to get power off the back though.... maybe a USB plug? |
[04:52:43] | clever: | tonsofpcs: the microphone port might have power on it, which you could use |
[04:53:58] | wagnerrp: | pretty sure that's how the LIRC alsa input was intended to be used |
[04:55:52] | clever: | the schematic on the site doesnt show where the power comes from http://www.lirc.org/ir-audio.html |
[04:55:55] | branden_: | I need to revise that bug report |
[04:56:24] | branden_: | it seems that it works for recordings afterwords, not before. |
[04:56:56] | branden_: | can't find it now |
[04:58:37] | wagnerrp: | #11284 |
[04:58:37] | ** MythLogBot http://code.mythtv.org/trac/ticket/11284 ** | |
[04:59:17] | Sharky-AFK is now known as Sharky112065 | |
[05:07:04] | mattcen: | 2012-12–10_15:27:26 <+wagnerrp> except with an arduino, you're talking $30 for a pre-made circuit board, rather than $5 for a custom made part in bulk |
[05:07:09] | mattcen: | oops, sorry. |
[05:25:26] | Goga777 (Goga777!~Goga777@128-71-112-83.broadband.corbina.ru) has joined #mythtv-users | |
[05:28:53] | toeb (toeb!~tob@HSI-KBW-37-49-118-160.hsi14.kabel-badenwuerttemberg.de) has joined #mythtv-users | |
[05:29:20] | Sharky112065 is now known as Sharky-AFK | |
[05:38:31] | jya_ (jya_!~jyavenard@CPE-60-224-1-106.srql1.win.bigpond.net.au) has joined #mythtv-users | |
[05:38:31] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[05:38:32] | jya_ (jya_!~jyavenard@CPE-60-224-1-106.srql1.win.bigpond.net.au) has quit (Changing host) | |
[06:22:08] | Goga777 (Goga777!~Goga777@128-71-112-83.broadband.corbina.ru) has quit (Remote host closed the connection) | |
[06:29:31] | bill6502 (bill6502!~bill@2002:cdb2:1a2b:7cd3:9ef4:32ea:c6ea:200) has left #mythtv-users () | |
[06:49:41] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat) | |
[06:57:04] | Demon_Fox (Demon_Fox!~Demon_Fox@70.36.67.211) has quit (Remote host closed the connection) | |
[07:04:24] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[07:14:37] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[07:23:15] | Sharky-AFK is now known as Sharky112065 | |
[07:27:11] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Quit: hadees) | |
[07:31:00] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has joined #mythtv-users | |
[07:35:57] | Sharky112065 is now known as Sharky-AFK | |
[07:43:29] | ubIx_ (ubIx_!~ulf@p5DD18240.dip0.t-ipconnect.de) has joined #mythtv-users | |
[07:47:00] | ubIx (ubIx!~ulf@p5DD1948C.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds) | |
[07:52:40] | jya_ (jya_!~jyavenard@CPE-60-224-1-106.srql1.win.bigpond.net.au) has joined #mythtv-users | |
[07:52:40] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[07:52:40] | jya_ (jya_!~jyavenard@CPE-60-224-1-106.srql1.win.bigpond.net.au) has quit (Changing host) | |
[08:09:22] | dekarl (dekarl!~dekarl@p4FCEE566.dip.t-dialin.net) has quit (Ping timeout: 255 seconds) | |
[08:13:13] | dekarl (dekarl!~dekarl@p4FCEFD0E.dip.t-dialin.net) has joined #mythtv-users | |
[08:18:41] | octavsly (octavsly!~octavsly@static.ip-80-255-245-177.signet.nl) has joined #mythtv-users | |
[08:28:54] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Ping timeout: 264 seconds) | |
[08:57:37] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users | |
[08:57:45] | tris (tris!tristan@camel.ethereal.net) has quit (Excess Flood) | |
[08:59:55] | tris (tris!tristan@camel.ethereal.net) has joined #mythtv-users | |
[09:00:28] | stoffel (stoffel!~quassel@pD9E422B4.dip.t-dialin.net) has joined #mythtv-users | |
[09:00:28] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[09:07:17] | lapion (lapion!~axion@axion.xs4all.nl) has quit (Read error: Connection reset by peer) | |
[09:07:45] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv-users | |
[09:11:39] | RagingCompute (RagingCompute!~RagingCom@ip98-161-50-39.om.om.cox.net) has quit (Ping timeout: 252 seconds) | |
[09:13:59] | johd (johd!~johd@pdpc/supporter/student/jvs) has joined #mythtv-users | |
[09:37:37] | jbaxter (jbaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users | |
[09:50:06] | Sharky-AFK is now known as Sharky112065 | |
[09:50:47] | rdark (rdark!~rdark@217.33.138.50) has joined #mythtv-users | |
[09:51:24] | jbaxter (jbaxter!~jbaxter@jimbax.plus.com) has quit (Quit: Quiting) | |
[09:51:50] | jbaxter (jbaxter!~jbaxter@jimbax.plus.com) has joined #mythtv-users | |
[09:57:51] | octavsly (octavsly!~octavsly@static.ip-80-255-245-177.signet.nl) has quit (Ping timeout: 252 seconds) | |
[09:59:35] | Guest70714 (Guest70714!~quassel@75-161-183-113.mpls.qwest.net) has quit (Remote host closed the connection) | |
[10:00:59] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has joined #mythtv-users | |
[10:14:42] | octavsly (octavsly!~octavsly@static.ip-80-255-245-177.signet.nl) has joined #mythtv-users | |
[10:26:19] | wylie_ (wylie_!~wylie@ip72-208-123-25.ph.ph.cox.net) has joined #mythtv-users | |
[10:26:59] | joki- (joki-!~joki@p548656A0.dip.t-dialin.net) has joined #mythtv-users | |
[10:27:15] | stoffel (stoffel!~quassel@pD9E422B4.dip.t-dialin.net) has quit (Ping timeout: 240 seconds) | |
[10:27:43] | cecil (cecil!~cesman@pool-108-0-54-134.lsanca.fios.verizon.net) has joined #mythtv-users | |
[10:27:49] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has quit (Disconnected by services) | |
[10:28:08] | Heliwr_ (Heliwr_!~Heliwr@209.141.61.55) has joined #mythtv-users | |
[10:28:13] | Heliwr_ is now known as Heliwr | |
[10:28:13] | Heliwr (Heliwr!~Heliwr@pdpc/supporter/student/heliwr) has joined #mythtv-users | |
[10:29:03] | petefunk_ (petefunk_!~pfunk@198.23.147.3) has joined #mythtv-users | |
[10:29:23] | tonsofpc1 (tonsofpc1!~tonsofpcs@cpe-72-230-192-8.stny.res.rr.com) has joined #mythtv-users | |
[10:29:24] | Nigel_ (Nigel_!njones@torea.jnet.net.nz) has joined #mythtv-users | |
[10:29:25] | quicksil1er (quicksil1er!~jules@roobarb.crazydogs.org) has joined #mythtv-users | |
[10:34:02] | lapion (lapion!~axion@axion.xs4all.nl) has quit (*.net *.split) | |
[10:34:02] | joki (joki!~joki@p548656A0.dip.t-dialin.net) has quit (*.net *.split) | |
[10:34:02] | petefunk (petefunk!~pfunk@198.23.147.3) has quit (*.net *.split) | |
[10:34:02] | cesman (cesman!~cesman@pdpc/supporter/professional/cesman) has quit (*.net *.split) | |
[10:34:02] | wylie (wylie!~wylie@ip72-208-123-25.ph.ph.cox.net) has quit (*.net *.split) | |
[10:34:02] | tonsofpcs (tonsofpcs!~tonsofpcs@cpe-72-230-192-8.stny.res.rr.com) has quit (*.net *.split) | |
[10:34:02] | MissionCritical (MissionCritical!~MissionCr@unaffiliated/missioncritical) has quit (*.net *.split) | |
[10:34:02] | quicksilver (quicksilver!~jules@roobarb.crazydogs.org) has quit (*.net *.split) | |
[10:34:02] | G (G!njones@torea.jnet.net.nz) has quit (*.net *.split) | |
[10:34:03] | joki- is now known as joki | |
[10:34:03] | wylie_ is now known as wylie | |
[10:36:36] | Mission-Critical (Mission-Critical!~MissionCr@unaffiliated/missioncritical) has joined #mythtv-users | |
[10:40:42] | lapion (lapion!~axion@axion.xs4all.nl) has joined #mythtv-users | |
[10:52:12] | Nigel_ is now known as G | |
[10:52:27] | bentech (bentech!~bentech@87-194-161-211.bethere.co.uk) has joined #mythtv-users | |
[10:53:31] | Mission-Critical is now known as MissionCritical | |
[10:57:15] | octavsly (octavsly!~octavsly@static.ip-80-255-245-177.signet.nl) has quit (Ping timeout: 240 seconds) | |
[11:11:04] | faichele (faichele!~quassel@d16-151.informatik.uni-stuttgart.de) has joined #mythtv-users | |
[11:11:18] | octavsly (octavsly!~octavsly@static.ip-80-255-245-177.signet.nl) has joined #mythtv-users | |
[11:12:42] | bentech (bentech!~bentech@87-194-161-211.bethere.co.uk) has quit (Quit: bentech) | |
[11:15:32] | sraue_ (sraue_!~stephan@208-48-239-77-pool.cable.fcom.ch) has joined #mythtv-users | |
[11:16:14] | sraue_ is now known as sraue | |
[11:16:30] | sraue (sraue!~stephan@208-48-239-77-pool.cable.fcom.ch) has quit (Changing host) | |
[11:16:30] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
[11:33:05] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[11:51:59] | knightr (knightr!~knightr@mythtv/developer/knightr) has quit (Quit: Leaving) | |
[11:54:16] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv-users | |
[11:54:16] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[11:54:16] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[11:55:20] | knightr (knightr!~knightr@mythtv/developer/knightr) has joined #mythtv-users | |
[12:14:02] | PatrickDickey (PatrickDickey!~quassel@2001:470:1f11:830:b197:ad23:a7bf:696e) has joined #mythtv-users | |
[12:19:13] | PatrickDickey: | Hi everyone. I was in here last night with a problem where every time I start mythfrontend on a remote machine, it goes through the setup screens with the wrong password. I got it to show the correct password, however now whenever I start it, it goes into the setup and keeps looping back to the page where I put in the information for the remote server. The information is correct though, but it won't exit that setup. Any |
[12:19:13] | PatrickDickey: | suggestions on how to fix this? I've purged and reinstalled (after removing everything that was mythtv related). |
[12:19:19] | wolfgang1 (wolfgang1!~wolfgang@178-27-144-160-dynip.superkabel.de) has quit (Ping timeout: 246 seconds) | |
[12:21:33] | wolfgang1 (wolfgang1!~wolfgang@178-27-144-160-dynip.superkabel.de) has joined #mythtv-users | |
[12:22:46] | PatrickDickey: | Here's a pastebin of what I get when I run mythfrontend -d from a terminal (I'm on ubuntu 12.10 if that matters). http://pastebin.com/BA8w5gVz |
[12:26:19] | PatrickDickey: | Also (and I think this may be part of the problem) when I try to set my security PIN in mythbuntu-control-centre, it crashes. I've filed crash reports every time. Is there somewhere that I can manually put that information in, so it uses that when trying to connect to the remote machine? |
[12:31:35] | jya_ (jya_!~jyavenard@mythtv/developer/jya) has quit (Quit: jya_) | |
[12:44:17] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
[12:45:26] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[12:47:28] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[13:11:43] | npm (npm!~npm@cpe-198-72-183-90.socal.res.rr.com) has quit (Excess Flood) | |
[13:12:10] | npm (npm!~npm@cpe-198-72-183-90.socal.res.rr.com) has joined #mythtv-users | |
[13:12:51] | ikevin (ikevin!~kevin@lisa.illux.org) has quit (Ping timeout: 260 seconds) | |
[13:15:31] | ikevin (ikevin!~kevin@lisa.illux.org) has joined #mythtv-users | |
[13:19:14] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7A7CC.dip.t-dialin.net) has quit (Ping timeout: 240 seconds) | |
[13:19:32] | Sharky112065 is now known as Sharky-Sleep | |
[13:19:33] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7A7CC.dip.t-dialin.net) has joined #mythtv-users | |
[13:23:02] | toeb: | PatrickDickey: your remote frontend can not access your database.. |
[13:23:41] | toeb: | for most distros mysql is bound to localhost, you will have to change your mysql configuration |
[13:23:54] | PatrickDickey: | How do I fix that? It was able to access the remote backend last night before I started trying to "fix" my original problem. |
[13:24:13] | PatrickDickey: | toeb, on the backend? or on my frontend? |
[13:25:00] | toeb: | they mysql configuration on your backend: /etc/mysql/my.cnf |
[13:26:27] | toeb: | you also have to grant the user remote access to you database |
[13:26:42] | PatrickDickey: | So, I need to change the bind-address = 127.0.0.1 to bind-address =192.168.2.5 right? |
[13:26:52] | toeb: | yes |
[13:27:20] | PatrickDickey: | Will I need to make any changes in the backend setup or the frontend on that computer? |
[13:29:04] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7A7CC.dip.t-dialin.net) has quit (Ping timeout: 250 seconds) | |
[13:29:31] | Vollstrecker_ (Vollstrecker_!~Vollstrec@p4FC7C0A8.dip.t-dialin.net) has joined #mythtv-users | |
[13:34:56] | hR13 (hR13!~hR13@194-218-26-139.customer.telia.com) has joined #mythtv-users | |
[13:38:05] | PatrickDickey: | toeb, I made the change in my my.cnf file, and now the frontend on that machine is doing the same thing. |
[13:38:52] | toeb: | ok, you may have to change the configuration for this frontend too |
[13:39:23] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[13:39:43] | PatrickDickey: | I tried changing it to the same IP Address. Now it's just looping back into setup. |
[13:39:53] | toeb: | and you will have to grant the user acces to your database |
[13:39:59] | toeb: | http://www.mythtv.org/docs/mythtv-HOWTO-6.html |
[13:40:57] | PatrickDickey: | Ok, all of this was working two nights ago. The only "issue" I had was that it kept going through the setup on my remote frontend. I'd enter the correct password, and it would open. I was able to do everything in mythfrontend. |
[13:45:04] | toeb: | maybe a firewall issue? |
[13:45:52] | PatrickDickey: | Well the problem I'm currently having started when I deleted the /etc/mythtv/mysql.txt file on the remote frontend. |
[13:46:19] | PatrickDickey: | The worst part is, my original problem was it was reading a file from my home directory instead of the .mythtv directory. |
[13:48:18] | stoffel (stoffel!~quassel@pD9E422B4.dip.t-dialin.net) has joined #mythtv-users | |
[13:48:18] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[13:50:16] | PatrickDickey: | One question also. On the remote frontend computer, should it have a mythconverg database and mythtv user in mysql? |
[13:50:30] | toeb: | no |
[13:50:40] | toeb: | only one database |
[13:50:57] | PatrickDickey: | Ok, so I'll drop those from the databases, and user. |
[13:51:43] | toeb: | and the frontend should use the ~/.mythtv directory of the user it was started from |
[13:55:42] | PatrickDickey: | Ok, I wonder if it wasn't trying to use the mythconverg on the remote computer, instead of connecting to the backend. |
[13:56:25] | PatrickDickey: | I've dropped the mythconverg database and the mythtv user from mysql. I'll try running it when I get home in about two hours. Thanks for your help. :) |
[14:10:03] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[14:11:40] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv-users | |
[14:26:24] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[14:27:51] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Ping timeout: 276 seconds) | |
[14:33:15] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[14:34:18] | hR13 (hR13!~hR13@194-218-26-139.customer.telia.com) has quit (Ping timeout: 264 seconds) | |
[14:36:22] | hpeter (hpeter!~hpeter@zux221-067-141.adsl.green.ch) has joined #mythtv-users | |
[14:41:16] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Read error: Connection reset by peer) | |
[14:41:42] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv-users | |
[14:51:42] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Ping timeout: 264 seconds) | |
[14:52:36] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users | |
[14:53:18] | stoffel (stoffel!~quassel@pD9E422B4.dip.t-dialin.net) has quit (Ping timeout: 240 seconds) | |
[14:56:54] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Ping timeout: 240 seconds) | |
[14:57:41] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users | |
[14:57:46] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has joined #mythtv-users | |
[15:02:12] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Ping timeout: 248 seconds) | |
[15:06:51] | nutron (nutron!~nutron@unaffiliated/nutron) has quit (Read error: Connection reset by peer) | |
[15:07:02] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users | |
[15:21:21] | streeter (streeter!streeter@nat/redhat/x-zpgawiqygtzndigo) has joined #mythtv-users | |
[15:23:28] | octavsly (octavsly!~octavsly@static.ip-80-255-245-177.signet.nl) has quit (Ping timeout: 250 seconds) | |
[15:42:27] | Azelphur (Azelphur!~Azelphur@azelphur.com) has quit (Excess Flood) | |
[15:42:39] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 260 seconds) | |
[15:46:02] | Azelphur (Azelphur!~Azelphur@azelphur.com) has joined #mythtv-users | |
[15:50:04] | RagingComputer (RagingComputer!~RagingCom@ip98-161-50-39.om.om.cox.net) has joined #mythtv-users | |
[16:07:34] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Ping timeout: 252 seconds) | |
[16:07:37] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.60) has quit (Quit: Coyote finally caught me) | |
[16:21:36] | kwmonroe (kwmonroe!~kwmonroe@32.97.110.60) has joined #mythtv-users | |
[16:25:15] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has quit (Read error: Connection reset by peer) | |
[16:25:40] | croppa (croppa!~stuart@CPE-120-146-137-99.static.nsw.bigpond.net.au) has joined #mythtv-users | |
[16:33:06] | devinheitmueller (devinheitmueller!~devin@108.55.222.249) has joined #mythtv-users | |
[16:37:36] | tonsofpc1 is now known as tonsofpcs | |
[16:48:44] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[16:49:03] | gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has joined #mythtv-users | |
[16:51:38] | pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has joined #mythtv-users | |
[16:59:37] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5F7E8.dip.t-dialin.net) has joined #mythtv-users | |
[17:01:11] | hashbang (hashbang!~isajb@2001:630:e4:1212:230:48ff:febf:1392) has quit (Quit: Leaving.) | |
[17:03:06] | johd (johd!~johd@pdpc/supporter/student/jvs) has quit (Ping timeout: 264 seconds) | |
[17:06:38] | faichele (faichele!~quassel@d16-151.informatik.uni-stuttgart.de) has quit (Remote host closed the connection) | |
[17:07:07] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[17:22:57] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Read error: Operation timed out) | |
[17:26:14] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 240 seconds) | |
[17:30:46] | SteveGoodey (SteveGoodey!~steve@host86-148-172-139.range86-148.btcentralplus.com) has joined #mythtv-users | |
[17:33:42] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[17:48:40] | Easy_Rider9999 (Easy_Rider9999!~Miranda@pD9E5F7E8.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[17:50:32] | devinheitmuell-1 (devinheitmuell-1!~devinheit@pool-108-54-72-165.nycmny.fios.verizon.net) has quit (Quit: devinheitmuell-1) | |
[17:53:25] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 252 seconds) | |
[17:56:08] | johd (johd!~johd@pdpc/supporter/student/jvs) has joined #mythtv-users | |
[18:00:42] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[18:04:18] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Ping timeout: 276 seconds) | |
[18:09:02] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv-users | |
[18:10:15] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat) | |
[18:11:44] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
[18:12:06] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 276 seconds) | |
[18:12:42] | johd (johd!~johd@pdpc/supporter/student/jvs) has quit (Ping timeout: 264 seconds) | |
[18:19:14] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[18:20:36] | jbaxter (jbaxter!~jbaxter@jimbax.plus.com) has quit (Read error: Operation timed out) | |
[18:26:27] | Hoochster (Hoochster!~hooch@173.216.129.63) has quit (Ping timeout: 260 seconds) | |
[18:27:26] | cocoa117: | is there a way to tell mythtv that even with dual tuner that I installed, not all channels can be simultaneously recorded |
[18:27:38] | cocoa117: | e.g. channel 4 or BBC one can be recorded on both tunner, pick which ever one available, but other channels can only recorded on one tuner, not on both |
[18:27:47] | cocoa117: | is there a way to do that? |
[18:31:37] | Hoochster (Hoochster!~hooch@173.216.129.63) has joined #mythtv-users | |
[18:40:24] | emmanuelux (emmanuelux!~emmanuelu@vau92-2-82-228-217-1.fbx.proxad.net) has joined #mythtv-users | |
[18:43:17] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[18:49:38] | sphery: | cocoa117: a MythTV Video Source is a list of channels available to a tuner |
[18:50:47] | sphery: | cocoa117: if you have different tuners with different lists of channels available, you /must/ have multiple Video Sources (one for each unique collection of channels), but if you have multiple tuners that get the exact same list of channels, you can share a Video Source for those tuner's inputs |
[18:51:26] | sphery: | cocoa117: to make sure MythTV knows that channel 4 is the same channel on both Video Sources, simply assign it the same callsign in the channel editor (in mythtv-setup or MythWeb) |
[18:52:41] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[18:53:32] | cocoa117: | sphery, k. i have both tuner can receive same channels, that is not a problem. the problem is u can only view/record some of channel due to "restriction" |
[18:53:45] | cocoa117: | sphery, say free to air channel can be recorded on both tuners at same time, but encrypted channel can only be recorded on single tuner not both at same time, make sense? |
[18:54:13] | sphery: | no |
[18:54:26] | cocoa117: | :), which part |
[18:54:29] | sphery: | in theory, the free to air channel is available only on the free to air tuner |
[18:55:17] | sphery: | and the other tuner--i.e. one with a hardware CAM to allow use of satellite TV broadcasts or whatever--is the only one tuner that can receive the not-free-to-air stuff, right? |
[18:55:40] | sphery: | if that's the case, then your 2 tuners (inputs) can actually receive 2 different lists of channels |
[18:55:55] | hpeter_ (hpeter_!~hpeter@zux221-067-141.adsl.green.ch) has joined #mythtv-users | |
[18:55:55] | sphery: | it's possible one list may be a superset of the other, but it's still different lists |
[18:55:55] | hpeter_ (hpeter_!~hpeter@zux221-067-141.adsl.green.ch) has quit (Client Quit) | |
[18:56:24] | cocoa117: | sphery, i think u got it, and now i think i start to understand your idea of list set |
[18:56:29] | hpeter (hpeter!~hpeter@zux221-067-141.adsl.green.ch) has quit (Read error: Connection reset by peer) | |
[18:57:06] | sphery: | yeah, so Video Source has nothing to do with "listings source" (i.e. nothing to do with which XMLTV or EIT data source you use for listings)--it's just the list of which channels are available for an input |
[18:58:09] | sphery: | unfortunately, for most people (with only one Video Source--which uses one listings source), the distinction is not apparent, so there's lots of information out there that confuses the 2 ideas |
[18:58:35] | sphery: | which makes it harder for people like you--with more "complex" setups consisting of multiple distinct "sources" of video content/receiption |
[18:58:57] | cocoa117: | sphery, so the basic idea would be fix with each tuner what channels it can access to (view/recording). So free to view channel can be accessed on both tuners, and restricted one will be only on single tuner |
[18:59:50] | sphery: | yeah, which means you create one Video Source with the list of free-to-air channels only and another Video Source with a list of restricted channels /and/ free-to-air channels |
[18:59:56] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has quit (Ping timeout: 240 seconds) | |
[19:00:12] | sphery: | note, also, it may be easier to understand, too, if you realize that the Video Source is the list of channels and the tuning information for those channels |
[19:00:48] | sphery: | so, whereas the free-to-air tuner may pick up channel 4 using the OTA frequency for channel 4, the tuner with the CAM may pick it up on some satellite frequency or whatever |
[19:01:09] | sphery: | so even though the content is the same (which we indicate through the use of the same callsign), the tuning information is very different |
[19:01:35] | joki (joki!~joki@p548656A0.dip.t-dialin.net) has quit (Read error: Operation timed out) | |
[19:01:37] | sphery: | which means that the "channels" are actually different--it's just the content that's the same |
[19:01:58] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Ping timeout: 265 seconds) | |
[19:02:08] | joki (joki!~joki@p54862D7C.dip.t-dialin.net) has joined #mythtv-users | |
[19:02:12] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv-users | |
[19:02:13] | cocoa117: | sphery, is there any wiki about this i can read further? |
[19:02:28] | sphery: | (or at least "substantially identical"--meaning it's possible that the commercials aired on the 2 could actually be different, but the shows that air and when they air are identical) |
[19:02:42] | sphery: | none that I know of |
[19:02:59] | sphery: | but I'll try to watch for pings in here if you have other questions |
[19:03:16] | cocoa117: | en, i need to get my hand wet to fully understand the concept, ;) |
[19:03:38] | cocoa117: | sphery, sure |
[19:03:56] | sphery: | unfortunately, this is one of the more complex parts of configuring MythTV for a new user--unless that user has a simple "one source" setup--but isn't well documented |
[19:04:05] | sphery: | most documentation just assumes the single source setup |
[19:04:08] | shubes (shubes!~shubes@67.137.18.115) has joined #mythtv-users | |
[19:04:09] | cocoa117: | sphery, many thanx for the detail explaining |
[19:04:18] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 264 seconds) | |
[19:04:33] | shubes (shubes!~shubes@67.137.18.115) has left #mythtv-users () | |
[19:04:35] | sphery: | you're welcome, and as a last bit, I'll say that MythTV is well worth the effort once you get it set up :) |
[19:04:51] | sphery: | and it makes a nice hobby once you do set it up |
[19:05:21] | cocoa117: | sphery, i think so, i have read some blog showing interesting concept without explaining how they did it. So guess it must have such feature |
[19:06:28] | sphery: | yeah, we support a ton of varied configurations--which is great for supporting users regardless of which part of the world they're in or how they get their TV, but makes it much more challenging to configure |
[19:07:25] | sphery: | we're currently working on making configuration easier, but it's a lot of effort and takes a lot of time to do it right (especially when we have to figure out better ways to configure without losing the ability to support users with certain, less-common configurations) |
[19:07:39] | sphery: | so, in theory, it will just get easier for you in the future |
[19:08:10] | sphery: | (but, for the most part, once you figure out your configuration once, you won't have to worry about it in the future--it will just carry over for you with upgrades and such) |
[19:08:31] | sphery: | anyway, good luck, and feel free to ping me if you have other questions |
[19:09:30] | cocoa117: | sphery, u r star!!! thanx again |
[19:14:05] | CiaranG (CiaranG!~CiaranG@fsf/member/CiaranG) has joined #mythtv-users | |
[19:16:55] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Ping timeout: 240 seconds) | |
[19:21:42] | dekarl: | Hmm, can mythmusic be controlled with lcdproc alone? (thinking of the lcdproc-text-to-speech discussions) Might be an idea to run a full mythfrontend on a raspberry pi as music only frontend. |
[19:23:04] | dekarl: | I'm wondering about this sentence "I'm looking to add music playback functionality into a room with no TV display, so the normal MythTV frontend isn't appropriate." |
[19:23:40] | rdark (rdark!~rdark@217.33.138.50) has quit (Quit: leaving) | |
[19:26:26] | dekarl: | man, another instance of epg fun. children of dune, 3 part mini series on the air tonight. back-to-back (4 hours including ads) sent down the epg pipe as two movie length parts :/ |
[19:27:46] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv-users | |
[19:28:08] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[19:28:09] | sphery: | hehe, fun |
[19:30:35] | hadees (hadees!~hadees@72-48-211-16.dyn.grandenetworks.net) has quit (Quit: hadees) | |
[19:32:54] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 240 seconds) | |
[19:33:11] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Ping timeout: 260 seconds) | |
[19:36:07] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[19:37:39] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has joined #mythtv-users | |
[19:41:11] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[19:42:14] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 240 seconds) | |
[19:45:04] | garybuhrmaster (garybuhrmaster!~gtb@f0-de-f1-1-67-12.dhcp.lbl.gov) has joined #mythtv-users | |
[19:49:40] | octavsly (octavsly!~octavsly@82-169-29-43.ip.telfort.nl) has joined #mythtv-users | |
[19:57:01] | disputin (disputin!~sean@65.102.58.17) has quit (Read error: Connection reset by peer) | |
[19:57:13] | disputin (disputin!~sean@65.102.58.17) has joined #mythtv-users | |
[20:01:43] | faichele (faichele!~quassel@p4FCCE850.dip.t-dialin.net) has joined #mythtv-users | |
[20:10:15] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv-users | |
[20:10:26] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has joined #mythtv-users | |
[20:16:24] | tlhiv_laptop (tlhiv_laptop!~foo@c-68-35-204-183.hsd1.al.comcast.net) has quit (Ping timeout: 264 seconds) | |
[20:19:20] | WR47HANZ (WR47HANZ!~henbone@unaffiliated/wr47hanz) has joined #mythtv-users | |
[20:21:44] | stoffel (stoffel!~quassel@pD9E422B4.dip.t-dialin.net) has joined #mythtv-users | |
[20:21:44] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v stoffel | |
[20:28:53] | SteveGoodey (SteveGoodey!~steve@host86-148-172-139.range86-148.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[20:43:46] | stoffel (stoffel!~quassel@pD9E422B4.dip.t-dialin.net) has quit (Remote host closed the connection) | |
[20:46:26] | pmhahn (pmhahn!~pmhahn@2001:4dd0:ff00:8d31:219:dbff:fef2:e135) has quit (Quit: Konversation terminated!) | |
[20:48:09] | hadees (hadees!~hadees@173.227.88.18) has joined #mythtv-users | |
[20:48:35] | hadees (hadees!~hadees@173.227.88.18) has quit (Remote host closed the connection) | |
[21:01:53] | branden_: | What does this mean?: Autodetect "(exit status 150, job status was "Errored")" |
[21:02:20] | Guest9279 (Guest9279!~quassel@75-161-183-113.mpls.qwest.net) has joined #mythtv-users | |
[21:02:26] | branden_: | and another line said: Unable to find 1032_20121210030000.mpg.tmp in HandleDeleteFile() |
[21:06:58] | wahrhaft (wahrhaft!~quassel@cpe-71-79-71-188.columbus.res.rr.com) has quit (Quit: No Ping reply in 180 seconds.) | |
[21:07:22] | wahrhaft (wahrhaft!~quassel@cpe-71-79-71-188.columbus.res.rr.com) has joined #mythtv-users | |
[21:27:06] | dmfrey (dmfrey!~dmfrey@webdefence.cluster-h.websense.net) has quit (Quit: Ex-Chat) | |
[21:34:47] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[21:35:53] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Quit: Ex-Chat) | |
[21:44:50] | BLZbubba (BLZbubba!~mark@tpsit.com) has quit (Changing host) | |
[21:44:51] | BLZbubba (BLZbubba!~mark@pdpc/supporter/professional/blzbubba) has joined #mythtv-users | |
[21:50:03] | justinh: | means the job status was 'errored' :-) |
[21:50:47] | justinh: | grrr why won't this bloody USB thing *send* IR? |
[21:51:11] | justinh: | think I need to dig in the source to find out |
[21:51:48] | hpeter (hpeter!~hpeter@178-83-238-145.dynamic.hispeed.ch) has quit (Quit: hpeter) | |
[21:54:05] | dkeith (dkeith!~dkeith@174.47.211.2) has joined #mythtv-users | |
[21:54:12] | devinheitmueller (devinheitmueller!~devin@108.55.222.249) has left #mythtv-users () | |
[21:58:23] | dkeith (dkeith!~dkeith@174.47.211.2) has quit (Ping timeout: 255 seconds) | |
[21:58:52] | mattcen (mattcen!~mattcen@c122-108-95-188.sunsh1.vic.optusnet.com.au) has quit (Ping timeout: 265 seconds) | |
[22:12:21] | sraue_ (sraue_!~stephan@208-48-239-77-pool.cable.fcom.ch) has joined #mythtv-users | |
[22:13:00] | sraue_ is now known as sraue | |
[22:13:10] | sraue (sraue!~stephan@208-48-239-77-pool.cable.fcom.ch) has quit (Changing host) | |
[22:13:10] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv-users | |
[22:22:53] | branden_: | justinh, good |
[22:23:05] | branden_: | Any specifics? |
[22:25:08] | justinh: | no, because the code doesn't output a specific thing. Just 'errored' |
[22:26:14] | justinh: | but if you try to run the job again with the same parameters, assuming the file is still there... you might get to see what the problem was. By that I mean recreate it in a terminal, not through mythtv's job queue |
[22:27:53] | justinh: | it might be better to post a bigger chunk of log in a pastebin rather than you know, giving us titbits which may or may not be relevant. It's pretty easy to miss details in those logfiles |
[22:28:19] | emmanuelux (emmanuelux!~emmanuelu@vau92-2-82-228-217-1.fbx.proxad.net) has quit (Ping timeout: 241 seconds) | |
[22:28:50] | Sharky-Sleep is now known as Sharky112065 | |
[22:28:56] | justinh: | so mythcommflag may have stopped saying 'errored' – but that could be because a recording file myth thought should be there wasn't actually there in real life – a file which wasn't there because of something else... |
[22:37:03] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 260 seconds) | |
[22:41:45] | emmanuelux (emmanuelux!~emmanuelu@vpn7.freedom-ip.com) has joined #mythtv-users | |
[22:41:47] | branden_: | sorry I drift in and out of irc, because of things I have to do, i will post that right away. |
[22:43:35] | branden_: | http://dpaste.com/843766/ |
[22:44:13] | justinh: | oof. SG(Default): Unable to find any Storage Group Directories |
[22:44:48] | branden_: | They are defined and I have the location of the files |
[22:44:52] | justinh: | I suspect the transcode failed because it couldn't find the file it was supposed to transcode |
[22:44:55] | branden_: | They are just not being used. |
[22:45:19] | justinh: | strange |
[22:45:30] | branden_: | I put in the full path to. |
[22:45:44] | branden_: | /home/branden/myth/1 |
[22:45:49] | branden_: | then 2–8 |
[22:45:50] | justinh: | oh here.. it says the size of the file.. reasonable |
[22:46:15] | justinh: | can the user mythbackend runs as access those? |
[22:46:35] | branden_: | Yes, I am running it in a terminal |
[22:50:29] | branden_: | I could add the hard coded one to the list. |
[22:50:48] | branden_: | that way it would not have to keep saying can not find the storage directory. |
[23:02:59] | Wolfgang2 (Wolfgang2!~Thunderbi@178-27-144-160-dynip.superkabel.de) has joined #mythtv-users | |
[23:06:59] | justinh: | how are you running it from a terminal? and are you absolutely sure it's the only one running? |
[23:06:59] | justinh: | muhahaha. got my pi IR blasting.. pity it's so damn puny in power... the IR bit I mean |
[23:06:59] | justinh: | thank the lord for cross compilers.. I wasn't willing to wait 10+ hours for the kernel to build |
[23:08:20] | tonsofpcs: | well, I purchased a 10' 3.5mm stereo m-m cable, a 3.5mm in-line jack, and a "sparkfun ir control kit" (they didn't have any loose IR phototransistors). Now to go pin-probing |
[23:08:33] | justinh: | I don't understand what goes on with IR blasters. I pinched the IR LED from a remote I know has very good range and am driving it with similar current to that the remote produced – and yet... |
[23:09:08] | justinh: | tonsofpcs: you don't wanna use a phototransistor man. they don't demodulate the 38khz carrier |
[23:09:18] | branden_: | justinh, ps aux | grep returned only one result |
[23:09:22] | branden_: | not counting |
[23:09:28] | branden_: | ps aux | grep |
[23:09:36] | justinh: | those 3 pin receivers are clever beasties, I tell ya |
[23:09:40] | branden_: | and etc |
[23:09:44] | justinh: | branden_: fair nuff |
[23:10:32] | branden_: | I even added /mnt/store and it can't find the storage directories and is going to use /mnt/store |
[23:10:40] | branden_: | I have no idea wth is going on. |
[23:11:06] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has quit (Ping timeout: 276 seconds) | |
[23:11:18] | tonsofpcs: | justinh: got a part number I can order? |
[23:11:40] | justinh: | a part number for where? lirc.org details a few receiver part numbers |
[23:12:16] | justinh: | tonsofpcs: you definitely need a receiver IC though. constructing your own from discrete components which performs similarly would be pretty difficult |
[23:13:23] | tonsofpcs: | difficult but not impossible :) |
[23:14:06] | justinh: | seriously. those 3 legged thingies have all kinds of stuff going on. ALC, filtering... |
[23:14:24] | tonsofpcs: | or I could demodulate in 'audio'-land with 96k sampling... |
[23:14:36] | justinh: | yuh, or just use a $1 component |
[23:14:57] | tonsofpcs: | that's not as fun! |
[23:15:07] | justinh: | as fun as wasting time? LOL |
[23:15:31] | justinh: | believe me, you'll spend plenty of time making lirc work anyway |
[23:18:24] | streeter (streeter!streeter@nat/redhat/x-zpgawiqygtzndigo) has quit (Quit: Leaving) | |
[23:18:35] | tmkt__ (tmkt__!~david@206.223.170.187) has joined #mythtv-users | |
[23:19:30] | tmkt_ (tmkt_!~david@206.223.170.189) has quit (Ping timeout: 252 seconds) | |
[23:20:18] | tonsofpcs: | i wonder what time ratshack closes... I don't have 10Mohhm resistors and I don't feel like gluing about 200 4k7s together :-p |
[23:21:02] | tonsofpcs: | 276–640 .... they close at 9pm... |
[23:23:16] | justinh: | so, for anyone here using an IR blaster already.. are the ones with MCE type gear only puny for short distances? |
[23:23:51] | wagnerrp: | they're the surface glue-on type |
[23:24:03] | justinh: | figured as much |
[23:24:18] | justinh: | I wasn't getting any visible output pointing my phone cam at mine |
[23:24:29] | wagnerrp: | each unit has a pair of ports on the back to plug LEDs on the end of lights into |
[23:24:30] | justinh: | which works fine with an ordinary remote |
[23:24:44] | justinh: | yeah mine has 2 ports for the IR transmitters |
[23:24:46] | wagnerrp: | s/lights/wires/ |
[23:25:00] | justinh: | I'm not convinced it works though |
[23:25:20] | justinh: | checked out the wiring on the PCB & it's just a cut & paste of the reference schematic |
[23:25:33] | wagnerrp: | i really need to get around to getting mine working |
[23:25:52] | wagnerrp: | any time ive wanted to record off cable, i've just manually tuned that box to the proper channel |
[23:25:54] | wagnerrp: | :P |
[23:26:13] | justinh: | ouch |
[23:26:41] | justinh: | I think I need more base current in my blaster's output transistor |
[23:26:44] | justinh: | can't do that at home |
[23:26:46] | wagnerrp: | nearly everything i record comes off broadcast anyway, so it's not a real issue |
[23:26:48] | tonsofpcs: | oh, haha, I'm over-thinking this! I just need an optillator with a long enough (1/19 s) fall-off :) |
[23:29:45] | tonsofpcs: | now where to find a light bulb and phototransistor... |
[23:37:53] | cocoa117 (cocoa117!~cocoa117@188-223-77-201.zone14.bethere.co.uk) has joined #mythtv-users | |
[23:40:07] | jya (jya!~jyavenard@mythtv/developer/jya) has quit (Quit: jya) | |
[23:44:00] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has quit (Read error: Connection reset by peer) | |
[23:44:34] | jya (jya!~jyavenard@CPE-60-224-1-106.srql1.win.bigpond.net.au) has joined #mythtv-users | |
[23:44:34] | jya (jya!~jyavenard@mythtv/developer/jya) has joined #mythtv-users | |
[23:44:34] | jya (jya!~jyavenard@CPE-60-224-1-106.srql1.win.bigpond.net.au) has quit (Changing host) | |
[23:46:15] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv-users | |
[23:56:19] | justinh: | AHA! It *is* outputting IR |
[23:56:37] | justinh: | just not IR anything I've got can recognise as a proper signal |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.