krateng
39a42e915c
Initial support for new Spotify export format, GH-215
2023-06-25 18:00:23 +02:00
krateng
b8944b4954
Reorganized containerfile to allow caching
2023-03-31 15:47:00 +02:00
krateng
9d9f3b500e
More convenient album saving for 3.2 upgrade
2023-03-30 16:27:40 +02:00
krateng
72c58509a1
Added cool tag list script
2023-03-28 22:47:46 +02:00
krateng
11a5cb7401
Fixed scrobbler
2023-03-28 00:06:59 +02:00
krateng
b4c8a0d68b
Updated settings.md
2023-03-27 19:09:44 +02:00
krateng
88403d2583
Fetch smaller image from musicbrainz, fix GH-206
2023-03-27 18:10:53 +02:00
krateng
866d4ccd9b
Merge pull request #205 from FoxxMD/lsio
...
Refactor container image to use linuxserverio alpine base
2023-03-21 19:14:11 +01:00
FoxxMD
3db51a94d6
Add permission check and docs for PUID/PGID usage
2023-03-17 11:51:11 -04:00
FoxxMD
a9c29f158e
Refactor containerfile to align with lsio python install
...
* Simplify project file copy
* Reduce system and project dependency installs into single layer
* Add default permission ENVs for backwards-compatibility
2023-03-17 11:44:16 -04:00
krateng
ab8af32812
Merge pull request #204 from FoxxMD/imagePerf
...
Improve image rendering performance
2023-03-17 16:43:49 +01:00
FoxxMD
7bc2ba0237
Move image base to linuxserverio alpine base
...
krateng/maloja#96
2023-03-17 10:28:07 -04:00
FoxxMD
b8371347b7
Add configuration boolean for rendering album/artist icons
...
If a user has a slow internet connection or is using a low-power device they may wish to not render icons at all to prevent additional cpu/network load. Defaults to `true` to preserve existing behavior.
2023-03-16 15:21:02 -04:00
FoxxMD
1e3c6597d4
Lazy load tile and entity background images
...
CSS 'background-image:url' causes the browser to synchronously load images which prevents DOM from fully loading.
Replace this with lazyload.js to make
* js load style=background-image... after DOM is loaded and
* only load images in viewport
The end result is much faster *apparent* page loads as all DOM is loaded before images and a reduction in load for both client/server as images are only loaded if they become visible.
2023-03-16 15:01:54 -04:00
krateng
37210995fa
Merge pull request #202 from christophernewton/master
...
Fixed search response failure for manual scrobbling
2023-03-07 16:54:51 +01:00
Chris Newton
94ae453133
Fixed search response failure for manual scrobbling
2023-03-07 11:04:53 +11:00
krateng
93bbaac0e3
Bumped doreah version, fix GH-200
2023-02-26 22:10:13 +01:00
krateng
00a564c54d
Hardcoded screenshot url in readme
2023-02-26 16:46:36 +01:00
krateng
4330b0294b
Version bump
2023-02-26 16:32:03 +01:00
krateng
b53141f065
Renamed workflows, fix GH-181
2023-02-26 16:00:06 +01:00
krateng
3ae395f697
Removed explicit column selection, GH-196
2023-02-26 15:50:37 +01:00
krateng
5466b6c37e
Added dependency versions to information output
2023-02-26 15:48:50 +01:00
krateng
e85861fb79
Bandaid for entity editing in Firefox, fix GH-188, GH-175
2023-02-25 22:18:57 +01:00
krateng
a611b78dbc
Removed dead link, fix GH-189
2023-02-25 22:07:12 +01:00
krateng
c3ed5f318d
Narrowed chart bars a bit, fix GH-195
2023-02-25 21:58:50 +01:00
krateng
073448257a
Fixed robots.txt
2023-01-13 06:23:22 +01:00
krateng
d12229d8a5
Fixed small visual bug
2023-01-01 23:35:55 +01:00
krateng
d8f53a56d2
Fixed info output for Dual Stack
2022-12-05 00:05:19 +01:00
krateng
c8f9e9c391
Fix main page display on Safari, fix GH-172
2022-11-30 05:15:20 +01:00
krateng
185a5b3e87
Added scrobbler functionality to selectively enable sites
2022-11-24 00:10:57 +01:00
krateng
95eaf0a3d6
Added interface for picking services to scrobbler
2022-11-23 23:40:44 +01:00
krateng
a7d286c90c
Added error handling for image upload
2022-10-19 19:53:13 +02:00
krateng
ddc78c5756
Made addpicture endpoint part of the external API, GH-169
2022-10-19 19:28:15 +02:00
krateng
a12253dc29
Sanitize artists and tracks in lists, GH-167
2022-10-13 18:08:08 +02:00
krateng
9eaeffca7e
Sanitize artists and tracks in search results, GH-167
2022-10-13 18:06:02 +02:00
krateng
db8389e6c1
Rules
2022-10-13 15:35:21 +02:00
krateng
ef06f22622
Version bump
2022-10-07 17:38:12 +02:00
krateng
b333009684
Merge branch 'master' of github.com:krateng/maloja
2022-10-07 17:33:07 +02:00
krateng
ebd78914f9
Sanitize artists and tracks, fix GH-167
2022-10-07 17:32:34 +02:00
krateng
36d0e7bb8a
Merge pull request #153 from badlandspray/master
...
Track more additional information
2022-09-11 21:02:55 +02:00
krateng
91750db8ac
Reduce stored extra info from Listenbrainz API
2022-09-11 21:01:21 +02:00
krateng
d5f2c254f3
Fix field name for track length
2022-09-11 20:58:37 +02:00
krateng
e3933e7dca
Merge pull request #163 from krkk/import_listenbrainz
...
Implement importing scrobbles from ListenBrainz
2022-08-20 16:55:32 +02:00
Karol Kosek
9b10ca4a5d
Implement importing scrobbles from ListenBrainz
...
Closes : #162
2022-08-16 22:17:02 +02:00
Karol Kosek
2ce2e2f682
Import track lengths from own maloja format
...
It will also be used when importing ListenBrainz files.
2022-08-16 19:37:15 +02:00
krateng
9917210b66
More intuitive manual scrobbling, GH-160
2022-08-15 17:50:42 +02:00
krateng
5656f8b4c0
Some rules
2022-08-15 17:50:07 +02:00
badlandspray
9ae14da397
scrobble_duration key
2022-07-16 00:54:54 -07:00
badlandspray
3fd02c1675
Add release_artist_name and correct duration
2022-07-15 15:18:22 +00:00
badlandspray
f7251c613c
Add more fields
2022-07-05 08:34:07 +00:00