Main > Free Download Search >

Free tv program schedule software for linux

tv program schedule

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 521
SkTvPrograms 1.6

SkTvPrograms 1.6


SkTvPrograms is a superkaramba theme that read a XMLTV file and display what is on Tv now. more>>
SkTvPrograms is a superkaramba theme that read a XMLTV file and display what is on Tv now.

It uses XMLTV files (http://membled.com/work/apps/xmltv/) and PyXML.

Tested with XMLTV 0.5.42 and tv_grab_fr (France), tv_grab_it (Italy), tv_grab_no (Norway)

<<less
Download (0.071MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
GNOME Schedule 1.1.0

GNOME Schedule 1.1.0


GNOME Schedule is a system schedule maintenance tool. more>>
GNOME Schedule is a system schedule maintenance tool. GNOME Schedule project has support for the cron and at scheduling systems. It aims to be as HIG compatible as possible.

The target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while not requiring an understanding of the cron or at subsystems.
<<less
Download (0.61MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1077 downloads
RwdSchedule 1.02

RwdSchedule 1.02


RwdSchedule is an event database program using RubyWebDialogs. more>>
RwdSchedule is an event database program using RubyWebDialogs.
It can list events, store events, and edit, rename, and delete events.
FTP can be used to sync events with multiple systems.
ICS files can be created. Context help is sent on some screens. It should run without changes on all platforms.
It is an rwdtinker program and can take additional plugins.
Enhancements:
- changed schedule configuration screen
- updated for rwdtinker 1.66
- new helpabout
- new documents list
<<less
Download (0.12MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1122 downloads
TVProg 0.6.1

TVProg 0.6.1


TVProg project is a TV guide software. more>>
TVProg project is a TV guide software.

TVProg is TV guide software running as a Web server application. It fetches the TV guide source from tvmovie.de and stores it in a MySQL database.

TV shows can be browsed online. Theres also a vcr wrapper script that, running as a cron job, is able to record scheduled tv shows in DivX.

The TVProg package contains a script "list.cgi" that is run as a CGI script to browse the tv guide. You can select channels, do searches or look what is running right now. Theres a detail view for every single tv show.

Cookies are supported for keeping the view properties while browsing.

A cron job script, "vcrwrapper.pl", acts as a wrapper for vcr. Run it every minute and you will have a nice frontend for vcr: In the tv show detail view you can click the record link to schedule it for recording.

There is also a "profile" section where users can subscribe to receive daily tvshow mailings. Also, a user may activate a search, done by a cron job, and receive the search results via email.

This way you can look for a special tvshow or movie without having to look into the listings every day.

<<less
Download (0.025MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1080 downloads
tv grab dvb 0.10 Beta

tv grab dvb 0.10 Beta


tv grab dvb decodes digital TV electronic program guides to XMLTV format. more>>
tv grab dvb project decodes EPG (electronic program guide) TV listings from DVB (digital video broadcast) and outputs them in XMLTV format.

<<less
Download (MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
911 downloads
Algorithm::ScheduledPath 0.41

Algorithm::ScheduledPath 0.41


Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. more>>
Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph.

SYNOPSIS

use Algorithm::ScheduledPath;
use Algorithm::ScheduledPath::Path;

$graph = new Algorithm::ScheduledPath();

$graph->add_edge(
{
path_id => R,
origin => A, depart_time => 1,
destination => B, arrive_time => 4,
},
{
path_id => R,
origin => B, depart_time => 5,
destination => C, arrive_time => 9,
},
{
path_id => D,
origin => A, depart_time => 2,
destination => C, arrive_time => 7,
}
);

my $paths = $graph->find_paths(A, C);

foreach my $path (@$paths) {
print join(" ", map { $path->$_ } (qw(
origin depart_time destination arrive_time ))), "n";
}

# Outputs the following:
# A 2 C 7
# A 1 C 9

This module is designed to find scheduled paths between vertices in a directed graph. For scheduled paths, each edge has a time schedule, so that a path must contain edges with successivly later schedules. It will not return cyclic paths (paths which pass through a vertex more than once).

In less technical parlance, this module lets you do things like take a series of interconnected bus routes and determine a schedule of how to get from point A to point B (noting any transfers in between).

<<less
Download (0.020MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
Amortization Schedule Calculator 1.0

Amortization Schedule Calculator 1.0


Amortization Schedule Calculator lets you estimate your monthly loan repayments. more>>
Amortization Schedule Calculator also known as an amortization schedule calculator - lets you estimate your monthly loan repayments.

It also determines out how much of your repayments will go towards the principal and how much will go towards interest.

Simply input your loan amount, interest rate, loan term and repayment start date then click "Calculate".

This loan amortization calculator should only be used to estimate your repayments since it doesnt include taxes or insurance.

<<less
Download (0.10MB)
Added: 2005-12-02 License: Freeware Price:
1427 downloads
Streamnik Server 0.02

Streamnik Server 0.02


Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. more>>
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. It can stream a number of different channels and is optimized to run on leased (virtual) servers. The program schedule is defined by an SQL database table and can be changed at runtime.

<<less
Download (0.12MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
Schedule::Oncall 0.8.3

Schedule::Oncall 0.8.3


Schedule::Oncall module contains methods for managing an on-call schedule. more>>
Schedule::Oncall module contains methods for managing an on-call schedule.

Schedule::Oncall provides methods to manipulate an on-call schedule. One or more tables of schedules can be maintained, loaded, and searched. An on-call table is composed of seven days, where each day has a list of minute ranges which correspond to a particular person.

Information such as email address, pager number, etc. may be stored in the schedule configuration file. Simple variable assignments may also be made. Other textual information may be stored in the schedule in order to assist other applications (e.g., html headers or email body text), and variables substitution may occur within the text blocks.

Schedule files may be chosen based on weekly or monthly rotations, relative to the first week or month of the year. Weekly schedules begin on a Monday and end on a Sunday, the same as strftime(3)s %W" format. Each rotation is stored in a separate file, and the appropriate rotation is chosen at load time.

<<less
Download (0.016MB)
Added: 2007-08-16 License: Perl Artistic License Price:
802 downloads
WWW::IstanbulTeknik::Schedules 0.01

WWW::IstanbulTeknik::Schedules 0.01


WWW::IstanbulTeknik::Schedules is a Perl interface to ITU-SIS schedules. more>>
WWW::IstanbulTeknik::Schedules is a Perl interface to ITU-SIS schedules.

SYNOPSIS

use WWW::IstanbulTeknik::SIS::Schedules;

my $crn = WWW::IstanbulTeknik::SIS::Schedules->new;
my @all_ata = $crn->parse(ata); # get all ata lessons
my @results = $crn->find_crn([30088, 30090]); # get only these CRNs
my @title = $crn->crn_title; # get titles

Gets the course schedules from ITU-SIS and parses them. You can also search within the parsed structures to filter the results.

<<less
Download (0.012MB)
Added: 2007-08-20 License: Perl Artistic License Price:
795 downloads
TVBrowser 2.53

TVBrowser 2.53


TV-Browser is a TV guide that is easily extensible using plugins. more>>
TV-Browser is a TV guide that is easily extensible using plugins. TVBrowser is designed to look like a paper based TV guide. Included are over 80 German language channels.
At the moment, it only loads data in its own binary format, but its possible to write a plugin that loads XMLTV data.
The tv data are retrieved from multiple sources and can be downloaded from our servers after having been automatically processed.
The whole project - both the client and the server part - is distributed under the GNU GPL.
Currently, we offer only channels in german language but we are highly motivated to extend TV-Browser for other countries.
Enhancements:
- Minor bugfixes.
<<less
Download (1.7MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
824 downloads
Vulcan Chess 0.3

Vulcan Chess 0.3


Vulcan Chess allows you play against the computer in a chess variant inspired by a certain well-known science-fiction TV series. more>>
Vulcan Chess project allows you play against the computer in a chess variant inspired by a certain well-known science-fiction TV series.
Enhancements:
- Castling was added.
- The legal move generator is a bit faster.
<<less
Download (0.12MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
688 downloads
TkPanel 1.6

TkPanel 1.6


TkPanel is a CDE-like panel emulator written in Tcl/Tk. more>>
TkPanel is a panel application, greatly inspired by the CDE panel, with some other features; it is basically used to call other programs, that can be configured by the user. Thus, with TkPanel, the programs which are more often executed can be easily called.
TkPanel is able to lock the computer, and can run arbitrary command on the fly. It can show basic information about the computer resources (CPU and memory usage), display the time in various formats, and has a simple schedule. There is a graphical tool to config, change all its variables, add/remove buttons and sub-panels.
The user can also use TkPanel to change the page when running at some specifics Window Managers, place it at any edge of the screen (thus, really fans of TkPanel can have a few programs running at the same time!), align it at the corners, turn it into a hidden mode, and select what tools to display as buttons (choosing its place). All its functions are available through some keystrokes.
TkPanel is written on a Linux system with Tcl/Tk scripts; first to allow easy modifications being applied; second, to be executed on systems where Tcl/Tk is available.
Enhancements:
- (schedule) can select a date when clicking at the calendar
- removed an extra newline that is printed each time get_sch is called
- fixed schedule to print messages without date;
- read in config window will update the colors too...;
- changed some panel appearances on the man page to control-panel;
<<less
Download (0.048MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1642 downloads
homeTVstream 1.0.0

homeTVstream 1.0.0


homeTVstream is a collection of shell scripts and a PHP-based webpage for watching TV on your LAN computers. more>>
homeTVstream is a collection of shell scripts and a PHP-based webpage for watching TV on your LAN computers.

This project is based on VLC, it encodes and streams video using port 8080 in an MMS stream, so you can watch it with VLC, using URL mmsh://yourserverip:8080/, or any other MMS-capable player, using URL mms://yourserverip:8080/, or just by opening the TV page in your web browser.

<<less
Download (0.13MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
522 downloads
GAIMnOSD 0.7

GAIMnOSD 0.7


gaimnosd provides notifications in a TV gauge style for various events in Gaim. more>>
GAIMnOSD is a plugin for GAIM allowing to print events outside of any windows in TV menu style. The plugin uses the XOSD library for output.

GAIMnOSD project allows setting the size, position and the color of the notification messages.

<<less
Download (0.014MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1394 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5