You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags return on partial matches. If I have items tagged, "TV", "Anime TV", "Kids TV", all results will be returned, when only "TV" should be returned.
Below is the example script I've been testing with, it's basic from the readme, simply added the tag param.
plugin://script.skin.helper.widgets/?action=next&mediatype=episodes&tag=TV&reload=$INFO[Window(Home).Property(widgetreload)]
And here is a working tag with a space, properly returns only items tagged "Kids TV".
plugin://script.skin.helper.widgets/?action=next&mediatype=episodes&tag=Kids TV&reload=$INFO[Window(Home).Property(widgetreload)]
The text was updated successfully, but these errors were encountered:
Tags return on partial matches. If I have items tagged, "TV", "Anime TV", "Kids TV", all results will be returned, when only "TV" should be returned.
Below is the example script I've been testing with, it's basic from the readme, simply added the tag param.
plugin://script.skin.helper.widgets/?action=next&mediatype=episodes&tag=TV&reload=$INFO[Window(Home).Property(widgetreload)]
And here is a working tag with a space, properly returns only items tagged "Kids TV".
plugin://script.skin.helper.widgets/?action=next&mediatype=episodes&tag=Kids TV&reload=$INFO[Window(Home).Property(widgetreload)]
The text was updated successfully, but these errors were encountered: