{{ vm.torrentLocalInfo.resource_detail_info.release_date}}
+ H&R
{{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}
@@ -589,6 +590,8 @@
S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+ H&R
{{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}
diff --git a/modules/torrents/server/controllers/torrents.server.controller.js b/modules/torrents/server/controllers/torrents.server.controller.js
index b93385d2..cdc5916a 100644
--- a/modules/torrents/server/controllers/torrents.server.controller.js
+++ b/modules/torrents/server/controllers/torrents.server.controller.js
@@ -757,6 +757,7 @@ exports.list = function (req, res) {
var rlevel = 'none';
var stype = 'movie';
var newest = false;
+ var hnr = false;
var release = undefined;
var userid = undefined;
var tagsA = [];
@@ -782,6 +783,9 @@ exports.list = function (req, res) {
if (req.query.torrent_release !== undefined) {
release = req.query.torrent_release;
}
+ if (req.query.torrent_hnr !== undefined) {
+ hnr = req.query.torrent_hnr;
+ }
if (req.query.newest !== undefined) {
newest = (req.query.newest === 'true');
}
@@ -823,6 +827,9 @@ exports.list = function (req, res) {
if (stype !== 'all') {
condition.torrent_type = stype;
}
+ if (hnr === 'true') {
+ condition.torrent_hnr = hnr;
+ }
if (tagsA.length > 0) {
condition.torrent_tags = {$all: tagsA};
diff --git a/modules/users/client/views/status/downloading.client.view.html b/modules/users/client/views/status/downloading.client.view.html
index e9770c61..d8688f50 100644
--- a/modules/users/client/views/status/downloading.client.view.html
+++ b/modules/users/client/views/status/downloading.client.view.html
@@ -88,6 +88,10 @@
S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+ H&R
+
diff --git a/modules/users/client/views/status/seeding.client.view.html b/modules/users/client/views/status/seeding.client.view.html
index 88eff7dd..44fb9998 100644
--- a/modules/users/client/views/status/seeding.client.view.html
+++ b/modules/users/client/views/status/seeding.client.view.html
@@ -88,6 +88,10 @@
S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+ H&R
+
diff --git a/modules/users/client/views/status/uploaded.client.view.html b/modules/users/client/views/status/uploaded.client.view.html
index a3aff3e0..80977d07 100644
--- a/modules/users/client/views/status/uploaded.client.view.html
+++ b/modules/users/client/views/status/uploaded.client.view.html
@@ -88,6 +88,10 @@
S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+ H&R
+