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

Wish to add advanced search function #46

Closed
tumuyan opened this issue Mar 13, 2021 · 2 comments
Closed

Wish to add advanced search function #46

tumuyan opened this issue Mar 13, 2021 · 2 comments

Comments

@tumuyan
Copy link

tumuyan commented Mar 13, 2021

Right now I can only search by one keyword, such as searching for albums, artists, and organizations individually.
When the album name is more common, the number of search results can be very large.
I wish to add an advanced search function to post two or three search keys at the same time (just like https://vgmdb.net/search )

@jprjr
Copy link
Contributor

jprjr commented Aug 24, 2021

Just an FYI, you can use a space as a separator for multiple terms, just need to make sure it's escaped. Some example URLs

@tumuyan
Copy link
Author

tumuyan commented Aug 24, 2021

Just an FYI, you can use a space as a separator for multiple terms, just need to make sure it's escaped. Some example URLs

Thanks for your reply. but that is not accurate.
I want to get the album cover from vgmb and provide it to musicbee. And I have analysis the http request from vgmb.net (not vgmbdb.info) and write a plug.
https://github.com/tumuyan/MusicBeePlug_AlbumCover/blob/vgmdb/TestCSharpDll.cs

@tumuyan tumuyan closed this as completed Aug 24, 2021
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