Skip to content

Commit 35ffd06

Browse files
author
NoAiOne
committed
README: Update
1 parent 0e1cdac commit 35ffd06

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="https://media.discordapp.net/attachments/558322816995426305/687238504190574598/CocoOkite.gif"><br>
33
N4O VTuber Recording Tools
44
</h1>
5-
<p align="center"><b>Version 1.9</b><br><i>A rabbit hole you shouldn't enter, once entered you can't get out.</i></p>
6-
<p align="center">Created by: <b>N4O</b><br/>Last Updated: <b>24/04/2020</b></p>
5+
<p align="center"><b>Version 2.0</b><br><i>A rabbit hole you shouldn't enter, once entered you can't get out.</i></p>
6+
<p align="center">Created by: <b>N4O</b><br/>Last Updated: <b>01/05/2020</b></p>
77
<p align="center"><a href="https://github.com/noaione/vthell/releases"><strong>Download</strong></a></p>
88

99
**Table of Contents**:
@@ -317,7 +317,16 @@ So if you want to change it to drive `foo` and folder `VTuberBackup`: `foo:VTube
317317

318318

319319
### Configuring auto-scheduler
320-
**Main file: [scripts/vtauto_schedule.py](https://github.com/noaione/vthell/blob/master/scripts/vtauto_schedule.py)**
320+
**Main file: [scripts/vtauto_schedule.py](https://github.com/noaione/vthell/blob/master/scripts/vtauto_schedule.py)**<br>
321+
**[dataset/_auto_scheduler.json](https://github.com/noaione/vthell/blob/master/dataset/_auto_scheduler.json)**
322+
323+
**Update 2.0**
324+
<br>
325+
This update separate the mapping to it's own file, to edit if you want to enable Nijisanji or Hololive<br>
326+
you can refer to the `vtauto_schedule.py` file.
327+
328+
While the `dataset/_auto_scheduler.json` contain what you want to allowed (enabled) or ignored (disabled).<br>
329+
The format are still the same as before, you can still follow the instructions below.
321330

322331
**Update 1.9**
323332
<br>
@@ -335,11 +344,11 @@ PROCESS_HOLOLIVE = True
335344
PROCESS_NIJISANJI = False
336345
```
337346

338-
There's 2 main part to edit, `ENABLED_MAP` and `IGNORED_MAP`<br>
339-
`ENABLED_MAP` are streams that will be scheduled if it match one of the defined conditions.<br>
347+
There's 2 main part to edit, `enabled` and `disabled`<br>
348+
`enabled` are streams that will be scheduled if it match one of the defined conditions.<br>
340349
While `IGNORED_MAP` will remove anything that match the conditions.
341350

342-
The default one for `ENABLED_MAP` are:
351+
The default one for `enabled` are:
343352
- Towa ch.
344353
- Korone ch.
345354
- Any title containing: `歌う`
@@ -348,7 +357,7 @@ The default one for `ENABLED_MAP` are:
348357
- Any title containing: `ASMR`
349358
- Any title containing: `うたうよ`
350359

351-
The default one for `IGNORED_MAP` are:
360+
The default one for `disabled` are:
352361
- All HoloStars Channel
353362
- Any title containing: `(cover)`
354363
- Any title containing: `あさココ`
@@ -370,7 +379,7 @@ Record anything that have `歌う` (utau) in the title
370379
{"type": "channel", "data": "UC1uv2Oq6kNxgATlCiez59hw"}
371380
```
372381
Record anything from `channel`: `UC1uv2Oq6kNxgATlCiez59hw` (`UC1uv2Oq6kNxgATlCiez59hw` are channel ID)<br>
373-
Channel ID for other HoloLiver are provided in `MAPPING` variable
382+
Channel ID are provided in dataset folder.
374383

375384
You can add more by just creating a new line after the last one.<br>
376385
You also can remove any predefined one if you want.

0 commit comments

Comments
 (0)