Skip to content

jarssoft/timetower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timetower

Generates broadcast schedule tables from XMLTV and process XMLTV data.

Command line application, programmed by C++.

Subprojects

weektable (./XMLTVtoHTML)

Generates visual broadcast schedule tables from XMLTV

Usage: weektable [OPTION...] [tvxml-file1 tvxml-file2...]

  -@, --stdin                Read XML filenames from standard input
  -c, --channel=CHANNEL      Select channel. Use if several
  -o, --output=FILE          Output to FILE instead of standard output
  -s, --svg                  Output in svg-format instead of html.
  -w, --week=WEEK            Number of week
  -z, --timezone=TIMEZONE    Timezone correction in hours
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

manipuloi (./XMLTVManipulate)

Process XMLTV data by adding information (links, categories, etc.), filtering and manipulating text and datetime-information.

Usage: manipuloi [OPTION...] [tvxml-file manipulate-file...]

  -a, --autodst              Is Automatic Daylight Saving used?
  -c, --channel=CHANNEL      Channel
  -d, --startdate=STARTDATE  Date of start
  -i, --manipulate=FILE      Read manipulation rules from file
  -o, --output=FILE          Output to FILE instead of standard output
  -z, --timeoffset=TIMEOFFSET   Timezone correction in hours
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

yhdista (./XMLTVYhdista)

Joins XMLTV-files from various source. Converts duplicate programmes to composed one. Reads filelist from stdin.

Examples

Joins all XMLTV-files in directory.

find -name ".xml" -type f | yhdista > joined.xml

Showcase: http://www.ohjelmakartta.fi/ Kuvakaappaus2022-12-05 09-54-38

Releases

No releases published

Packages

No packages published