EnglishFrenchSpanish

Ad


OnWorks favicon

tv_sortp - Online in the Cloud

Run tv_sortp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command tv_sortp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


tv_sort - Sort XMLTV listings files by date, and add stop times.

SYNOPSIS


tv_sort [--help] [--by-channel] [--output FILE] [FILE...]

DESCRIPTION


Read XMLTV data and write out the same data sorted in date order. Where stop times of
programmes are missing, guess them from the start time of the next programme on the same
channel. For the last programme of a channel, no stop time can be added.

Tv_sort also performs some sanity checks such as making sure no two programmes on the same
channel overlap.

--output FILE write to FILE rather than standard output

--by-channel sort first by channel id, then by date within each
channel.

--duplicate-error If the input contains the same programme more than once,
consider this as an error. Default is to silently
ignore duplicate entries.

The time sorting is by start time, then by stop time. Without --by-channel, if start
times and stop times are equal then two programmes are sorted by internal channel id.
With --by-channel, channel id is compared first and then times.

You can think of tv_sort as converting XMLTV data into a canonical form, useful for
diffing two files.

EXAMPLES


At a typical Unix shell or Windows command prompt:

tv_sort <in.xml >out.xml
tv_sort in.xml --output out.xml

These are different ways of saying the same thing.

Use tv_sortp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 2
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 3
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 4
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 5
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 6
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • More »

Linux commands

Ad