Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ardirtbiker

Pages: 1 ... 16 17 [18] 19 20 21
256
Im not too sure about that.   I always rip my dvd discs to an iso format.  I believe if your directory is a rip of a dvd, there has to be a program to build an iso image from that directory to make an image.

Dennis

257
The .dvd is just a rename of .iso     

Dennis

258
Users / Re: Diskless MDs not PXE booting
« on: July 26, 2011, 01:44:26 am »
ditto what Matt (purps) said!

Dennis

259
Users / (Resolved-sortof) Re: lmce 1004 and MythTV
« on: July 24, 2011, 09:15:46 pm »
Well, back at this again (after a rough couple of weeks of work and a much needed week of vacation)... I found out that if I change the '/home/public/data/pvr/livetv' ownership to mythtv:public, then mythtv runs on the Media Director (other than the core/hybrid).  I would think then that mythtv is not part of the 'public' group.. will check on this.

Dennis

UPDATE:
Further investigation revealed that the mythtv user and group on the Media Director did not match those on the Core.   Recreating the mythtv group and user fixed the Mythtv not playing issue.   Do not know why these didnt get configured correctly in the first place (or even if it was supposed to).

260
Users / Re: New Build for Newbie
« on: June 20, 2011, 04:54:47 am »
Thom,
 The Kenwood Template is working... it turns on/off, volume works, and selecting inputs works... thats all ive figured how to integrate into the system   There is some other 'experimental' stuff in the template (i was trying to figure a way to store local radio stations and be able to select them from a list... maybe for another project and maybe over my head programming-wise).

I dont know how many people use Kenwood Sovereign receivers with their LMCE setup... If you feel it helpful.. its up to you to include it.

I did re-submit the sqlcvs diff --double-verifying what is checked to send up--   

Dennis

261
Users / Re: New Build for Newbie
« on: June 19, 2011, 02:10:02 pm »
Thom,
  I have several other 'test' ir and dce definitions for my kenwood receiver.  They're not complete yet... minimal functionality so far....  as for the 'deleted' items, i have no idea what those are.

I unchecked those items during 'diff' but i guess you got them anyway...

I will re-submit 'sqlcvs-diff' and if I did it 'wrong' again can you explain how to only send up what I need just for the IMON templates?

Dennis

262
Users / Re: New Build for Newbie
« on: June 19, 2011, 04:01:29 am »
okay guys... Trac Ticket #1119 submitted for the Imon Ultrabay (Pad and Panel).   SQLCVS Diff completed at 2100 hrs today.

Dennis

263
Users / Re: lmce 1004 and MythTV
« on: June 18, 2011, 02:44:34 pm »
Thanks guys... Ive already re-installed 1004 on my core... will try Mythtv on it first.. if issue remains... I'll do as suggested taking into account what Posde requested...  btw.. Posde, how is the OC?   thats my old romping grounds.. used to live in Huntington Beach!

Dennis

264
Users / Re: lmce 1004 and MythTV
« on: June 18, 2011, 03:31:48 am »
Im going to re-install 1004 and try MythTv directly on the core/hybrid... I think I have some database corruption.

Dennis

265
Users / Re: New Build for Newbie
« on: June 18, 2011, 03:29:03 am »
Hey.. sorry... been busy (and this heat is KILLING me!... sorta!)

gtsupport,
     Device Template for IMON_PAD is #2005

Thom,
    I'll do your recommendation sometime this weekend.. its supposed to be HOT again and I wont be doing too much outside work.. just mowing my lawn and power washing my house!


Dennis

266
Users / lmce 1004 and MythTV
« on: June 16, 2011, 02:46:15 am »
Hi guys...
Yes I know 1004 is pre-beta...   Ive been tinkering with it for a couple months now.   

I was having trouble watching any video ... turned out to be something with my nVidia 9800GT board... maybe a driver issue... but put in a 7000 series board for now DVD video is working.

I cannot get Mythtv to work..  it loads, but cannot display live tv.   My setup is as follows:
1.   Running a Hybrid CORE (only for CORE purposes)
2.   MD is M4A77TD mobo, nVidia 7000 series display adapter, HDPVR capture device.

I can  cat /dev/video0 > test.ts and the HDPVR captures video to the file.

Mythtv app launches, but cannot activate the HDPVR to stream the video...   

What logs should I be looking at?   and what might I be looking for?  to figure this issue out?

Thanks,
Dennis (the menace)

267
Users / Re: New Build for Newbie
« on: May 20, 2011, 01:16:13 am »
Maybe this will help with the Volume Knob and Panel buttons...

There is already a template defined for the IMON PAD... I created two new templates identical to that one except for the Device Data 'Configuration string'

For the Ultrabay panel (buttons and volume knob) here is the Configuration string:

Code: [Select]
#
# this config file was hand-generated
# using lirc-0.8.4a (imon) on Fri Nov  7 13:55:44 2008
#
# contributed by Ron Frazier - http://www.ronfrazier.net/ronfrazier.net/mythtv/
#
# brand:                       SoundGraph iMon
# model no. of remote control: UltraBay Front Panel
# devices being controlled by this remote:
#       -iMon Ultrabay
#       -Thermaltake DH-101
#       -Misc other HTPC cases with built-in iMon IR/LCD
begin remote

  name  imon_ultrabay_panel
  bits           40
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  post_data_bits  24
 post_data      0x1EE
  gap          123998
  ignore_mask 0x0000000000000301

      begin codes
          iMEDIAN                  0x000000000F
          AppExit                  0x000000002B
          Escape                   0x0000000017
          Up                       0x0000000012
          Enter                    0x0000000016
          Start                    0x000000002C
          Menu                     0x000000002D
          Left                     0x0000000014
          Down                     0x0000000013
          Right                    0x0000000015
          Vol-                     0x0100000000
          Vol+                     0x0001000000
          Mute                     0x0000000001
      end codes

