When i do this :
pytrack = track.track_from_filename(mp3)
s = song.Song(pytrack.song_id)
track_ids = s.get_tracks('musixmatch-WW')
It returns always an empty list (track_ids = []) Can you help me please ?
When i do this :
pytrack = track.track_from_filename(mp3)
s = song.Song(pytrack.song_id)
track_ids = s.get_tracks('musixmatch-WW')
It returns always an empty list (track_ids = []) Can you help me please ?