Results 48 issues of 秋澪Akimio

### 功能改进 bark支持多种参数 希望可以增加如下参数: - 推送铃声sound - 自动保存消息IsArchive - 自定义推送图标icon(目前这个参数受Notification.poster_path控制,但是这个结果并非完整url,而是uri,例如:`posters/e4b0b82f.jpg`,导致无法实现自定义图标) - 自定义群组group - 加密推送ciphertext - 时效性通知level - 自动调整URL - 复制内容copy - 设置角标badge - 自动复制到剪贴板auto

feature request

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). 我已经阅读了[文档](https://alist.nn.ci)。 - [X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。 - [X]...

bug

# 主要功能: 提高动漫识别准确度,大部分WEB-DL动漫资源会直接采用香港、台湾的译名,若译名差异较大,无法正确从TMDB查询数据,只能通过繁体查询对应作品 # 主要改动: - MetaBase:新增属性`origin_cn_name`,用于存放简体化之前的中文标题 - MetaAnime:将`__init__`方法中的`cn_name`修改为`origin_cn_name`,最后使用`cn_name`存取`zhconv.convert(self.origin_cn_name, "zh-hans")`简体化后的标题 - TheMovieDbModule、DoubanModule:`recognize_media`方法中最后匹配`meta.origin_cn_name` # 测试动漫 - `[ANi] 學姊是男孩 - 09 [1080P][Baha][WEB-DL][AAC AVC][CHT].mp4` - `[ANi]我家有個魚乾妹 [01][1080P][Baha][WEB-DL].mp4` - `[HKGS]滿腦都是○○的我沒辦法談戀愛[01][1080P][WEB-DL].mkv` - `[ANi]銀河騎士傳[01][1080P][Baha][WEB-DL].mp4`

### 确认 - [X] 我的版本是最新版本,我的版本号与 [version](https://github.com/jxxghp/MoviePilot/releases/latest) 相同。 - [X] 我已经 [issue](https://github.com/jxxghp/MoviePilot/issues) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经 [Telegram频道](https://t.me/moviepilot_channel) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 ### 当前程序版本 v1.9.15 ### 运行环境 Docker ### 问题类型...

bug

### 确认 - [X] 我的版本是最新版本,我的版本号与 [version](https://github.com/jxxghp/MoviePilot/releases/latest) 相同。 - [X] 我已经 [issue](https://github.com/jxxghp/MoviePilot/issues) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经 [Telegram频道](https://t.me/moviepilot_channel) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 ### 当前程序版本 v1.9.14 ### 运行环境 Docker ### 问题类型...

bug

### 当前程序版本 v1.9.15 ### 运行环境 Docker ### 功能改进类型 主程序 ### 功能改进 增加一个字段,如果这个值为真,整理文件识别顺序应该如下: 1. 判断有没有手动传入的tmdb、season、episode信息,如有,则优先使用该信息 2. 若无手动传入信息,则优先从数据库中获取信息 3. 若数据库中无记录,再从文件中重新匹配识别 这样便于后期如果修改了媒体库的位置或者二级分类等信息可以快速重新构建新媒体库 ### 参考资料 _No response_

feature request

### 确认 - [X] 我的版本是最新版本,我的版本号与 [version](https://github.com/jxxghp/MoviePilot/releases/latest) 相同。 - [X] 我已经 [issue](https://github.com/jxxghp/MoviePilot/issues) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经 [Telegram频道](https://t.me/moviepilot_channel) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 ### 当前程序版本 v1.9.14 ### 运行环境 Docker ### 问题类型...

bug

### 确认 - [X] 我的版本是最新版本,我的版本号与 [version](https://github.com/jxxghp/MoviePilot/releases/latest) 相同。 - [X] 我已经 [issue](https://github.com/jxxghp/MoviePilot/issues) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经 [Telegram频道](https://t.me/moviepilot_channel) 中搜索过,确认我的问题没有被提出过。 - [X] 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 ### 当前程序版本 v1.9.11 ### 运行环境 Docker ### 问题类型...

bug

使用Github抓取博客链接、使用mongodb存储数据,在抓取阶段出现问题 `https://blog.akimio.top/links/`是用的是`butterfly`魔改主题(solitude)[https://github.com/everfu/hexo-theme-solitude],之前是可以正常抓取的,**一开始我怀疑是主题的问题,找了一个原版butterfly主题的友链,还是出现同样的报错** 相关配置`fc_setting.yaml`: ```yaml LINK: [ { link: "https://blog.akimio.top/links/", theme: "butterfly" }, # 友链页地址1,修改为你的友链页地址 # { link: "https://noionion.top/link/", theme: "butterfly" }, # 友链页地址2 # { link: "https://immmmm.com/about/", theme: "common1" },...

``` PS C:\Users\akimio\Documents\Work\Kaggle-Steel-Defect-Detection> pip install git+https://github.com/qubvel/segmentation_models.pytorch Collecting git+https://github.com/qubvel/segmentation_models.pytorch Cloning https://github.com/qubvel/segmentation_models.pytorch to c:\users\akimio\appdata\local\temp\pip-req-build-p3vrcook Running command git clone --filter=blob:none --quiet https://github.com/qubvel/segmentation_models.pytorch 'C:\Users\akimio\AppData\Local\Temp\pip-req-build-p3vrcook' Resolved https://github.com/qubvel/segmentation_models.pytorch to commit 8def40f3b35026fa5ebc4b14ddab2feeb0010111 Installing build dependencies ... done...