!Apply WebUI-Fix from web.tar.gz!
- Added scheduler to update lists in server mode.
- Added Xtream Cluster Live, Video, Series. M3u Playlist cluster guessing through video file endings.
- Added api-proxy config for xtream proxy, to define server info and user credentials
- Added Xtream Api Endpoints.
- Added M3u Api Endpoints.
- Added multiple input support
- Added Messaging with opt in message types [info, error, stats]
- Added Telegram message support
- Added Target watch for groups
- Fixed TLS problem with docker scratch
- Added simple stats
- Target Output is now a list of multiple output formats, !breaking change!
- RegExp captures can now be used in mapper attributes
- Added file download to a defined directory in config
- Refactored web-ui
- Added XMLTV support
Changes in config.yml
messaging:
notify_on:
- error
- info
- stats
telegram:
bot_token: '<your telegram bot token>'
chat_ids:
- <your telegram chat_id>
schedule: '0 0 0,8,18 * * * *'api-proxy.yml
server:
protocol: http
ip: 192.168.9.3
http_port: 80
https_port:
rtmp_port:
timezone: Europe/Paris
message: Welcome to m3u-filter
user:
- target: pl1
credentials:
- {username: x3452, password: ztrhgrGZrt83hjerter}