Various Stuff

This commit is contained in:
Krateng 2019-05-20 17:38:05 +02:00
parent 29171bda0b
commit 2ae78bcec2
4 changed files with 6 additions and 7 deletions

View File

@ -62,7 +62,7 @@ If you didn't install Maloja from the package (and therefore don't have it in `/
### Native API
If you use Plex Web or Youtube Music on Chromium, you can use the included extension. Make sure to enter the random key Maloja generates on first startup in the extension settings.
If you use Plex Web or Youtube Music on Chromium, you can use the included extension (also available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/maloja-scrobbler/cfnbifdmgbnaalphodcbandoopgbfeeh)). Make sure to enter the random key Maloja generates on first startup in the extension settings.
If you want to implement your own method of scrobbling, it's very simple: You only need one POST request to `/api/newscrobble` with the keys `artist`, `title` and `key`.

View File

@ -1,7 +1,7 @@
# NAME: K-Pop Girl Groups
# DESC: Fixes various different spellings, romanizes artist names and track titles and includes subgroups for some K-Pop Girl Groups
# HyunA
# HyunA & 4Minute
replaceartist Kim Hyun-a HyunA
replaceartist 현아 HyunA
replacetitle 빨개요 Red
@ -12,8 +12,7 @@ replacetitle How's This How's This?
replacetitle How's this How's This?
replaceartist HyunA(현아) HyunA
replacetitle Cause I'm God Girl Roll Deep
# 4Minute
#countas HyunA 4Minute # HyunA is too famous
countas 2Yoon 4Minute
replaceartist 4minute 4Minute
replacetitle 미쳐 Crazy
@ -139,8 +138,8 @@ replaceartist 소녀시대 Girls' Generation
replaceartist A Pink Apink
replaceartist A pink Apink
# IOI
# Chungha & IOI
replaceartist CHUNG HA Chungha
replaceartist 청하 CHUNGHA Chungha
countas Chungha I.O.I
#countas Chungha I.O.I # Chungha is too famous
replacetitle 벌써 12시 Gotta Go Gotta Go

Can't render this file because it has a wrong number of fields in line 5.

View File

@ -36,7 +36,7 @@ function updateTabNum() {
var amount = Object.keys(tabManagers).length;
chrome.browserAction.setBadgeText({"text":amount.toString()});
chrome.browserAction.setBadgeBackgroundColor({"color":"#440000"});
chrome.browserAction.setBadgeBackgroundColor({"color":"#333337"});
}

Binary file not shown.