-
Notifications
You must be signed in to change notification settings - Fork 0
/
workflow.bat
61 lines (41 loc) · 852 Bytes
/
workflow.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@Echo OFF
echo *** About to download cover art...
pause
cover_downloader.py
rem echo .
rem echo .
rem echo .
rem echo .
rem echo .
rem echo *** About to open up cover art download script in notepad...
rem pause
rem notepad get-art.log
echo .
echo .
echo .
echo .
echo .
echo *** About to run cover art download script...
pause
call get-art.bat
echo .
echo .
echo .
echo .
echo .
echo *** Here is where we would go through the art files in an image viewer and delete the incorrect ones, leaving only 1 correct art per song
pause
echo .
echo .
echo .
echo .
echo .
echo *** Here is where we would run wedding_party.py if we wanted to separate the files with art into another folder for some reason
pause
echo .
echo .
echo .
echo .
echo .
echo *** About to run cover_embedder to embed the art into the song files...
cover_embedder.py