SpotiFLAC-Mobile/lib/models
zarzet 7c4309955e feat: add separate filename format for singles and EPs (#271)
Add singleFilenameFormat setting so singles/EPs can use a different filename template than albums. The format editor is reused with custom title/description. Dart selects the correct format based on track.isSingle before passing to Go, so no backend changes needed. Also fix isSingle getter to include all EPs regardless of totalTracks. Closes #271
2026-04-13 23:32:13 +07:00
..
download_item.dart feat: track byte-level download progress for extension downloads 2026-03-27 21:58:01 +07:00
download_item.g.dart feat: track byte-level download progress for extension downloads 2026-03-27 21:58:01 +07:00
settings.dart feat: add separate filename format for singles and EPs (#271) 2026-04-13 23:32:13 +07:00
settings.g.dart feat: add separate filename format for singles and EPs (#271) 2026-04-13 23:32:13 +07:00
theme_settings.dart chore: cleanup unused code and dead imports 2026-01-20 02:10:10 +07:00
track.dart feat: add separate filename format for singles and EPs (#271) 2026-04-13 23:32:13 +07:00
track.g.dart feat: add totalTracks to Track model and refine EP/single classification (#202) 2026-03-11 01:14:12 +07:00