diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index ddd72b0..bce75ea 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -2,7 +2,7 @@ name = "maloja" desc = "Self-hosted music scrobble database" author = { "name":"Johannes Krattenmacher", - "email":"maloja@krateng.dev", + "email":"maloja@dev.krateng.ch", "github": "krateng" } version = 2,12,5 diff --git a/maloja/data_files/config/rules/predefined/krateng_kpopgirlgroups.tsv b/maloja/data_files/config/rules/predefined/krateng_kpopgirlgroups.tsv index d28d2f2..7e859c9 100644 --- a/maloja/data_files/config/rules/predefined/krateng_kpopgirlgroups.tsv +++ b/maloja/data_files/config/rules/predefined/krateng_kpopgirlgroups.tsv @@ -113,6 +113,7 @@ replacetitle 여자 대통령 Female President # Mamamoo countas Hwasa Mamamoo countas Moonbyul Mamamoo +countas Solar Mamamoo replaceartist Moon Byul Moonbyul replaceartist Hwa Sa Hwasa replaceartist MAMAMOO Mamamoo diff --git a/maloja/web/static/less/maloja.less b/maloja/web/static/less/maloja.less index 3121a2a..d0c5a1c 100644 --- a/maloja/web/static/less/maloja.less +++ b/maloja/web/static/less/maloja.less @@ -307,6 +307,41 @@ h2.headerwithextra+span.afterheader { } /* SHINY*/ + + +.shimmer { + margin: 0 auto; + padding: 0 140px 0 0; + display: inline; + margin-bottom: 0; + color: rgba(255,255,255,0.1); + background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)); + background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)); + background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)); + -webkit-background-size: 125px 100%; + -moz-background-size: 125px 100%; + background-size: 125px 100%; + -webkit-background-clip: text; + -moz-background-clip: text; + background-clip: text; + animation-name: shimmer; + animation-duration: 2s; + animation-iteration-count: infinite; + background-repeat: no-repeat; + background-position: 0 0; + background-color: #222; +} +@keyframes shimmer { + 0% { + background-position: top left; + } + 100% { + background-position: top right; + } +} + + + .medal { top:5px; font-size:80%; diff --git a/scrobblers/maloja-scrobbler.zip b/scrobblers/maloja-scrobbler.zip index c4ca0fb..6b6f143 100644 Binary files a/scrobblers/maloja-scrobbler.zip and b/scrobblers/maloja-scrobbler.zip differ