2.0.5(2024-10-16)
- input url supports now scheme
file://...(which is not necessary because file paths are supported). Gzip files are also supported. - sort takes now a sequence for channel values which has higher priority than sort order
- fixed error handling in filter parsing
NOTfilter is nownon greedy.NOT Name ~ "A" AND Group ~ "B"wasNOT (Name ~ "A" AND Group ~ "B"). Now it is(NOT Name ~ "A") AND Group ~ "B"- Implemented workaround for missing tvg-ID