Skip to content

Commit

Permalink
v3.0.2 优化 Radarr 标题匹配逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyPuppy514 committed Apr 7, 2023
1 parent b5813d3 commit b6ae05d
Show file tree
Hide file tree
Showing 9 changed files with 1,130 additions and 1,105 deletions.
136 changes: 70 additions & 66 deletions changelog.en_US.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,70 @@

[中文](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.md) | [English](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.en_US.md)

# Change Logs

## v3.0.1 2023-04-07

1. Add a backup address for the rule to avoid the inability to synchronize the rules due to the inability to access github
2. Docker basic image changes to support ARM architecture

## v3.0.0 2023-04-06

🚨 Code refactoring, not compatible with v2 version

1. Separation of front and back ends, new WebUI
2. Logical reconstruction, the matching method is separated from the original single rule into multiple marking rules, which is more free and has a higher recognition rate
3. Automatically append the selected language title to optimize Sonarr search via TMDB
4. Add support for Radarr, automatically add the main language title to optimize the search, adapt to the new logic, format the results, and improve the recognition rate
5. The rule sharing is changed to Pull Request, and the rule download is changed to directly synchronize the rules under the `src/main/resources/rule` directory of this project

## v2.6.5 2023-01-17

1. Improve: torrent name format(reduce import error)

## v2.6.4 2022-09-21

1. Fixed: Market-Search, sort bug of download count
2. New Function: enable modify username while change password

## v2.6.3 2022-09-02

1. Fixed: replace WebClient with RestTemplate to solve request error sometime

## v2.6.2 2022-08-10

1. Fixed: can not format season and ep or date in search key while series type is Standard or Daily

## v2.6.1 2022-08-07

1. Fixed: part of BT/PT indexers can not download while use qBittorrent proxy

## v2.6.0 2022-08-05

1. New Function: qBittorrent Proxy
2. New Function: add search condition: remark
3. Fixed: import wrong season while sonarr unrecognize the title of torrent

## v2.5.2 2022-08-01

1. New Function: Reachalbe test first when save proxy config

## v2.5.1 2022-07-31

1. Update README.md
2. Fixed: docker build error at aarch64 by changing sqlite-jdbc version to: 3.39.2-SNAPSHOT
3. Fixed: sync error
4. Fixed: prowlarr error

## v2.5.0 2022-07-30

1. Web UI: Chinese or English
2. Proxy Config: Jackett / Prowlarr ip, port setting
3. Add Rule: Include search and result rule
4. Rule Manage: Search, edit, delete, share and import or export
5. Rule Market: Search rules shared by others and download
6. Rule Test: Add title list and check the result after format

[中文](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.md) | [English](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.en_US.md)

# Change Logs

## v3.0.2 2023-04-07

1. Optimize Radarr title matching logic

## v3.0.1 2023-04-07

1. Add a backup address for the rule to avoid the inability to synchronize the rules due to the inability to access github
2. Docker basic image changes to support ARM architecture

## v3.0.0 2023-04-06

🚨 Code refactoring, not compatible with v2 version

1. Separation of front and back ends, new WebUI
2. Logical reconstruction, the matching method is separated from the original single rule into multiple marking rules, which is more free and has a higher recognition rate
3. Automatically append the selected language title to optimize Sonarr search via TMDB
4. Add support for Radarr, automatically add the main language title to optimize the search, adapt to the new logic, format the results, and improve the recognition rate
5. The rule sharing is changed to Pull Request, and the rule download is changed to directly synchronize the rules under the `src/main/resources/rule` directory of this project

## v2.6.5 2023-01-17

1. Improve: torrent name format(reduce import error)

## v2.6.4 2022-09-21

1. Fixed: Market-Search, sort bug of download count
2. New Function: enable modify username while change password

## v2.6.3 2022-09-02

1. Fixed: replace WebClient with RestTemplate to solve request error sometime

## v2.6.2 2022-08-10

1. Fixed: can not format season and ep or date in search key while series type is Standard or Daily

## v2.6.1 2022-08-07

1. Fixed: part of BT/PT indexers can not download while use qBittorrent proxy

## v2.6.0 2022-08-05

1. New Function: qBittorrent Proxy
2. New Function: add search condition: remark
3. Fixed: import wrong season while sonarr unrecognize the title of torrent

## v2.5.2 2022-08-01

1. New Function: Reachalbe test first when save proxy config

## v2.5.1 2022-07-31

1. Update README.md
2. Fixed: docker build error at aarch64 by changing sqlite-jdbc version to: 3.39.2-SNAPSHOT
3. Fixed: sync error
4. Fixed: prowlarr error

## v2.5.0 2022-07-30

1. Web UI: Chinese or English
2. Proxy Config: Jackett / Prowlarr ip, port setting
3. Add Rule: Include search and result rule
4. Rule Manage: Search, edit, delete, share and import or export
5. Rule Market: Search rules shared by others and download
6. Rule Test: Add title list and check the result after format
136 changes: 70 additions & 66 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,70 @@

[中文](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.md) | [English](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.en_US.md)

# 变更日志

## v3.0.1 2023-04-07

