Skip to content

Releases: shazamio/ShazamIO

Big update 0.2.0.0!

23 Jun 09:28
7ec7a3d
Compare
Choose a tag to compare

Fix SEARCH_ARTIST (New API Method)
Added black.
Micro fixes.
Added tests.
Change min python 3.6 to 3.8+

Small fixes

15 May 18:05
0d971a8
Compare
Choose a tag to compare
Merge pull request #23 from dotX12/dev

Fixes tests

0.1.1.0 Fixes and Changes name attrs

09 Apr 18:31
6b93f34
Compare
Choose a tag to compare

Fixes for #18:
Models added for TrackInfo._sections:
LyricsSection
ArtistSection

Changed access to attributes:

 timeskew - > time_skew
 frequencyskew -> frequency_skew
 tabname -> tab_name
 toptracks -> top_tracks
 lyricsid -> lyrics_id
 providername -> provider_name
 commontrackid -> common_track_id
 beacondata -> beacon_data
 retryms -> retry_ms

Update pypi docs

22 Feb 12:37
Compare
Choose a tag to compare

Update pypi docs

Release 0.1.0.

22 Feb 12:25
Compare
Choose a tag to compare
  • More serialization factories.
  • Added support for getting youtube link to a song CLICK.
  • Serializers work in a new format.

0.0.6 - Support bytes for recognize song

10 Jan 21:33
72c22fd
Compare
Choose a tag to compare
  • added support for recognizing songs from bytes.

ShazamIO 0.0.5

09 Jul 20:17
Compare
Choose a tag to compare

Added a new method for counting the number of listens about track (listening_counter).

ShazamIO 0.0.4

28 Jun 09:05
7ab7c36
Compare
Choose a tag to compare

Added different user agents for the headers. Because shazam reduces the request speed for the user agent.

ShazamIO 0.0.3

12 Jun 16:39
Compare
Choose a tag to compare

Add support Python3.6.
Changed data serialization code.
Now two functions are used to serialize data: serialize_track, serialize_artist

Previously, a factory was created for every action. Now it is created 1 time at startup.

https://pypi.org/project/shazamio/