-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSabaki.bat
49 lines (25 loc) · 1.3 KB
/
Sabaki.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
@echo off
:: If you want to start Sabaki with music click on"Sabaki_music.bat"
:: for Windows or Sabaki.sh for Linux. If you don´t want music run it
:: as usual.
:: This music is for demonstration purposes and it is likely to play
:: on Windows PCs, but will only be played the here specified file,
:: you can have more features by installing MPV, by commenting this,
:: and by commenting out any of the next two below sections.
start %appdata%\Sabaki\music\chinese.ogg /min
timeout /t 3 /nobreak > NUL
:: Download MPV and extract it in %appdata%/sabaki/music, then, all
:: media files that you throw inside "music" will be shuffled and
:: played, provide extra extensions you may need to the mpv line
:: below... then be sure to have this uncommented:
:: cd %appdata%\Sabaki\music
:: mpv *.ogg *.mp3 --shuffle --loop --volume 60
:: Uncomment this to listen to radio, you can find IPs of
:: many of them available here: https://www.xatworld.com/radio-
:: search/, default is a traditional Chinese one.
:: cd %appdata%\Sabaki\music
:: mpv http://104.243.40.126:80
:: DO NOT COMMENT THIS
:: Specify the path to Sabaki folder here :
cd "C:\Program Files\Sabaki\"
start /max Sabaki.exe