1843 Commits

Author SHA1 Message Date
Deluan
879b439b30
Recover from panic when reading invalid id2 tags
Workaround for #596
2026-01-02 19:18:27 +00:00
Deluan
cc2dbd2925
Abort scan when media folder is empty
This is to prevent all data being deleted in the case where a mount is not available
2026-01-02 19:18:27 +00:00
Deluan
ae99cd2f1c
Log when a cache has finished loading 2026-01-02 19:18:27 +00:00
Deluan
1f867e54d5
Process changed folders as they are discovered 2026-01-02 19:18:26 +00:00
Deluan
92ebe8191a
WIP 2026-01-02 19:18:26 +00:00
Deluan
38f383ba17
Use timestamp of artwork file instead of album's UpdatedAt in the cache key 2026-01-02 19:18:26 +00:00
Deluan
b953cea009
Add option to disable track cover art. Should help with cloud mounting (rclone) 2026-01-02 19:18:26 +00:00
Deluan
61d6f8aaa0
Make CreatePlaylist response compatible with API >1.14.0 2026-01-02 19:18:26 +00:00
Deluan
465b23a433
Limit startScan to admins only 2026-01-02 19:18:26 +00:00
Deluan
e87fb3a1cc
Make pool's queue buffered. Workaround while we don't put the queue in disk 2026-01-02 19:18:26 +00:00
Deluan
26902d78df
Only start the cache warming after all folders were scanned 2026-01-02 19:18:26 +00:00
Deluan
01b5871218
Implements library scanning endpoints. Also:
- Bumped Subsonic API version to 1.15:
- Better User/Users Subsonic endpoint implementations, not final though
2026-01-02 19:18:26 +00:00
Deluan
d9a8e354e9
Make caches singletons 2026-01-02 19:18:26 +00:00
Deluan
6a02ec18f3
Disable flaky test 2026-01-02 19:18:26 +00:00
Deluan
23d28afe4f
Fix job dependencies in pipeline 2026-01-02 19:18:26 +00:00
Deluan
748a10692c
Increased pool test timeout (hate time based tests...) 2026-01-02 19:18:26 +00:00
Deluan
7cde29cd21
Simplify error responses 2026-01-02 19:18:26 +00:00
Deluan
582e9e5249
Completely removed engine package, fewer abstraction layers \o/ 2026-01-02 19:18:25 +00:00
Deluan
321c2fc4f1
Move mock datastore to tests package 2026-01-02 19:18:25 +00:00
Deluan
b464ba57a6
Make mocks strongly typed 2026-01-02 19:18:25 +00:00
Deluan
e2d27f5a32
Removed list_generator completely 2026-01-02 19:18:25 +00:00
Deluan
c60766bccb
Removed more layers of indirection from the engine package 2026-01-02 19:18:25 +00:00
Deluan
ee605b2a18
Add test for pool 2026-01-02 19:18:25 +00:00
dependabot-preview[bot]
ed29cc1570
Bump github.com/kr/pretty from 0.2.0 to 0.2.1
Bumps [github.com/kr/pretty](https://github.com/kr/pretty) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/kr/pretty/releases)
- [Commits](https://github.com/kr/pretty/compare/v0.2.0...v0.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2026-01-02 19:18:25 +00:00
Deluan
9f7bbafe1d
Replace unicode quotes and dash with simple ascii chars
External services do not use these unicode chars. Ex:
- “Weird Al” Yankovic
- Bachman–Turner Overdrive
- The Go‐Go’s
are not found in Last.FM and Spotify
2026-01-02 19:18:25 +00:00
Deluan
52941909fd
Upgrade GoLang to 1.15.3 2026-01-02 19:18:25 +00:00
Deluan
311b590462
Remove invalid migration 2026-01-02 19:18:25 +00:00
Deluan
53196f8344
Revert "Make caches singletons" 2026-01-02 19:18:25 +00:00
Deluan
0aee6b4377
Add flag to enable new cache layout 2026-01-02 19:18:25 +00:00
Deluan
437339b9b2
Make caches singletons 2026-01-02 19:18:25 +00:00
Deluan
04fe3aff4a
Add simple cache warmer, disabled by default 2026-01-02 19:18:25 +00:00
Deluan
862dee9dd6
Add formatting to config dump 2026-01-02 19:18:24 +00:00
Deluan
f75670efe1
Add dedicated Item interface for cache items 2026-01-02 19:18:24 +00:00
Deluan
696ff8d421
Uses cached original image when requesting a resized image 2026-01-02 19:18:24 +00:00
Deluan
595500d857
Fix cache key-mapping 2026-01-02 19:18:24 +00:00
Deluan
3e5e33cce0
New Cache FileSystem implementation 2026-01-02 19:18:17 +00:00
Deluan
f4be41987f
Change MediaFolder.ID type to int32 2026-01-02 19:17:32 +00:00
Deluan
9b73ec19f2
Add getScanStatus Subsonic response 2026-01-02 19:17:32 +00:00
Deluan
002bfccfaa
Add scanner status 2026-01-02 19:17:32 +00:00
Deluan
bd68dbd438
Add better process lifecycle management 2026-01-02 19:17:32 +00:00
Deluan
5fc08bd97a
Fix test suite name 2026-01-02 19:17:32 +00:00
Deluan
289cabf945
Change avatar placeholder to new logo 2026-01-02 19:17:32 +00:00
Deluan
cf35356982
Add Russian translation. Thanks @lun4r 2026-01-02 19:17:32 +00:00
Deluan
743fe03330
Fix ignoring hidden folders when scanning 2026-01-02 19:17:20 +00:00
sohalt
7047a4a788 Add LDAP authentication 2020-10-23 01:56:49 +02:00
Deluan
f9e0de31b8 Fix missing last.fm and spotify config keys. Closes #589 2020-10-22 08:31:47 -04:00
Deluan
1cd2f015c2 Get Similar Artists in parallel
Also don't fail `GetArtistInfo` when Last.FM is not configured
2020-10-21 21:44:03 -04:00
Deluan
ed84c5a0a3 Bump @testing-library/react from 11.0.4 to 11.1.0 in /ui v0.36.0 2020-10-21 18:24:20 -04:00
Deluan
b88f9013dc Fix getAlbumList.byYear. See https://github.com/daneren2005/Subsonic/issues/967 2020-10-21 17:32:10 -04:00
dependabot-preview[bot]
62ed30afed Bump @testing-library/user-event from 12.1.7 to 12.1.8 in /ui
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.1.7 to 12.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.7...v12.1.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-21 17:10:39 -04:00