2022-06-30, 21:55
well, @arneson, this is how it went:
- same as plugin://context.item.tidal2/search_field/artist/"SEARCHTERM"
with this it will search for "madonna", but it will now display the search results in its own window that will pop-up, overriding the search window. if i come back from that window, search results will be cleared. if i enter any other search term after that, like "kelly clarkson" it will show "madonna" again.
previous problem was that it popped the search window, now it opens it's own results window.
i also tried this, but no change:
- i just thought it could make a change, that's practically plugin://context.item.tidal2/search_field/artist/"SEARCHTERM"/
then i tried fuzzy...if it's "plugin://context.item.tidal2/search_fuzzy_fields/<artist>/<title>/<album>/<albumartist>/<year>"
then, from your example, i need something like this to search for an artist:
it does find kelly and it only finds exactly "kelly clarkson" unlike when i did an artist search in the first example, but it still pops up its own window. if i search for something else after that, it will still show kelly clarkson.
i don't know why this one so different to other addons that were easy to implement
it opens its own search results window for some reason and it doesn't refresh on "back" after the search so when i call it again, it just displays the first search result again over and over again.
i guess this just won't work out of the box with this and there's nothing i can do about that.
i'm using spotify for years and recently added tidal to check this plugin out. i fell in love with it because it's so much more complete than spotify so these days i've been moving my whole spotify library and playlists to tidal so i can use it more
Code:
<property name="widgetPath" tag="property" attribute="name|list" value="DefaultSearch-TidalArtists">plugin://context.item.tidal2/search_field/artist/"</property>
<property name="widgetPath2" tag="property" attribute="name|list" value="DefaultSearch-TidalArtists">"</property>
- same as plugin://context.item.tidal2/search_field/artist/"SEARCHTERM"
with this it will search for "madonna", but it will now display the search results in its own window that will pop-up, overriding the search window. if i come back from that window, search results will be cleared. if i enter any other search term after that, like "kelly clarkson" it will show "madonna" again.
previous problem was that it popped the search window, now it opens it's own results window.
i also tried this, but no change:
Code:
<property name="widgetPath" tag="property" attribute="name|list" value="DefaultSearch-TidalArtists">plugin://context.item.tidal2/search_field/artist/"</property>
<property name="widgetPath2" tag="property" attribute="name|list" value="DefaultSearch-TidalArtists">"/</property>
then i tried fuzzy...if it's "plugin://context.item.tidal2/search_fuzzy_fields/<artist>/<title>/<album>/<albumartist>/<year>"
then, from your example, i need something like this to search for an artist:
Code:
<property name="widgetPath" tag="property" attribute="name|list" value="DefaultSearch-TidalArtists">plugin://context.item.tidal2/search_fuzzy_fields/"</property>
<property name="widgetPath2" tag="property" attribute="name|list" value="DefaultSearch-TidalArtists">"/+/+/+/+/</property>
it does find kelly and it only finds exactly "kelly clarkson" unlike when i did an artist search in the first example, but it still pops up its own window. if i search for something else after that, it will still show kelly clarkson.
i don't know why this one so different to other addons that were easy to implement
it opens its own search results window for some reason and it doesn't refresh on "back" after the search so when i call it again, it just displays the first search result again over and over again.
i guess this just won't work out of the box with this and there's nothing i can do about that.
i'm using spotify for years and recently added tidal to check this plugin out. i fell in love with it because it's so much more complete than spotify so these days i've been moving my whole spotify library and playlists to tidal so i can use it more