Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Nov 16, 2023
1 parent 5b28b97 commit a38e52e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
39 changes: 26 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
- 🚀 两种模式:剧集 / 正则
- 👁️ 所见即所得

## 剧集模式
## 界面
![界面](https://cdn.jsdelivr.net/gh/a1mersnow/aliyundrive-rename@0.0.8/images/overview.jpg)

## 📺剧集模式

#### 适用场景
为 Infuse VidHub 等软件的刮削提供便利
Expand All @@ -16,24 +19,34 @@
剧名 > Season 1 > 剧名 S01E01.mp4

#### 如何使用
- 点击左侧工具栏中的 **`重命名`** 按钮
- 检查自动提取的剧名是否正确
- 点击 **`Run It!`** 按钮,等待运行结束即可
- 点击左侧工具栏中的 <kbd>重命名</kbd> 按钮
- 检查自动提取的`剧名```是否正确
+ 如果不正确可以手动调整,方法有:
- 直接手动修改
- 使用左侧弹窗里的 <kbd>骰子</kbd> 按钮随机填充一个原文件名后手动修改
- 使用右侧预览窗口里的 <kbd>字母箭头</kbd> 按钮手动选择原文件名填充后手动修改
- 点击 <kbd>Run It!</kbd> 按钮,等待运行结束即可

#### 右侧预览窗口
- 绿色的双向箭头代表新的命名已经与旧的命名相同
- 已完成的重命名项会在后面打上 ✅

#### 自动提取剧名
- 包含中文时,选取中文
- 否则,取最长公共子串
- 可以通过勾选达到重命名部分文件的效果
- 新的命名已经与旧的命名相同时无法勾选
- 新的命名为空时无法勾选
- 运行过程中:
+ 已完成的重命名项会在后面打上 ✅
+ 失败的重命名项会在后面打上 ❌

#### 自动提取剧名和季
- 剧名
- 包含中文时,选取中文
- 否则,取最长公共子串
-
- `S1Exx`, `Season1Exx`, `Season 1 Exx`, `Season.1.Exx`...
- 提取不到时,默认为1

## 正则模式
- 此模式建议有正则基础的朋友使用
- 替换采用了 Javascript 的 `String.prototype.replace` 方法

## 界面
![界面](images/overview.jpg)

## 打赏
![打赏](images/coffee.jpg)
![打赏](https://cdn.jsdelivr.net/gh/a1mersnow/aliyundrive-rename@0.0.8/images/coffee.jpg)
Binary file modified images/overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aliyundrive-rename",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"packageManager": "pnpm@8.8.0",
"description": "Batch rename files of aliyundrive.",
Expand Down

0 comments on commit a38e52e

Please sign in to comment.