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

Added new functionality including song search functionality, added additional search parameters #17

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jogoe222
Copy link

@jogoe222 jogoe222 commented Mar 27, 2023

  • Added functionality for the song search feature (song_search and SongResult and a change in the link parsing to extract the song ID)
  • Added additional search parameters for band_search and album_search such as release formats (there's a pull request for this by @pabe-github), additional notes etc.
  • Integrated the "similar artists" feature from @msanlop's fork and pull request, including the README example
  • Fixed the requests_cache.core import issue
  • "Lyrical themes" has since been renamed to just "Themes"
  • Added an other property to band_search results to allow access to additional search result parameters (issue by me Queries resulting in more than just the basic band information #7)

* fix existing doctests
* add song search functionality as song_search
* add SongResult class for song_search results
* add doctests for song_search & SongResult
* add method "other" to BandResult to access additional result values
@jogoe222 jogoe222 closed this Mar 27, 2023
@jogoe222 jogoe222 reopened this Mar 27, 2023
…s where there are several bands

* fix the genre property to work for collaboration releases where the genres of several bands are listed
YisusChrist added a commit to YisusChrist/python-metallum that referenced this pull request Feb 11, 2024
…ch parameters

- Added functionality for the song search feature (song_search and SongResult and a change in the link parsing to extract the song ID)
- Added additional search parameters for band_search and album_search such as release formats (there's a pull request for this by @pabe-github), additional notes etc.
- Integrated the "similar artists" feature from @msanlop's fork and pull request, including the README example
- Fixed the requests_cache.core import issue
- "Lyrical themes" has since been renamed to just "Themes"
- Added an other property to band_search results to allow access to additional search result parameters (issue by me Queries resulting in more than just the basic band information lcharlick#7)

Original pull request: lcharlick#17
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

Successfully merging this pull request may close these issues.

1 participant