feat: add file format library quality label

This commit is contained in:
zarzet
2026-08-27 16:50:46 +07:00
parent 4609e59806
commit 2b117415ae
20 changed files with 137 additions and 5 deletions
+3 -2
View File
@@ -7,6 +7,7 @@ part 'settings.g.dart';
class AppSettings {
static const String homeFeedProviderOff = '__off__';
static const String libraryQualityLabelBitrate = 'bitrate';
static const String libraryQualityLabelFileFormat = 'file_format';
static const String libraryQualityLabelBitDepthOnly = 'bit_depth_only';
static const String libraryQualityLabelBitDepth = 'bit_depth';
static const String libraryQualityLabelBitDepthBitrate = 'bit_depth_bitrate';
@@ -42,8 +43,8 @@ class AppSettings {
/// 'last' (keep last used), 'all', 'albums', 'singles', or 'playlists'.
final String defaultLibraryView;
/// Library badge text: measured bitrate, bit depth, bit depth/sample rate,
/// or the combined bit depth/bitrate label.
/// Library badge text: measured bitrate, file format, bit depth,
/// bit depth/sample rate, or the combined bit depth/bitrate label.
final String libraryQualityLabelMode;
final bool askQualityBeforeDownload;
final bool enableLogging;