save changes

This commit is contained in:
2025-09-17 19:59:53 +02:00
parent b153826a0d
commit f8adaf050e
14 changed files with 1979 additions and 499 deletions

View File

@ -43,7 +43,7 @@ interface Server {
}
const DEFAULT_SIZE: Size = { width: 720, height: 1280 };
const FOLDER = process.argv[2] || process.env.MUSICSPOT_FOLDER || 'oputstise';
const FOLDER = process.argv[2] || process.env.MUSICSPOT_FOLDER || 'zagreb';
const FOLDER_SAFE = FOLDER.replace(/[/\\?%*:|"<>]/g, '_');
const GENERATED_DIR = path.resolve('generated');
@ -234,7 +234,7 @@ async function main() {
serverForVideo.baseUrl!,
serverForVideo.outputDir!,
DEFAULT_SIZE,
true,
false,
true
);