feedBack/lib
Job 97f3516ac9 feat: add 'Auto-filter by instrument' toggle in Gameplay settings
- New checkbox in Settings → Gameplay (on by default)
- When enabled, the song library auto-filters to the current
  instrument's arrangements as before
- When disabled, the library shows all songs regardless of instrument
- Persisted to config.json as auto_filter_instrument (boolean)
- Hydrated on settings load, checked before auto-filter apply
2026-07-17 20:16:57 +02:00
..
routers feat: add 'Auto-filter by instrument' toggle in Gameplay settings 2026-07-17 20:16:57 +02:00
acoustid_match.py
appconfig.py refactor(server): extract /api/tunings into routers/tunings.py + lib/appconfig.py (R3) (#858) 2026-07-11 01:43:19 +02:00
appstate.py feat: extract instruments from hardcoded logic into plugins 2026-07-16 20:43:11 +02:00
audio_effects_db.py
audio.py
builtin_content.py refactor(server): carve builtin-content seeding into lib/builtin_content.py (R3b) (#900) 2026-07-12 00:50:50 +02:00
demo_mode.py fix(demo): the janitor re-entry guard actually works now (#902) (#909) 2026-07-12 11:30:53 +02:00
diagnostics_bundle.py
diagnostics_hardware.py
diagnostics_redact.py
dlc_paths.py perf(paths): resolve the library root once, not on every path check (#966) 2026-07-14 19:48:39 +02:00
drums.py
enrichment.py fix(sloppak): the full mix is a stem — drop the invented original_audio key (#946) 2026-07-13 12:22:42 -04:00
env_compat.py
gp2midi.py
gp2notation.py
gp2rs_gpx.py
gp2rs.py
gp8_audio_sync.py
gp_autosync.py
instruments.py docs: add module/class docstrings, fix file headers to match conventions 2026-07-17 16:15:23 +02:00
jsonc.py
library_registry.py refactor(server): extract library + collections routes + the provider registry (R3) (#866) 2026-07-11 14:56:12 +02:00
logging_setup.py
loosefolder.py
lyrics_transcribe.py fix: remote transcription posts to /transcribe, not /align (stem-splitter#17) (#959) 2026-07-14 01:58:24 -04:00
mb_match.py
metadata_db.py fix: smart-mode filter uses simple name matching for non-standard arrangement types 2026-07-17 20:00:41 +02:00
midi_import.py
notation_lift.py
notation.py
progression.py feat: extract instruments from hardcoded logic into plugins 2026-07-16 20:43:11 +02:00
reqfields.py
safepath.py perf(paths): resolve the library root once, not on every path check (#966) 2026-07-14 19:48:39 +02:00
scan_worker.py
scan.py perf(scan): skip full library re-stat when the tree is unchanged (#979) 2026-07-15 21:23:10 +02:00
sloppak.py feat(song-info): publish the playable stem list so stems can preload (fixes the 698ms freeze) (#972) 2026-07-15 00:36:13 +02:00
song_score.py
song.py
songmeta.py
tailwind_rebuild.py fix(tailwind): stop the dev server rewriting a tracked file (#911) (#918) 2026-07-12 13:25:16 +02:00
tones.py
tunings.py docs: add why-comments to all changed sections across the codebase 2026-07-17 18:42:25 +02:00
vocal_pitch.py
wem_decode.py
xp.py