diff --git a/src/Jackett/Content/custom.css b/src/Jackett/Content/custom.css index eee760e09..fa4a45d84 100644 --- a/src/Jackett/Content/custom.css +++ b/src/Jackett/Content/custom.css @@ -232,3 +232,6 @@ pre { width: 1%; } +.label-imdb { + background-color: #d0ab44; +} \ No newline at end of file diff --git a/src/Jackett/Content/custom.js b/src/Jackett/Content/custom.js index f2f4672a3..1d738328d 100644 --- a/src/Jackett/Content/custom.js +++ b/src/Jackett/Content/custom.js @@ -492,11 +492,16 @@ function clearNotifications() { function updateReleasesRow(row) { var labels = $(row).find("span.release-labels"); + var IMDBId = $(row).data("imdb"); var DownloadVolumeFactor = parseFloat($(row).find("td.DownloadVolumeFactor").html()); var UploadVolumeFactor = parseFloat($(row).find("td.UploadVolumeFactor").html()); labels.empty(); + if (IMDBId) { + labels.append('\nIMDB'); + } + if (!isNaN(DownloadVolumeFactor)) { if (DownloadVolumeFactor == 0) { labels.append('\nFREELEECH'); diff --git a/src/Jackett/Content/index.html b/src/Jackett/Content/index.html index a19cf79f1..1b5c4890c 100644 --- a/src/Jackett/Content/index.html +++ b/src/Jackett/Content/index.html @@ -400,7 +400,7 @@ {{#each Results}} - + {{PublishDate}} {{jacketTimespan PublishDate}} {{Tracker}}