github euzu/tuliprox v3.1.3
Release v3.1.3

latest releases: v3.2.0, v3.1.8, v3.1.7...
7 months ago

v3.1.3

  • Fixed xtream codes series info duplicate fields problem.
  • Fixed series info container_extension problem.
  • Mapper script can have blocks now.
    For example, you want to write a if then else block
  # Maybe there is no station
  station = @Caption ~ "(ABC)"
  match {
     station => {
        # if block
        # station exists
     }
     # optional any match as else block
     _ => {
         # else block
         # station does not exists
     } 
  }
  • New BuiltIn Mapper function first. When you use Regular expressions it could be that your match contains multiple results.
    The builtin function first returns the first match.

Don't miss a new tuliprox release

NewReleases is sending notifications on new releases.