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

Scipt searchs wrong local albums for specific artist #51

Open
JohnnyBee2 opened this issue Dec 19, 2016 · 0 comments
Open

Scipt searchs wrong local albums for specific artist #51

JohnnyBee2 opened this issue Dec 19, 2016 · 0 comments

Comments

@JohnnyBee2
Copy link

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?

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

1 participant