diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/content/common.js releases/unplug-2.049/source/chrome/content/common.js 142c142 < version : 2.048, --- > version : 2.049, 146c146 < revision : 201105222117, --- > revision : 201106182148, diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/content/display/pop/pop.js releases/unplug-2.049/source/chrome/content/display/pop/pop.js 686a687 > (details.subtitles ? "subtitles" : "not-subtitles"), diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/content/rules.xml releases/unplug-2.049/source/chrome/content/rules.xml 430c430 < --- > 436c436 < --- > 441c441 < --- > 597a598,601 > > > > 734a739,751 > > > > > title="${either:title.1:origtitle.innerHTML}" type="xml" > description="${optional:track.lang_original} ${optional:track.name}" > mediaid="${video_id.1}" /> > > > 849c866 < --- > 851c868,869 < --- > > 874a893 > * xritephoto.com 880a900 > 892,897c912,917 < < < < < < --- > > > > > > 1096,1100c1116,1132 < --- > > > > > k1="hd" v1="very-high" > k2="sd" v2="mid" > k3="mobile" v3="very-low" > default="low" /> > url="http://player.vimeo.com/play_redirect?clip_id=${mediaid.1}&sig=${sig.1}&time=${time.1}&quality=${qualcode.1}&codecs=H264,VP8,VP6&type=moogaloop_local&embed_location=" > title="${jsdecode:either:title.1:origtitle.innerHTML}" > thumbnail="${jsdecode:thumbnail.1}" > description="${qualcode.1}" quality="${quality.1}" > mediaid="${mediaid.1}" /> > > 1120a1153,1198 > > > > > > > > > > > > > > > > k1="Source" v1="very-high" > k2="Blip SD" v2="mid" > k3="web" v3="low" > default="mid" /> > url="${medialoc.1}" > title="${either:title.1:origtitle.1}" > description="${optional:role.1} ${optional:humanbytes:size.1} ${optional:type.1}" > thumbnail="http://a.i.blip.tv/g?&src=${thumb.1}&w=40&h=36&fmt=jpg" > quality="${qual.1}" > mediaid="${videoid.1}" /> > > > > > > > > > > > > > > > > > > > 1121a1200,1236 > > > > > > > > > > > title="${either:title.1:origtitle.innerHTML}" thumbnail="${jsdeocde:thumb.1}" > mediaid="${videoid.1}" /> > > > > > > > > > > > > > > > > > > > > > > > > diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/content/search/search.js releases/unplug-2.049/source/chrome/content/search/search.js 372a373,377 > * ${b64decode:data} decodes base64 encoded data > */ > case "b64decode": > return window.atob(this._subst_apply_functions(parts)) > /** 494a500,513 > * ${humanbytes:bytes} > */ > case "humanbytes": > var bytes = parseFloat(this._subst_apply_functions(parts)); > if (bytes > 2 * 1e9) { > return (bytes / 1e9).toFixed(1) + " GB"; > } else if (bytes > 2 * 1e6) { > return (bytes / 1e6).toFixed(1) + " MB"; > } else if (bytes > 2 * 1e3) { > return (bytes / 1e3).toFixed(1) + " KB"; > } else { > return bytes.toFixed(0) + " bytes"; > } > /** 1276a1296 > "subtitles" : false, // is this result a subtitles file? 1289c1309,1313 < --- > if (node.getAttribute("subtitles") === "yes") { > result_object["details"]["subtitles"] = true; > result_object["details"]["quality"] = -30; // very low - this is really juse a hack to make subtitles appear at the bottom of the results list > result_object["details"]["description"] = UnPlug2.str("subtitles") + " " + (result_object["details"]["description"] || ""); > } diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/locale/de-DE/strings.txt releases/unplug-2.049/source/chrome/locale/de-DE/strings.txt 66a67 > subtitles=Subtitles diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/locale/en-US/strings.txt releases/unplug-2.049/source/chrome/locale/en-US/strings.txt 66a67 > subtitles=Subtitles diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/locale/fr-FR/strings.txt releases/unplug-2.049/source/chrome/locale/fr-FR/strings.txt 66a67 > subtitles=Subtitles diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/locale/hu-HU/strings.txt releases/unplug-2.049/source/chrome/locale/hu-HU/strings.txt 66a67 > subtitles=Subtitles diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/locale/pl-PL/strings.txt releases/unplug-2.049/source/chrome/locale/pl-PL/strings.txt 66a67 > subtitles=Subtitles diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/locale/sv-SE/strings.txt releases/unplug-2.049/source/chrome/locale/sv-SE/strings.txt 66a67 > subtitles=Subtitles diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/chrome/skin/searchpage.css releases/unplug-2.049/source/chrome/skin/searchpage.css 81a82,85 > .unplug-result.subtitles { > color: #606060; > } > diff --new-file --recursive --suppress-common-lines --exclude changes.txt --exclude diff.txt releases/unplug-2.048/source/install.rdf releases/unplug-2.049/source/install.rdf 9c9 < em:version="2.048" --- > em:version="2.049" 27c27 < 4.0.* --- > 6.0.* Binary files releases/unplug-2.048/unplug.xpi and releases/unplug-2.049/unplug.xpi differ