Wrzuta Power Audio Search

By qbk Last update Dec 4, 2011 — Installed 373 times.


Script Summary: Display bitrate, mark LQ/HQ/VHQ tracks, sort by length/kbps, depreciate poor search term hits.

Version: 1.0

Screenshot / Podgląd

General info / Ogólne informacje

The scripts consists of 3 independent modules. You can enable/disabled them by setting appropriate variables in source to true/false. By default, all are enabled. / Skrypt składa się z 3 niezależnych modułów, każdy z nich może być włączony/wyłączony ustawiając odpowiednią zmienną w kodzie na true/false. Domyślnie wszystkie 3 moduły są włączone.

   var enable_SizeToBitrate            = true;
   var enable_DepreciatePartialMatches = true;
   var enable_InsertSortButtons        = true;

Regarding kbps, data on Wrzuta site is at times incorrect (length, size). I just use that data to calculate bitrate, so don't blame me if it isn't true ;) / Informacje na Wrzucie odnośnie długości i rozmiaru utworów często są nieprawidłowe, stąd też wyliczony z nich bitrate może być obarczony błędem.

Use in conjuction with Stylish userstyle! / Używaj w połączeniu z userstylem Stylish

Extremely recommended to use in conjunction with Stylish userstyle / Wysoce zalecana również instalacja stylu użytkownika Stylish:
http://userstyles.org/styles/46481/wrzuta-2011-...

In case you didn't know, Stylish is another Firefox add-on, like Greasemonkey, but cares about CSS instead of JavaScript. / Stylish to inny add-on Firefoksa, który pozwala na definiowanie stylów CSS użytkownika: https://addons.mozilla.org/en-US/firefox/addon/...

Version history

2011.10.12 v0.2 ("Wrzuta Search Display Audio Bitrate")
+ display bitrate
+ mark LQ/HQ tracks

2011.12.04 v1.0 ("Wrzuta Power Audio Search")
+ sort by length / bitrate
+ depreciate partial search term matches
+ distinction: HQ/VHQ
+ more configurable