Files
fegger 8393271ee3 Refactor cover art handling and improve accessibility
- Extract cover art fetching logic into a dedicated useCoverArt hook
- Replace duplicate cover art fetching code in MopidyPanel with the new hook
- Improve accessibility in App.jsx by using proper ARIA attributes (aria-selected, role="tab")
- Add Flask dependency to requirements.txt for now-playing service
- Add Content-Length limit to bandcamp-api to prevent DoS attacks
- Remove MopidyPanel.jsx.bak file

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 14:40:44 +02:00

9 lines
243 B
Plaintext

# Dependencies for snapcast-now-playing.py
# Install with: pip3 install -r scripts/requirements.txt
# HTTP framework for the now-playing service
flask
# Significantly faster FFT for the visualizer (falls back to pure Python if absent)
numpy