diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less
index a61353fa..ff6b93c1 100644
--- a/modules/core/client/less/mt.less
+++ b/modules/core/client/less/mt.less
@@ -592,6 +592,15 @@ body {
}
}
+.label-se-info {
+ color: #0366d6;
+ background-color: #ddd;
+ &:hover {
+ cursor: pointer;
+ color: #f00;
+ }
+}
+
.label-ttype {
&:hover {
cursor: pointer;
diff --git a/modules/torrents/client/views/admin/admin-list.client.view.html b/modules/torrents/client/views/admin/admin-list.client.view.html
index e122fff3..9b571258 100644
--- a/modules/torrents/client/views/admin/admin-list.client.view.html
+++ b/modules/torrents/client/views/admin/admin-list.client.view.html
@@ -171,14 +171,23 @@
alt="...">
diff --git a/modules/torrents/client/views/movie-list.client.view.html b/modules/torrents/client/views/movie-list.client.view.html
index c49da07d..6ee27fd1 100644
--- a/modules/torrents/client/views/movie-list.client.view.html
+++ b/modules/torrents/client/views/movie-list.client.view.html
@@ -32,9 +32,10 @@
-
- {{(item.resource_detail_info.release_date || item.resource_detail_info.last_air_date) | date: 'yyyy'}}
- IMDB {{item.resource_detail_info.vote_average}}
+ {{item.resource_detail_info.release_date}}
+ S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+ IMDB {{item.resource_detail_info.vote_average}}
@@ -206,27 +207,29 @@
-
- {{ item.resource_detail_info.release_date}}
-
-
- {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent_recommended.toUpperCase() | translate}}
-
-
- {{item.torrent_sale_status}} {{item.torrent_sale_expires | unlife}}
-
-
-
- {{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}
+
+ {{ item.resource_detail_info.release_date}}
+
+
+ {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent_recommended.toUpperCase() | translate}}
+
+
+ {{item.torrent_sale_status}} {{item.torrent_sale_expires | unlife}}
+
+ S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+
+ {{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}
+
-
diff --git a/modules/users/client/views/status/downloading.client.view.html b/modules/users/client/views/status/downloading.client.view.html
index 4abc3a70..5674d519 100644
--- a/modules/users/client/views/status/downloading.client.view.html
+++ b/modules/users/client/views/status/downloading.client.view.html
@@ -64,34 +64,36 @@
-
- {{'TORRENT_TYPE_LABEL.' + item.torrent.torrent_type.toUpperCase() | translate}}
-
-
- {{'TORRENT_STATUS_LABEL.' + item.torrent.torrent_status.toUpperCase() | translate}}
-
-
- {{ item.torrent.resource_detail_info.release_date}}
-
-
- {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent.torrent_recommended.toUpperCase() | translate}}
-
-
- {{item.torrent.torrent_sale_status}} {{item.torrent.torrent_sale_expires | unlife}}
-
-
-
- {{ 'RESOURCESTAGS.' + vm.getTagTitle(t, item.torrent) + '.' + t | translate}}
-
-
+
+ {{'TORRENT_TYPE_LABEL.' + item.torrent.torrent_type.toUpperCase() | translate}}
+
+
+ {{'TORRENT_STATUS_LABEL.' + item.torrent.torrent_status.toUpperCase() | translate}}
+
+
+ {{ item.torrent.resource_detail_info.release_date}}
+
+
+ {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent.torrent_recommended.toUpperCase() | translate}}
+
+
+ {{item.torrent.torrent_sale_status}} {{item.torrent.torrent_sale_expires | unlife}}
+
+ S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+
+ {{ 'RESOURCESTAGS.' + vm.getTagTitle(t, item.torrent) + '.' + t | translate}}
+
+
diff --git a/modules/users/client/views/status/seeding.client.view.html b/modules/users/client/views/status/seeding.client.view.html
index 98df195c..1ba375c9 100644
--- a/modules/users/client/views/status/seeding.client.view.html
+++ b/modules/users/client/views/status/seeding.client.view.html
@@ -64,34 +64,36 @@
-
- {{'TORRENT_TYPE_LABEL.' + item.torrent.torrent_type.toUpperCase() | translate}}
-
-
- {{'TORRENT_STATUS_LABEL.' + item.torrent.torrent_status.toUpperCase() | translate}}
-
-
- {{ item.torrent.resource_detail_info.release_date}}
-
-
- {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent.torrent_recommended.toUpperCase() | translate}}
-
-
- {{item.torrent.torrent_sale_status}} {{item.torrent.torrent_sale_expires | unlife}}
-
-
-
- {{ 'RESOURCESTAGS.' + vm.getTagTitle(t, item.torrent) + '.' + t | translate}}
-
-
+
+ {{'TORRENT_TYPE_LABEL.' + item.torrent.torrent_type.toUpperCase() | translate}}
+
+
+ {{'TORRENT_STATUS_LABEL.' + item.torrent.torrent_status.toUpperCase() | translate}}
+
+
+ {{ item.torrent.resource_detail_info.release_date}}
+
+
+ {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent.torrent_recommended.toUpperCase() | translate}}
+
+
+ {{item.torrent.torrent_sale_status}} {{item.torrent.torrent_sale_expires | unlife}}
+
+ S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+
+ {{ 'RESOURCESTAGS.' + vm.getTagTitle(t, item.torrent) + '.' + t | translate}}
+
+
diff --git a/modules/users/client/views/status/uploaded.client.view.html b/modules/users/client/views/status/uploaded.client.view.html
index 7d76a28e..2068cd90 100644
--- a/modules/users/client/views/status/uploaded.client.view.html
+++ b/modules/users/client/views/status/uploaded.client.view.html
@@ -64,34 +64,36 @@
-
- {{'TORRENT_TYPE_LABEL.' + item.torrent_type.toUpperCase() | translate}}
-
-
- {{'TORRENT_STATUS_LABEL.' + item.torrent_status.toUpperCase() | translate}}
-
-
- {{ item.resource_detail_info.release_date}}
-
-
- {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent_recommended.toUpperCase() | translate}}
-
-
- {{item.torrent_sale_status}} {{item.torrent_sale_expires | unlife}}
-
-
-
- {{ 'RESOURCESTAGS.' + vm.getTagTitle(t, item) + '.' + t | translate}}
-
-
+
+ {{'TORRENT_TYPE_LABEL.' + item.torrent_type.toUpperCase() | translate}}
+
+
+ {{'TORRENT_STATUS_LABEL.' + item.torrent_status.toUpperCase() | translate}}
+
+
+ {{ item.resource_detail_info.release_date}}
+
+
+ {{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + item.torrent_recommended.toUpperCase() | translate}}
+
+
+ {{item.torrent_sale_status}} {{item.torrent_sale_expires | unlife}}
+
+ S{{item.torrent_seasons}}E{{item.torrent_episodes}}
+
+
+ {{ 'RESOURCESTAGS.' + vm.getTagTitle(t, item) + '.' + t | translate}}
+
+