end remote


and for the  IMON Ultrabay Pad remote:

Code: [Select]
#
# this config file was hand-generated
# using lirc-0.8.4a (imon) on Fri Nov  7 13:55:44 2008
#
# contributed by Ron Frazier - http://www.ronfrazier.net/ronfrazier.net/mythtv/
#
# brand:                       SoundGraph iMon
# model no. of remote control: PAD (for iMon UltraBay)
# devices being controlled by this remote:
#       -iMon Ultrabay
#       -Thermaltake DH-101
#       -Misc other HTPC cases with built-in iMon IR/LCD
#

begin remote

  name  imon_ultrabay_pad
  bits           64
  eps            30
  aeps          100

  one             0     0
  zero            0     0
  post_data_bits  0
  post_data      0x0
  gap          139998
  ignore_mask 0x0000000000000301

      begin codes
          AppExit                  0x288195B700000101
          Power                    0x289115B700000101
          Record                   0x298115B700000101
          Play                     0x2A8115B700000101
          Open                     0x29B195B700000101
          Rewind                   0x2A8195B700000101
          Pause                    0x2A9115B700000101
          FastForward              0x2B8115B700000101
          SkipBack                 0x2B9115B700000101
          Stop                     0x2B9715B700000101
          SkipForward              0x298195B700000101
          Keyboard/Mouse           0x299115B700000101
          Backspace                0x0200002A00000000
          Select                   0x0200002C00000000
          LeftMenu                 0x0280000000000000
          RightMenu                0x0200006500000000
          Up                       0x0100800000000000
          Down                     0x01007F0000000000
          Left                     0x0100008000000000
          Right                    0x0100007F00000000
          LeftClick                0x0101000000000000
          RightClick               0x0102000000000000
          Enter                    0x0200002800000000
          Escape                   0x0200002900000000
          Eject                    0x299395B700000101
          AppLauncher              0x29B715B700000101
          Function                 0x2AB195B700000101
          TaskSwitcher             0x2A9395B700000101
          Mute                     0x2B9595B700000101
          Vol+                     0x28A395B700000101
          Vol-                     0x28A595B700000101
          Ch+                      0x289395B700000101
          Ch-                      0x288795B700000101
          Timer                    0x2B8395B700000101
          1                        0x0200001E00000000
          2                        0x0200001F00000000
         3                        0x0200002000000000
          4                        0x0200002100000000
          5                        0x0200002200000000
          6                        0x0200002300000000
          7                        0x0200002400000000
          8                        0x0200002500000000
          9                        0x0200002600000000
          *                        0x0220002500000000
          0                        0x0200002700000000
          #                        0x0220002000000000
          Videos                   0x2B8515B700000101
          Music                    0x299195B700000101
          Pictures                 0x2BA115B700000101
          TV                       0x28A515B700000101
          Bookmark                 0x288515B700000101
          Thumbnail                0x2AB715B700000101
          Zoom                     0x29A595B700000101
          FullScreen               0x2AA395B700000101
          DVD                      0x29A395B700000101
          Menu                     0x2BA395B700000101
          Subtitle                 0x298595B700000101
          Audio                    0x2B8595B700000101
      end codes
end remote




After both Templates are created I then added them as remotes under Media Directors "Infrared Remote Controls"



That should get ya a bit further (hopefully)

Dennis



268
Users / Re: New Build for Newbie
« on: May 18, 2011, 01:58:51 am »
Im not 100% positive, but I believe the newer lirc config files have some support for the lcd display.. I have the Thermaltake 202 case but with the smaller LCD display and the ultrabay panel (IMON).   Ive got the volume knob working with lirc, I know the buttons are set up, but I haven't checked them... and the LCD display is somewhat limited... although MythTV seems to have more functionality with it.

you might check into it.

Dennis

269
Users / Re: Xine with live tv
« on: May 13, 2011, 12:48:54 am »
thanks guys... will start another thread in future (I figured since vdpau was being mentioned here, i'd ask) 

Yeah.. I have a nVidia 9800GT mobo... I will check bios memory allocation for it.


Dennis

270
Users / Re: Xine with live tv
« on: May 12, 2011, 01:04:34 am »
Guys,
    I have a question regarding vdpau configuration...   I have 'hardware acceleration' set to vdpau, 'Deinterlace Quality' set to NONE (although i tried vdpau also).  Ripped DVDs are playing well, and using vdpau (verified by ssh into MD and run 'top').   It is MythTV that I cannot get vdpau to work correctly.. the audio is 'REALLY' choppy, but the video is not near as choppy.   

So, what IS the correct configuration settings?

I am running 0810 on a ASUS M4A77TD mobo, with a quad core Phenom II, and 4 gigs of ram. 

thanks in advance

Dennis

Pages: 1 ... 16 17 [18] 19 20 21