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