minim icon indicating copy to clipboard operation
minim copied to clipboard

A collection of music service (iTunes, Qobuz, Spotify, TIDAL) APIs for media information retrieval and semi-automated music tagging.

Results 8 minim issues
Sort by recently updated
recently updated
newest added

It needs more than 100MB of disk space when installed on a Raspberry Pi. Is it possible to reduce that size? ``` Successfully installed alabaster-0.7.16 anyio-4.3.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 async-lru-2.0.4...

enhancement

There are a few ambitious overhauls I'd like to do before the 1.0.0 release of Minim: **General** - [x] Update documentation to have consistency between the different submodules, with the...

The Python 3.12.3 shows warnings in file spotify.py: ``` >>> from minim.spotify import WebAPI /home/pi/minim/src/minim/spotify.py:785: SyntaxWarning: invalid escape sequence '\?' re.search(f'{self._redirect_uri}\?(.*?)"', /home/pi/minim/src/minim/spotify.py:1153: SyntaxWarning: invalid escape sequence '\d' self._port = re.search("localhost:(\d+)",...

bug

When i login through tidal with the PKCE flow, i dont understand how to do this step: `After authorizing Minim to access TIDAL on your behalf, copy and paste the...

question

when trying to use the tidal private API, i get an error when authorizing through the web ``` from minim import tidal import os from dotenv import load_dotenv load_dotenv() TIDAL_CLIENT_ID...

question

Thanks so much to everyone who has showed interest in and/or used Minim. I never thought it would receive this much attention! After all, this is just a personal project...

I've been playing around with the code for a while, and tried to get an image from the get_image function in Tidal, but I keep getting this returned instead of...

bug