|
InstallingOSTV
Ubuntu UsersOSTV can be downloaded and installed from Synaptic. All you need to do is add the OSTV Package Archive to your sources list. Go to the OSTV Launchpad page and click "Technical details about this PPA", then click "Read About Installing". In Karmic there is a new add-apt-repository command. To add the OSTV Package Archive is as simple as this: $ sudo add-apt-repository ppa:manzanitalaceration After you have added the repository you can open Synaptic and search for "OSTV", mark for installation and apply changes $ sudo apt-get update $ sudo apt-get install ostv Because MPlayer is a dependency of OSTV, it will be installed too if you do not already have it. You can then skip most of this page and go to The recordings directory
Downloading OSTVOSTV version 0.6 has a version with and without video. The one without video is pretty much just to demonstrate how small a program OSTV is or for those who are upgrading. A video is necessary to maintain the interface, make it easy on yourself and start with the video download. Later on you can learn how to dial in the look of OSTV to your liking by visiting the backgroundVideo page. Make a directory named .ostv in your home directory $ mkdir ~/.ostv Save ostv.0.6_withvid.tar.gz there. The OSTV InstallOSTV requires a version of MPlayer with its OSD Menu interface. Very few people are using this feature and OSTV, as far as I know, is the first application to utilize it. Though MPlayer is setup to install this only as an option at configure in the compiling process, some packages, in Ubuntu for instance, have included this feature. To test if you have a version of MPlayer with the Menu option, at a command line prompt: $ mplayer -list-options | grep menu If this returns something, you have got it made and can skip to the Installing OSTV section. Otherwise, you will need to compile MPlayer with the --enable-menu option. Step 1 $ sudo apt-get install build-essential checkinstall checkinstall is optional and for Debian/Ubuntu, Slackware or RPM packaging, see Step 6 below Step 2 $ sudo apt-get remove mplayer or you can do this in Synaptic. If you have any special MPlayer config files, they will be left alone. Step 3 $ apt-get source mplayer The MPlayer Source will be in a sub-directory of your Home folder, named something like "mplayer-1.0~rc2" Step 4 $ cd mplayer-1.0~rc2 Step 5 $ sudo apt-get build-dep mplayer Step 6 $ sudo ./configure --enable-menu $ sudo make This can take a few minutes, especially if you do not have a fast cpu. Traditionally the next step is $ make install $ sudo checkinstall checkinstall does make install, then creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution. Checkinstall will ask if you want to create a default set of package docs. Unless you know why yes or no would make a difference, it will not. Checkinstall will ask for a description, you can put "MPlayer with Menu option" and will allow for other info to be added. You can add or change something but this is not important in how MPlayer will run. Step 7 There are other MPlayer steps for fonts for the OSD and conf files, the OSTV setup will take care of those. Installing OSTVNote: This only concerns advanced users of MPlayer with special configurations. OSTV installs its own MPlayer configuration files. If you have MPlayer configuration files from a previous install, they will be renamed and saved. If you need to, you can incorporate them into the files OSTV installs or MPlayer can be started with specified configuration files. Consult the MPlayer documentation. extract ostv.0.6_withvid.tar.gz cd ~/.ostv $ tar -zxvf ostv.0.6_withvid.tar.gz At a command line prompt(still the .ostv folder): $ ./setup_ostv OSTV uses a small program called wmctrl. The recordings directoryDuring setup a directory "recordings" is created in your home directory. When OSTV records something it will record to this directory. Though you can access any directory on your computer through the menu to play video files, to save excessive menu traversing through your directory tree, it is a good idea to keep all your video files there. To do this you need not go through the laborious moving and copying your large video files. Simply make symbolic links of your directories and place those links in the recordings directory.
Getting your Remote Control to workprerequisite: A functioning remote control with the Linux remote control program(LIRC) installed
this statement: include ~/.lirc/mplayer needs to be at the top of your .lircrc file in your home directory
OSTV PluginsOSTV gets most of its functionality from plugins. The setup procedure installs 2 plugins or classes: see the UsingOSTV page for more info There are 5 other non-installed plugins. These plugins require extra hardware, configuration or software installed, so they are not installed by default Additional Plugins Summaryota For Over the Air, tunes OTA and/or QAM Cable Television, this has its own page InstallingOSTV part 2 OTA Plugin Installing a PluginPlugins that are available to install are in ~/.ostv/class_archives
to install a plugin, at a command line prompt: $ ostv install_class classname just the classname, classname.tar.gz would be wrong! $ ostv remove_class classname continue installing OSTV at: | ||||
Geexbox uses the mythtv osd menu system too.
What are you talking about nick.rout? OSTV has nothing to do with mythtv. OSTV uses the MPlayer osd menu system.