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

add support for wildcard when searching album #3

Closed
ScrumpyJack opened this issue Jan 7, 2019 · 1 comment
Closed

add support for wildcard when searching album #3

ScrumpyJack opened this issue Jan 7, 2019 · 1 comment

Comments

@ScrumpyJack
Copy link

Not sure if the Subsonic API would allow that. Is that even possible?

❯ ve/bin/pSub album *      
Usage: pSub album [OPTIONS] SEARCH_TERM
Try "pSub album -h" for help.

Error: Got unexpected extra arguments (pSub.py README.md setup.py ve)
@sammoth-ripjar
Copy link
Collaborator

It should be possible. In my tests running something like psub album "*stone*" will return no results but then hitting enter and repeating the search term "*stone*" returns all albums with "stone" in the title. This feels like a string handling issue. I'll take a look and close this issue when I have a better answer.

@mj2p mj2p closed this as completed Jan 19, 2022
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

3 participants