Skip to content

Releases: xteve-project/xTeVe

2.2.0

29 Mar 18:30
Compare
Choose a tag to compare

New function

  1. xTeVe internal
  • Improved database performance. Thanks to @raf02
  • New XMLTV tags (rating, credits)
  1. Mapping
  • Dummy length up to 360 minutes
  1. Settings
  • Add support for proxying multicast streams through a UDPxy server. Thanks to @5Ub-Z3r0
  • Automatic update schedule can be disabled

Bug fixes

  • Fixes running when GitHub is not reachable
  • Fixes problems with image caching
  • Fixes undefined playlist in the Mapping menu
  • Fixes incorrect XML entry if no category was specified. Thanks to @beardypig
  • Fixes searching for dummy entries in the Mapping menu

2.1.2

15 Feb 08:20
Compare
Choose a tag to compare

New function

  1. xTeVe internal
  • GZIP compression for xteve.xml file. The IPTV client must support GZIP for EPG data (Plex does not support GZIP)
http://xeteve.ip:34400/xmltv/xteve.xml.gz
  1. Settings
  • Removed protocol setting for reverse proxy. HTTPS can also be configured in the proxy, where it makes more sense. NGINX example
  • When using FFmpeg or VLC as a buffer, the default FFmpeg / VLC user agent is used if no user agent has been set in xTeVe.

Bug fixes

  • Fixed FFmpeg deprecated user-agent

2.1.1

13 Dec 19:34
Compare
Choose a tag to compare

New function

  1. xTeVe internal
  • Add xml tag premiere to xteve.xml
  • User-Agent from the settings is now also used by VLC and FFmpeg.
  1. Mapping
  • Channel Description
  1. Settings
  • URL protocol for internal URLs can be customized. Important for using a reverse proxy over HTTPS

Bug fixes

  • Merge pull request #36 - Reverse proxy support
  • Fixed wrong buffer value in the log screen.

2.1.0

12 Oct 19:14
Compare
Choose a tag to compare

New function

  1. xTeVe internal
  • After saving the mapping, the files xteve.m3u and xteve.xml are created faster.
  1. Settings
  • FFmpeg can be selected as a buffer. FFmpeg must be installed on the server.
  • VLC can be selected as a buffer. VLC or CVLC must be installed on the server.

2.0.3

07 Sep 10:52
Compare
Choose a tag to compare

New function

  1. xTeVe internal
  • Improved monitoring of the buffer process
  • Update the XEPG database a bit faster

Bug fixes

  • Error message if filter rule is missing
  • Channels are lost when saving again (Mapping)
  • Plex log, invalid source: IPTV

2.0.2

24 Aug 11:24
792fd9a
Compare
Choose a tag to compare

New function

  1. xTeVe internal
  • Add Content-Type video/m2ts to buffer whitelist
  1. Mapping
  • Original group title is shown in the Mapping Editor

Bug fixes

  • Fixed, incorrect original-air-date

2.0.1

09 Aug 17:11
Compare
Choose a tag to compare

Migration from 1.4.4 to 2.0.1 - Binary must have the permission to execute

Web Interface:

  1. Make a backup of 1.4.4 (Settings -> Backup)
  2. Exit xTeVe 1.4.4
  3. Start xTeVe 2.0.1
  4. Go through the wizard
  5. Restore the configuration of 1.4.4 (Setting -> Restore -> Select backup file)

Command line - CLI

  1. Open a terminal
  2. Go to the folder where the xTeVe binary is located
cd /path/to/xteve/folder/
  1. Restore a backup file
./xteve -restore /path/to/backup/xteve_backup_YYYYMMDD_HHMM.zip
  1. Start xTeVe

New function

  1. xTeVe internal
  • Buffer HLS: Supports VOD tag from the M3U8
  • Set timestamp to <episode-num system="original-air-date">
  • Add Content-Type application/mp2t to buffer whitelist
  1. CLI
  • Restore a backup from the command line. Backup must be from version 1.4.4 or newer.
./xteve -restore xteve_backup_YYYYMMDD_HHMM.zip
  • Show system information via the command line
./xteve -info
  1. Mapping
  • Original channel name is shown in the Mapping Editor

Bug fixes

  • Missing images with caching for localhost URL
  • Wrong IP address when creating a backup
  • Error in http/https detection

2.0.0

02 Aug 19:11
Compare
Choose a tag to compare

An upgrade from 1.4.4 to 2.0.0 is not automatically performed.
A backup of 1.4.4 can be restored in 2.0.0.

Name of the configuration folder has been changed.

/home/YOUR-NAME/.xteve/

Migration from 1.4.4 to 2.0.0

  1. Make a backup of 1.4.4 (Settings -> Backup)
  2. Exit xTeVe 1.4.4
  3. Start xTeVe 2.0.0
  4. Go through the wizard
  5. Restore the configuration of 1.4.4 (Setting -> Restore -> Select backup file)

New function

  1. xTeVe internal
  • Generate the XEPG files faster
  • xTeVe updates are now coming from GitHub
  • Open Source
  1. Buffer
  • HLS / M3U8 support
  • Support HLS with adaptive bandwidth.
  • Buffer support for xteve.m3u
  • Re-streaming. Different clients can stream the same channel at the same time (Plex / Emby / M3U)
  1. Playlist
  • Separate tuner setting for each playlist
  1. Filter
  • New filters (Group Filter)
  1. Mapping
  • Custom channel logos
  1. Settings
  • Image caching (All images of the XMLTV file can be cached)

Bug fixes

  • Lots :)