diff --git a/maloja/__init__.py b/maloja/__init__.py index 2b76141..44a1aab 100644 --- a/maloja/__init__.py +++ b/maloja/__init__.py @@ -7,14 +7,14 @@ author = { "email":"maloja@krateng.dev", "github": "krateng" } -version = 2,1,4 +version = 2,2,0 versionstr = ".".join(str(n) for n in version) requires = [ "bottle>=0.12.16", "waitress>=1.3", - "doreah>=1.2.10", + "doreah>=1.4", "nimrodel>=0.6.3", "setproctitle>=1.1.10", "wand>=0.5.4", diff --git a/maloja/web/admin.pyhp b/maloja/web/admin.pyhp index 70c0307..098b2a0 100644 --- a/maloja/web/admin.pyhp +++ b/maloja/web/admin.pyhp @@ -110,6 +110,10 @@ Manual Scrobbling
Database Maintenance +

External

+ + Report Issue
+ diff --git a/maloja/web/artist.pyhp b/maloja/web/artist.pyhp index dfe915d..1b43bd7 100644 --- a/maloja/web/artist.pyhp +++ b/maloja/web/artist.pyhp @@ -114,13 +114,13 @@

- - - - - - + + + + + + @@ -141,12 +141,13 @@

- - - - - - + + + + + + + diff --git a/maloja/web/partial/performance.pyhp b/maloja/web/partial/performance.pyhp new file mode 100644 index 0000000..bc4919d --- /dev/null +++ b/maloja/web/partial/performance.pyhp @@ -0,0 +1,31 @@ + + if amountkeys["max_"] is not None: amountkeys["perpage"],amountkeys["page"] = amountkeys["max_"],0 + firstindex = amountkeys["page"] * amountkeys["perpage"] + lastindex = firstindex + amountkeys["perpage"] + + + + + + + + + + minrank = 80 + for t in displayranges: + if t["rank"] is not None and t["rank"]+20 > minrank: minrank = t["rank"]+20 + + + + + + + + + + + + + + +
diff --git a/maloja/web/partial/pulse.pyhp b/maloja/web/partial/pulse.pyhp new file mode 100644 index 0000000..778c645 --- /dev/null +++ b/maloja/web/partial/pulse.pyhp @@ -0,0 +1,25 @@ + + if amountkeys["max_"] is not None: amountkeys["perpage"],amountkeys["page"] = amountkeys["max_"],0 + firstindex = amountkeys["page"] * amountkeys["perpage"] + lastindex = firstindex + amountkeys["perpage"] + + + + + + + + + + + + + + + + + + + + +