Privacy
Short, practical summary of what this site logs and why.
What is collected & stored
Anonymous traffic logs for security and basic operations.
- Access logs (visitor hash, request time, path, status code, and response size).
- Playback logs (visitor hash + track + album + seconds listened).
- Temporarily stored IP addresses for clients triggering automated‑scan detection (for abuse prevention).
What is not collected
No cookies, ad tracking, fingerprinting, or third‑party analytics.
No form submissions are stored on the server.
Why it is collected
To keep the site secure, measure basic usage, and detect abuse.
Processing is based on legitimate interest and data minimization.
Retention
Logs are retained indefinitely only where visitor data is anonymized.
Visitor hashes rotate daily and are not linked across days.
Example log format
This is what the anonymized access log looks like:
[2026-01-28 - 21:10:33] visitor=8c3c7d2f0b8a "GET /music" 200 bytes=10240
Code snippet
Daily rotating visitor hash (example):
visitor_id = hmac(secret, f"{ip}|{date}")[:12]
Your choices
This site does not allow you to register an account.
If you have any questions or privacy concerns, please reach out via the contact page.