Files
Barış Keser db8a83823b Just Music Premium — Spotify tarzı QtWebEngine müzik çalar
- Web arayüzü (HTML/CSS/JS) + yerli DSP ses motoru (numpy/scipy/sounddevice)
- QWebChannel köprüsü, sunucu/port yok, app:// özel şeması
- 30 EQ preset + efekt paneli, karaoke, ruh hali motoru, FFT görselleştirici
- yt-dlp Python kütüphanesi + gömülü ffmpeg/deno; Lyrica ile senkron sözler
- Klip modu: internetten akış (indirme yok), gömülü görünüm + kalıcı mini oynatıcı
2026-07-17 19:02:51 +03:00

22 lines
515 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.venv/
__pycache__/
*.pyc
build/
dist/
*.spec
# Gömülü ikili araçlar (ffmpeg.exe ~141 MB, deno.exe ~95 MB, yt-dlp.exe ~17 MB).
# GitHub tek dosya için 100 MB sınırı koyar; bu yüzden depoya EKLENMEZ.
# Derlemeden önce bin/ klasörüne kendiniz indirin (bkz. README "Kurulum").
bin/
# Bilgi grafiği çıktısı (graphify ile üretilir; kaynak değil)
graphify-out/
# Yerel kütüphane / indirilen medya
*.mp3
*.m4a
*.webm
# logo.ico ve justmusic/assets/logo.png korunur (uygulama/derleme varlıkları)