Skip to content

Instantly share code, notes, and snippets.

@Cajivah
Cajivah / tidal_login.py
Last active November 21, 2025 13:28 — 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()
@nsyntych
nsyntych / tidal_login.py
Created October 21, 2024 22:41
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()
@fryfrog
fryfrog / radarr_symlink_torrent.sh
Last active September 29, 2023 15:58
A Radarr post processing script to turn copied torrent imports into symlinks, strongly encourage hard link setup instead.
@thiagoh
thiagoh / watchfiles.md
Last active June 8, 2023 15:56
watchfiles: Watch multiple files and execute bash commands as file changes occur

watchfiles

  • author: Thiago Andrade thiagoh@gmail.com
  • license: GPLv3
  • description:
  • watches the given paths for changes
  • and executes a given command when changes occur
  • usage:
  • watchfiles <paths...>