User Tools

Site Tools


computers:server:virg_media_center

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:server:virg_media_center [2011/05/14 14:28] davidcomputers:server:virg_media_center [2011/05/14 17:12] (current) david
Line 1: Line 1:
 +====== Install ======
 +
 +  - Base install of Mythbuntu 11.04
 +    * Use the **nv** driver, not the **nvidia** driver.  I only got a blank screen when I booted with that one
 +  - System -> Additional Drivers and installed the **nvidia** driver... so maybe I will change that driver to **vesa** assuming it breaks again
 +  - Generated the **xorg.conf** file again by doing this [[http://www.osguides.net/operation-systems/217-how-to-create-xorgconf-in-ubuntu-910.html]]
 +    - CTRL + ALT + F1 and login
 +    - Do the following:  <code>
 +sudo service gdm stop
 +sudo Xorg -configure
 +sudo cp ~/xorg.conf.new /etc/X11/xorg.conf
 +sudo service gdm start
 +</code>
 +
 ====== Hardware ====== ====== Hardware ======
  
Line 18: Line 32:
 # fill the database with our listing data # fill the database with our listing data
 mythfilldatabase --dd-file 1 -1 1 /home/mythbot/xmldata.xml mythfilldatabase --dd-file 1 -1 1 /home/mythbot/xmldata.xml
 +</code>
 +  * Help me file I left for myself:  <code>
 +oot@ubuntu:/mnt/tmp/home/mythbot# more xmltv_listings_HOWTO.txt
 +##--dd-file <sourceid> <offset> <lineupid> <xmlfile>
 +##   <sourceid> = number of the video source to use with this file
 +##   <offset>   = days from today that xmlfile defines
 +##                (-1 means to replace all data, up to 10 days)
 +##   <lineupid> = the lineup id
 +##   <xmlfile>  = file to read
 +
 +# grab the data from schedules direct
 +tv_grab_na_dd --dd-data xmldata.xml
 +
 +# fill the database with our listing data
 +mythfilldatabase --dd-file 1 -1 1 xmldata.xml
 +
 +## using config filename /home/mythbot/.xmltv/tv_grab_na_dd.conf
 +##
 +## our configuration file:
 +## which is: ~/.xmltv/tv_grab_na_dd.conf
 +username: drabine
 +password: A Password Inspired by Chuck
 +timeoffset: -0400
 +lineup:   PC:21851
 +auto-config: add
 +channel: 16-1 WBOCDT
 +channel: 21-2 WBOCDT2
 +channel: 8 WRAVLP
 +channel: 47-1 WMDTDT
 +channel: 28-2 WCPBDT2
 +channel: 28-3 WCPBDT3
 +channel: 28-1 WCPBDT
 +channel: 47-2 WMDTDT2
 +channel: 36 WPMCCA
 +channel: 30 W30CI
 +channel: 25 W25AA
 </code> </code>
computers/server/virg_media_center.1305383285.txt.gz · Last modified: 2011/05/14 14:28 by david