mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-19 17:40:49 +02:00
fix(core): add announce url with passkey description rule on upload page
#35
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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}}).
|
||||
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}}).
|
||||
Reference in New Issue
Block a user