From 33be79e20aab4eba7b0333881f7a1ca2586f5042 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 29 Nov 2017 18:22:20 +0800 Subject: [PATCH] fix(core): add announce url with passkey description rule on upload page #35 --- .../torrents/client/templates/upload-rules-en.md | 1 + .../torrents/client/templates/upload-rules-zh.md | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/torrents/client/templates/upload-rules-en.md b/modules/torrents/client/templates/upload-rules-en.md index 5ccb8094..e03823e7 100644 --- a/modules/torrents/client/templates/upload-rules-en.md +++ b/modules/torrents/client/templates/upload-rules-en.md @@ -1,4 +1,5 @@ 1. If this is a private torrents management system, the torrent file announce URL will auto set as: __{{vm.announceConfig.url}}__. +1. In your torrent create tools, your announce url should be __{{vm.announceConfig.url}}/{{vm.user.passkey}}__ 1. If you selected resource type with `Movie` or `TVSerial`, the torrent TMDB_ID must be `TheMovieDB` resources ID, you can [find the ID from here]({{vm.tmdbConfig.tmdbHome}}), then the resources detail info can be autoload, if everything looks good, hit submit. 1. Select one or more tags that match the resources, which will play a significant role in your search results. diff --git a/modules/torrents/client/templates/upload-rules-zh.md b/modules/torrents/client/templates/upload-rules-zh.md index 7a79fe6b..3590d96b 100644 --- a/modules/torrents/client/templates/upload-rules-zh.md +++ b/modules/torrents/client/templates/upload-rules-zh.md @@ -1,6 +1,7 @@ -1. 如果这是私有种子管理系统,种子文件的Announce地址会自动设置为:__{{vm.announceConfig.url}}__. -1. 如果你选择的资源类型为`电影`或`电视剧`,种子文件的 TMDB_ID 必须是 `TheMovieDB` 相对应的资源ID号, -您可以[从这里找到ID号]({{vm.tmdbConfig.tmdbHome}}). 资源的详细信息,系统会自动载入,如无误可直接提交. -1. 请为资源选择匹配的一个或多个标签,它会在您的搜索结果中发挥重大作用. -1. 种子文件提交后,可能会由后台管理人员进行审批,不符合规则的种子会被直接删除. -1. 如需其它帮助,请与我们的管理员联系:[{{vm.announceConfig.admin}}](mailto:{{vm.announceConfig.admin}}). \ No newline at end of file +1. 如果这是私有种子管理系统, 种子文件的Announce地址会自动设置为: __{{vm.announceConfig.url}}__. +1. 当您创建一个种子文件时, 种子创建工具中的Announce地址则应该为: __{{vm.announceConfig.url}}/{{vm.user.passkey}}__ +1. 如果您选择的资源类型为`电影`或`电视剧`, 种子文件的 TMDB_ID 必须是 `TheMovieDB` 相对应的资源ID号, +您可以[从这里找到ID号]({{vm.tmdbConfig.tmdbHome}}). 资源的详细信息, 系统会自动载入, 如无误可直接提交. +1. 请为资源选择匹配的一个或多个标签, 它会在您的搜索结果中发挥重大作用. +1. 种子文件提交后, 可能会由后台管理人员进行审批, 不符合规则的种子会被直接删除. +1. 如需其它帮助, 请与我们的管理员联系: [{{vm.announceConfig.admin}}](mailto:{{vm.announceConfig.admin}}). \ No newline at end of file