Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoTimer - enigma2 v6.5 not saving tags (possibly also inc/exc filters) #417

Closed
wedebe opened this issue Feb 22, 2021 · 0 comments
Closed

Comments

@wedebe
Copy link
Contributor

wedebe commented Feb 22, 2021

Creating this timer in enigma2 6.4 (I'm using OpenATV) correctly saves tag values

/autotimer/edit?match=New%20Name%20000&name=000%20New%20Name&enabled=1&justplay=0&setEndtime=0&searchCase=insensitive&overrideAlternatives=1&avoidDuplicateDescription=0&searchType=partial&maxduration=&counter=0&offset=&timespanFrom=&timespanTo=&before=&after=&services=&bouquets=&autoadjust=0&allow_duplicate=1&avoidDuplicateMovies=0&vps_enabled=0&vps_overwrite=1&series_labeling=0&afterevent=default&tag=Comedy&tag=Comedy%20Series&tag=Consumer

 <timer name="004 New Name" match="New Name 000" enabled="yes" id="1" overrideAlternatives="1">
  <tag>Comedy</tag>
  <tag>Comedy Series</tag>
  <tag>Consumer</tag>
 </timer>

However, 6.5 ignores the tags.

 <timer name="004 New Name" match="New Name 000" enabled="yes" id="1" overrideAlternatives="1">
 </timer>

src/AutoTimerResource.py appears to utilise req.args.get("tag") yet elsewhere (eg. services) uses get("services")

I believe the include/exclude filters may also be affected (also using req.args.get) but haven't yet fully tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants