Skip to content

issues Search Results · repo:lcharlick/python-metallum language:Python

Filter by

10 results
 (60 ms)

10 results

inlcharlick/python-metallum (press backspace or delete to remove)

I think adding self._session.proxies = {...} to Metallum/__init__ with some respective option will work just fine.
  • mosfet07
  • Opened 
    on Aug 3, 2024
  • #19

The rest of the modules are just fine, requests_cache included but requests_cache.core doesn t seem to be a thing? I ve tried on two computers and both fail. Removing the import and the one time it is ...
  • ghost
  • 2
  • Opened 
    on Jan 15, 2022
  • #13

Hi Lachlan I just wanted to propose a small improvement that could allow to get the total number of reviews for the specific album: class Album(MetallumEntity): ... @property def reviews_count(self) ...
  • mosfet07
  • Opened 
    on Dec 28, 2019
  • #10

album_for_id() returns correct data: metallum.album_for_id(104072).title - Äpäre but band_for_id().albums[].title doesn t: metallum.band_for_id(2052).albums[6].title - Ã\x84päre Same when writing ...
  • mosfet07
  • 2
  • Opened 
    on Dec 27, 2019
  • #9

Hi, great work. I am finding it really useful. Is there an easy way to get the total duration for an album without having to add up all the individual track durations?
  • bmdenny
  • 1
  • Opened 
    on Apr 10, 2019
  • #8

BandResult only has properties to extract the data from index 0 to 2 which is sufficient for the most basic query result: print(metallum.band_search( Iron Maiden )) [ SearchResult: Iron Maiden | Heavy ...
  • jogoe222
  • Opened 
    on Jan 27, 2019
  • #7

https://github.com/lcharlick/python-metallum/blob/7c6ac8d512bed028bcf052308bbaf54f2eafbba3/metallum.py#L309 In some cases genres not only contain information in parentheses but the information contains ...
  • jogoe222
  • 1
  • Opened 
    on Jan 26, 2019
  • #6

Getting a forbidden response, probably due to the recent MA migration
bug
  • lcharlick
  • Opened 
    on Nov 1, 2018
  • #4

Hi, awesome work here! When I do search bands by country, e.g. bands = metallum.band_search( * ,strict=False, countries=[ US ]) only 200 results (results in the first page when the search is performed ...
  • 8135tao
  • 2
  • Opened 
    on Oct 20, 2018
  • #3

Hi. Thanks by this work! How I get info from a particular band that has homonym band in MA? E. g.: screenshot_20181009_105634
  • vmorenomarin
  • 1
  • Opened 
    on Oct 9, 2018
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub