1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
Commit Graph

818 Commits

Author SHA1 Message Date
krateng
29f8c10167 Minor UI / output changes 2021-11-17 19:10:28 +01:00
krateng
26dfdfb569 Minor cleanup and better logging 2021-11-16 18:22:46 +01:00
krateng
817d98e467 Added new scrobble generation for testing 2021-11-14 18:08:09 +01:00
krateng
504bfb405e Some design changes 2021-11-14 18:07:49 +01:00
krateng
9b98b3db3c Listenbrainz API now returns user name 2021-11-12 17:23:55 +01:00
krateng
33af60ed2c Updated listenbrainz endpoint, should fix GH-86 2021-11-12 17:16:59 +01:00
krateng
5157ce825e Updated dependencies for Python 3.10, fix GH-85 2021-10-20 19:08:21 +02:00
Brian Pepple
d1b598a32b
Refactoring (#83)
* Merge isinstance calls

* Inline variable that is immediately returned

* Replace set() with comprehension

* Replace assignment with augmented assignment

* Remove unnecessary else after guard condition

* Convert for loop into list comprehension

* Replace unused for index with underscore

* Merge nested if conditions

* Convert for loop into list comprehension

* Convert for loop into set comprehension

* Remove unnecessary else after guard condition

* Replace if statements with if expressions

* Simplify sequence comparison

* Replace multiple comparisons with in operator

* Merge isinstance calls

* Merge nested if conditions

* Add guard clause

* Merge duplicate blocks in conditional

* Replace unneeded comprehension with generator

* Inline variable that is immediately returned

* Remove unused imports

* Replace unneeded comprehension with generator

* Remove unused imports

* Remove unused import

* Inline variable that is immediately returned

* Swap if/else branches and remove unnecessary else

* Use str.join() instead of for loop

* Multiple refactors

- Remove redundant pass statement
- Hoist repeated code outside conditional statement
- Swap if/else to remove empty if body

* Inline variable that is immediately returned

* Simplify generator expression

* Replace if statement with if expression

* Multiple refactoring

- Replace range(0, x) with range(x)
- Swap if/else branches
- Remove unnecessary else after guard condition

* Use str.join() instead of for loop

* Hoist repeated code outside conditional statement

* Use str.join() instead of for loop

* Inline variables that are immediately returned

* Merge dictionary assignment with declaration

* Use items() to directly unpack dictionary values

* Extract dup code from methods into a new one
2021-10-19 14:58:24 +02:00
krateng
c31770a34c Version bump due to faulty upload 2021-10-14 18:15:24 +02:00
krateng
d3e45b138b Added ability to set own time format, GH-82 2021-10-14 18:14:03 +02:00
krateng
08cc32ac33 Various 2021-10-14 18:02:11 +02:00
krateng
4b49ffb3cb Updated scrobbler icons 2021-08-30 19:44:25 +02:00
krateng
f50728d2a6 Merge branch 'master' of github.com:krateng/maloja 2021-08-30 19:21:57 +02:00
krateng
a55343f442 Changed from LESS to CSS custom properties 2021-08-30 19:21:04 +02:00
krateng
01fbc8c3d3
Clarified settings, GH-77 2021-08-24 04:54:09 +02:00
krateng
9037403777 Updated favicon 2021-08-10 17:36:31 +02:00
krateng
49598e914f Version bump 2021-07-31 19:07:21 +02:00
krateng
738a2d84e5 Merge branch 'master' of github.com:krateng/maloja 2021-07-31 19:06:58 +02:00
krateng
79716debf8 New logo 2021-07-31 19:00:32 +02:00
krateng
947614ddcf
Merge pull request #76 from tdemin/master
Group LOONA subunits under a single group
2021-07-14 17:33:01 +02:00
Timur Demin
ced5e54074
Group LOONA subunits under single group 2021-07-14 16:38:33 +05:00
krateng
8ebd27ab76 Added some output for errors in import and start 2021-05-24 15:04:22 +02:00
krateng
5455abd0d1 Fixed silly oversight 2021-05-23 23:40:49 +02:00
krateng
a652a22a96 Rules 2021-05-23 16:00:46 +02:00
krateng
e664a93ef0 Rules 2021-04-15 20:09:57 +02:00
krateng
1727e0c92d Added Readme for library 2021-03-18 19:11:02 +01:00
krateng
1aeb72fd8f Added Python library for music players / scrobblers 2021-03-18 19:01:38 +01:00
Krateng
0cfdc60111 Merge branch 'master' of github.com:krateng/maloja 2021-02-24 16:13:32 +01:00
Krateng
2903a88096 Scrobbler, rule, e-mail 2021-02-24 16:11:37 +01:00
krateng
b75b643f6b
Update README.md 2021-02-06 04:52:35 +01:00
krateng
642cc7c00b
Update README.md 2021-01-31 17:35:33 +01:00
Krateng
6199fc8204 Why do these things happen 2021-01-24 01:44:04 +01:00
Krateng
23cc1ac341 Third party improvements 2021-01-21 17:38:37 +01:00
Krateng
c2f8ecc2df Version bump 2021-01-17 04:20:59 +01:00
Krateng
6555eea887 Fixed another time bug 2021-01-17 03:09:48 +01:00
Krateng
f67f900dae Fixed image uploading 2021-01-16 20:11:06 +01:00
Krateng
49b0a57581 Bumped Python version requirement to oldest supported 2021-01-16 17:25:52 +01:00
Krateng
06c32e205e This time for real tho 2021-01-15 20:09:34 +01:00
Krateng
2a5d9498d1 Restored functionality for older Python versions 2021-01-15 19:57:53 +01:00
Krateng
5006ad2bf1 Version bump 2021-01-15 18:45:42 +01:00
Krateng
bcd62c16fa Fixed time issues 2021-01-15 18:39:52 +01:00
Krateng
c4a9c6dc0f Fixed scrobbles view 2021-01-12 18:47:18 +01:00
Krateng
a42ed56d2d Updated testing 2021-01-10 17:00:16 +01:00
Krateng
6efe4a48c7 Fixed handling of special characters in manual scrobbling, fixes GH-68 2021-01-10 16:12:41 +01:00
Krateng
5bfd1e49dd Updated manual scrobbling, GH-68 2021-01-10 15:45:59 +01:00
Krateng
c86f3597fd Added proper multi-artist scrobbling via API 2021-01-10 15:30:11 +01:00
Krateng
723efcb8ba Made artist delimiters a setting, fix GH-66 2021-01-06 22:09:07 +01:00
Krateng
adfd6d2fc2 Fixes 2021-01-06 21:53:43 +01:00
Krateng
b53052c818 Housekeeping 2021-01-01 04:13:58 +01:00
Krateng
4d06a327e9 Happy New Year! 2021-01-01 03:10:36 +01:00