1. 新增规则备用地址,避免因无法访问 github 导致无法同步规则
2. Docker 底层镜像变更,以支持 ARM 架构

## v3.0.0 2023-04-06

🚨 代码重构,不兼容 v2 版本

1. 前后端分离,全新 WebUI
2. 格式化逻辑重构,匹配方式由原来的单一规则,分离成多个标记规则,更自由且识别率更高
3. 引入 TMDB,自动追加所选语言标题优化 Sonarr 查询
4. 添加对 Radarr 的支持,自动追加主语言标题优化查询,同时适配新逻辑,格式化结果,提升识别率
5. 规则分享改成 Pull Request 形式,规则下载改为直接同步本仓库 `src/main/resources/rule` 目录下规则

## v2.6.5 2023-01-17

1. 提升: 种子名称格式化(减少因为种子名称不规范导致不自动导入或导入错误季的问题)

## v2.6.4 2022-09-21

1. 修复:市场-查询,下载次数排序问题
2. 新增:修改密码时可修改用户名

## v2.6.3 2022-09-02

1. 修复:使用 RestTemplate 代替 WebClient 以解决偶尔请求异常的问题

## v2.6.2 2022-08-10

1. 修复:当系列类型为:Standard, Daily 时,查询关键字季集,日期等参数无法格式化的问题

## v2.6.1 2022-08-07

1. 修复:部分 BT/PT 站当使用 qBittorrent 代理时无法下载的问题

## v2.6.0 2022-08-05

1. 新功能:qBittorrent 代理
2. 新功能:新增搜索条件:备注
3. 修复:当 sonarr 无法识别种子标题时,导入错误季的问题

## v2.5.2 2022-08-01

1. 新功能:保存代理配置时,先进行连通性测试

## v2.5.1 2022-07-30

1. 更新 README.md
2. 变更:sqlite-jdbc 版本到:3.39.2-SNAPSHOT,用于修复在 aarch64 机器上 docker build 出错的问题
3. 修复:同步出错的问题
4. 修复:prowlarr 错误

## v2.5.0 2022-07-30

1. 简单界面:支持中文和英文
2. 代理配置:配置 Jackett / Prowlarr 的地址,端口等信息
3. 新增规则:包括查询规则和结果规则
4. 规则管理:查询,编辑,删除,分享,以及导入导出等
5. 规则市场:可以查询大家分享的规则,并下载
6. 用例测试:可以批量添加标题进行测试,查看格式化后的效果

[中文](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.md) | [English](https://github.com/LuckyPuppy514/jproxy/blob/main/changelog.en_US.md)

# 变更日志

## v3.0.2 2023-04-07

1. 优化 Radarr 标题匹配逻辑

## v3.0.1 2023-04-07

1. 新增规则备用地址,避免因无法访问 github 导致无法同步规则
2. Docker 底层镜像变更,以支持 ARM 架构

## v3.0.0 2023-04-06

🚨 代码重构,不兼容 v2 版本

1. 前后端分离,全新 WebUI
2. 格式化逻辑重构,匹配方式由原来的单一规则,分离成多个标记规则,更自由且识别率更高
3. 引入 TMDB,自动追加所选语言标题优化 Sonarr 查询
4. 添加对 Radarr 的支持,自动追加主语言标题优化查询,同时适配新逻辑,格式化结果,提升识别率
5. 规则分享改成 Pull Request 形式,规则下载改为直接同步本仓库 `src/main/resources/rule` 目录下规则

## v2.6.5 2023-01-17

1. 提升: 种子名称格式化(减少因为种子名称不规范导致不自动导入或导入错误季的问题)

## v2.6.4 2022-09-21

1. 修复:市场-查询,下载次数排序问题
2. 新增:修改密码时可修改用户名

## v2.6.3 2022-09-02

1. 修复:使用 RestTemplate 代替 WebClient 以解决偶尔请求异常的问题

## v2.6.2 2022-08-10

1. 修复:当系列类型为:Standard, Daily 时,查询关键字季集,日期等参数无法格式化的问题

## v2.6.1 2022-08-07

1. 修复:部分 BT/PT 站当使用 qBittorrent 代理时无法下载的问题

## v2.6.0 2022-08-05

1. 新功能:qBittorrent 代理
2. 新功能:新增搜索条件:备注
3. 修复:当 sonarr 无法识别种子标题时,导入错误季的问题

## v2.5.2 2022-08-01

1. 新功能:保存代理配置时,先进行连通性测试

## v2.5.1 2022-07-30

1. 更新 README.md
2. 变更:sqlite-jdbc 版本到:3.39.2-SNAPSHOT,用于修复在 aarch64 机器上 docker build 出错的问题
3. 修复:同步出错的问题
4. 修复:prowlarr 错误

## v2.5.0 2022-07-30

1. 简单界面:支持中文和英文
2. 代理配置:配置 Jackett / Prowlarr 的地址,端口等信息
3. 新增规则:包括查询规则和结果规则
4. 规则管理:查询,编辑,删除,分享,以及导入导出等
5. 规则市场:可以查询大家分享的规则,并下载
6. 用例测试:可以批量添加标题进行测试,查看格式化后的效果
Loading

0 comments on commit b6ae05d

Please sign in to comment.