| Saturday, December 26th, 2009, 00:02 AST | ||
| [00:02:30] | gizmobay: | nevermind, I found it |
| [00:10:46] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit () | |
| [00:19:02] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has quit ("Leaving") | |
| [00:26:38] | k_ross: | for you diskless network boot experts here... is it possible to have multiple clients share the same /bin, /sbin, /usr/bin, /usr/sbin, etc. and just have seperate /home folders? |
| [00:27:07] | [R]: | k_ross: why not |
| [00:27:46] | k_ross: | in particular, i was wondering if it would be a problem when doing upgrades with apt-get upgrade, hoping there wouldn't be a problem |
| [00:28:08] | k_ross: | i guess i would need seperate /etc mount points |
| [00:28:41] | k_ross: | what about /var? should that be shared, or per-client? |
| [00:28:53] | [R]: | i have a read only root filesystem |
| [00:28:59] | k_ross: | never mind, that would have to be shared |
| [00:29:02] | [R]: | then each client mounts it and a read-write overlay ontop of it |
| [00:29:50] | clever: | k_ross: with my nfs rooted systems, i share EVERYTHING |
| [00:29:54] | clever: | including home and etc |
| [00:30:17] | clever: | for some programs, its not a problem, for others, i edited them to not mind |
| [00:30:23] | k_ross: | if you share everything, how do you specify different settings in /etc per client? such as host name, lirc settings, etc? |
| [00:30:36] | clever: | hostname is set by dhcp within the initrd |
| [00:30:40] | clever: | i deleted /etc/hostname |
| [00:31:01] | k_ross: | interesting |
| [00:31:08] | clever: | lirc settings, i have a script running at boottime, which loads config from something.$(hostname) |
| [00:31:19] | clever: | which tells the script what things it should(nt) start on that box |
| [00:31:53] | k_ross: | excellent |
| [00:32:01] | clever: | the dhcp server had to be specialy configured to send the hostname out |
| [00:32:17] | k_ross: | do you mount everything read-write like normal? or do you do as [R] suggests and mount everything read-only? |
| [00:32:27] | clever: | everything is read/write in my case |
| [00:32:40] | clever: | for the dhcp config, i have entries like this |
| [00:32:41] | clever: | host theP4 { hardware ethernet 00:05:5D:FF:F4:22; fixed-address 10.0.0.60; } |
| [00:33:02] | k_ross: | i already have a couple entries like that in my dhcpd.conf |
| [00:33:05] | clever: | somehow, the dhcp client within the initrd detects the 'theP4' in the dhcp server config, and sets its hostname automaticaly |
| [00:33:28] | k_ross: | so it shouldn't be a problem. |
| [00:33:41] | clever: | for the actual network booting, /etc/initramfs-tools/initramfs.conf |
| [00:33:49] | k_ross: | i'm on vacation for the next week, so i have a project :) |
| [00:33:49] | clever: | MODULES=netboot |
| [00:33:54] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [00:33:54] | clever: | BOOT=nfs |
| [00:34:01] | clever: | NFSROOT=10.0.0.60:/media/mainlv/nfsroot/ |
| [00:34:09] | clever: | and then rebuild the initrd with the scripts |
| [00:34:25] | k_ross: | i already have one netboot client |
| [00:34:41] | clever: | while an initrd isnt needed, it helps simplify things |
| [00:34:46] | k_ross: | i was just about to setup a second netboot client, and was wondering if i could share |
| [00:35:02] | clever: | some things like nfs server will get confused |
| [00:35:05] | k_ross: | and yes, i made similar changes to my initrd.conf ( i think that's what it's called) |
| [00:35:17] | clever: | for mysqld, only run the server on 1 client at once |
| [00:35:36] | clever: | for X, you might want a tmpfs on /tmp/ or atleast /tmp/.X11-unix/ |
| [00:35:43] | k_ross: | i don't run mysqld on any clients, just on the server |
| [00:36:06] | clever: | when X shuts down it deletes its socket at /tmp/.X11-unix/X0 |
| [00:36:17] | clever: | which then breaks :0 on every other client (if they are sharing) |
| [00:36:20] | k_ross: | ooh that would be bad |
| [00:36:21] | bllz: | Is there anyway to disable automatic fill settings for all channels? |
| [00:36:36] | clever: | the xauth cookies also get a tad tricky |
| [00:36:45] | k_ross: | bllz: there's a config option for it |
| [00:37:00] | clever: | export XAUTHORITY=~/.Xauthority.`hostname` |
| [00:37:00] | bllz: | k_ross: where? I'll be damned if I can find it =) |
| [00:37:08] | bllz: | k_ross: is it in the frontend? |
| [00:37:11] | clever: | this line in my .bashrc will fix that up and stop sharing the cookies |
| [00:37:12] | k_ross: | yes |
| [00:37:53] | k_ross: | this will save me so much effort keeping my frontends synced |
| [00:37:56] | bllz: | k_ross: do you remember what it's called at all? I feel like I may have been looking for the worng set of words, if you see what I mean |
| [00:38:29] | clever: | k_ross: for keeping my myth versions sync'd, i just installed with --prefix set to a nfs share |
| [00:38:37] | clever: | so even if the OS drive isnt sync'd, the myth versions are |
| [00:38:44] | k_ross: | since i run debian testing, which i update fairly regularly, and i build mythtv from source, which i also update fairly regularly |
| [00:39:00] | clever: | which is where this like from my .bashrc comes in |
| [00:39:01] | clever: | export RELEASE=$(/scripts/getrelease) |
| [00:39:01] | clever: | export PATH=~/bin:/media/mainlv/root/$RELEASE/bin:$PATH |
| [00:39:33] | clever: | a script on / (which is linked with the distro/release) will tell me what distro/release i'm on (/home/ is shared between gentoo and several ubuntu's) |
| [00:40:00] | clever: | then it picks a secondary root (/media/mainlv/root/8.04/bin for ubuntu 8.04) and add's it to PATH |
| [00:40:20] | clever: | so the mythtv progs i compiled for 8.04 are shared for all 8.04 systems |
| [00:41:06] | clever: | and one of the somewhat backwards things here |
| [00:41:23] | clever: | my master backend with 2.5tb of disk space, isnt configured to boot from disk drives :P |
| [00:41:38] | clever: | it boots from the network |
| [00:42:01] | k_ross: | one of my frontends is also a slave backend, which i'm hoping to netboot |
| [00:42:23] | clever: | another thing i'm amazed has gone so well without any problems |
| [00:42:42] | clever: | i have everything from a P2 400mhz to a core2duo 1.8ghz sharing the same root over nfs |
| [00:43:00] | k_ross: | but i'm hoping to move the tuners on the slave backend to the master backend |
| [00:43:05] | clever: | the only problem i had in that area is when i installed VDPAU |
| [00:43:15] | clever: | the VDPAU libs demand sse on the CPU |
| [00:43:29] | clever: | mythbackend loads the VDPAU libs (but never even uses them) |
| [00:43:37] | clever: | the master backend doesnt have sse |
| [00:43:50] | clever: | so the libs exit(-1) right away and complain |
| [00:44:27] | k_ross: | right, i have two builds, one with vdpau enabled, and one without, for the backend and frontend. it would be nice if i could just have one build |
| [00:44:36] | clever: | you can get away with one also |
| [00:44:41] | clever: | LD_PRELOAD will help |
| [00:45:02] | clever: | basicaly, you find out what lib's are the problem, and rename them to something ending with .vdpau |
| [00:45:06] | clever: | and put the originals back |
| [00:45:20] | clever: | and then use LD_PRELOAD to force the .vdpau versions to load, when you need them |
| [00:45:28] | k_ross: | i tried it once, but it didn't work. it's probably because i didn't install any of the nvidia stuff on the backend, which doesn't have any nvidia hardware |
| [00:45:54] | k_ross: | ah gotcha |
| [00:46:24] | clever: | you could get away with making it use the non-vdpau libs for everything except mythfrontend and mplayer |
| [00:47:04] | clever: | or just set LD_PRELOAD in the script that sets up the X session so everything under X (for that host) has it |
| [00:47:06] | croppa (croppa!n=stuart@135.27.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [00:47:15] | clever: | 'man ld.so' |
| [00:48:53] | k_ross: | bllz: setup->tv settings->playback, page 2, "zoom" |
| [00:49:18] | bllz: | k_ross: zoom = fill? really? that explains why I didn't see it |
| [00:49:19] | bllz: | thank you! |
| [00:49:47] | clever: | k_ross: there are 3 basic types of linking |
| [00:50:16] | clever: | the 1st is by filename alone like libasound.so.2 |
| [00:50:37] | clever: | that lets the system find it somewhere and just work |
| [00:50:52] | clever: | the 2nd is by a full path (which must exist on every box it is expected to run on ) like /lib/ld-linux.so.2 |
| [00:51:07] | clever: | and the 3rd is staticly linking, where the lib is copied into the program at compile time |
| [00:51:35] | clever: | almost always, /lib/ld-linux.so.2 will be linked by the full path, and then that lib will handle finding everything else |
| [00:51:46] | shackles (shackles!n=user@adsl-99-144-164-27.dsl.emhril.sbcglobal.net) has quit (Remote closed the connection) | |
| [00:51:50] | k_ross: | hmm, i didn't know you could specify full path for libs. i thought it always searched the ld config path |
| [00:51:53] | clever: | /lib/ld-linux.so.2 then manages /etc/ld.so.conf/cache |
| [00:52:11] | clever: | yeah, you usualy leave it up to ld.so to do that for you |
| [00:52:18] | k_ross: | but then again, i'm a windows software developer, not linux :P |
| [00:52:21] | clever: | but if you muck with the compile options you can bypass it |
| [00:52:59] | clever: | ive read the LFS book, which basicaly explains how to compile an entire linux system by hand |
| [00:53:05] | clever: | with nothing but 200 .tar files and a shell |
| [00:53:31] | k_ross: | because you never knwo when you're going to have to ! ;) |
| [00:53:41] | clever: | one of the tricky parts, is building half a working system, but editing the paths in every install to use /tools/ instead of / |
| [00:53:57] | clever: | so EVERYTHING is now based on /tools/ |
| [00:54:33] | clever: | that lets you transplant the entire directory to a fresh fs (under chroot) without having to overwrite parts of the host os |
| [00:55:28] | clever: | something else ive done recently, is booting from ram |
| [00:56:03] | clever: | basicaly, the initrd will use a tmpfs as /, and unpack a .tar file to make it useable |
| [00:56:39] | k_ross: | that reminds me of the good ol' days of programming the commodore 64, copying the rom chips to ram and making modifications |
| [00:56:52] | clever: | yeah, thats similar:) |
| [00:57:00] | clever: | one of the few problems ive got left to solve |
| [00:57:16] | clever: | the init scripts are still insisting that they fsck the disk drive on bootup :P |
| [00:57:22] | clever: | and if its not there, it demands i reboot |
| [00:57:29] | clever: | if its not there, i CANT boot:P |
| [00:57:45] | clever: | so i have to keep the disk there until its fully done booting |
| [00:58:20] | k_ross: | you can't modify the script? |
| [00:58:32] | clever: | i havent gotten around to tracking down which script i need to edit |
| [00:58:55] | k_ross: | is this an init script under /etc/init.d? |
| [00:59:10] | clever: | yeah |
| [00:59:25] | clever: | but the gentoo system is a little weird |
| [00:59:31] | clever: | it doesnt use /etc/rcX.d |
| [00:59:39] | k_ross: | well if you don't want to track it down, couldn't you replace fsck with a dummy shell script that returns 0? |
| [00:59:46] | clever: | so i'm having trouble figuring out what things run at what run-level |
| [00:59:59] | clever: | i could do something even better |
| [01:00:31] | clever: | replace it with a dummy that runs ps -eH x |
| [01:00:31] | clever: | then i have the full process tree |
| [01:00:31] | clever: | telling me who started what |
| [01:00:32] | wagnerrp: | clever: rc-update will tell you what runs when |
| [01:00:40] | wagnerrp: | alternatively, you can just look in /etc/runlevels/ |
| [01:00:56] | clever: | wagnerrp: yeah, i had deleted checkfs from there |
| [01:01:06] | clever: | then it spewed warnings saying checkfs was major and it was putting it back :P |
| [01:02:04] | clever: | like the initrd, some of those scripts are to large to make sense of |
| [01:02:20] | clever: | i just threw out the whole /init script from the rd and made mine from scratch |
| [01:02:45] | wagnerrp: | i know kormoc has been using the init-ng stuff for years |
| [01:02:50] | wagnerrp: | he says he likes it better |
| [01:03:36] | clever: | the whole idea in /etc/rcX.d/ is a little old |
| [01:03:43] | k_ross: | does init-ng do dependency-based booting? |
| [01:03:47] | clever: | all the services are numbered and run one at a time in order |
| [01:03:55] | clever: | dependency-based stuff is alot better in design |
| [01:04:33] | clever: | gentoo has an option to do it in parallel, but i havent gotten it to work 100% yet |
| [01:04:46] | k_ross: | yeah i hate that it's so serialized. one slow to boot service hangs up the boot process for many seconds |
| [01:05:00] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
| [01:05:07] | clever: | having / on solid state helps |
| [01:05:13] | clever: | my usb stick boots in ~30 seconds |
| [01:05:28] | clever: | even faster (not counting the tar extraction) when its from ram |
| [01:05:44] | k_ross: | one of my frontends is on an SSD, but i'm hoping to convert it to netboot |
| [01:06:13] | k_ross: | and reclaim the SSD for other uses |
| [01:06:57] | fhobia (fhobia!n=fhobia@c-67-188-69-121.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [01:08:28] | wagnerrp: | clever: you have multiple clients running X from the same home directory? |
| [01:08:34] | clever: | wagnerrp: yes |
| [01:09:00] | wagnerrp: | how do you get around overwriting .Xauthority |
| [01:09:09] | clever: | export XAUTHORITY=~/.Xauthority.`hostname` |
| [01:09:14] | clever: | i tell it to use a different file |
| [01:09:30] | wagnerrp: | yeah, tried various different options, never seemed to make any difference |
| [01:09:39] | wagnerrp: | although i havent touched that in years |
| [01:09:41] | clever: | you have to run it before X also |
| [01:09:44] | wagnerrp: | not sure if i did that specifically |
| [01:09:51] | wagnerrp: | right... did that before 'startx' |
| [01:09:53] | clever: | or X itself may use the normal file and then nothing works |
| [01:10:16] | clever: | the only problems ive had with it is xdm |
| [01:10:31] | clever: | xdm itself isnt using that, so any xterm i start inside there is 'broke' by using the 'wrong' file |
| [01:10:40] | [R]: | so my HDPVR works on some channels and not on others... isn't that the weirdest thing? |
| [01:11:43] | k_ross: | [R]: different resolutions? |
| [01:12:02] | wagnerrp: | resolution changing mid-recording is supposed to work now |
| [01:12:18] | [R]: | no, its locked onto 720 |
| [01:12:31] | k_ross: | SD channels too? |
| [01:12:41] | [R]: | well the only channels i've noticed it not working on were hd |
| [01:12:46] | [R]: | but like i can watch mtv hd |
| [01:12:48] | [R]: | but not discovery hd |
| [01:13:01] | [R]: | and sometimes it'll fail within the first minute... sometimes it takes 5 minutes |
| [01:13:22] | wagnerrp: | so it will record a bit of video, and then fail? |
| [01:13:35] | [R]: | yeah |
| [01:13:40] | wagnerrp: | funky |
| [01:13:53] | [R]: | i was wondering what would happen if i lower the bitrate |
| [01:13:57] | [R]: | i bumped them all up to max |
| [01:15:16] | [R]: | everything was woraking fine |
| [01:15:21] | [R]: | until i started screwing around with the hardware |
| [01:16:34] | k_ross: | i remember a few weeks ago a long thread on the users list about getting errors the the HD-PVR |
| [01:16:47] | k_ross: | here it is: http://www.gossamer-threads.com/lists/mythtv/users/409442 |
| [01:17:20] | [R]: | yeah, i saw taht one |
| [01:17:22] | [R]: | tahts exactly what i'm seeing |
| [01:17:55] | k_ross: | unfortunately i don't think there was a resolution in that thread |
| [01:18:17] | [R]: | yeah, they just stopped talking about it |
| [01:18:24] | [R]: | i'm half tempted to switch my motherbaord back to the old one |
| [01:18:30] | [R]: | but it'd be such a pain |
| [01:18:34] | k_ross: | i could tell you my 2 HD-PVR's work fine, but that doesn't help you :) |
| [01:18:55] | [R]: | mine was working flawlessly for like 2 weeks |
| [01:19:15] | k_ross: | change anything besides the bitrate? add new cards? change USB ports? |
| [01:19:24] | [R]: | got a new cable box |
| [01:19:26] | [R]: | got a new motherboard |
| [01:19:40] | k_ross: | other than that, nothing new? :P |
| [01:20:00] | metalac (metalac!n=dejan@mail.lazyroot.org) has joined #mythtv-users | |
| [01:20:05] | [R]: | and i switched to firewire instead of blasting for channel changing |
| [01:20:25] | And4713 (And4713!n=And4713@c-98-201-61-20.hsd1.tx.comcast.net) has quit (Read error: 60 (Operation timed out)) | |
| [01:20:27] | metalac: | anyone knows why i get a small stutter at every half hour during live tv? |
| [01:20:45] | k_ross: | i think that's normal |
| [01:20:51] | metalac: | this has been happening with 0.20 trough 0.22 and I never figured it out, just lived with it |
| [01:20:59] | wagnerrp: | metalac: mythtv switching to a new file when the program changes |
| [01:21:13] | metalac: | wagnerrp: ahhhh, that makes sense |
| [01:21:14] | [R]: | one thing that really stood out was i switched to using the hdpvr provided by the kernel vs one i compiled... so i switched back to the one i compiled... but that dind't help |
| [01:21:20] | wagnerrp: | thats when livetv changed from the ringbuffer to just a standard recording |
| [01:21:41] | k_ross: | [R]: i'm using stock Debian kernel, 2.6.30 |
| [01:22:14] | metalac: | oh and anyone using hd-pvr around here? |
| [01:22:46] | k_ross: | [R]: you could probably try out the old motherboard without too much hassle. put the motherboard on a piece of cardboard, plug the power supply from the new rig into the board, plug in the monitor and HD-PVR, and power it up |
| [01:22:57] | ** wagnerrp points at [R] ** | |
| [01:23:05] | clever: | [R]: ive just upgraded to an HD STB recently and can change channels with firewire |
| [01:23:13] | clever: | but it seems like i cant record a single channel via firewire |
| [01:23:18] | clever: | not even the tv guide :P |
| [01:23:25] | [R]: | k_ross: yeah... i got a new case so the old one is in a case still and everyhting... but i've got all my wires arranged perfectly in my closet... and now i'm gonna have to ruin that |
| [01:23:37] | k_ross: | i change channels with FW, but haven't tried capturing via FW |
| [01:23:44] | [R]: | clever: the guide isn't a channel |
| [01:23:58] | clever: | [R]: yes it is, channel 5 i think, its even on analog cable |
| [01:23:59] | [R]: | i tried doing capture... it dindt owrk... i gave up |
| [01:24:00] | [R]: | no point really |
| [01:24:01] | metalac: | k_ross: can you change chanells via firewire and then record via hd-pvr? |
| [01:24:06] | [R]: | clever: oh... you mean the tv guide channel |
| [01:24:10] | clever: | yep |
| [01:24:11] | k_ross: | metalac: yes |
| [01:24:14] | [R]: | clever: most of the time, yo ucan only record the locals in hd over firewire |
| [01:24:16] | wagnerrp: | metalac: those are two completely independent things |
| [01:24:18] | dashcloud (dashcloud!n=quassel@pool-173-49-209-133.phlapa.fios.verizon.net) has quit (Read error: 113 (No route to host)) | |
| [01:24:31] | metalac: | k_ross: anything special you need to do? |
| [01:24:31] | clever: | and its signal seems to suck, half the HD channels arent even working when using it properly |
| [01:24:40] | wagnerrp: | [R]: no, in the US, there is no guarantee that any channels will be available over firewire |
| [01:24:48] | clever: | [R]: cant find the local rogers channel in HD |
| [01:24:52] | wagnerrp: | in canada, there is no guarantee that firewire will even work/exist |
| [01:24:54] | [R]: | wagnerrp: yeah, i guess that is a better statement to make |
| [01:25:01] | k_ross: | wagnerrp: well you're _supposed_ to be able to get locals at least |
| [01:25:06] | metalac: | k_ross: currently i capture via firewire but would like to get hd-pvr and use it for all the mc5 encryted stuff |
| [01:25:08] | [R]: | clever: ? |
| [01:25:11] | wagnerrp: | k_ross: no, not at all |
| [01:25:36] | clever: | [R]: the local channels for the area |
| [01:25:37] | [R]: | wagnerrp: i thought "must carry" was "supposed" to be avaible unencrypted via firewire |
| [01:25:38] | wagnerrp: | k_ross: you are supposed to get the 'must carry' channels over clear qam, you are supposed to be able to get a firewire enabled box upon request |
| [01:25:51] | wagnerrp: | there is nothing saying what channels can and cannot be encrypted using firewire |
| [01:26:05] | [R]: | really |
| [01:26:07] | k_ross: | metalac: just need to use a channel changer program that changes the channels with firewire. there's the 6200ch program in the contrib directory of mythtv |
| [01:26:07] | [R]: | stupid FCC |
| [01:26:14] | clever: | wagnerrp: i'm getting a range of 480i channels in clear qam, with just the bare HDTV by itself |
| [01:26:24] | clever: | but the STB cant even tune those:P |
| [01:26:28] | wagnerrp: | with the assumption that you will have purchased a firewire device by a paid member that is capable of decrypting firewire content |
| [01:26:31] | metalac: | k_ross: yeah i saw that one, that sounds like a good deal then, thanks |
| [01:26:47] | clever: | there are channnels only the TV can get, and channels only the STB can get |
| [01:27:03] | k_ross: | metalac: the 6200ch program works with certain boxes, not every box out there. what cable box do you have? |
| [01:27:22] | [R]: | what is the "intent" of the firewire output |
| [01:27:31] | clever: | k_ross: i had a minor problem with that prog, it punched in 3 digits but my box would wait for a 4th |
| [01:27:43] | k_ross: | clever: i modified it to use 4 digits |
| [01:27:45] | wagnerrp: | [R]: that you can hook up other devices to the STB, and use the STB effectively as a CAM |
| [01:27:47] | clever: | k_ross: same |
| [01:27:49] | metalac: | k_ross: motorola 6200, i'm assuming since my current setup with firewire capture works and changes channel properly, than that should script should work a swell |
| [01:27:49] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has joined #mythtv-users | |
| [01:28:02] | [R]: | wagnerrp: what kind of other devices |
| [01:28:15] | wagnerrp: | and any device authorized to perform the 5c handshake and decryption can access your channels in full |
| [01:28:38] | clever: | wagnerrp: is there a way to even detect the 5c status over firewire? |
| [01:28:47] | wagnerrp: | apparently there are TVs that can connect over firewire |
| [01:28:48] | [R]: | clever: if you get nothing on the channel.. its encrypted |
| [01:29:13] | npm (npm!n=npm@cpe-75-83-177-199.socal.res.rr.com) has quit ("Leaving.") | |
| [01:29:28] | clever: | [R]: so i just have to try tunning each and every one of the 200+ channels? |
| [01:29:29] | metalac: | clever: no way to tell, at least i haven't been able to figure out in the last 2 years i've used firewire |
| [01:29:38] | [R]: | clever: there is this program i found |
| [01:29:42] | [R]: | lemme see if i can remmber the name |
| [01:29:55] | [R]: | scanfw |
| [01:30:02] | [R]: | its supposed to figure out whats encrypted and not encrypted |
| [01:30:04] | [R]: | (i think) |
| [01:30:08] | clever: | there is a mpeg2-test program, my best guess is to run that and then randomly tune channels until it works |
| [01:30:23] | [R]: | although scanfw requires you know 1 channel taht works |
| [01:30:29] | clever: | ah |
| [01:30:35] | clever: | ive not even found that |
| [01:31:08] | clever: | do i have to restart mpeg2-test after tunning a valid channel? |
| [01:31:29] | clever: | or can i leave it running and things will come to life when 5c goes away |
| [01:32:34] | npm (npm!n=npm@cpe-75-83-177-199.socal.res.rr.com) has joined #mythtv-users | |
| [01:33:13] | clever: | what about that DMA ive heard about over firewire, where you can read any part of the ram without asking for permision? |
| [01:33:20] | clever: | does it do anything on a 6200 box? |
| [01:35:19] | And4713 (And4713!n=And4713@c-98-201-61-20.hsd1.tx.comcast.net) has joined #mythtv-users | |
| [01:35:32] | clever: | [R]: can firewire ever capture analog channels that the 6200 is tunned to? |
| [01:36:05] | metalac: | clever: there are analog channels on the 6200? i thought they're all digital now |
| [01:36:50] | [R]: | clever: i think its only digital |
| [01:36:51] | clever: | metalac: thats half the problem, raw analog channels that work perfectly fine on normal tv are horidly broken up or even 'off air' thru the STB :P |
| [01:37:08] | clever: | on ocasion, it even claims i need to pay for those channels |
| [01:37:12] | [R]: | clever: your cable company might be simulcasting the analogs on digital |
| [01:37:16] | clever: | yeah |
| [01:37:24] | [R]: | sounds like you should call up and complain |
| [01:37:26] | [R]: | if your STB doesn't work |
| [01:37:30] | [R]: | and/or you aren't getting what you pay for |
| [01:37:38] | clever: | we are still on the 6 month free trial |
| [01:37:47] | [R]: | you get a free trial? |
| [01:37:50] | metalac: | yeah that's weird, mine has been working pretty good |
| [01:37:58] | wagnerrp: | long trial |
| [01:38:00] | clever: | seems like it |
| [01:38:17] | clever: | ive gone into the diag, and its completely loosing the signal on half the HD channels |
| [01:38:22] | clever: | for several minutes at a time |
| [01:38:31] | [R]: | is there a keybinding to do metadata grabbing in mythvideo? 'w' only seems to do the current file... i want like all the files in the dir |
| [01:38:39] | [R]: | or do i need to use jamu? |
| [01:38:43] | wagnerrp: | just the current file |
| [01:38:53] | wagnerrp: | if you want bulk, you have to do jamu in interactive mode |
| [01:39:04] | ** [R] opens the jamu wiki page ** | |
| [01:39:10] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has quit ("Leaving") | |
| [01:40:18] | clever: | wagnerrp: does it make sense that i have a pile of clear QAM channels that the STB cant tune? |
| [01:40:38] | wagnerrp: | if theyre 480i, sure |
| [01:40:48] | wagnerrp: | comcast does the same thing now with DTAs |
| [01:40:51] | clever: | i cant even find HD versions of those channels on the STB |
| [01:41:00] | wagnerrp: | then no |
| [01:41:24] | clever: | at times, it feels like 93.8 is one of the 'on demand' feeds |
| [01:41:34] | wagnerrp: | very possible |
| [01:41:37] | clever: | like they are leaking the pay per view channels out |
| [01:41:52] | [R]: | clever: does silicondust have any information on your qam channels? |
| [01:41:56] | wagnerrp: | very possible |
| [01:41:58] | [R]: | is that only US or US and canada? |
| [01:41:59] | clever: | [R]: havent checked |
| [01:42:10] | clever: | reminds me of a story i read about a hotel where the dude hooked a usb capture card to the cable |
| [01:42:14] | clever: | and got ALL of the pay channels |
| [01:42:15] | wagnerrp: | last time i did an exhaustive scan, with screen caps |
| [01:42:24] | clever: | the box on the tv simply blocked tunning them until you pay |
| [01:42:36] | wagnerrp: | i got a couple channels with screen shots that i could only explain as PPV channels |
| [01:43:06] | clever: | 93.8 doesnt have any comercials, almost always movies, and is often off air (like nothing is scheduled for now) |
| [01:43:15] | wagnerrp: | dont know why the cableco cant issue a one-time key for each VOD instance |
| [01:43:43] | [R]: | theres lots of things they do that doesn't make sense |
| [01:43:47] | clever: | ive seen evidence that the 6200 is capable of being a full blown web browser in the diag's |
| [01:43:58] | clever: | i have a feeling the cableco is only using 10% of its features |
| [01:44:43] | clever: | for example, the a/v inputs on the older SD version where never enabled |
| [01:44:58] | clever: | this new one has USB and a/v, but ive yet to see if they are actualy good for anything |
| [01:45:55] | clever: | and all of the pay per view channels simply say to call them up |
| [01:46:03] | clever: | no button to push for instant viewing |
| [01:46:25] | clever: | its like the box never even sends signals back to the cableco |
| [01:47:23] | [R]: | the a/v inputs on my box i had a button i could push to switch to it |
| [01:47:28] | [R]: | the usb is for plugging in a usb keyboard |
| [01:47:46] | clever: | and what good does a usb keyboard do? |
| [01:48:28] | clever: | 'Disconnect power from the DCT* before connecting or changing |
| [01:48:29] | clever: | cable connections. |
| [01:48:29] | clever: | ' |
| [01:48:31] | [R]: | i've never actually tried it |
| [01:48:33] | [R]: | so i don't know |
| [01:48:37] | [R]: | i would assume you can change channels with it |
| [01:48:39] | metalac (metalac!n=dejan@mail.lazyroot.org) has quit ("Leaving") | |
| [01:48:47] | clever: | there is a very good reason for this, the whole bloody cable box is electricaly HOT when running |
| [01:48:52] | [R]: | someone on the ml was asking about that |
| [01:48:56] | clever: | if you grab the coax and STB at once, you get a zap |
| [01:49:08] | clever: | that doesnt sound very safe |
| [01:49:10] | [R]: | but you need a usb slave to plug into it... not a host (which is what a PC is) |
| [01:49:45] | clever: | ive glanced over usb slave drivers in a few places |
| [01:49:56] | clever: | the treo 650 will act as a usb slave when you run certain app's |
| [01:50:10] | clever: | and when those arent active, the cord is dead, like there isnt even a device attached |
| [01:50:22] | clever: | the device it emulates changes depending on what app your in |
| [01:51:50] | Lt_Dan (Lt_Dan!n=fabulous@sierra.jamespurl.org) has joined #mythtv-users | |
| [01:53:20] | den0ts_ (den0ts_!i=den0ts@root.servergirl.net) has quit ("BitchX-1.1-final -- just do it.") | |
| [01:56:19] | clever: | so far the 6200 manuals ive seen are useless |
| [01:56:25] | clever: | they dont even mention the diag screen |
| [02:08:52] | clever: | [R]: does the ethernet port on the 6200 do anything? |
| [02:09:21] | [R]: | probably not |
| [02:09:30] | [R]: | 'reserved for future use' probably |
| [02:09:30] | [R]: | haha |
| [02:10:51] | [R]: | renaming files with ! in them is pissing me off |
| [02:11:00] | [R]: | i had it working with using singel quotes |
| [02:11:02] | [R]: | but now its not working |
| [02:11:12] | clever: | i just use tab complete |
| [02:11:26] | clever: | almost always works, aslong as i can type the first few characters |
| [02:12:18] | [R]: | the destination has a ! |
| [02:13:41] | clever: | http://episteme.arstechnica.com/eve/forums/a/ . . . 902007036731 |
| [02:13:52] | clever: | over here, the dude found his 6200 on 192.168.0.1 |
| [02:14:08] | clever: | yay, now it will screw up half the LAN's out there, the instant you plug it in |
| [02:14:14] | clever: | ip colisions! |
| [02:14:41] | [R]: | that's pretty cool |
| [02:15:00] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
| [02:15:20] | clever: | there are also mentions that it internaly has a cable modem |
| [02:15:32] | clever: | so if the software was there, you could use the port to get on the internet |
| [02:24:32] | truxartis (truxartis!n=me@ppp-70-247-67-80.dsl.hrlntx.swbell.net) has quit (Read error: 60 (Operation timed out)) | |
| [02:28:49] | mzb is now known as mzb_zz | |
| [02:50:19] | JJ2 (JJ2!n=jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
| [02:54:08] | lyricnz (lyricnz!n=simonrob@118-92-185-119.dsl.dyn.ihug.co.nz) has joined #mythtv-users | |
| [03:04:40] | [R]: | am i missing somethign |
| [03:04:47] | [R]: | i can't seem to find where the recording profile SETTINGS are in the database |
| [03:08:02] | JJ1 (JJ1!n=jjensen@jeffjensen.dsl.visi.com) has quit (Read error: 110 (Connection timed out)) | |
| [03:09:03] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h189.220.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
| [03:09:49] | clever: | [R]: there own table |
| [03:09:55] | clever: | ive looked at it before |
| [03:10:09] | [R]: | yeah, i found the recordingprofiles table |
| [03:10:28] | [R]: | but i can't find where the actual settings are |
| [03:10:50] | clever: | its a chain of many tables |
| [03:12:24] | [R]: | ok i think i found it |
| [03:12:26] | [R]: | codecparams |
| [03:12:54] | clever: | [R]: codecparams |
| [03:12:56] | clever: | yeah |
| [03:17:13] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h189.220.20.98.dynamic.ip.windstream.net) has quit ("I am called onward") | |
| [03:39:54] | truxartis (truxartis!n=me@ppp-70-247-67-80.dsl.hrlntx.swbell.net) has joined #mythtv-users | |
| [03:52:50] | lyricnz (lyricnz!n=simonrob@118-92-185-119.dsl.dyn.ihug.co.nz) has quit () | |
| [04:03:08] | sphery: | someone really out to make a GUI for editing the recording profiles so people don't have to figure out how the DB data is structured |
| [04:05:39] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has joined #mythtv-users | |
| [04:07:27] | wagnerrp: | being facetious again? |
| [04:12:09] | MorbidXII (MorbidXII!n=asdf@76-14-210-52.or.wavecable.com) has joined #mythtv-users | |
| [04:13:33] | MorbidXII (MorbidXII!n=asdf@76-14-210-52.or.wavecable.com) has left #mythtv-users () | |
| [04:16:48] | sphery: | heh, yeah |
| [04:19:27] | wagnerrp: | well after looking through the mythweather coded, i ended up finding this nice (not very) little README describing exactly how to write grabber scripts |
| [04:19:29] | wagnerrp: | who knew |
| [04:23:15] | sphery: | wow... I didn't know that was there. |
| [04:27:55] | clever: | sphery: there was one, atleast in the version of trunk i have |
| [04:28:32] | [R]: | my livetv used to start on my input #1... now it starts on input #2... where is that stored? |
| [04:32:57] | [R]: | i love the interactive mode on the remote control in mythweb |
| [04:38:06] | truxartis (truxartis!n=me@ppp-70-247-67-80.dsl.hrlntx.swbell.net) has quit (Read error: 110 (Connection timed out)) | |
| [04:39:31] | k_ross (k_ross!i=47a40d7d@gateway/web/freenode/x-wyknvgcxfpspwodu) has quit (Ping timeout: 180 seconds) | |
| [04:55:43] | Artus36 (Artus36!n=Artus36@i577B9F89.versanet.de) has joined #mythtv-users | |
| [05:04:50] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 110 (Connection timed out)) | |
| [05:05:51] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
| [05:06:38] | [R]: | ARG @#$#@$#@$ |
| [05:06:43] | [R]: | where the hell does myth store the last used input |
| [05:07:22] | wagnerrp: | nowhere |
| [05:07:50] | [R]: | then why is it picking input #3 all of a sudden |
| [05:07:55] | [R]: | when it used to always start with 1? |
| [05:08:25] | wagnerrp: | the other inputs are in use? |
| [05:08:30] | [R]: | they are all idle |
| [05:09:55] | wagnerrp: | you switched to 'avoid conflicts with livetv' |
| [05:11:18] | [R]: | yes... i did |
| [05:11:20] | [R]: | lol |
| [05:11:34] | [R]: | what does that do? |
| [05:12:03] | clever: | livetv wont pick a tuner that myth plans to record on soon-ish |
| [05:12:05] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has quit (Read error: 113 (No route to host)) | |
| [05:12:09] | wagnerrp: | tell mythtv to use the last tuner for livetv |
| [05:12:12] | wagnerrp: | instead of the first |
| [05:12:16] | [R]: | ah, makes sense |
| [05:12:44] | [R]: | ah... much better |
| [05:13:52] | [R]: | still no clue about my hdpvr... its working on nick hd, but not spike hd |
| [05:14:05] | [R]: | although whats on nick hd right now is just 480 crap... maybe thats relatede |
| [05:15:51] | univate_ (univate_!n=chris@203-217-44-4.dyn.iinet.net.au) has quit (Read error: 101 (Network is unreachable)) | |
| [05:15:54] | [R]: | wtf... that stupid new family guy special is STILL 4:3 |
| [05:15:59] | ** [R] stranges seth mcfarlane ** | |
| [05:16:38] | univate_ (univate_!n=chris@203-214-83-120.dyn.iinet.net.au) has joined #mythtv-users | |
| [05:19:17] | henrik__ (henrik__!n=henrik@129.207.95.91.static.ter-blg.siw.siwnet.net) has joined #mythtv-users | |
| [05:21:42] | [R]: | wagnerrp: is it possible i have bad performance on some of my usb ports? |
| [05:25:05] | clever: | [R]: you might have a mix of 1.0 and 2.0 ports |
| [05:25:24] | [R]: | well i used lsusb -t |
| [05:25:33] | [R]: | and it looked like it was plugged into the 2.0 host controller |
| [05:25:45] | [R]: | but my hdpvr seems like its more stable now |
| [05:25:51] | [R]: | this is the 3rd port i've tried |
| [05:32:38] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 110 (Connection timed out)) | |
| [05:33:12] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
| [05:34:10] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has joined #mythtv-users | |
| [05:42:18] | dubstar_04 (dubstar_04!n=danielwo@cpc1-warr4-0-0-cust655.bagu.cable.ntl.com) has joined #mythtv-users | |
| [05:44:45] | dubstar_04: | should mythtv play arccos protected dvds? |
| [05:46:55] | [R]: | dubstar_04: does it work with mplayer? |
| [05:47:31] | dubstar_04: | I cant get it to play in anything at the moment (except my mac) |
| [05:48:39] | [R]: | well then i guess you have your answer |
| [05:50:08] | Artus36 (Artus36!n=Artus36@i577B9F89.versanet.de) has quit (Remote closed the connection) | |
| [05:50:41] | stefanj (stefanj!n=stefan@81-178-37-229.dsl.pipex.com) has joined #mythtv-users | |
| [06:07:53] | waxhead_ (waxhead_!n=pete@CPE-58-165-251-190.lns1.civ.bigpond.net.au) has joined #mythtv-users | |
| [06:08:59] | waxhead_: | hey everyone.. quick question... I upgraded myth, restored the DB etc, now myth is recording shows, but the files can't be found.. what have I missed? |
| [06:13:17] | oobe: | you restored a backup of an old db after upgrading to .22? |
| [06:13:33] | oobe: | that would probably break things |
| [06:13:48] | waxhead_: | oobe, really? |
| [06:14:11] | waxhead_: | the mythconverg_backup.pl script doesn't make it that clear |
| [06:14:29] | dubstar_04 (dubstar_04!n=danielwo@cpc1-warr4-0-0-cust655.bagu.cable.ntl.com) has quit () | |
| [06:14:31] | waxhead_: | the db upgraded fine... |
| [06:14:34] | oobe: | well if you had .21 backed up the database then installed .22 which upgrades the datebase schema then restored the .21 database |
| [06:14:40] | oobe: | then yes it would break things |
| [06:14:56] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has quit (Read error: 110 (Connection timed out)) | |
| [06:15:06] | waxhead_: | oobe, no, it was a complete upgrade, I upgraded mythbuntu to 9.10 |
| [06:15:33] | waxhead_: | restored .21 db though |
| [06:15:35] | oobe: | ok and you didnt restore a backup |
| [06:15:44] | Faithful (Faithful!n=Faithful@ns.linuxterminal.com) has joined #mythtv-users | |
| [06:15:51] | oobe: | then yes that is your problem |
| [06:16:14] | oobe: | but starting mythfrontend should prompt you to upgrade the database schema i think |
| [06:16:20] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
| [06:16:33] | waxhead_: | yeah, starting the front end asked me to upgrade the schema |
| [06:16:38] | waxhead_: | which it did... |
| [06:16:44] | waxhead_: | I've setup the storage groups... |
| [06:16:52] | waxhead_: | oo... I wonder if I've missed a config then... |
| [06:17:31] | waxhead_: | I'm sure I have.. the shows get 'recorded', but clearly the files aren't going into the right place... |
| [06:19:04] | fhobia (fhobia!n=fhobia@c-67-188-69-121.hsd1.ca.comcast.net) has quit (Read error: 60 (Operation timed out)) | |
| [06:20:06] | oobe: | the there is most likely a problem with storage groups |
| [06:20:33] | waxhead_: | like the path stored in the db isn't the right one... |
| [06:20:39] | waxhead_: | how can I query that? |
| [06:23:46] | Finswimmer (Finswimmer!n=weechat@frnk-4d01f13c.pool.mediaWays.net) has joined #mythtv-users | |
| [06:28:07] | waxhead_: | cool.. fixed the table up.. that I hope will do it... |
| [06:30:11] | clever: | SG paths are set in mythtv-setup |
| [06:30:59] | waxhead_: | clever, yeah, I did that, but my recordings weren't going tot he right path.. I checked the table and it had two references to Default and one was just plain wrong... |
| [06:31:51] | jvs (jvs!n=jvs@90.146.56.206) has joined #mythtv-users | |
| [06:33:10] | clever: | it keeps a set of SG paths for each host |
| [06:33:47] | clever: | if the ones for the current host are missing, it gets the default ones with the host of '', which i think are set by the master |
| [06:35:18] | waxhead_: | 1 | Default | OLDHOSTNAME | /var/lib/mythtv/recordings |
| [06:35:25] | waxhead_: | that's not so good... |
| [06:36:45] | clever: | one of the tests it does, is to see if the directory itself exists |
| [06:37:02] | clever: | ive found that its not a good idea to make the SG path a mount point |
| [06:37:25] | clever: | for example, when i umount /media/redhat/ it still exists, and tries to record to it, so its better to use /media/redhat/recordings/ |
| [06:38:43] | waxhead_: | the mount point is for the addtional hard drives.. they get mounted at boot time |
| [06:42:10] | clever: | yeah, but if for whatever reason it fails to boot later on, it helps with myth detects the problem and uses a diff dir |
| [06:43:00] | clever: | mount* |
| [06:44:24] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [06:50:24] | stefanj (stefanj!n=stefan@81-178-37-229.dsl.pipex.com) has quit ("Leaving.") | |
| [06:50:51] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 60 (Operation timed out)) | |
| [07:02:29] | chainsaw- is now known as chainsawbike | |
| [07:05:05] | waxhead_ (waxhead_!n=pete@CPE-58-165-251-190.lns1.civ.bigpond.net.au) has quit ("Ex-Chat") | |
| [07:17:06] | [R] ([R]!n=rbox@unaffiliated/rbox) has quit ("Leaving") | |
| [07:37:35] | Slim-Kimbo (Slim-Kimbo!n=Kimbo@host86-167-232-249.range86-167.btcentralplus.com) has joined #mythtv-users | |
| [07:39:04] | olejl1 (olejl1!n=olejl@95.66.86.164) has quit (Read error: 60 (Operation timed out)) | |
| [08:06:48] | Elwell (Elwell!i=elwell@freenode/staff/elwell) has quit ("Changing server") | |
| [08:09:10] | Defense|Twin (Defense|Twin!n=jepz@e177239065.adsl.alicedsl.de) has joined #mythtv-users | |
| [08:16:39] | croppa (croppa!n=stuart@135.27.233.220.static.exetel.com.au) has quit (Read error: 104 (Connection reset by peer)) | |
| [08:17:29] | andreax (andreax!n=andreaz@p57B96EEE.dip.t-dialin.net) has joined #mythtv-users | |
| [08:17:59] | cdpuk (cdpuk!n=chris@cdpuk.cdp.me.uk) has joined #mythtv-users | |
| [08:23:41] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has joined #mythtv-users | |
| [08:26:26] | mazda01 (mazda01!n=daniel@cpe-173-89-33-87.wi.res.rr.com) has joined #mythtv-users | |
| [08:36:05] | antgel (antgel!n=topdog@78-105-205-147.zone3.bethere.co.uk) has joined #mythtv-users | |
| [08:36:20] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has quit () | |
| [08:40:30] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has joined #mythtv-users | |
| [08:41:02] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
| [08:41:16] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [08:43:46] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 60 (Operation timed out)) | |
| [08:46:17] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has quit () | |
| [08:51:56] | ahughes (ahughes!n=Owner@219-90-232-73.ip.adam.com.au) has joined #mythtv-users | |
| [08:52:10] | ahughes: | hey, is there a playtv driver for myth yet? |
| [08:54:04] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
| [08:54:25] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
| [08:55:10] | mazda01 (mazda01!n=daniel@cpe-173-89-33-87.wi.res.rr.com) has quit (Remote closed the connection) | |
| [08:55:54] | ahughes (ahughes!n=Owner@219-90-232-73.ip.adam.com.au) has quit ("Leaving") | |
| [08:56:01] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has quit () | |
| [08:59:15] | mazda01 (mazda01!n=daniel@cpe-173-89-33-87.wi.res.rr.com) has joined #mythtv-users | |
| [09:10:51] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
| [09:19:30] | Elwell (Elwell!i=elwell@freenode/staff/elwell) has joined #mythtv-users | |
| [09:19:45] | Elwell: | hey gang, anyone here using minimyth? |
| [09:22:15] | mace_ is now known as mace | |
| [09:32:39] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Read error: 60 (Operation timed out)) | |
| [09:32:50] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [09:47:03] | antgel: | quite often, when pressing i for programme information, the description runs off the dialog. is there any way to see the "extra" text? we're not especially keen to reduce the font size but will if that's the only way |
| [09:52:50] | pheld (pheld!i=ymoqph@109-109-76-194.broadband.customer.telefiber.no) has joined #mythtv-users | |
| [09:58:06] | Artus36 (Artus36!n=Artus36@i577AD84D.versanet.de) has joined #mythtv-users | |
| [09:59:24] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has joined #mythtv-users | |
| [10:00:57] | MartinJT: | anyone know how to start a command (e.g. mythfrontend.sh) from a terminal, but not have it always running in that terminal (i.e. detach it) |
| [10:01:54] | sid3windr: | screen? |
| [10:01:55] | sid3windr: | nohup? |
| [10:02:01] | sid3windr: | dtach? |
| [10:02:54] | MartinJT: | i'm using screen at the moment... just wondering how to "properly" detach it... |
| [10:03:12] | sid3windr: | properly? |
| [10:03:17] | MartinJT: | i.e. in the same way as it's done when running through X |
| [10:03:56] | sid3windr: | uhh |
| [10:04:05] | sid3windr: | I don't understand what X has to do with detaching stuff =/ |
| [10:04:37] | MartinJT: | when I run the mythfrontend from the menu in X... there is no terminal window... |
| [10:05:10] | MartinJT: | when I run it from SSH using display=:0.0 it's running and I have to switch it to a screen... |
| [10:05:17] | sid3windr: | uhuh |
| [10:05:24] | sid3windr: | there is no detaching being done |
| [10:05:28] | sid3windr: | there simply is no terminal window then :) |
| [10:05:49] | AndyCap: | MartinJT: ssh in. run it in screen, detach screen. (ctrl-a d) |
| [10:06:13] | AndyCap: | MartinJT: why are you not starting it automatically? |
| [10:06:14] | MartinJT: | <MartinJT> i'm using screen at the moment... just wondering how to "properly" detach it... |
| [10:06:45] | MartinJT: | i am... it's just falling over... and I don't want to vnc in to start it again... |
| [10:14:24] | clever: | what ive done, is i edited the X startup script |
| [10:16:04] | clever: | .xsession or .xinitrc in $HOME |
| [10:19:09] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [10:21:58] | dserban (dserban!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [10:23:56] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 60 (Operation timed out)) | |
| [10:27:06] | ghoti_ (ghoti_!n=paul@38.117.126.254) has quit (Read error: 54 (Connection reset by peer)) | |
| [10:27:42] | ghoti (ghoti!n=paul@38.117.126.254) has joined #mythtv-users | |
| [10:29:51] | JJ2 (JJ2!n=jjensen@jeffjensen.dsl.visi.com) has quit ("Leaving.") | |
| [10:33:25] | gbee (gbee!n=gbee@cpc1-derb9-0-0-cust348.leic.cable.ntl.com) has joined #mythtv-users | |
| [10:33:25] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v gbee | |
| [10:36:19] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
| [10:47:06] | Artus36 (Artus36!n=Artus36@i577AD84D.versanet.de) has left #mythtv-users () | |
| [10:57:00] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has joined #mythtv-users | |
| [11:00:47] | Shadow__1 (Shadow__1!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has joined #mythtv-users | |
| [11:02:09] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has quit (Read error: 60 (Operation timed out)) | |
| [11:05:58] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has joined #mythtv-users | |
| [11:06:16] | Shadow__1 (Shadow__1!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
| [11:06:16] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has quit (Read error: 104 (Connection reset by peer)) | |
| [11:08:11] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
| [11:11:08] | Shadow__X (Shadow__X!n=jose@c-76-99-93-112.hsd1.nj.comcast.net) has joined #mythtv-users | |
| [11:20:06] | afm (afm!n=sage@c-98-213-133-202.hsd1.il.comcast.net) has joined #mythtv-users | |
| [11:24:30] | andreax (andreax!n=andreaz@p57B96EEE.dip.t-dialin.net) has quit (Read error: 104 (Connection reset by peer)) | |
| [11:27:37] | mazda01 (mazda01!n=daniel@cpe-173-89-33-87.wi.res.rr.com) has quit ("Leaving") | |
| [11:30:21] | mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has joined #mythtv-users | |
| [11:31:42] | afm (afm!n=sage@c-98-213-133-202.hsd1.il.comcast.net) has quit () | |
| [11:32:25] | _abbenormal: | hello mkrufky |
| [11:32:36] | mkrufky: | hi. _abbenormal |
| [11:32:53] | _abbenormal: | hope you and your family have had a good Christmas so far have a safe new year |
| [11:33:06] | mkrufky: | thank you very much... merry xmas to you, too :-) |
| [11:33:50] | _abbenormal: | you get much of that snow over there |
| [11:34:05] | mkrufky: | tons... its all still here from last weekend |
| [11:34:35] | _abbenormal: | were glad everyone needs a white christmas once in awhile lol |
| [11:35:31] | mkrufky: | heh.. im not sure if this counted as a white xmas in nyc... ... kind of |
| [11:35:45] | mazda01 (mazda01!n=daniel@cpe-173-89-33-87.wi.res.rr.com) has joined #mythtv-users | |
| [11:36:06] | _abbenormal: | we had some snow but the heat wave took a bunch but were going to get slammed later today or tomorrow |
| [11:36:08] | _abbenormal: | lol |
| [11:36:53] | mkrufky: | where r u again? |
| [11:37:04] | _abbenormal: | michigan |
| [11:37:10] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [11:37:27] | gizmobay (gizmobay!n=gizmobay@ip98-165-206-1.ph.ph.cox.net) has quit ("Leaving") | |
| [11:37:29] | _abbenormal: | half way between detroit and chicago |
| [11:38:25] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has quit (Remote closed the connection) | |
| [11:38:34] | mkrufky: | ah, ok |
| [11:39:01] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has quit (Read error: 60 (Operation timed out)) | |
| [11:39:02] | _abbenormal: | use to be called winter wonderland |
| [11:39:11] | bobgill (bobgill!n=smileyfa@CPE0016b6062e69-CM0011e6c40b1f.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [11:39:24] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Read error: 104 (Connection reset by peer)) | |
| [11:40:23] | _abbenormal: | anyway ill let ya back at it just wanted to say hi and wish you and the family a happy hoho |
| [11:41:36] | mkrufky: | thanks again.... same to you and your family :-) |
| [11:42:09] | mkrufky: | i finally upgraded my personal mythtv network to 0.22 |
| [11:42:30] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [11:43:07] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has quit (Client Quit) | |
| [11:43:13] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has joined #mythtv-users | |
| [11:43:18] | RDV_Linux (RDV_Linux!n=doug@CPE001195554bb4-CM00111a59bd9e.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [11:43:39] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has quit (Read error: 60 (Operation timed out)) | |
| [11:44:30] | Nidhoegger (Nidhoegger!n=user@p4FD26671.dip.t-dialin.net) has joined #mythtv-users | |
| [11:54:08] | dserban (dserban!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
| [12:03:06] | BjornR1989 (BjornR1989!n=inbox@d54C2B422.access.telenet.be) has joined #mythtv-users | |
| [12:15:42] | jarle (jarle!n=jarle@70.84-234-133.customer.lyse.net) has joined #mythtv-users | |
| [12:26:22] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has joined #mythtv-users | |
| [12:29:33] | AndyCap: | MartinJT: did you figure it out? |
| [12:37:44] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has joined #mythtv-users | |
| [12:38:56] | mkrufky (mkrufky!n=mk@unaffiliated/mkrufky) has left #mythtv-users () | |
| [12:48:33] | syamajala (syamajala!n=syamajal@c-76-119-52-223.hsd1.ma.comcast.net) has joined #mythtv-users | |
| [12:48:46] | hein1908_ (hein1908_!n=heiner@f049002129.adsl.alicedsl.de) has joined #mythtv-users | |
| [12:49:31] | syamajala: | got a pinnacle pctv hd pro trying to setup the atsc tuner, i have analog working in myth |
| [12:50:53] | hein1908_ (hein1908_!n=heiner@f049002129.adsl.alicedsl.de) has quit ("Ex-Chat") | |
| [13:11:47] | Nidhoegger (Nidhoegger!n=user@p4FD26671.dip.t-dialin.net) has quit (Remote closed the connection) | |
| [13:14:08] | Anduin (Anduin!n=awithers@pdpc/supporter/professional/anduin) has quit ("leaving") | |
| [13:15:16] | ianh99 (ianh99!n=ian@ARennes-352-1-151-157.w90-25.abo.wanadoo.fr) has joined #mythtv-users | |
| [13:15:56] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
| [13:16:43] | ianh99: | Hiisty, I have a problem with DVB-S channel scan not populating the default_authority field. Can anyone help ? |
| [13:18:03] | ianh99: | It seems to be causing a problem with duplicate program detection because the programid field is blank from the EIT data |
| [13:26:16] | hadees (hadees!n=hadees@66-90-245-77.dyn.grandenetworks.net) has joined #mythtv-users | |
| [13:28:27] | gregL (gregL!n=greg@cpe-67-246-41-80.nycap.res.rr.com) has quit ("Leaving") | |
| [13:34:12] | syamajala: | so i kinda have it working |
| [13:35:03] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has joined #mythtv-users | |
| [13:39:43] | syamajala: | i get about 7 channels |
| [13:39:44] | syamajala: | ota |
| [13:45:02] | Finswimmer (Finswimmer!n=weechat@frnk-4d01f13c.pool.mediaWays.net) has quit (Read error: 60 (Operation timed out)) | |
| [13:47:37] | pheld (pheld!i=ymoqph@109-109-76-194.broadband.customer.telefiber.no) has quit ("Leaving.") | |
| [13:54:18] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has quit ("Leaving.") | |
| [13:55:28] | eFfeM (eFfeM!n=frans@b84014.upc-b.chello.nl) has joined #mythtv-users | |
| [13:55:48] | eFfeM: | hi, i'm looking for a pointer what to put in php.ini for mythweb (using php-cgi and lighttpd) |
| [13:55:57] | eFfeM: | when I access mythweb.php I get the error on http://www.pastebin.ca/1727637 |
| [13:56:07] | eFfeM: | figured this is most likely due to php.ini being wrong, but i am a n00b in that area |
| [13:59:20] | jblack: | Does steve use a bug tracker? |
| [13:59:43] | jblack: | found it |
| [14:05:29] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has quit ("Leaving") | |
| [14:08:44] | dashcloud (dashcloud!n=quassel@pool-173-49-209-133.phlapa.fios.verizon.net) has joined #mythtv-users | |
| [14:11:07] | sphery: | ianh99: You can apply the patches you mentioned (though if they mess with the DB, you shouldn't) or just upgrade to trunk. |
| [14:11:34] | sphery: | ianh99: or you can post-process the XMLTV data to include the default authority |
| [14:12:49] | sphery: | ianh99: also, you'll need to do a full channel scan--if you just kept your previously-scanned channel info, it won't work (try that first) |
| [14:13:22] | sphery: | though I think only DVB-T was fixed in -fixes |
| [14:16:09] | sphery: | eFfeM: that looks like a problem with your mythweb.conf, not a problem with your php.ini |
| [14:17:25] | ianh99: | sphery, I applied the patches and deleted all cards and sources – but no luck |
| [14:17:42] | ianh99: | It worked fine in 0.21 so it must be some form of regression |
| [14:18:24] | ianh99: | sphery, Where can I find a list of default_authorities to populate channels |
| [14:34:59] | syamajala: | hmm |
| [14:37:56] | syamajala: | i'm having trouble with firewire |
| [14:39:38] | eFfeM: | sphery: thanks will look intot hat one |
| [14:43:13] | mattwynne (mattwynne!n=mattwynn@cust104-dsl58.idnet.net) has quit (Remote closed the connection) | |
| [14:46:16] | rushfan73 (rushfan73!n=rushfan@adsl-76-243-190-185.dsl.bcvloh.sbcglobal.net) has joined #mythtv-users | |
| [14:47:24] | gregL (gregL!n=greg@cpe-67-246-41-80.nycap.res.rr.com) has joined #mythtv-users | |
| [14:48:18] | sphery: | ianh99: actually in 0.21-fixes, it put nothing in for default_authority, so it's not a regression, but an unfinished implementation of a new feature |
| [14:50:35] | sphery: | ianh99: your best bet is to have a script that post-processes the XMLTV data before calling mythfilldatabase. You can use /any/ value for default_authority--the only purpose of the value is to distinguish between different listings "authorities" (i.e. so we know whether a programid from RT is expected to be the same as the programid from EIT--and it's not, so those would need different default_authorities) |
| [14:50:41] | ianh99: | sphery, Oh OK – But how come I had programid's in most (all?) channels. Since upgrading to 0.22 duplicate detection is very poor compared to 0.21 |
| [14:51:48] | ianh99: | I see – I only use EIT data for listings, so could I just populate all channels with any value ? |
| [14:52:43] | sphery: | if all your listings come from the same source, the default authority just needs to be the same for everything |
| [14:52:54] | sphery: | (and empty is fine) |
| [14:53:22] | ianh99: | It is empty at the moment but I get no programids |
| [14:54:34] | sphery: | no programid's isn't bad |
| [14:55:00] | sphery: | it just means it will use title, subtitle, and/or description (i.e. what you select for the duplicate matching policy) to do dup matching |
| [14:55:18] | sphery: | if it has programid's, it uses programid's--and completely ignores subtitle and description in matching |
| [14:55:29] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit (Read error: 60 (Operation timed out)) | |
| [14:57:22] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [14:57:37] | eFfeM: | sphery: found the problem in mythweb.conf, fixed that, now stuck at error 403, seems I still need to do something with authentication (commented that out for now) |
| [14:57:44] | eFfeM: | but that did not help |
| [14:58:22] | rushfan (rushfan!n=rushfan@adsl-76-241-81-43.dsl.bcvloh.sbcglobal.net) has quit (Read error: 110 (Connection timed out)) | |
| [14:58:49] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has joined #mythtv-users | |
| [14:58:55] | sphery: | eFfeM: yeah, 403 is auth, so you'll need to fix that |
| [14:58:59] | eFfeM: | anyway making progress |
| [14:59:03] | eFfeM: | so thanks for your help |
| [14:59:14] | sphery: | remember to restart browser between major changes |
| [14:59:33] | sphery: | (makes it easier knowing that the browser isn't doing something behind your back) |
| [15:00:38] | sphery: | ianh99: BTW, IMHO, the auto-generated programid's used for EIT and XMLTV sources that don't report a programid should never be used. They cause more problems than benefits. So not having programid's is not a bad thing. |
| [15:01:01] | rushfan73 (rushfan73!n=rushfan@adsl-76-243-190-185.dsl.bcvloh.sbcglobal.net) has quit ("Lost terminal") | |
| [15:03:29] | andreax (andreax!n=andreaz@p57B96EEE.dip.t-dialin.net) has joined #mythtv-users | |
| [15:06:09] | gbee: | yeah, duplicate detection based on title/subtitle or description work very well in the UK etc |
| [15:14:46] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
| [15:22:29] | mfg2 (mfg2!n=micah@CPE0023693c86ed-CM000f9f7770aa.cpe.net.cable.rogers.com) has joined #mythtv-users | |
| [15:24:17] | ianh99: | I've been using dup detection as subtitle then description as a work-around for two weeks and as gbee says it does work OK |
| [15:25:24] | ianh99: | However, the default is subtitle AND description. Is there a way to change the default to sub THEN desc ? |
| [15:30:15] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has quit (Read error: 60 (Operation timed out)) | |
| [15:35:20] | syamajala: | switching to broadcast from p2p seems to have fixed my problems |
| [15:35:50] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [15:35:52] | levander (levander!n=user@c-67-191-147-120.hsd1.ga.comcast.net) has joined #mythtv-users | |
| [15:36:16] | levander: | By default, when you install mythtv, how does myth make sure mythfilldatabase is run daily? |
| [15:36:31] | levander: | I've got a problem where mythfilldatabase doesn't seem to be running to fill up the guide data. |
| [15:36:31] | wagnerrp: | levander: you dont worry about it |
| [15:36:44] | wagnerrp: | schedulesdirect will tell mythtv when to run mythfilldatabase next |
| [15:36:52] | levander: | wagnerrp: If there's a problem, why shouldn't I worry about it? |
| [15:37:14] | dserban (dserban!n=dserban@S0106001346beb5f3.ok.shawcable.net) has joined #mythtv-users | |
| [15:37:15] | wagnerrp: | you dont wrry about the timing, that gets taken care of automatically |
| [15:37:28] | levander: | wagnerrp: But, the automatic timing isn't working. |
| [15:37:31] | wagnerrp: | if youre using schedulesdirect (which you should be) |
| [15:37:33] | wagnerrp: | MFD is running |
| [15:37:36] | wagnerrp: | but is failing |
| [15:37:50] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has joined #mythtv-users | |
| [15:37:53] | wagnerrp: | check your backend logs to try to find where it is failing |
| [15:37:53] | levander: | Does MFD log to mythbackend? |
| [15:38:01] | wagnerrp: | MFD logs to stdout |
| [15:38:11] | wagnerrp: | if it gets run by mythbackend, and mythbackend is set to log to a file |
| [15:38:14] | wagnerrp: | it will log to a file |
| [15:38:35] | wagnerrp: | alternatively, run MFD manually now, and see what the problem is |
| [15:38:48] | levander: | Neither "MFD" nor "mythfilldatabase" show up in mythbackend.log |
| [15:38:52] | wagnerrp: | has MFD filled guide data before? |
| [15:39:05] | dserban_ (dserban_!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 60 (Operation timed out)) | |
| [15:39:26] | wagnerrp: | have you recently set up mythtv, scanned digital, and havent set you XMLTV IDs? |
| [15:39:33] | levander: | wagnerrp: Yes, it's happened before, but often (not all the time) after a couple of weeks, there's no more guid data. |
| [15:40:13] | levander: | wagnerrp: I used scte65scan to scan digital. I'm under the impression if you use scte65scan, the XMLTV IDs get set automatically somehow? |
| [15:40:31] | wagnerrp: | dont know much about scte65scan |
| [15:40:44] | wagnerrp: | and it doesnt exactly scan digital |
| [15:40:54] | wagnerrp: | it just pulls the in-band lineup broadcast by your cableco |
| [15:41:00] | levander: | Yeah. |
| [15:41:01] | wagnerrp: | such that you dont have to scan |
| [15:42:09] | levander: | wagnerrp: Did you say that mfd (mythfilldatabase) is supposed to be running as a daemon? There's no mfd or mythfilldatabse running on my system right now. |
| [15:42:35] | levander: | What daemon kicks off mythfilldatabase? Is it the mythbackend daemon? Cron? |
| [15:44:27] | wagnerrp: | mythbackend kicks off MFD, when recommended to by SD |
| [15:44:54] | wagnerrp: | you only run MFD manually if youre using an XMLTV scraper |
| [15:45:51] | levander: | no, i'm using schedules direct |
| [15:47:08] | levander: | When I run mythfilldabase from the command line, it works fine. So, I assume mfd is set up fine. With the SD user name and password and everything. I'm not specifying that on the command line. |
| [15:47:37] | wagnerrp: | and it fills out your schedule? |
| [15:48:09] | levander: | yes |
| [15:49:53] | croppa (croppa!n=stuart@135.27.233.220.static.exetel.com.au) has joined #mythtv-users | |
| [15:53:10] | dserban__ (dserban__!n=dserban@S0106001346beb5f3.ok.shawcable.net) has quit (Read error: 110 (Connection timed out)) | |
| [15:54:03] | [R] ([R]!n=rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [15:54:22] | [R]: | 2009-12–26 12:49:00.241 Scheduled 513 items in 1.1 = 0.06 match + 1.02 place |
| [15:54:33] | [R]: | how does 0.06 + 1.02 = 1.1? |
| [15:55:43] | gbee: | it's rounded to one decimal place |
| [15:56:31] | [R]: | ah |
| [15:56:44] | levander: | What is the program "AFD"? I'm looking at that in mythbackend.log. |
| [15:57:13] | gbee: | actually it's also possible that the timer includes other code paths between the match/place algorithms |
| [15:57:33] | gbee: | it's not a program, it's a class in the code, AVFormatDecoder |
| [15:59:56] | gbee: | well the class is used by mythfrontend, mythbackend (preview gen), mythtranscode and mythcommflag |
| [16:00:44] | levander: | gbee: Thanks, I think you're right about that. |
| [16:02:18] | sid3windr: | you think? ;) |
| [16:03:37] | syamajala: | how do you delete a video source in mythtv-setup? |
| [16:03:50] | syamajala: | i don't want to delete all of them just 1 |
| [16:04:08] | syamajala: | never mind |
| [16:04:09] | sid3windr: | d |
| [16:04:09] | sid3windr: | :p |
| [16:04:10] | J-e-f-f-A: | syamajala: Press "d"? |
| [16:04:21] | sid3windr: | nicely hidden away, there is more than esc, enter and arrows |
| [16:06:28] | syamajala: | i need to figure out how i'm going to redo my setup now that i have firewire working |
| [16:09:49] | J-e-f-f-A: | syamajala: Do you have 'overlapping' channels with the FireWire channels? |
| [16:11:41] | syamajala: | not really |
| [16:12:18] | J-e-f-f-A: | syamajala: Then just setup a seperate 'source' for those channels... that should take care of you. |
| [16:12:24] | syamajala: | what i have right now is a cable box hooked up through firewire, a dish box hooked up through an analog tuner, and i have 1 more analog tuner not being used |
| [16:12:28] | HypNoMadic (HypNoMadic!n=TripTron@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has joined #mythtv-users | |
| [16:13:23] | J-e-f-f-A: | syamajala: If the channels have the same call signs, tnen tney do 'overlap' – doesn't matter if the channel # is different. |
| [16:14:07] | HypNoMadic: | Hi – Anyone else using this sound card "Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)" ? |
| [16:14:13] | J-e-f-f-A: | syamajala: I'm thinking that you'll want to give the firewire tuner a higher priority – but not sure if that will cause 'other' issues or not... |
| [16:14:39] | fhobia (fhobia!n=fhobia@c-67-188-69-121.hsd1.ca.comcast.net) has joined #mythtv-users | |
| [16:16:19] | antgel: | quite often, when pressing i for programme information, the description runs off the dialog. is there any way to see the "extra" text? we're not especially keen to reduce the font size but will if that's the only way |
| [16:16:32] | syamajala: | hmm |
| [16:16:32] | eFfeM (eFfeM!n=frans@b84014.upc-b.chello.nl) has left #mythtv-users () | |
| [16:17:00] | J-e-f-f-A: | antgel: try a different OSD theme. |
| [16:17:12] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has quit ("Leaving") | |
| [16:17:19] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has joined #mythtv-users | |
| [16:19:29] | antgel: | J-e-f-f-A: sledgehammer to crack a walnut? |
| [16:20:11] | J-e-f-f-A: | antgel: Or perhaps you're using a theme designed on a HD monitor on a 4:3 monitor? |
| [16:21:57] | BjornR1989 (BjornR1989!n=inbox@d54C2B422.access.telenet.be) has quit ("( www.nnscript.com :: NoNameScript 4.22 )") | |
| [16:22:17] | justinh: | antgel: perhaps you're using an OSD theme which only allows a paltry two lines for the description |
| [16:22:57] | justinh: | though to be fair, to fit all a uk_rt description onscreen at the same time you sometimes need a *very* small font :P |
| [16:23:28] | justinh: | or get cracking on automagical scrolling for text areas :D |
| [16:23:44] | justinh: | no sense making fonts smaller |
| [16:24:22] | HypNoMadic: | Before I waste the dev's time and submit a bug report for a bug that only I have, I'd like to see if anyone here has the same issue as I do |
| [16:24:54] | HypNoMadic: | The more recordings I play (from HDHR ATSC), the more entries I get for this --> lsof |grep -c /dev/snd/controlC0 |
| [16:25:22] | HypNoMadic: | the more reults I get with that command the slower my frontend becomes, until I restart the frontend, then it goes back to zero |
| [16:25:30] | antgel: | J-e-f-f-A: no, 16:9 |
| [16:25:50] | antgel: | justinh: no, i get several lines already but am using uk_rt |
| [16:26:05] | HypNoMadic: | I just rebuild my sysytem from scratch, going from Ubuntu to Debian and the issue exists on my new build too, I'm using trunk |
| [16:26:09] | justinh: | yeah but several lines is often not enough :P |
| [16:26:36] | justinh: | 1000 word essays spoiling plotlines (c) RadioTimes.com |
| [16:26:59] | antgel: | justinh: well, that's the issue. on my old topfield, you could press i an extra time, and you'd get a detailed OSD info box that would fill most of the screen |
| [16:27:06] | ** antgel ponders a feature request ** | |
| [16:27:07] | justinh: | meh |
| [16:27:19] | justinh: | ponder this: code up automagical scrolling textareas |
| [16:27:29] | HypNoMadic: | Can I take an informal poll here and see if anyone else gets anything other than zero with this command plesae? |
| [16:27:29] | antgel: | you may very well meh, but you don't have my mum moaning that she can't read all the description |
| [16:27:33] | HypNoMadic: | lsof |grep -c /dev/snd/controlC0 |
| [16:27:52] | justinh: | antgel: feature requests generall fall on deafer than deaf ears |
| [16:28:04] | antgel: | ooh, bitchy |
| [16:28:12] | justinh: | not bitchy at all. not a bit |
| [16:29:10] | antgel: | i wonder how difficult something like that would be to code up. my exposure to the source thus far has been more trying to understand small bits, but i've never considered coding a feature |
| [16:29:38] | antgel: | it can't be rocket science, it would be just like the existing OSD but bigger |
| [16:30:28] | justinh: | it's not rocket science & I'll guarantee it'll get you further than posting a feature request :) |
| [16:30:53] | justinh: | the OSD is undergoing a big revamp at the mo anyway IIRC |
| [16:30:53] | ** antgel ventures into libs/libmythtv ** | |
| [16:31:17] | antgel: | FFS. does this mean if i write a patch against 0.22-fixes, it might be useless against trunk? |
| [16:31:24] | justinh: | totally |
| [16:31:34] | wagnerrp: | s/might/will/ |
| [16:31:47] | justinh: | what you could do in the interim is edit the OSD to show much more info |
| [16:31:56] | justinh: | but that'll be a waste of space for the majority of the time |
| [16:32:04] | justinh: | which is why no themer has ever really gone that far |
| [16:33:47] | justinh: | pick an OSD theme you like, find the osd.xml area you need to change, make a pretty new bitmap PNG for the background & away you go :) |
| [16:33:52] | dashcloud (dashcloud!n=quassel@pool-173-49-209-133.phlapa.fios.verizon.net) has quit (Read error: 113 (No route to host)) | |
| [16:33:55] | justinh: | easier than coding |
| [16:36:08] | antgel: | that's good, i don't need to write any code as such |
| [16:36:30] | justinh: | or make the font smaller.. the choice is yours |
| [16:36:57] | justinh: | pity there's no <longdesc> and <shortdesc> available from uk_rt |
| [16:37:49] | antgel: | where are these .xml files documented? |
| [16:37:54] | justinh: | they're not |
| [16:37:57] | justinh: | not osd.xml |
| [16:38:10] | antgel: | so i have to guess what the likes of descriptionfont and descriptionfontsmall are? |
| [16:38:13] | justinh: | but there's a friendly guy who's done one or 2 OSD themes around here somewhere |
| [16:38:20] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has joined #mythtv-users | |
| [16:38:34] | sid3windr: | I remember this juski guy but I don't recall him being friendly! |
| [16:38:36] | sid3windr: | 0:) |
| [16:38:37] | justinh: | font names were defined by the themer |
| [16:38:59] | justinh: | so documenting them was up to the theme designer |
| [16:39:14] | justinh: | believe me though, making the fonts smaller won't get you far |
| [16:39:14] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
| [16:39:29] | justinh: | it's a trade-off between readability & amount of info onscreen |
| [16:39:37] | justinh: | vs the actual screen area used |
| [16:40:23] | justinh: | antgel: which OSD theme are you looking at? |
| [16:40:35] | antgel: | so fine, i'm happy for the information display to fill the screen, one isn't watching the programme when reading the display anyway |
| [16:40:38] | justinh: | note: if you say mepo-wide, go to hell ;-) |
| [16:40:51] | antgel: | er, the default... BlackCurves |
| [16:40:58] | k_ross (k_ross!i=47a40d7d@gateway/web/freenode/x-jiitmdadwcbcdvut) has joined #mythtv-users | |
| [16:41:01] | justinh: | the container you need to edit is program_info |
| [16:41:23] | antgel: | sweet |
| [16:41:26] | justinh: | the textarea definitions are pretty self-explanatory |
| [16:41:42] | justinh: | <textarea name="title"> is for the title.. yada yada yada |
| [16:41:43] | antgel: | name="description" |
| [16:41:47] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has left #mythtv-users ("Leaving") | |
| [16:42:09] | antgel: | what's the <area> syntax? |
| [16:42:42] | justinh: | what does it look like? |
| [16:42:42] | antgel: | ah, now i see where the likes of descriptionfont and descriptionfontsmall are used |
| [16:42:51] | antgel: | <area>272,474,874,178</area> |
| [16:43:06] | justinh: | means an area 874x178 starting at 272,474 |
| [16:43:40] | justinh: | x,y,width,height |
| [16:43:54] | antgel: | hmm. is that somehow scaled to the resolution of the X display? |
| [16:44:22] | justinh: | yes, but take into account the base res of the OSD theme |
| [16:44:30] | antgel: | ah, right |
| [16:44:39] | justinh: | dunno what the base res of blackcurves is. I don't use 0.22 |
| [16:44:58] | justinh: | I'm waiting for a fully ported mepo-wide to come out first (NOT) |
| [16:45:08] | antgel: | so it seems that i need to edit the y coordinate and the height, and also the y coordinate of "title" which is above it |
| [16:45:22] | justinh: | why? |
| [16:45:25] | justinh: | 0,0 is top left |
| [16:45:35] | hein1908_ (hein1908_!n=heiner@f049002129.adsl.alicedsl.de) has joined #mythtv-users | |
| [16:45:44] | antgel: | well, title is <area>139,395,854,45</area> |
| [16:46:06] | antgel: | so if i don't move title up, the taller description will overwrite it, no? |
| [16:46:11] | justinh: | no |
| [16:46:27] | justinh: | oh wait yeah. duh |
| [16:47:01] | justinh: | so if you make the desc area 272,274,874,378 change the title area accordingly |
| [16:47:02] | antgel: | not to mention all the other textareas above description, still i can do basic maths |
| [16:47:23] | justinh: | anybody who'd complain at having to do that needs a slap ;) |
| [16:51:16] | justinh: | welcome to the wonderful world of theming :D |
| [16:53:11] | antgel: | this is very cool. i'd still like a bigger info box with another press of the i key :D |
| [16:53:59] | antgel: | you watch bbc hd, don't you? do your subtitles go off the right of the screen? |
| [16:54:14] | justinh: | I don't watch ANY HD |
| [16:54:28] | justinh: | HD is for people with bigger tellies than I have :) |
| [16:54:43] | justinh: | same crap, higher resolution |
| [16:55:19] | justinh: | antgel: anyway I like the idea of having 'extended info' areas or something like that |
| [16:55:51] | justinh: | similar way of working to the programme details screens in 'watch recordings'. I was skeptical of those at first but now I think they work well |
| [16:55:56] | rushfan (rushfan!n=rushfan@adsl-75-10-150-97.dsl.bcvloh.sbcglobal.net) has joined #mythtv-users | |
| [16:55:57] | antgel: | oh that i had time to write a patch |
| [16:56:20] | hein1908_: | Hello, which info areas did you mean? The once you can see when you press up-/down-key during watching TV? |
| [16:56:28] | justinh: | antgel: like I said the OSD is being reworked anyhow, so maybe wait til after then |
| [16:56:36] | antgel: | hein1908_: the ones when you press 'i' |
| [16:56:38] | justinh: | whut? |
| [16:56:53] | hein1908_: | Let's try |
| [16:57:38] | justinh: | antgel: it could even be theme dependent too, so those who aren't arsed about mega verbose descriptions don't need to go to the trouble :) |
| [16:58:48] | antgel: | hein1908_: let's try? |
| [16:59:14] | hein1908_: | Didn't work |
| [16:59:44] | hein1908_: | Nothing happend if I press the i/Menu Button |
| [16:59:56] | hein1908_: | I've do rework my lirc.conf |
| [16:59:58] | justinh: | *I* is not the menu button |
| [17:00:07] | justinh: | Mmmmmmmmmmmmmmmmmmmmmm M M M M menu |
| [17:00:17] | justinh: | the *I* key is for the INFO button |
| [17:00:33] | justinh: | which, if it's bound to your remote's menu button.. is erm.. kind of illogical |
| [17:00:44] | antgel: | <homer>mmmmmmmmmmmmm, menu.........</homer> |
| [17:00:56] | hein1908_: | Sorry, on my remote controll it's the i/menu Button |
| [17:01:03] | justinh: | whoops |
| [17:01:31] | hein1908_: | It's the one that was included with the DVB Card from Hauppauge |
| [17:01:46] | justinh: | they don't come with lircrc files |
| [17:02:06] | hein1908_: | But it's a good hint, to rework my lirc configuration |
| [17:02:26] | justinh: | you still need two buttons though, one for MENU & one for INFO |
| [17:02:32] | Defense (Defense!n=jepz@f054000230.adsl.alicedsl.de) has joined #mythtv-users | |
| [17:02:35] | antgel: | hein1908_: i had that control on my old box, i could have given you my .lircrc. but the box is in storage somewhere |
| [17:02:58] | hein1908_: | No problem, I just bought last week an nice remote contrlo from logitech, fully programabel. :-) |
| [17:03:40] | hein1908_: | Beside this, is the some where a description with all posible functions? |
| [17:03:40] | antgel: | i'm using the one that comes with the antec fusion black case, it's not bad for a "freebie" |
| [17:03:51] | justinh: | hein1908_: see keys.txt |
| [17:04:05] | antgel: | http://www.mythtv.org/wiki/Keybindings |
| [17:04:08] | justinh: | logitech remotes suck IMHO. I *hate* mine |
| [17:04:15] | antgel: | justinh: give it to me! |
| [17:04:19] | hein1908_: | Thanks, for that info |
| [17:04:21] | sid3windr: | =) |
| [17:04:30] | justinh: | no way. putting it on ebay as soon as I find a decent replacement |
| [17:05:41] | antgel: | i firmly believe that the ultimate is one of these http://www.ebuyer.com/product/139757 |
| [17:06:04] | antgel: | got one for this box for my parents, just "for emergencies" when it might need to be used |
| [17:06:06] | justinh: | I like the bumber of buttons it has. everything else, I can't stand. stupid retarted 'activities'. Oh and it's inter-key delay is awful |
| [17:06:09] | hein1908_: | Great, there are some functions I missed |
| [17:06:19] | antgel: | but if it was my box, i'd live with that over arsing about with a remote |
| [17:07:04] | justinh: | I think a lot of my parents, so I'd never lumber them with a mythtv system ;-) |
| [17:07:30] | justinh: | my dad has ways of breaking the unbreakable |
| [17:07:48] | antgel: | so do i just copy my (barely) hacked new theme to /usr/local/share/mythtv/themes/, or do i need to do anything else to get it picked up? |
| [17:08:06] | justinh: | just copy it |
| [17:08:19] | justinh: | shouldn't need to restart mythfrontend |
| [17:08:22] | antgel: | justinh: you speak da truth. but having "invested" their money and my time, i ain't going back now |
| [17:09:26] | justinh: | antgel: he managed to break my frontend ffs. god only knows how |
| [17:09:36] | justinh: | using only a remote |
| [17:09:54] | hein1908_: | Cool, he should work as hacker |
| [17:10:01] | antgel: | my mum was complaining that the tv sound wasn't matching the picture last night. she had started two frontends on the same box |
| [17:10:02] | hein1908_: | :-) |
| [17:14:54] | Defense|Twin (Defense|Twin!n=jepz@e177239065.adsl.alicedsl.de) has quit (Read error: 110 (Connection timed out)) | |
| [17:15:09] | k_ross: | regarding logitech remotes. the "activities" are marginally useful for me, but others in the family like them. they are great for the people who see a coffee table full of remotes and whose eyes gloss over |
| [17:15:23] | k_ross: | the remotes are a tad on the slow side, though |
| [17:15:27] | araldit (araldit!n=mail@0x5736ff56.cpe.ge-0-1-0-1105.bovnqu1.customer.tele.dk) has quit (Read error: 113 (No route to host)) | |
| [17:15:49] | k_ross: | but until i find something better, i'm sticking with them |
| [17:16:49] | antgel: | okay, that worked pretty well. another 200 pixels height and it's filling most of the screen. of course, the description is still too long. :-D |
| [17:16:57] | k_ross: | i just recently discovered you can program them from linux, don't need windows :) |
| [17:16:57] | antgel: | and i need to edit the bitmap |
| [17:18:06] | ** antgel attacks the font sizes ** | |
| [17:19:13] | hein1908_: | K_ross: It didn't really work to program them from Linux |
| [17:19:43] | hein1908_: | I boot my MacBook only for that with Mac OS |
| [17:19:55] | hein1908_: | .. otherwise I use Ubuntu on my MacBook |
| [17:20:26] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has joined #mythtv-users | |
| [17:21:02] | k_ross: | hein1908: really? bummer. i'm referring to http://phildev.net/concordance/ |
| [17:21:49] | fhobia (fhobia!n=fhobia@c-67-188-69-121.hsd1.ca.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
| [17:21:54] | vallor: | I have a new Twinhan DVB-S card — running mythtvsetup, I see the card when I select card type "DVB DTV" — Frontend ID: DST DVB-S |
| [17:22:15] | vallor: | but when I hit "DiSEqC" in the card setup, it says: (Unconnected) |
| [17:22:21] | hein1908_: | I'll tried it last week, it didn't run under ubuntu, or better to say, I could get concordance to work |
| [17:22:47] | vallor: | any dvb-s gurus around? :) |
| [17:22:54] | hein1908_: | vallor, you must select the LNB |
| [17:23:05] | hein1908_: | It's a little bit tricky |
| [17:23:39] | vallor: | hein1908_: that makes sense, I have three lnb's — where do I go to select? :) |
| [17:23:47] | k_ross: | hein1908_: i guess i'll keep using my windows laptop for programming the harmony. i dhate their software, though |
| [17:23:52] | hein1908_: | No guru, I'll know it just while I had teh same problm last month |
| [17:25:46] | hein1908_: | In think it was in the same window where you have to select the disque, The problem is, that there's no default selectet. Press the up down keys an the the entry ist selected othrwise nothing happend if you press enter |
| [17:26:12] | antgel: | i had that too |
| [17:26:53] | hein1908_: | I spend hours with this problem (and now I have a lod more grey hairs) |
| [17:26:55] | vallor: | hein1908_: hmm, I don't see a spot for it — will poke around a bit more |
| [17:28:20] | vallor: | oh!!!!! |
| [17:29:04] | hein1908_: | vallor: if you already have selected an LNB then this is not your problem. |
| [17:29:28] | vallor: | hein1908_: no, I didn't realize you had to hit >enter< on the "(unconnected)" entry |
| [17:30:08] | antgel: | hmm, how are these osd png images created? i loaded osd_program_info.png into gimp, but i can't quite see *how* the transparency works |
| [17:30:29] | antgel: | ah, it's an alpha channel, whatever that is |
| [17:30:38] | hein1908_: | Oh, maybe it works alos with space, but I couldn't try it at the moment, my wife is looking TV |
| [17:30:43] | hein1908_: | :-) |
| [17:30:50] | justinh: | antgel: create a temporary background layer & put it below the image |
| [17:31:12] | justinh: | or just don't use GIMP |
| [17:32:17] | hein1908_: | Did anyone runuíng Mythtv with HD? |
| [17:32:25] | antgel: | why would i need a temporary layer? |
| [17:32:38] | antgel: | hein1908_: yes, me and lots of people but not justinh whose tv is too pikey |
| [17:32:41] | antgel: | er, :) |
| [17:33:03] | justinh: | antgel: so you can see wth you're doing |
| [17:33:14] | hein1908_: | My TV is also too pikey, but I'll want to buy a new one. |
| [17:33:26] | gregL (gregL!n=greg@cpe-67-246-41-80.nycap.res.rr.com) has quit ("Leaving") | |
| [17:33:28] | justinh: | antgel: ironic, the more pikey you are, the bigger the TV :P |
| [17:33:41] | justinh: | SDTV looks gash on > 32" LCDTV |
| [17:33:50] | hein1908_: | What Hardware did I need for my Mythtv box then? |
| [17:34:01] | antgel: | hein1908_: look up VDPAU on the wiki |
| [17:34:06] | justinh: | saw enough LCD TV at the inlaws' & my parents' places |
| [17:34:10] | hein1908_: | Currently I'll have a AMD 5200 X2 |
| [17:35:12] | hein1908_: | I'll haca an Onboard ATI graphc. That didn't work? |
| [17:35:12] | justinh: | hein1908_: may not be enough to cope with h.264 broadcast HD |
| [17:35:20] | antgel: | justinh: i'll explain. i want to take the existing image, increase the canvas size by 200px vertically, then copy and paste the existing "bit" lower down |
| [17:35:27] | justinh: | depends on the bitrate & complexity |
| [17:35:57] | antgel: | hein1908_: the standard answer is "go for nvidia", but go for it if you want to be a pioneer :) |
| [17:36:04] | justinh: | hein1908_: you at least need Xv working – and with ATI hardware that's where you're at the mercy of their drivers |
| [17:36:36] | antgel: | justinh: but when i paste the existing image, where it overlaps in the middle, it's even darker |
| [17:36:38] | justinh: | support seems patchy, and if stuff works now it may not in future drivers |
| [17:36:43] | hein1908_: | It mainly geman broadcast, it'S – as far as I know – only 720p. So hopefuly it may work |
| [17:36:46] | antgel: | my graphics-fu is non-existent |
| [17:36:57] | justinh: | antgel: gimme a while |
| [17:37:18] | ** wagnerrp doesnt understand how a tv can be 'pikey' ** | |
| [17:37:26] | hein1908_: | Okay, then I'll buy a nvidi card |
| [17:37:27] | gbee: | ATi isn't so bad, but it greatly depends on how old/new the hardware is |
| [17:37:35] | ** wagnerrp 's understanding of 'pikey' comes from Snatch ** | |
| [17:38:23] | hein1908_: | It's approx. one year. |
| [17:38:57] | gbee: | wagnerrp: in this case it's close to 'cheap' |
| [17:41:11] | gbee: | hein1908_: the chipset design, or is that when you purchased it? Not that I'm an authority on which cards to get with ATi ... but the relevant figure is the age of the design, the 'official' driver only works with their newer hardware (the OSS drivers are decent enough if not) |
| [17:41:16] | antgel: | hein1908_: nothing to stop you trying. the nice thing about VDPAU is that it takes load off the CPU |
| [17:41:58] | gbee: | and places it on the GPU ... which doesn't really gain you much unless you want to use the CPU for other things |
| [17:42:16] | gbee: | or it's a crappy CPU, which isn't the case here |
| [17:42:18] | k_ross: | yeah with VDPAU you could use a commodore 64 for HD (well, if the bus were fast enough, which it isn't. but you know what i mean) |
| [17:42:53] | justinh: | hey when I think it's worth splurging on a new TV of comparable quality to my existing CRT, one that doesn't look washed out, over-cooked or blurry on moving images.. ;-) |
| [17:42:55] | hein1908_: | gbee: That's the time when I bought it. When i mentionright, its an ATI 3400 graphic chip |
| [17:42:58] | lyricnz (lyricnz!n=simonrob@118-93-45-108.dsl.dyn.ihug.co.nz) has joined #mythtv-users | |
| [17:43:14] | justinh: | it's not cheapness. That doesn't come into it |
| [17:43:33] | wagnerrp: | k_ross: except a C64 wouldnt be capable of decoding the audio that comes along with the video |
| [17:43:47] | k_ross: | passthrough! :) |
| [17:43:55] | wagnerrp: | nor running the OSD |
| [17:44:01] | hein1908_: | k_ross: vdpau is the smoother solution, but then I'll have put in an andditional graphic card or I'll m ust replace the board. |
| [17:44:12] | justinh: | antgel: http://homepage.ntlworld.com/justin.hornsby2/ . . . ram_info.png |
| [17:44:13] | dustybin (dustybin!i=dustybin@thinkdebian.org) has joined #mythtv-users | |
| [17:44:43] | wagnerrp: | additional graphics card? you already have one in there/ |
| [17:44:58] | antgel: | justinh: cool! how did you do it? |
| [17:45:03] | gbee: | a little too much hype around VDPAU, most people who got excited about it already had systems that were more than capable of decoding h.264 HD – for whatever reason hardware decoding sounds very cool – it has it's uses, mostly on very old or intentionally low-clock devices like an Atom based machine |
| [17:45:16] | justinh: | antgel: PSP |
| [17:45:28] | hein1908_: | I'll have an onboard ATI card (I mean an 3400 or so ...) with HDMI output .... |
| [17:45:58] | wagnerrp: | gbee: yeah, i just use it because i have systems not otherwise capable of decoding BD/HDDVD |
| [17:45:59] | justinh: | though FWIW I could've just spun a new image in inkscape. rounded corner rectangle, 50% opaque black of approx 30 pixels radius... |
| [17:46:13] | antgel: | gbee: i never thought about the GPU load. assumed that it would help the system run cooler due to less CPU load |
| [17:46:15] | gbee: | hein1908_: not going to hurt to try that first, if it doesn't work out then you can think about grabbing an nvidia card |
| [17:46:16] | wagnerrp: | i *might* be able to overclock the one to get enough power out of it |
| [17:46:19] | hein1908_: | ... but currently I'll have only an 32" normal TV, for wich I'll have to use an S-VHS plug |
| [17:46:20] | wagnerrp: | the older one, not a chance |
| [17:46:25] | k_ross: | gbee: i have two systems, an Athlon 2.6 GHz dual core, and a Phenom 2.3 GHz quad-core, neither of which can do h.264 HD without VDPAU |
| [17:46:45] | hein1908_: | And for this I'll have an cheap graphic card inserted. |
| [17:47:27] | gbee: | antgel: just means that the GPU is producing the heat instead, granted the GPU/Chipset may produce less heat than your CPU, depends on the models of both |
| [17:47:59] | hein1908_: | That's the logical way, first try the – not to bad – ATI graphic, if it didn't work spend some bucks for an nice fan-less nvidia card |
| [17:48:17] | gbee: | k_ross: my X2 2.5Ghz can do 1080i H.264 standing on it's head |
| [17:48:35] | hein1908_: | The reality is (if you have a wife an two childs), it must work out of the bo. :-) |
| [17:48:38] | hein1908_: | The reality is (if you have a wife an two childs), it must work out of the box. :-) |
| [17:48:39] | gbee: | and so could the x2 2.0Ghz I had before that |
| [17:48:45] | antgel: | gbee: yes, i now realise. hmm. my not-very-scientific survey suggests that the system as a whole runs much cooler with the load on the GPU, even though it's the CPU that has a trick cooler |
| [17:48:57] | k_ross: | gbee: hmm, must be a configuration issue on my end, then. i never put a lot of effort into getting it working, since I had nvidia graphics from the beginning |
| [17:49:17] | gbee: | k_ross: HD-PVR? |
| [17:49:36] | squish102: | i have added an hdhomerun to an existing BE, but i don't think they working, what is the easiest way to know? |
| [17:49:41] | k_ross: | gbee: yes. plus MPEG2 ATSC, and x264 mkv's |
| [17:50:06] | gbee: | that outputs some especially difficult to decode video, but iirc the samples I saw still played just fine with the 2.5Ghz |
| [17:50:19] | squish102: | i can add them, and scann, but i dunno if they will record (seems the other tuners pick up the recordings) |
| [17:50:20] | gbee: | a toaster should be able to do Mpeg2 HD |
| [17:50:46] | gbee: | x264 is not a codec (common mistake) |
| [17:51:02] | gbee: | x264 is an application that encodes in H.264 |
| [17:51:22] | k_ross: | yes i'm aware of the difference. i meant to say "h.264 mkv's encoded with x264" |
| [17:52:06] | hein1908_: | Sounds like that's a good idea to buy a nvidia graphic card. |
| [17:52:59] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has quit ("= oops wrong button") | |
| [17:53:14] | rushfan (rushfan!n=rushfan@adsl-75-10-150-97.dsl.bcvloh.sbcglobal.net) has quit ("Lost terminal") | |
| [17:54:06] | k_ross: | i just changed my playback profile to "Slim", and changed the "Max CPU's" to 4 (i have quad-core), and i get pauses every second watching hd-pvr. let me try OTA mpeg2 |
| [17:54:14] | justinh: | gbee: heh my old m10k epia was less than a toaster ;-) |
| [17:54:34] | gbee: | any discrete nvidia cards with onboard sound? Avoiding the nasty spdif passthrough? |
| [17:55:10] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has joined #mythtv-users | |
| [17:55:13] | justinh: | k_ross: snag there is that multiple cores can only be used when the encoding is sliced. which with the hdpvr it ain't |
| [17:55:48] | hein1908_: | I use the onboard 5.1 sound, works fine for me |
| [17:56:08] | justinh: | multiple threading of single sliced encoding is coming to ffmpeg at some point & will make it to mythtv soon afterwards, inevitably |
| [17:56:53] | k_ross: | ghee: mpeg2 ATSC is working fine now, it's been so long since i tried using software decoding i don't remember how i had it configured back then |
| [17:56:54] | gbee: | at least one reason why I prefer IGPs for this application, audio over HDMI is less of a hack than it is with discrete graphics |
| [17:57:02] | k_ross: | but i don't care for one-field deint |
| [17:57:53] | antgel: | i have to say my onboard geforce 8300 with hdmi has been mostly great for the application. apart from tearing on one of my TVs |
| [17:58:18] | antgel: | would be nice to try more than VDPAU Slim, but it's good enough for me |
| [17:59:29] | AndyCap: | heh, with just a tad more software support the intel DG45FC would have been perfect. |
| [18:00:02] | antgel: | justinh: looks great, thanks for the assistance |
| [18:00:19] | ** antgel resolves to give something back to the community with more wiki edits ** | |
| [18:03:04] | gregL (gregL!n=greg@cpe-67-246-41-80.nycap.res.rr.com) has joined #mythtv-users | |
| [18:03:16] | gbee: | wagnerrp: definitely not saying that VDPAU is a bad thing or that it's not useful for a lot of people, just observing that there is a myth that it's somehow automatically better than software decoding |
| [18:03:34] | gbee: | oops, scroll up and was replying to something from 10 minutes ago |
| [18:04:55] | k_ross: | gbee: are there software deinterlacers as good as vdpau's advanced 2x? |
| [18:06:20] | [R]: | gbee: well when your hardware can't handle what vdpau is doing... it IS automatically better |
| [18:07:56] | gbee: | k_ross: that's a matter of taste, verging on the realm of fanaticism of true videophiles, if you can distinguish between the various deinterlacers on offer and believe VDPAU's to be the best, then that's all that matters for you |
| [18:08:27] | gbee: | [R]: better than buying faster hardware? |
| [18:08:47] | [R]: | why spend $200+ for a noisy cpu and powerful system |
| [18:08:54] | [R]: | when i can buy an ion for less tahn $100 |
| [18:08:56] | [R]: | and its silent |
| [18:09:04] | justinh: | most of the software deinterlacers are better than the majority of hardware deinterlacers in a hell of a lot of LCD TVs |
| [18:09:19] | poodyp (poodyp!n=poodyp@cpe-98-148-122-5.socal.res.rr.com) has joined #mythtv-users | |
| [18:09:21] | gbee: | I use it on this machine, because it doubles as a desktop and it's more important that I'm able to keep using it when video is playing on the other screen – but it's far from perfect, it can't handle discontinuities like software can etc |
| [18:09:51] | justinh: | there are positives and negatives with everything. It's not all a bed of roses |
| [18:09:52] | gbee: | [R]: because VDPAU, as I just mentioned, isn't as good as software in some respects :) |
| [18:10:03] | [R]: | i dint say it was perfect |
| [18:10:05] | gbee: | justinh: which is exactly what I was saying |
| [18:10:26] | justinh: | gbee: yeah, I thought somebody else saying it might help people take note |
| [18:10:47] | justinh: | vdpau is pretty nifty if you don't have or want the grunt, but you've got to take the rough with the smooth |
| [18:11:02] | justinh: | VDPAU is *not* the answer to all our prayers |
| [18:11:05] | ivor_ (ivor_!n=ivor@kde/developer/ivor) has joined #mythtv-users | |
| [18:11:13] | ivor_ is now known as ivor | |
| [18:11:36] | gbee: | and you don't need to spend $200 and endure additional noise to get a machine capable of HD playback, but I'm getting off-track here |
| [18:12:02] | ** gbee has nothing more to say on the subject ** | |
| [18:12:03] | clever: | ive noticed that if i use -vo vdpau in mplayer, with a codec that vdpau cant fully handle |
| [18:12:08] | justinh: | there are 2 camps here. those who hold vdpau very dear & those who don't. end of story :) |
| [18:12:10] | clever: | it decodes in software and uses MORE cpu then -vo xv |
| [18:12:29] | justinh: | in other news I hope everybody had a marvellous festive time :) |
| [18:12:37] | clever: | yep |
| [18:12:48] | gbee: | justinh: I didn't, but thanks for asking, I hope you did :) |
| [18:12:55] | justinh: | no? shame :-( |
| [18:13:10] | justinh: | yeah once I got away from the inlaws' it was smashing ta |
| [18:13:15] | gbee: | family eh ;) |
| [18:13:51] | justinh: | not so much that. more the mother in-law's love of 'music'. aka singalonga Slade from no less than 3 TOTP2 reruns |
| [18:14:48] | ForsGump (ForsGump!n=fabulous@sierra.jamespurl.org) has quit (Remote closed the connection) | |
| [18:17:54] | justinh: | aanyway don't go back to work til the 8th, so finally have some time to get back to my inane hackery :) |
| [18:18:52] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit () | |
| [18:20:16] | [R] ([R]!n=rbox@unaffiliated/rbox) has quit ("Leaving") | |
| [18:20:22] | antgel: | when i came here a few months ago, and opened the can of worms, everyone said getVDPAUgetVDPAUgetVDPAU etc :) |
| [18:21:08] | lyricnz (lyricnz!n=simonrob@118-93-45-108.dsl.dyn.ihug.co.nz) has quit () | |
| [18:21:40] | justinh: | I wouldn't have said it :) |
| [18:22:33] | iamlindoro: | anyone who has seen the previous several fads that were greeted as the perfect solution come and go wouldn't say it |
| [18:23:24] | justinh: | if you want a teeny tiny quiet cheapish box, it's gonna be a necessary evil |
| [18:23:31] | antgel: | i have logs, but i also have a life :) |
| [18:23:51] | antgel: | hence guitar practice, followed by match of the day, laters all |
| [18:24:02] | justinh: | people have lives coming into irc? hmmmm |
| [18:25:23] | justinh: | that didn't make sense. I need some more alcohol |
| [18:25:49] | _tux (_tux!n=Miranda@mnch-4d0420e8.pool.mediaWays.net) has joined #mythtv-users | |
| [18:25:49] | _tux (_tux!n=Miranda@mnch-4d0420e8.pool.mediaWays.net) has quit (Remote closed the connection) | |
| [18:26:12] | poodyp: | justinh: I'll drink to that |
| [18:36:57] | hein1908_: | Nice, drinking some nice things is a very good idea :-) |
| [18:40:27] | _tux (_tux!n=Miranda@mnch-4d0420e8.pool.mediaWays.net) has joined #mythtv-users | |
| [18:43:33] | [R] ([R]!n=rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [18:49:21] | HypNoMadic (HypNoMadic!n=TripTron@99-139-167-166.lightspeed.milwwi.sbcglobal.net) has quit ("leaving") | |
| [18:50:28] | Greek-Boy (Greek-Boy!n=email@41.188.154.137) has joined #MythTV-Users | |
| [18:51:03] | Greek-Boy: | Hello All |
| [18:51:07] | Greek-Boy: | Merry Christmas |
| [18:52:57] | hein1908_: | Greek-Boy: Thanks, same for you an all others. |
| [18:53:44] | Greek-Boy: | :-) |
| [18:54:37] | hein1908_: | Oh, I forgot, we're drinking something. for chrismas and all other things on the earth. :-) |
| [18:54:38] | k_ross: | clever: do you have an elegent solution to starting services on one host but not another when booting from shared nfs? |
| [18:54:49] | k_ross: | i could modify the init scripts to check hostname |
| [18:54:56] | clever: | k_ross: i run those manualy from rc.local |
| [18:55:05] | clever: | which does my own per-host detection |
| [18:55:25] | k_ross: | hmm, that's better than scattering init.d scripts with hostname checks |
| [18:55:26] | clever: | [ -r /scripts/startup.$HOSTNAME ] && . /scripts/startup.$HOSTNAME |
| [18:55:40] | clever: | for example, this one will source /scripts/startup.$HOSTNAME if its readable |
| [18:56:11] | clever: | then i can give each host its own private part of rc.local |
| [18:57:21] | k_ross: | cool |
| [18:58:45] | hein1908_: | So, it's time to take taste the bed. |
| [18:58:48] | hein1908_: | Bye |
| [18:59:21] | hein1908_ (hein1908_!n=heiner@f049002129.adsl.alicedsl.de) has left #mythtv-users ("Ex-Chat") | |
| [19:00:13] | [R] ([R]!n=rbox@unaffiliated/rbox) has quit ("Leaving") | |
| [19:02:14] | k_ross: | clever: one last thing (i think). i need a different xorg.conf on each host. currently i use gdm with autologin, but i could get rid of that and just do startx if it would make per-host xorg.conf eaiser |
| [19:02:43] | clever: | for my setup, i just totaly replaced xdm/gdm/startx |
| [19:03:03] | clever: | let me find it |
| [19:03:27] | [R] ([R]!n=rbox@unaffiliated/rbox) has joined #mythtv-users | |
| [19:03:40] | Wicked (Wicked!n=zero@unaffiliated/blazed) has quit (Read error: 60 (Operation timed out)) | |
| [19:06:15] | clever: | k_ross: http://privatepaste.com/99f3e20dbb |
| [19:06:30] | clever: | run this as root and fix the paths up some |
| [19:06:54] | clever: | the only problem is nvidia drivers, they insist on checking xorg.conf directly to see which nvidia you want |
| [19:07:13] | clever: | so a 'simple' modprobe nvidia can screw up horidly because of the 'helper' scritps |
| [19:07:31] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has joined #mythtv-users | |
| [19:07:31] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v kormoc | |
| [19:07:39] | k_ross: | cool, i was looking for a way to start X with a specific config file, like you've done |
| [19:08:11] | clever: | alias fixxorg='sudo ln -svf xorg.conf.`hostname` /etc/X11/xorg.conf' |
| [19:08:16] | clever: | i use this more, but it has its problems |
| [19:08:48] | clever: | with http://privatepaste.com/99f3e20dbb you can just run it on boot (or after suspend) |
| [19:09:00] | clever: | ive modified things a while ago for a test, where X shuts down for suspend |
| [19:09:04] | clever: | and then X comes back up on resume |
| [19:09:17] | mike_hurley_1 (mike_hurley_1!n=mike_hur@66.247.211.116) has joined #mythtv-users | |
| [19:09:24] | clever: | and the crazy thing, is that i was testing that with NFS ROOT! |
| [19:09:35] | k_ross: | your script doesn't do all the session stuff, hence no gnome desktop, etc. i'd like to keep the gnome desktop |
| [19:10:05] | mike_hurley_1: | anybody have thoughts as to why my metadata in mythvideo keeps reverting after i manually edit the video title? |
| [19:10:15] | kormoc: | Are you running JAMU? |
| [19:10:55] | mike_hurley_1: | kormoc: asking me? if so, no i'm not running JAMU, at least not on purpose |
| [19:10:57] | clever: | k_ross: then run gnome-session instead of ratpoison&mythfe |
| [19:11:00] | mike_hurley_1: | is there a way to check? |
| [19:11:13] | clever: | k_ross: gnome-session starts EVERYTHING (desktop, panel, WM) |
| [19:11:25] | kormoc: | you should know if you are, but you could check cron |
| [19:11:27] | k_ross: | ahh, excellent, thanks |
| [19:11:46] | clever: | k_ross: ive ran 'DISPLAY=remote:0 gnome-session' before, with just a BARE X on the remote end |
| [19:11:50] | clever: | and it worked perfectly |
| [19:11:56] | RDV_Linux: | mike_hurley_1: If you are running Mythbuntu then you are also running Jamu. There is also a gentoo package that installs jamu cron jobs. |
| [19:11:58] | clever: | really thin client |
| [19:12:23] | k_ross: | but i suspect there might be problems with a shared home folder with a full gnome desktop. like firefox might not like being run more than once from different clients |
| [19:12:40] | k_ross: | if that's a limitation, i can live with it |
| [19:12:59] | clever: | k_ross: if locking works right, firefox will complain that its alreayd running and not responding |
| [19:13:02] | mike_hurley_1: | RDV_Linux: yeah it's mythbuntu |
| [19:13:07] | clever: | then you walk to the other pc, and kill it |
| [19:13:23] | mike_hurley_1: | why would JAMU update metadata after i manually edit a video title? |
| [19:13:26] | clever: | most other stuff seems to not mind |
| [19:14:48] | k_ross: | brb |
| [19:15:07] | RDV_Linux: | mike_hurley_1: If you want to protect specific video meta data then you have two choices. (1) Stop running the Jamu -M daily corn job (2) Change the vidoe's reference number to 99999999 eight nines and the video will be skipped. |
| [19:15:59] | mike_hurley_1: | RDV_Linux: why is it updating existing records that have something filled in? is it common for metadata to change? |
| [19:16:24] | RDV_Linux: | mike_hurley_1: The title is derived initially from the video file name which may have a crap name. Jamu cannot tell if the video title has been altered. |
| [19:16:35] | kormoc: | mike_hurley_1: aye, we use a community edited site for the metadata, as it changes, gets filled in, corrected, etc, it's really nice to keep it updated |
| [19:17:12] | kormoc: | mike_hurley_1: if it's really just incorrect data, updating it on tmdb would fix it for everyone |
| [19:18:13] | RDV_Linux: | mike_hurley_1: Kormac just answered your question. It may be that you do not want to use Jamu's -M function. It says in the wiki that if you edit your meta data manually then Jamu is not for you. |
| [19:18:31] | mike_hurley_1: | ok |
| [19:18:41] | mike_hurley_1: | now anybody know why the app crontab is taking a while to start? |
| [19:18:53] | ForsGump (ForsGump!n=fabulous@sierra.jamespurl.org) has joined #mythtv-users | |
| [19:19:12] | can20021 (can20021!n=notleyc@5ac2563c.bb.sky.com) has joined #mythtv-users | |
| [19:20:03] | ** gbee considers trotting out the hamster joke but it's probably a little stale ** | |
| [19:21:27] | ** gbee makes a new years resolution to stop the stream of conciousness crap ** | |
| [19:22:07] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has joined #mythtv-users | |
| [19:22:18] | RDV_Linux: | gbee's voice keeps echoing in my head. Is their a Myth setting to turn that off? |
| [19:22:44] | kormoc: | app crontab? |
| [19:23:01] | sid3windr: | "write n" ;) |
| [19:24:45] | JJ1 (JJ1!n=jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
| [19:25:08] | syamajala (syamajala!n=syamajal@c-76-119-52-223.hsd1.ma.comcast.net) has quit ("Leaving...") | |
| [19:28:20] | devicenull (devicenull!n=devicenu@64.252.176.101) has joined #mythtv-users | |
| [19:38:46] | BjornR1989 (BjornR1989!n=inbox@d54C2B422.access.telenet.be) has joined #mythtv-users | |
| [19:41:55] | _tux (_tux!n=Miranda@mnch-4d0420e8.pool.mediaWays.net) has quit (Read error: 104 (Connection reset by peer)) | |
| [19:49:19] | Finswimmer (Finswimmer!n=weechat@frnk-4d01f13c.pool.mediaWays.net) has joined #mythtv-users | |
| [19:54:28] | k_ross: | clever: thanks for your help. i'll probably take a crack at getting this going tonight. |
| [19:58:26] | cdpuk (cdpuk!n=chris@cdpuk.cdp.me.uk) has quit (Remote closed the connection) | |
| [20:01:38] | Essobi_ (Essobi_!n=Essobi@74-133-145-112.dhcp.insightbb.com) has quit (Read error: 110 (Connection timed out)) | |
| [20:02:44] | k_ross: | clever: you said i could just delete /etc/hostname, and it would get it from dhcp, but it doesn't seem to be working. i have this in my dhcpd.conf: host bedroom { hardware ethernet 00:30:18:a0:0f:bc; fixed-address 192.168.1.7; } |
| [20:03:10] | clever: | k_ross: that also depends on the code within the initrd |
| [20:03:34] | BobLfoot (BobLfoot!n=Bob@fedora/BobLfoot) has joined #mythtv-users | |
| [20:04:24] | BobLfoot: | error: MythTV is using all input, but there are no active recordings? Nice error myth, but how to resolve? |
| [20:05:13] | BobLfoot: | Could not connecto to the master backend server — is it running? Is the IP address set for it in the setup program correct? |
| [20:05:16] | k_ross: | i don't have any custom scripts in the initrd, just modified the config file and reran update-initramfs |
| [20:05:19] | nuonguy (nuonguy!n=john@c-76-102-14-249.hsd1.ca.comcast.net) has quit (Remote closed the connection) | |
| [20:05:21] | Slim-Kimbo (Slim-Kimbo!n=Kimbo@host86-167-232-249.range86-167.btcentralplus.com) has quit () | |
| [20:05:27] | PaulWay (PaulWay!n=paulway@ppp121-45-222-206.lns20.cbr1.internode.on.net) has joined #mythtv-users | |
| [20:05:41] | PaulWay: | Here we go with trying to get minimyth working... |
| [20:05:59] | BobLfoot: | Beats the ??? out of me. I've been reading wiki after wiki but don't have a clue if I'm even close to getting this myth box running |
| [20:06:27] | kormoc: | BobLfoot: restart the backend(s)? |
| [20:06:34] | can20021 (can20021!n=notleyc@5ac2563c.bb.sky.com) has left #mythtv-users () | |
| [20:06:42] | clever: | k_ross: the default ones in ubuntu handle it automaticaly for me |
| [20:06:47] | clever: | k_ross: i havent dug int how much |
| [20:06:55] | BobLfoot: | kormoc: ??restart the backend ?? you mean rerun mythtv setup for the 3rd time? |
| [20:07:23] | wagnerrp: | BobLfoot: if you dont know what the backend is, you havent read anythign about mythtv |
| [20:07:39] | wagnerrp: | s/anything/anything worthwhile/ |
| [20:07:41] | can20021 (can20021!n=notleyc@5ac2563c.bb.sky.com) has joined #mythtv-users | |
| [20:07:51] | wagnerrp: | http://www.mythtv.org/wiki/Executive_Overview |
| [20:07:53] | k_ross: | clever: i removed the hostname from /etc/hosts as well. the only thing in there now is 127.0.0.1 localhost |
| [20:08:06] | BobLfoot: | wagnerrp: the backend is the part that runs the video cards and records stuff. I set it up with mythtv setup from the Sound & Video Menu |
| [20:08:07] | PaulWay: | wagnerrp: maybe he hasn't even got as far as getting the backend working? |
| [20:08:21] | k_ross: | it boots, but "hostname" returns "(none)" |
| [20:08:28] | BobLfoot: | It went thru setup and found all my live digital tv channels |
| [20:08:32] | clever: | k_ross: sounds like nothing is setting the hostname, at all |
| [20:08:34] | wagnerrp: | PaulWay: hes gotten too far without understanding what the 'backend' is |
| [20:08:36] | kormoc: | PaulWay: but you have to read the instructions before you can get the backend working... |
| [20:08:56] | can20021 (can20021!n=notleyc@5ac2563c.bb.sky.com) has left #mythtv-users () | |
| [20:09:01] | clever: | k_ross: you could modify the initrd to allow hostname=foo on the kernel args, and then just set it right in your boot loader |
| [20:09:04] | wagnerrp: | BobLfoot: did you subsequently RUN the backend? |
| [20:09:04] | kormoc: | BobLfoot: great, and now it's time to read up about the bit that actually does all the work and get it working |
| [20:09:26] | wagnerrp: | if you didnt run it, then it is not running, hence the 'cannot connect to backend' error |
| [20:09:48] | BobLfoot: | And which set of instruction would that be? the ones based for FC6 which jhaven't been updated in ages. or the ones that want me to break my package managed system. |
| [20:10:08] | ** kormoc laughs ** | |
| [20:10:14] | kormoc: | Well, if you want to be like that... |
| [20:10:20] | wagnerrp: | BobLfoot: generally if youre running FC6, the only instruction we will give you here is 'upgrade' |
| [20:10:31] | kormoc: | So how's the holiday been folks? |
| [20:10:47] | k_ross: | clever: not using ubuntu, using debian testing |
| [20:11:17] | clever: | k_ross: yeah, thats why it might not be working, and why you might need to add your own bit |
| [20:11:26] | wagnerrp: | BobLfoot: you can either follow the official instructions, do a source install, and break compatibility with your package manager |
| [20:11:42] | wagnerrp: | or you can follow your distros instructions to continue using the package manager |
| [20:11:54] | BobLfoot: | Ah section 9.2 post install on this page http://www.mythtv.org/docs/mythtv-HOWTO-9.html#ss9.1 — looks like I have more reading to do |
| [20:11:55] | wagnerrp: | if your distro is so old as to not provide a new version of mythtv with it, then you need to upgrade |
| [20:11:59] | wagnerrp: | its as simple as that |
| [20:12:34] | BobLfoot: | wagnerrp: I'm using F12 and If I get myth working was going to try rawhide |
| [20:12:47] | kormoc: | wagnerrp: he was just complaining that http://www.mythtv.org/wiki/Installing_MythTV_on_Fedora doesn't cover f12 (even tho it does) |
| [20:13:23] | clever: | k_ross: read the code for update-initramfs and see where it gets the core files, and edit em |
| [20:13:45] | k_ross: | clever: that's exactly what i'm trying to find |
| [20:14:05] | clever: | /usr/sbin/update-initramfs: POSIX shell script text executable |
| [20:14:55] | BobLfoot: | mythbackend command issues from a $ prompt – takes how long to complete? |
| [20:14:57] | clever: | it runs mkinitramfs to do the actual work |
| [20:15:09] | kormoc: | it will never complete, as that's not how you are to run it |
| [20:15:25] | PaulWay: | BobLfoot: it's a daemon – runs forever. |
| [20:15:35] | PaulWay: | Start it from the init scripts (e.g. service mythbackend start) |
| [20:16:02] | BobLfoot: | funny the command in the wiki http://www.mythtv.org/docs/mythtv-HOWTO-9.html#ss9.1 shows $ mythbackend |
| [20:16:21] | wagnerrp: | thats because those are the official instructions |
| [20:16:28] | kormoc: | funny that it's not a wiki |
| [20:16:39] | wagnerrp: | the ones that assume you are doing everything manually |
| [20:16:49] | wagnerrp: | rather than through some distro with a package manager and init scripts |
| [20:17:00] | kormoc: | and running it on a persistent terminal that you can nohup |
| [20:17:43] | Scopeuk (Scopeuk!n=scopeukf@cpc1-mfld11-0-0-cust667.nott.cable.ntl.com) has quit ("ZNC by prozac - http://znc.sourceforge.net") | |
| [20:17:49] | kormoc: | BobLfoot: the official instructions are for people with a fairly solid understanding of linux/unix fundamentals, you'd be much better off reading the executive overview and the fedora specific wiki page |
| [20:18:36] | BobLfoot: | sweet the frontend finds video now |
| [20:20:15] | PaulWay: | I'm finally making some headway with getting minimyth working. Yay. |
| [20:20:58] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has quit ("Leaving") | |
| [20:21:41] | _tux (_tux!n=Miranda@mnch-4d0420e8.pool.mediaWays.net) has joined #mythtv-users | |
| [20:21:43] | BobLfoot: | kormoc: I've been bouncing from page to page for the past 2 days playing with this pc. by chance can you provide the url to the "executive summary" as you call it and the "fedora specific wiki page" It would be much appreciated |
| [20:22:29] | kormoc: | BobLfoot: we already did above, you ignored them, but here they are again, http://www.mythtv.org/wiki/Executive_Overview http://www.mythtv.org/wiki/Installing_MythTV_on_Fedora |
| [20:22:42] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has joined #mythtv-users | |
| [20:23:55] | _tux (_tux!n=Miranda@mnch-4d0420e8.pool.mediaWays.net) has quit (Client Quit) | |
| [20:27:57] | BobLfoot: | kormoc: I missed them sorry |
| [20:28:04] | BobLfoot: | and thanks for repeating |
| [20:28:16] | k_ross: | clever: i downloaded and extracted initramfs-tools for karmic, and grepped for things like dhcp and host, but couldn't find anything relevent |
| [20:30:49] | clever: | k_ross: i generaly just unpack the initrd its using and hack away at that |
| [20:30:57] | clever: | or use the filenames in there for a search |
| [20:31:08] | k_ross: | ok |
| [20:32:25] | clever: | whoa |
| [20:32:39] | clever: | i think somebody's VOD is leaking via clear QAM |
| [20:32:59] | clever: | i'm getting karaoke on this channel:P |
| [20:35:45] | kormoc: | k_ross: make sure request host-name is in your dhclient.conf? |
| [20:36:10] | clever: | use-host-decl-names on; |
| [20:36:28] | clever: | that one? |
| [20:37:26] | k_ross: | request host-name is present in my dhclient.conf |
| [20:37:46] | Finswimmer (Finswimmer!n=weechat@frnk-4d01f13c.pool.mediaWays.net) has quit (Read error: 60 (Operation timed out)) | |
| [20:38:05] | clever: | the dhclient for the main system, or for the initrd? |
| [20:38:26] | k_ross: | the main one |
| [20:39:12] | kormoc: | SET_HOSTNAME is uncommented in /etc/dhcpc/config? |
| [20:39:45] | devicenull: | :o |
| [20:40:03] | devicenull: | 0.22 is the first upgrade in awhile, I'm kinda excited for it :p |
| [20:43:28] | k_ross: | the initrd doesn't have anything related to dhcp in its /etc |
| [20:43:45] | k_ross: | i gunzipped it and cpio -i |
| [20:44:00] | k_ross: | in the etc folder is modprobe.d and udev |
| [20:46:18] | npm (npm!n=npm@cpe-75-83-177-199.socal.res.rr.com) has quit ("Leaving.") | |
| [20:46:58] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has quit (Read error: 110 (Connection timed out)) | |
| [20:48:34] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has joined #mythtv-users | |
| [20:49:32] | ianh99 (ianh99!n=ian@ARennes-352-1-151-157.w90-25.abo.wanadoo.fr) has quit ("Leaving") | |
| [20:49:50] | sircolin (sircolin!n=sircolin@my83-216-68-241.mynow.co.uk) has quit ("Leaving.") | |
| [20:54:54] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has quit (Read error: 60 (Operation timed out)) | |
| [21:02:44] | AndyCap: | Geez, logitech cocked up their database schema, you want to add another remote, oh you have to make a new account for that. |
| [21:03:46] | wagnerrp: | s/cocked up their/has always has a screwy/ |
| [21:05:00] | AndyCap: | but I'm way overdue to look at what congruity and friends can do I guess. |
| [21:05:58] | wagnerrp: | i was under the impression it was the exact same web interface, but with drivers to pump the config to the remote under linux |
| [21:06:14] | AndyCap: | very possible. |
| [21:08:41] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has joined #mythtv-users | |
| [21:10:10] | AndyCap: | loooks that way. hmm, have to hack the ezhex format then. :( |
| [21:11:13] | [R]: | whats wrong with my fonts |
| [21:11:21] | [R]: | in terra, the time is cut off a little in the bottom corner |
| [21:15:45] | guysoft22 (guysoft22!i=guy@bzq-79-183-13-197.red.bezeqint.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:15:45] | keith4 (keith4!n=keith@unaffiliated/keith4) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:16:19] | J-e-f-f-A: | [R]: The "m" in "pm" is cut off on my screen too – 1280x720 resolution. |
| [21:17:00] | ** J-e-f-f-A hadn't noticed that before... ** | |
| [21:18:06] | devicenull: | my video card and TV aren't getting a long,, the left 25% of the screen is black, and the image is all shifted over by that much.. where would I begin fo fixing this? |
| [21:18:10] | devicenull: | I don't think it's overscan |
| [21:18:11] | BobLfoot: | kormoc: Thanks for your help the backend and frontend are working now jsut to figure out why the irc doesn't register. But that's for alter |
| [21:21:16] | MilkBoy (MilkBoy!n=milkboy@v6.yone.fi) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:21:16] | bbee (bbee!n=bbee@unaffiliated/bbee) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:21:16] | dec (dec!n=tom@unaffiliated/dec) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:21:16] | Tomas-_ (Tomas-_!i=tobj@krixor.xy.org) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:21:16] | sulx (sulx!n=sulx@85-23-15-158-Karjasilta-TR1.suomi.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:21:17] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has quit (Read error: 104 (Connection reset by peer)) | |
| [21:21:42] | MilkBoy (MilkBoy!n=milkboy@v6.yone.fi) has joined #mythtv-users | |
| [21:21:42] | Tomas-_ (Tomas-_!i=tobj@krixor.xy.org) has joined #mythtv-users | |
| [21:21:42] | sulx (sulx!n=sulx@85-23-15-158-Karjasilta-TR1.suomi.net) has joined #mythtv-users | |
| [21:21:42] | dec (dec!n=tom@unaffiliated/dec) has joined #mythtv-users | |
| [21:21:42] | bbee (bbee!n=bbee@unaffiliated/bbee) has joined #mythtv-users | |
| [21:22:46] | PaulWay (PaulWay!n=paulway@ppp121-45-222-206.lns20.cbr1.internode.on.net) has quit (Read error: 60 (Operation timed out)) | |
| [21:23:24] | PaulWay (PaulWay!n=paulway@ppp121-45-222-206.lns20.cbr1.internode.on.net) has joined #mythtv-users | |
| [21:23:36] | antgel (antgel!n=topdog@78-105-205-147.zone3.bethere.co.uk) has quit (Read error: 110 (Connection timed out)) | |
| [21:25:14] | wagnerrp: | irc doesnt register... what? |
| [21:27:05] | PaulWay: | ooohhhh yeah, finally got minimyth working! |
| [21:27:10] | PaulWay: | Glee! |
| [21:27:54] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has joined #mythtv-users | |
| [21:28:02] | ** wagnerrp wonders if this MythMediaMonitor realizes how much easier a time he would be having were he to program in a more full featured language ** | |
| [21:28:24] | wagnerrp: | trying to do pattern matching in bash is painful to look at |
| [21:28:54] | wagnerrp: | and he seems to be doing html scraping in bash... mind boggling |
| [21:31:03] | iamlindoro: | somewhat insulting to call it a MythVideo alternative, might I add |
| [21:32:25] | guysoft22 (guysoft22!i=guy@bzq-79-183-13-197.red.bezeqint.net) has joined #mythtv-users | |
| [21:32:25] | keith4 (keith4!n=keith@unaffiliated/keith4) has joined #mythtv-users | |
| [21:36:45] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has quit ("Leaving") | |
| [21:36:51] | wagnerrp: | all that work in mythvideo, replaced by a mere 1000 lines of bash |
| [21:37:12] | devicenull: | mythmediamonitor? |
| [21:37:24] | devicenull: | I dont suppose that's finally something to monitor set directories and automatically update the database :D |
| [21:37:42] | wagnerrp: | christ, hes got a 12 line block of code for EACH name format |
| [21:38:06] | wagnerrp: | devicenull: its someone's horribly overengineered bash script to monitor directories and automatically insert them as recordings |
| [21:38:12] | devicenull: | ah |
| [21:38:42] | sphery: | You mean I don't *have* to use MythVideo, anymore? |
| [21:38:56] | sphery: | It's like a weight has been lifted from my shoulders. |
| [21:39:52] | drose_ (drose_!n=drose@ppp121-45-193-169.lns20.cbr1.internode.on.net) has joined #mythtv-users | |
| [21:39:58] | drose_: | hullo! |
| [21:39:59] | drose_: | Hi, I'm in Australia, and ABC uses some funky offsets. I can get a station using VLC but it has no sound; mythTV can't get a lock, I get (LM_) or sometimes (LMs). Am I right in assuming that s is for sound in this context? |
| [21:40:30] | sphery: | drose_: http://www.mythtv.org/wiki/Channel_tuning |
| [21:40:37] | drose_: | And.. has syone had similar problems with a dviuco fusion dual digital (zarlink chipset) |
| [21:40:39] | drose_: | thanks |
| [21:41:09] | sphery: | and for digital tuning all of the information used by Myth is pulled from the stream, so if the broadcaster isn't telling us how to properly tune the channel... |
| [21:41:23] | wagnerrp: | sphery: do you even use mythvideo? |
| [21:41:29] | sphery: | wagnerrp: no, not really. |
| [21:41:48] | sphery: | that was a joke based on what the e-mail announcement said |
| [21:41:52] | wagnerrp: | yeah, i thought you just had a bunch of recordings, and a couple dvds |
| [21:42:05] | sphery: | Right, and don't watch DVD's through Myth, so... |
| [21:42:28] | [R]: | does anyone else notice the time is cutoff in terra?? |
| [21:42:33] | [R]: | s/??/?/ |
| [21:42:49] | sphery: | [R]: I'll bet that people who have chosen shorter time/date formats don't notice |
| [21:43:00] | sphery: | [R]: also, Terra is designed to use Arial |
| [21:43:05] | [R]: | how can you get shorter than "Sat Dec 26 6:43 PM" |
| [21:43:07] | [R]: | sphery: i have that font |
| [21:43:18] | sphery: | some distros believe that Arial is an evil font owned by an evil empire, so they refuse to let users use it |
| [21:43:38] | sphery: | and they have font replacement rules that substitute (the /much/ wider) DejaVu Sans for Arial |
| [21:43:44] | [R]: | hrm |
| [21:43:52] | [R]: | how can i tell if its actually using Arial then? |
| [21:43:56] | [R]: | its most defintely installed |
| [21:43:59] | sphery: | good question.... |
| [21:44:04] | sphery: | if it's installed, in theory it should work |
| [21:44:06] | PaulWay (PaulWay!n=paulway@ppp121-45-222-206.lns20.cbr1.internode.on.net) has quit (Read error: 60 (Operation timed out)) | |
| [21:44:18] | sphery: | though I can't say for sure that your distro has it properly configured |
| [21:44:19] | [R]: | i'm pretty sure before i installed it it was really screwy |
| [21:44:50] | sphery: | then it may just be the date format you chose is much longer than the one that gb ee was designing the theme to use |
| [21:45:15] | sphery: | date/time formats, that is |
| [21:45:25] | [R]: | how can you get shorter than "Sat Dec 26 6:43 PM" |
| [21:45:30] | sphery: | anyway, should be relatively easy to patch (at least locally) |
| [21:46:04] | [R]: | yeah |
| [21:46:06] | [R]: | i did fix it |
| [21:46:12] | iamlindoro: | [R], by choosing one which doesn't display the day of the week, like 12/26/09, etc. |
| [21:46:20] | [R]: | i fixed the xml, but then didnt back it up and lost my cahnges |
| [21:46:40] | [R]: | iamlindoro: mm... lemme try |
| [21:46:46] | sphery: | h:mm is shorter than h:mm AP |
| [21:46:54] | [R]: | but i need to know am/pm |
| [21:46:59] | drose_: | Thanks for the link! |
| [21:47:00] | drose_ (drose_!n=drose@ppp121-45-193-169.lns20.cbr1.internode.on.net) has left #mythtv-users ("Leaving") | |
| [21:47:01] | sphery: | h:mm ap is probably shorter |
| [21:47:36] | sphery: | but if that's cutting with only one digit in the hour, it will definitely cut when there are 2 |
| [21:47:51] | [R]: | why is there "Guide Language #1" and "Guide Language #2"... how would it display 2 languages? |
| [21:48:11] | iamlindoro: | numerous european locales that broadcast multiple guide languages |
| [21:48:21] | iamlindoro: | so you get to put a preference so that there's a fallback |
| [21:48:26] | [R]: | oh... interesting |
| [21:49:06] | iamlindoro: | though it's not clear, those same preferences also set up which order the audio tracks are chosen in where supported |
| [21:49:24] | [R]: | that does make sense |
| [21:50:24] | k_ross: | clever: (and others) i came up with a hack that lets me set the hostname |
| [21:50:53] | sphery: | set the hostname? |
| [21:50:59] | grokky (grokky!n=grokky@ppp118-209-228-172.lns20.mel6.internode.on.net) has joined #mythtv-users | |
| [21:51:35] | clever: | sphery: when sharing / via nfs |
| [21:51:41] | k_ross: | sphery: doing a netboot from a shared nfs root. all diskless clients share same / |
| [21:51:59] | [R]: | k_ross: you make that read-only and then have a read-write overlay |
| [21:52:14] | sphery: | ahhh, I thought you meant something myth-ish (where no hostname hacks should /ever/ be required) |
| [21:52:17] | [R]: | no crazy hacks necessary |
| [21:52:19] | k_ross: | put all the host names in /etc/hosts, and modify /etc/init.d/hostname.sh to look up the hostname from the IP address |
| [21:52:34] | clever: | k_ross: thats a neat idea:) |
| [21:52:52] | clever: | [R]: i havent gotten unionfs installed yet on my laptop, so thats not posible |
| [21:53:12] | k_ross: | [R]: the reason i don't do that is simple: i have no idea how :) |
| [21:53:18] | [R]: | lol |
| [21:53:42] | kormoc (kormoc!n=kormoc@unaffiliated/kormoc) has quit () | |
| [21:55:04] | PaulWay (PaulWay!n=paulway@ppp121-45-222-206.lns20.cbr1.internode.on.net) has joined #mythtv-users | |
| [21:55:37] | keith4 (keith4!n=keith@unaffiliated/keith4) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:55:37] | guysoft22 (guysoft22!i=guy@bzq-79-183-13-197.red.bezeqint.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [21:58:01] | Led-Hed (Led-Hed!n=LedHed@68-189-95-197.dhcp.mghl.ca.charter.com) has quit ("Leaving") | |
| [22:07:42] | BobLfoot: | my infrarred remote came with my pc and is branded by the pc manufacturer, but in windows it is VID 147A PID E018 anyway to translate that to something meaningful in linux? |
| [22:10:35] | guysoft22 (guysoft22!i=guy@bzq-79-183-13-197.red.bezeqint.net) has joined #mythtv-users | |
| [22:10:35] | keith4 (keith4!n=keith@unaffiliated/keith4) has joined #mythtv-users | |
| [22:10:48] | bllz: | Out of nowhere, my mythvideo videos are playing faster than they should... |
| [22:11:07] | bllz: | what's the likely cause of this? |
| [22:13:03] | [R]: | if you install lirc... does any module get loaded for it? |
| [22:13:08] | ctmjr (ctmjr!n=chucky@unaffiliated/ctmjr) has joined #mythtv-users | |
| [22:13:13] | [R]: | BobLfoot: does it show up as a hid device maybe? |
| [22:13:25] | [R]: | bllz: what does the log say |
| [22:13:39] | bllz: | [R]: frontend log, i assume? |
| [22:13:57] | [R]: | well seeing as that's the one playing the file... |
| [22:14:13] | bllz: | [R]: just figured i'd double check. hang on |
| [22:15:00] | kurre_ (kurre_!n=tomimo@xdsl-83-150-88-111.nebulazone.fi) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:00] | damnski (damnski!n=damnski@c-76-23-203-105.hsd1.ct.comcast.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | Patina (Patina!n=tomas@1385158752.dhcp.dbnet.dk) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | dibbz (dibbz!i=roach@snapping.asia) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | charlieS (charlieS!i=charlie@131.252.208.18) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | benc- (benc-!n=benc@markcaswell.dsl.visi.com) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | slayven (slayven!i=slayven@xover.htu.tuwien.ac.at) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | mzb_zz (mzb_zz!n=mzb@ppp108-88.static.internode.on.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | justdave (justdave!n=dave@unaffiliated/justdave) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | dustybin (dustybin!i=dustybin@thinkdebian.org) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | sphery (sphery!n=mdean@user-0c6sj10.cable.mindspring.com) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | EvilBob (EvilBob!n=bobjense@fedora/bobjensen) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | gnome42 (gnome42!n=gnome42@76-10-140-41.dsl.teksavvy.com) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | ruskie (ruskie!i=ruskie@sourcemage/mage/ruskie) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:15:01] | Cougar (Cougar!n=cougar@lost.data.ee) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:17:02] | BobLfoot: | [R]: I just found a device matching the windows PID EID in linux under lsusb as a Formosa Industrial Computing Inc on bus 002 device 004 |
| [22:17:40] | [R]: | BobLfoot: that doesn't mean anything |
| [22:17:50] | [R]: | thats just saying there is a usb device attached |
| [22:17:56] | bllz: | [R]: I don't see any glaring errors... |
| [22:18:07] | bllz: | [R]: i'm going to pastebin the last couple of lines in case you spot something I don't |
| [22:18:09] | k_ross: | can myth log via syslog instead of file? |
| [22:18:10] | bllz: | if you don't mind |
| [22:18:28] | [R]: | k_ross: no |
| [22:18:43] | k_ross: | [R]: ok thanks |
| [22:18:56] | BobLfoot: | [R]: I understand that I am just trying to figure our which module to load and how to manipulate lirc to get it recognized |
| [22:18:56] | dustybin (dustybin!i=dustybin@thinkdebian.org) has joined #mythtv-users | |
| [22:18:56] | kurre_ (kurre_!n=tomimo@xdsl-83-150-88-111.nebulazone.fi) has joined #mythtv-users | |
| [22:18:56] | justdave (justdave!n=dave@unaffiliated/justdave) has joined #mythtv-users | |
| [22:18:56] | mzb_zz (mzb_zz!n=mzb@ppp108-88.static.internode.on.net) has joined #mythtv-users | |
| [22:18:56] | slayven (slayven!i=slayven@xover.htu.tuwien.ac.at) has joined #mythtv-users | |
| [22:18:56] | gnome42 (gnome42!n=gnome42@76-10-140-41.dsl.teksavvy.com) has joined #mythtv-users | |
| [22:18:56] | benc- (benc-!n=benc@markcaswell.dsl.visi.com) has joined #mythtv-users | |
| [22:18:56] | Cougar (Cougar!n=cougar@lost.data.ee) has joined #mythtv-users | |
| [22:18:56] | damnski (damnski!n=damnski@c-76-23-203-105.hsd1.ct.comcast.net) has joined #mythtv-users | |
| [22:18:56] | sphery (sphery!n=mdean@user-0c6sj10.cable.mindspring.com) has joined #mythtv-users | |
| [22:18:56] | ruskie (ruskie!i=ruskie@sourcemage/mage/ruskie) has joined #mythtv-users | |
| [22:18:56] | charlieS (charlieS!i=charlie@131.252.208.18) has joined #mythtv-users | |
| [22:18:56] | dibbz (dibbz!i=roach@snapping.asia) has joined #mythtv-users | |
| [22:18:56] | Patina (Patina!n=tomas@1385158752.dhcp.dbnet.dk) has joined #mythtv-users | |
| [22:18:57] | EvilBob (EvilBob!n=bobjense@fedora/bobjensen) has joined #mythtv-users | |
| [22:18:57] | Mode for #mythtv-users by irc.freenode.net : +v sphery | |
| [22:20:08] | bllzz (bllzz!n=Anonymou@c-68-37-23-224.hsd1.de.comcast.net) has joined #mythtv-users | |
| [22:20:18] | bllzz: | oh boy... power outage |
| [22:20:27] | [R]: | BobLfoot: if its supported... it'll automatically load the module |
| [22:21:40] | bllzz: | [R]: here are the last few lines of the log...http://paste.ubuntu.com/347362/ |
| [22:22:04] | [R]: | don't put characters next to a url |
| [22:22:10] | [R]: | it screw up auto opening of the url |
| [22:22:13] | bllzz: | sorry |
| [22:22:15] | bllzz: | http://paste.ubuntu.com/347362/ |
| [22:22:24] | andreax1 (andreax1!n=andreaz@p57B94C2F.dip.t-dialin.net) has joined #mythtv-users | |
| [22:22:35] | [R]: | try it with playback verbose |
| [22:22:50] | BobLfoot: | [R]: please refresh my rusty memory what folder or command will give me a list of loaded modules? |
| [22:22:58] | [R]: | BobLfoot: lsmod |
| [22:23:21] | bllzz: | [R]: do you recall offhand how to do that? |
| [22:23:56] | [R]: | bllz: its a comand line paramter |
| [22:24:10] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has quit (Read error: 60 (Operation timed out)) | |
| [22:24:14] | andreax (andreax!n=andreaz@p57B96EEE.dip.t-dialin.net) has quit (Read error: 60 (Operation timed out)) | |
| [22:24:47] | BobLfoot: | [R]: lsmod | grep irc returns lirc_mceusb and lirc_dev so it must be recognized by linux correct? |
| [22:25:02] | [R]: | unless you loaded the module yourself |
| [22:25:28] | devicenull: | hm, is anyone sucessfully using snes9x with myth 0.22? |
| [22:26:12] | Dagmar: | No one anywhere is |
| [22:26:19] | devicenull: | :p |
| [22:26:21] | bllzz: | [R]: does the verbose parameter go in the default video player section of the player settings in the frontend? |
| [22:26:25] | devicenull: | the settings on the wiki dont seem to wrk |
| [22:26:32] | [R]: | bllz: huh? |
| [22:27:13] | bllzz: | [R]: you said I should try verose playback. I'm not sure how to do that... in the frontend configuration or do you want me to start the internal player at the command line or what? |
| [22:27:22] | bllzz: | [R]: also, I can't find a manpage for the internal player |
| [22:27:32] | [R]: | who said antyhing about changing the frontend configuration |
| [22:27:35] | [R]: | i said itw as a command line parameter |
| [22:27:58] | bllzz: | [R]: well command line parameters often go in the frontend config too... I'm not too sure how to do what you're suggesting |
| [22:28:17] | [R]: | its a parametre to mythfrontend... |
| [22:28:57] | bllzz: | [R]: I'm still not sure how to try the verbose playback, or where to look it up |
| [22:29:00] | truxartis (truxartis!n=me@ppp-70-247-67-80.dsl.hrlntx.swbell.net) has joined #mythtv-users | |
| [22:29:07] | [R]: | well lets see |
| [22:29:10] | [R]: | lets start with |
| [22:29:35] | [R]: | [07:22:34] [R] try it with playback verbose |
| [22:29:41] | [R]: | [07:23:55] [R] bllz: its a comand line paramter |
| [22:29:46] | [R]: | [07:28:16] [R] its a parametre to mythfrontend... |
| [22:30:02] | bllzz: | aaah okay I get it |
| [22:30:08] | bllzz: | i didn't put the two together |
| [22:30:40] | andreax1 (andreax1!n=andreaz@p57B94C2F.dip.t-dialin.net) has left #mythtv-users () | |
| [22:32:10] | squish102 (squish102!n=squish10@cpe-075-176-069-055.carolina.res.rr.com) has joined #mythtv-users | |
| [22:32:36] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has quit (Read error: 54 (Connection reset by peer)) | |
| [22:32:43] | bllzz: | okay got it |
| [22:32:49] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has joined #mythtv-users | |
| [22:32:57] | bllzz: | [R]: so now additional information will appear in the log, correct? |
| [22:33:09] | [R]: | assuming you did it correctly |
| [22:33:29] | bllzz: | hmm now it just refuses to play anything |
| [22:34:26] | bllzz: | althoguh livetv still works (going like 900000x speed...) |
| [22:35:56] | bllzz: | [R]: and my mythfrontend is empty... |
| [22:36:04] | bllzz: | the log, that is |
| [22:37:01] | [R]: | you probably didn't tel lit to save to the log |
| [22:37:23] | bllzz: | [R]: i started mythfrontend -v playback |
| [22:37:34] | bllzz: | i guess i missed something... |
| [22:37:34] | [R]: | exactly |
| [22:37:35] | [R]: | just what i said |
| [22:37:42] | bllzz: | what did I miss? |
| [22:38:10] | ctmjr: | > |
| [22:38:14] | bllzz: | record? |
| [22:38:23] | [R]: | [07:37:00] [R] you probably didn't tel lit to save to the log |
| [22:38:33] | bllzz: | [R]: obviously... |
| [22:38:39] | bllzz: | record? |
| [22:38:40] | JJ1 (JJ1!n=jjensen@jeffjensen.dsl.visi.com) has quit (Read error: 110 (Connection timed out)) | |
| [22:38:47] | And4713 (And4713!n=And4713@c-98-201-61-20.hsd1.tx.comcast.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:38:47] | tank-man (tank-man!i=1000@S010600121729c6a1.vc.shawcable.net) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:38:47] | aloril (aloril!n=aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has quit (kubrick.freenode.net irc.freenode.net) | |
| [22:38:49] | [R]: | huh? |
| [22:39:00] | bllzz: | "related messages" seems rather vague... is that what you're referring to? |
| [22:39:06] | bllz (bllz!n=Anonymou@c-68-37-23-224.hsd1.de.comcast.net) has quit (Read error: 110 (Connection timed out)) | |
| [22:39:18] | bllzz: | probably |
| [22:39:21] | bllzz: | i'll try that real quick |
| [22:39:22] | [R]: | no clue what yo uare sayinhg |
| [22:39:39] | bllzz: | should it be "mythtv -v playback record" ? |
| [22:39:43] | bllzz: | oops |
| [22:39:49] | [R]: | should what be |
| [22:39:49] | bllzz: | mytfrontend -v playback record |
| [22:39:58] | bllzz: | the command line parameters |
| [22:40:02] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has joined #mythtv-users | |
| [22:40:08] | [R]: | huh? |
| [22:40:10] | Defense (Defense!n=jepz@f054000230.adsl.alicedsl.de) has quit (Remote closed the connection) | |
| [22:42:00] | bllzz: | in order to start mythfrontend with verbose playback and save those logs... do I need those parameters? you mentioned that I had forgotten to tell it to save messages to the log, and I'm asking if the "record" parameter accomplishes that. in the manpage it describes the "record" parameter as "recoring related messages", but I'm not sure what is meant by that |
| [22:42:29] | bllzz: | "those parameters" being : mythfrontend -v playback record |
| [22:44:06] | bllzz: | [R]: I just tried and that doesn't seem to work either |
| [22:46:25] | devicenull: | hm, when I run zsnes through mythtv, it ignores keyboard input.. yes when I run it outside of mythtv it works fine |
| [22:46:29] | BobLfoot: | Using these instructions http://www.mythtv.org/docs/mythtv-HOWTO-8.html I am trying to get my remote taught to my system. The command irrecord myremote takes me thru a series of commands and identifies my remote as an RC-6 but ends when it doesn't see a toggle bit. |
| [22:46:32] | devicenull: | any idea why mythtv is stealing keyboard input? |
| [22:46:46] | And4713 (And4713!n=And4713@c-98-201-61-20.hsd1.tx.comcast.net) has joined #mythtv-users | |
| [22:46:46] | aloril (aloril!n=aloril@dsl-tkubrasgw3-fe7ef900-153.dhcp.inet.fi) has joined #mythtv-users | |
| [22:46:46] | tank-man (tank-man!i=1000@S010600121729c6a1.vc.shawcable.net) has joined #mythtv-users | |
| [22:46:52] | [R]: | devicenull: are you using a window manager? |
| [22:47:05] | BobLfoot: | The list of remotes on sourceforge shows an rc-5 but not and rc-6 any ideas, where to go next? |
| [22:47:08] | devicenull: | no, it's just a barebones x server |
| [22:47:11] | devicenull: | why, do I need one? |
| [22:47:16] | [R]: | devicenull: yup |
| [22:47:23] | devicenull: | ah |
| [22:47:31] | devicenull: | I never would have figured that out, thanks :p |
| [22:47:59] | bllzz: | [R]: i'm really at a loss for how to make sure the log is being saved... |
| [22:48:30] | [R]: | bllzz: a shame |
| [22:48:40] | bllzz: | [R]: i can't find anything in the manpage... |
| [22:48:44] | bllzz: | any ideas? |
| [22:48:49] | [R]: | no |
| [22:48:59] | JJ1 (JJ1!n=jjensen@jeffjensen.dsl.visi.com) has joined #mythtv-users | |
| [22:49:44] | bllzz: | [R]: It's very strange. the log appears to be there when I ls the directory, but when I try to read it using, say, nano it shows up as a new file |
| [22:49:51] | bllzz: | whereas before there was information int he log... |
| [22:50:14] | bllzz: | not to mention that the videos won't play at all now with the verbose parameter |
| [22:51:08] | bllzz: | what? and now they're back... this is insane |
| [22:51:50] | Hilikus (Hilikus!n=hilikus@unaffiliated/hilikus) has joined #mythtv-users | |
| [22:51:53] | Hilikus: | hey guys |
| [22:52:08] | ctmjr: | bllzz: you need to find out how to direct the output to a file |
| [22:52:33] | bllzz: | ctmjr: it seems to have somehow resolved itself ... =/ |
| [22:52:35] | Hilikus: | skip back is not working in live tv but it does in recordings. why could that be? |
| [22:52:45] | Hilikus: | neither is skip forward |
| [22:54:52] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has joined #mythtv-users | |
| [22:54:59] | bllzz: | and now it's gone again |
| [23:02:18] | bllzz: | Ok well now I officially cannot play any videos in mythvideo... here's the frontend log. I'm not quite sure what to make of the "internal not found" I assume it's referring to the internal player, but how that could be missing is beyond me http://paste.ubuntu.com/347376/ |
| [23:02:39] | bllzz: | livetv is still playing at several times normal speed |
| [23:03:26] | danlench (danlench!n=oktiv@r74-192-21-205.bcstcmta01.clsttx.tl.dh.suddenlink.net) has joined #mythtv-users | |
| [23:03:45] | J-e-f-f-A: | bllzz: That would be impossible if you were playing it 'live'... it could never play what it hasn't recorded yet... Do you have frequency scaling turned on or something? |
| [23:04:20] | bllzz: | J-e-f-f-A: yeah it does seem rather impossible, doesn't it? What is frequency scaling and how can I check to see if it is turned on? |
| [23:05:48] | iamlindoro: | internal != Internal |
| [23:05:57] | J-e-f-f-A: | bllzz: it's the thing that throttles down your CPU when you're not using it at 'full power' – but often has bad side effects on PVR systems like you're seeing... On AMD systems I think it's called "Power Now" – not sure what it's called on Intel boxes. |
| [23:06:04] | bllzz: | iamlindoro: oh jesus... well played |
| [23:06:36] | bllzz: | J-e-f-f-A: hmm I'll look into it but I don't think that's the case |
| [23:06:37] | [R]: | bllzz: the internal player is called 'Internal'... not 'internal' |
| [23:06:37] | bllzz: | iamlindoro: well that's one problem solved. |
| [23:08:24] | ** J-e-f-f-A is quite happy with 0.22 ;-) ** | |
| [23:09:17] | ** bllzz was happy with it until it borked... but hopefully this will be resolved sometime soon ** | |
| [23:10:39] | J-e-f-f-A: | I had to 'start fresh' on two of my frontends that were were running older versions of Fedora (fc8), but it was probably better that way anyways. |
| [23:11:14] | bllzz: | J-e-f-f-A: yeah I'm working from a fresh install and it was working beautifully, but now my videos (and tv playback) are all going too fast. and this is seemingly unprovoked |
| [23:11:45] | bllzz: | in any case... does anybody know how to get mythfrontend -v playback to write to the frontend logfile? I really can't figure this out... |
| [23:11:59] | bllzz: | i've been to the mythfrontend -v help manpage to no avail |
| [23:12:45] | J-e-f-f-A: | bllzz: try "mythfrontend --help" – it's the 1st line in the "Valid options" |
| [23:13:48] | bllzz: | J-e-f-f-A: I tried that but it complains about X |
| [23:13:51] | bllzz: | oh wait... |
| [23:13:59] | bllzz: | maybe that won't work over ssh for some strange reason? |
| [23:14:26] | bllzz: | that's very strange.... it works in vnc but not over an ssh terminal ... ah well |
| [23:14:32] | bllzz: | thanks, J-e-f-f-A |
| [23:15:15] | BobLfoot: | did lircd move between this howto http://www.mythtv.org/docs/mythtv-HOWTO-8.html and the one for Fedora F12? |
| [23:15:38] | clever: | bllzz: 'DISPLAY=:0.0 mythfrontend --help' |
| [23:15:45] | BobLfoot: | /usr/local/sbin/lircd issued as root returns "no such file or directory" |
| [23:16:08] | bllzz: | clever: thanks. waht does that command do exactly (apologies for my undoubtedly annoying noobishness...) |
| [23:16:09] | J-e-f-f-A: | BobLfoot: I had to change my lirc socket from /var/run/lirc.... [whatever it is] to /dev/lircd – others have just created a symbolic link back to /dev/lircd |
| [23:16:40] | clever: | bllzz: it sets the DISPLAY env variable for just that command, tricking it into thinking you ran it on :0 (the 1st X server) |
| [23:16:52] | clever: | :1 is probly uour vnc |
| [23:17:00] | ** J-e-f-f-A went from FC8 to FC11 with the 0.22-fixes upgrade... ** | |
| [23:17:05] | BobLfoot: | J-e-f-f-A: that would be in frontend setup? |
| [23:17:10] | clever: | bllzz: you can play with it by doing things like 'DISPLAY=:0.0 xclock' |
| [23:17:10] | bllzz: | clever: ah okay, yes that makes sense. thanks |
| [23:17:21] | Hilikus: | every now and then after changing channles i have the so called tinny sound |
| [23:17:33] | Hilikus: | this is on myth 0.22 ubuntu 9.10 |
| [23:17:40] | J-e-f-f-A: | Hilikus: Hauppauge PVR 150/250/500 ? |
| [23:17:58] | Hilikus: | any idea how to fix this? |
| [23:18:10] | Hilikus: | yes |
| [23:18:12] | Hilikus: | pvr 150 |
| [23:18:43] | Hilikus: | is this a known problem? |
| [23:19:05] | J-e-f-f-A: | Hilikus: AFAIK, it's an ivtv bug. I fixed it with some googling and these scripts I put together as a result... http://jartz.gotdns.com:8008/files/ivtv_audio_issue/ (see fix_video0_audio.sh , etc, and the channel change scripts on how I lauch them) |
| [23:19:07] | gandalfcome_ (gandalfcome_!n=gandalfc@CPE-58-165-61-75.vic.bigpond.net.au) has joined #mythtv-users | |
| [23:20:04] | gandalfcome (gandalfcome!n=gandalfc@CPE-124-181-156-93.vic.bigpond.net.au) has quit (Read error: 60 (Operation timed out)) | |
| [23:20:10] | gandalfcome_ is now known as gandalfcome | |
| [23:20:27] | danlench: | good day all, i can't get my dvd sound working correctly, its about half of the live tv and i've tried turning up all settings to 100% in the myth frontend settings as well as the mixer. i've also searched around but haven't been able to figure it out. any ideas? |
| [23:21:49] | J-e-f-f-A: | danlench: running analog Sterio audio out? Sounds like the pc's outputting 5.1 Analog, and you're only hearing the Left and Right channels. |
| [23:23:58] | pizzledizzle (pizzledizzle!n=pizdets@pool-98-116-202-61.nycmny.fios.verizon.net) has quit (Read error: 60 (Operation timed out)) | |
| [23:24:05] | bllzz: | Ok here's my verbose mythfrontend log: http://paste.ubuntu.com/347385/ As a reminder, the problem is that my playback on livetv and mythvideo is faster than it should be. It's like watching the show on a mild fastforward (with audio) |
| [23:24:12] | bllzz: | any help is greatly appreciated |
| [23:26:39] | danlench: | J-e-f-f-A: that makes sense. i'm only using/need stereo anyway. does/can myth set the output method for dvd or should it be in a pc setting? |
| [23:26:44] | bllzz: | actually, here's a more complete log: http://paste.ubuntu.com/347388/ |
| [23:28:01] | danlench: | my dvd is set to internal |
| [23:28:11] | J-e-f-f-A: | danlench: I think you'll have to mess around with ALSA to configure it to downmix 5.1 to "Sterio" – But I haven't done it myself... I once 'cheated' and just used a cheap USB 2-channel sound card to get around the issue... |
| [23:29:25] | J-e-f-f-A: | bllzz: An MPEG4 AVI is "Live TV"? |
| [23:29:52] | bllzz: | J-e-f-f-A: no, in this isntance I only tried to play an avi file in mythvideo |
| [23:29:59] | bllzz: | but the same problem occurs with livetv |
| [23:30:54] | danlench: | J-e-f-f-A: everything was working fine until i upgraded, now i have this sound issue and dvd importing is mucked. i actually had to hose my install and start over. well practice makes perfect (and headaches) |
| [23:32:30] | J-e-f-f-A: | danlench: Yeah – dvd importing may just bhe the fault of increased 'security' on dvds by manufacturers – they seem to be doing more things to prevent ripping – ie: invalid file tables, etc. Things that if you just 'play' the DVD don't get referenced, but if you try to rip it, it sees as errors and blows up... |
| [23:33:52] | danlench: | J-e-f-f-A: also, my "Max Audio Channels" is Stereo and upmix is set to Passive. well with the dvd, it won't even retrieve the names anymore |
| [23:34:17] | paperclip_ (paperclip_!n=papercli@ip72-204-175-205.no.no.cox.net) has quit (Read error: 60 (Operation timed out)) | |
| [23:34:25] | J-e-f-f-A: | bllzz: Do these play ok outside of myth? If not, perhaps it's a driver issue or something. |
| [23:35:32] | bllzz: | J-e-f-f-A: hmm. i'll try real quick. the thing is I literally just got done watching "up" and now everything is hosed... so they _did_ work fine, which makes me doubt a driver issue |
| [23:38:10] | bllzz (bllzz!n=Anonymou@c-68-37-23-224.hsd1.de.comcast.net) has left #mythtv-users ("Leaving") | |
| [23:38:36] | Arpman (Arpman!n=kvirc@c-75-70-217-252.hsd1.co.comcast.net) has joined #mythtv-users | |
| [23:38:56] | Arpman: | Evenig all |
| [23:41:59] | Arpman: | Why would the internal media player fail to execute through MythVideo on DV.iso or *.mkv? |
| [23:42:56] | wagnerrp: | Arpman: your frontend logs should tell you why |
| [23:44:04] | Arpman: | wagnerrp: Ok – call me a newb (I am) – where are the logs...? |
| [23:44:39] | Arpman: | ah – /var/logs/mythtv...? |
| [23:44:52] | wagnerrp: | depends on how you called mythfrontend |
| [23:45:11] | wagnerrp: | if its not in /var/logs/mythtv/, its likely you have no frontend logs |
| [23:45:51] | Arpman: | Its a staright Mythbuntu install...(tired of messing around in BSD – so went with a livecd...) |
| [23:46:30] | devicenull: | what happened to the video manager in mythvideo? |
| [23:46:40] | devicenull: | I can't figure out how to get it to rescan the directories now |
| [23:47:04] | wagnerrp: | the video manager still exists |
| [23:47:10] | devicenull: | nm found it |
| [23:47:18] | wagnerrp: | but now it's duties have been consumed into mythvideo in general |
| [23:47:18] | DjMadness (DjMadness!n=quassel@pdpc/supporter/student/DjMadness) has quit (Read error: 60 (Operation timed out)) | |
| [23:47:20] | devicenull: | I didnt expect to have to press buttons to find it :p |
| [23:47:32] | wagnerrp: | and it is now only a view, just like any other the other three views |
| [23:47:43] | wagnerrp: | you have the capacity to scan in any of the (now four) views |
| [23:47:44] | devicenull: | yea I was mainly looking for how to rescan for new videos |
| [23:47:47] | devicenull: | yep found that |
| [23:48:27] | BobLfoot: | OK I could use some help again. I've got my remote to produce output to the irw command, but cannot get it to do anything in mythtv. Where do I start to debug the breakdown? |
| [23:48:28] | devicenull: | definitely a better place for it :D |
| [23:48:52] | Arpman: | ok – tried to watch newly ripped dvd.iso ... and the log says.... |
| [23:49:04] | wagnerrp: | BobLfoot: have you set up a lircrc file in ~/.mythtv/? |
| [23:49:12] | wagnerrp: | Arpman: do not paste it in here |
| [23:49:15] | wagnerrp: | use a pastebin |
| [23:49:16] | DjMadness (DjMadness!n=quassel@93.162.134.138) has joined #mythtv-users | |
| [23:49:54] | BobLfoot: | wagnerrp: I have a ~/.lircrc file and it's definitions match the lircd.conf file |
| [23:50:14] | Arpman: | failed to open /dev/dvd?....hmmm... (Thanks wagnerrp – i wouldnt do that...im not that newbish...!) |
| [23:50:19] | BobLfoot: | does it need to be in ~/.mythtv/.lircrc also? |
| [23:50:29] | BobLfoot: | ls -a |
| [23:50:39] | gandalfcome (gandalfcome!n=gandalfc@CPE-58-165-61-75.vic.bigpond.net.au) has quit () | |
| [23:50:57] | wagnerrp: | Arpman: if you are using ISOs, you must use local file access, you cannot use storage groups |
| [23:51:13] | wagnerrp: | BobLfoot: it looks in '~/.mythtv/lircrc' |
| [23:51:23] | wagnerrp: | if there is no file there, myth does not listen to lircd |
| [23:51:26] | Arpman: | no such file or directory – but its an .iso (and the DVD is /dev/dvd1..... hmmmm.... |
| [23:51:42] | Arpman: | really – no storage groups? |
| [23:51:49] | wagnerrp: | Arpman: no storage groups |
| [23:52:01] | wagnerrp: | the DVD code requires block access to the files |
| [23:52:03] | Arpman: | I think thats the way mythbuntu is default config |
| [23:52:11] | wagnerrp: | and currently, the storage group code does not provide for that |
| [23:52:22] | wagnerrp: | however it should work for any normal video container |
| [23:52:55] | dougl (dougl!n=doug@S010600242b3f511f.wp.shawcable.net) has quit (Read error: 60 (Operation timed out)) | |
| [23:52:56] | Arpman: | so whats the difference (in config ) between SG and locla access? cuz I havent figured that out yet – been tryin all day |
| [23:53:19] | wagnerrp: | storage groups are something defined in mythtv-setup and accessed by the backend |
| [23:53:39] | wagnerrp: | local access are folders defined in the mythvideo setup in mythfrontend, and access directly by mythvideo |
| [23:54:14] | Arpman: | backend = SG ; Frontend = local acces.... |
| [23:54:34] | BobLfoot: | wagnerrp: I now have a ~/.mythtv/lircrc file and still no remote function do I need to restart the backend for this to work? |
| [23:54:39] | Arpman: | so I should delete the backens video config then.... |
| [23:54:53] | wagnerrp: | BobLfoot: no, you restart the frontend |
| [23:55:00] | achandra (achandra!n=achandra@ip24-56-11-166.ph.ph.cox.net) has joined #mythtv-users | |
| [23:55:18] | wagnerrp: | Arpman: have you downloaded metadata for any of your media? |
| [23:55:25] | BobLfoot: | wagnerrp: did that already and no improvement |
| [23:55:28] | achandra: | have some questions about using the "guide" in mythtv |
| [23:55:47] | wagnerrp: | BobLfoot: pastebin your lircrc |
| [23:56:30] | achandra: | i am able to access it just fine and scroll through it. But when i click "OK", it takes me to a menu about recording. Is there a quick way to simply select the show and i can just watch it ...or do I need to type in the channel each time? |
| [23:56:55] | achandra: | wondering if the keymap for this is not correct, and if not where i should change it? |
| [23:57:00] | [R]: | why would myth be saying "failed to save" on the channel icons |
| [23:57:10] | [R]: | when as the user that the frontend is running as... i can touch the files just fine |
| [23:57:15] | dougl (dougl!n=doug@S010600242b3f511f.wp.shawcable.net) has joined #mythtv-users | |
| [23:57:25] | Arpman: | only a couple of files – still figuring out why metadata is not complete for the .iso's and a few other files... |
| [23:57:34] | Arpman: | can Storage Groups and local access point the same location if using symlinks? |
| [23:57:57] | wagnerrp: | if youve only done a couple files, delete all the folders from the Videos storage group in mythtv-setup |
| [23:58:00] | wagnerrp: | restart the backend |
| [23:58:17] | wagnerrp: | add the folders back in the mythvideo setup in mythfrontend |
| [23:58:18] | wagnerrp: | and rescan |
| [23:58:38] | BobLfoot: | wagnerrp: http://fpaste.org/2gJS/ for the lircrc and http://fpaste.org/kjRa/ for /etc/lircd.conf |
| [23:59:06] | Lord_Deathscythe (Lord_Deathscythe!n=chris@h189.220.20.98.dynamic.ip.windstream.net) has joined #mythtv-users | |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.