Releases: xteve-project/xTeVe
Releases · xteve-project/xTeVe
2.2.0
New function
- xTeVe internal
- Improved database performance. Thanks to @raf02
- New XMLTV tags (rating, credits)
- Mapping
- Dummy length up to 360 minutes
- 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
New function
- 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
- 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
New function
- xTeVe internal
- Add xml tag premiere to xteve.xml
- User-Agent from the settings is now also used by VLC and FFmpeg.
- Mapping
- Channel Description
- 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
New function
- xTeVe internal
- After saving the mapping, the files xteve.m3u and xteve.xml are created faster.
- 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
New function
- 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
New function
- xTeVe internal
- Add Content-Type
video/m2ts
to buffer whitelist
- Mapping
- Original group title is shown in the Mapping Editor
Bug fixes
- Fixed, incorrect original-air-date
2.0.1
Migration from 1.4.4 to 2.0.1 - Binary must have the permission to execute
Web Interface:
- Make a backup of 1.4.4 (Settings -> Backup)
- Exit xTeVe 1.4.4
- Start xTeVe 2.0.1
- Go through the wizard
- Restore the configuration of 1.4.4 (Setting -> Restore -> Select backup file)
Command line - CLI
- Open a terminal
- Go to the folder where the xTeVe binary is located
cd /path/to/xteve/folder/
- Restore a backup file
./xteve -restore /path/to/backup/xteve_backup_YYYYMMDD_HHMM.zip
- Start xTeVe
New function
- 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
- 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
- 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
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
- Make a backup of 1.4.4 (Settings -> Backup)
- Exit xTeVe 1.4.4
- Start xTeVe 2.0.0
- Go through the wizard
- Restore the configuration of 1.4.4 (Setting -> Restore -> Select backup file)
New function
- xTeVe internal
- Generate the XEPG files faster
- xTeVe updates are now coming from GitHub
- Open Source
- 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)
- Playlist
- Separate tuner setting for each playlist
- Filter
- New filters (Group Filter)
- Mapping
- Custom channel logos
- Settings
- Image caching (All images of the XMLTV file can be cached)
Bug fixes
- Lots :)