mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
a8cfff0b62
* feat(library): local lossless index, filters, and conserve dedicated page Add SQLite-backed lossless album browse and advanced-search filtering, wire All Albums and artist/album lossless drill-down mode, and hide the standalone /lossless-albums nav entry from sidebar visibility settings (conserved route, default off). * docs(release): note lossless local index in CHANGELOG and credits (PR #871)
8 lines
412 B
TypeScript
8 lines
412 B
TypeScript
export const losslessAlbums = {
|
|
empty: 'No lossless albums in this library yet.',
|
|
unsupported: 'This server does not expose the metadata needed to find lossless albums.',
|
|
slowFetchHint: 'Loads slower than other album pages — Psysonic walks the full song catalog by quality.',
|
|
modeBanner: 'Lossless mode — showing FLAC, WAV, and other lossless formats only.',
|
|
modeBannerExit: 'Show all formats',
|
|
};
|