Skip to content

Instantly share code, notes, and snippets.

View Cajivah's full-sized avatar

Jakub Małyjasiak Cajivah

View GitHub Profile
@Cajivah
Cajivah / tidal_login.py
Last active November 17, 2025 13:10 — forked from nsyntych/tidal_login.py
Login to tidal API using PKCE and update strawberry player settings to support Hi-Res Lossless playback
#!/usr/bin/python3
import tidalapi
import json
from pathlib import Path
from configparser import ConfigParser
strawberry_conf_file_path = str(Path.home()) + "/.config/strawberry/strawberry.conf"
strawberry_conf_file = ConfigParser()