ReplayGain

This commit is contained in:
zotify 2023-07-31 18:14:25 +12:00
parent 30721125ef
commit 911c29820a
13 changed files with 171 additions and 141 deletions

View file

@ -93,7 +93,7 @@ Here's a very simple example of downloading a track and its metadata:
```python
import zotify
session = zotify.Session(username="username", password="password")
session = zotify.Session.from_userpass(username="username", password="password")
track = session.get_track("4cOdK2wGLETKBW3PvgPWqT")
output = track.create_output("./Music", "{artist} - {title}")