This commit is contained in:
afkarxyz
2025-12-13 11:43:17 +07:00
parent 76669f551e
commit 5c1d6619b5
36 changed files with 3174 additions and 1354 deletions
+2
View File
@@ -25,6 +25,7 @@ export interface Settings {
albumSubfolder?: boolean;
trackNumber: boolean;
sfxEnabled: boolean;
embedLyrics: boolean;
operatingSystem: "Windows" | "linux/MacOS"
}
@@ -81,6 +82,7 @@ export const DEFAULT_SETTINGS: Settings = {
filenameTemplate: "{title} - {artist}",
trackNumber: false,
sfxEnabled: true,
embedLyrics: false,
operatingSystem: detectOS()
};