Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Feb 19, 2024
1 parent 2cea78d commit f9becde
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ cargo build

- scrape的config配置拆分,每次刮削的config都应该是隔离的。
- 增加刮削缓存逻辑
- 复制字幕文件
- 扫描模式(全盘,增量)

## 开源协议

Expand Down
16 changes: 16 additions & 0 deletions soda_resource_tools_lib/tests/movie_and_tv_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6664,6 +6664,22 @@
"release_group": "MNHD-FRDS",
"container": "mkv"
}
},
{
"title": "[Nekomoe kissaten&VCB-Studio] Dorohedoro [01][Ma10p_1080p][x265_flac].mkv",
"metadata": {
"cn_name": "",
"en_name": "Dorohedoro",
"year": "",
"season": "",
"episode": "E01",
"resolution": "1080p",
"source": "",
"video_codec": "H.265",
"audio_codec": "FLAC",
"release_group": "Nekomoe kissaten&VCB-Studio",
"container": "mkv"
}
}
]
}

0 comments on commit f9becde

Please sign in to comment.