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
The command:
RunScript(script.extendedinfo,info=artistdetails,artistname='$INFO[ListItem.Artist]',silent=False)
also searches albums at the local library by album name.
I found the problem (small error) when the library has more albums with the same name (Greatest Hits, The Hits, The Best ....) for various artists, script.extendedinfo searches for the first album in the database and mixed albums from various artists.
For example we've got 1000 albums, 100 has the same name. if we start to search, it will find position with this name album but not for artist that we want.
I think that, JSON command should search for albums by artist name and album name.
Can you fix it, please?
The text was updated successfully, but these errors were encountered:
The command:
RunScript(script.extendedinfo,info=artistdetails,artistname='$INFO[ListItem.Artist]',silent=False)
also searches albums at the local library by album name.
I found the problem (small error) when the library has more albums with the same name (Greatest Hits, The Hits, The Best ....) for various artists, script.extendedinfo searches for the first album in the database and mixed albums from various artists.
For example we've got 1000 albums, 100 has the same name. if we start to search, it will find position with this name album but not for artist that we want.
I think that, JSON command should search for albums by artist name and album name.
Can you fix it, please?
The text was updated successfully, but these errors were encountered: