eddyizm
aac5c6067d
Merge branch 'library-play' into fix/start-queue-blocking-ui
2025-11-23 09:34:39 -08:00
eddyizm
c4b73f6014
Merge branch 'development' into main
2025-11-23 09:33:26 -08:00
eddyizm
5e330ac451
Revert "refactor MediaService"
...
This reverts commit 7aa325f914 .
2025-11-23 09:18:32 -08:00
eddyizm
8188ef169c
fix: put queue into background thread
2025-11-23 09:09:20 -08:00
eddyizm
3496918ce6
Merge branch 'development' into library-play
2025-11-22 14:30:20 -08:00
be33401b6f
feat: add play functionality to library folder/index items
...
- add play button to inner folders in library
- implement recursive song collection from folders and subfolders
- filter out video files, play only audio tracks
- add user feedback with toast notifications
2025-11-20 19:13:46 +02:00
pca006132
16b63bf13c
Merge branch 'development' into refactor-mediaservice
2025-11-16 20:33:48 +08:00
pca006132
7aa325f914
refactor MediaService
2025-11-16 17:22:22 +08:00
pca006132
5a8a631449
fix shuffle
2025-11-16 14:19:58 +08:00
observer
3721484dff
Fix player queue soft-lock
2025-11-16 00:13:36 +00:00
eddyizm
2553c06a9f
Fixed crash when viewing share ( #255 )
2025-11-12 07:01:43 -08:00
drakeerv
955dc1b015
Fixed crash when viewing share
2025-11-12 09:45:07 -05:00
eddyizm
6124ec66f3
feat: added setting to disable github check and completely disable/hide when using the degoogled version
2025-11-11 18:06:01 -08:00
eddyizm
2c6287405e
fix:github release check
2025-11-11 12:00:05 -08:00
eddyizm
6448cc598d
fix: disallow duplicate songs in queue
2025-11-10 10:53:16 -08:00
eddyizm
33981f9885
Fix shuffling genres only queuing 25 songs ( #246 )
2025-11-09 16:41:17 -08:00
observer
1bc93cce0e
use overloads instead of new methods
2025-11-09 22:01:33 +00:00
eddyizm
ec0eee9d3f
implement scroll to currently playing feature ( #247 )
2025-11-09 13:49:29 -08:00
observer
140546ca4d
log in catch statement in PlayerQueueFragment:onResume
2025-11-09 21:27:17 +00:00
observer
4d1d953a3a
implement scroll to currently playing feature
2025-11-09 16:03:02 +00:00
observer
efaae35976
uncap mediamanager queue previously at 25 at 500
2025-11-09 15:05:49 +00:00
observer
35784216bc
use getRandomSampleWithGenre() rather than getSongsByGenre()
2025-11-09 15:05:05 +00:00
observer
8ce0a82506
getRandomSongs2(): use new subsonic getRandomSongs param 'genre' instead of getSongsByGenre
2025-11-09 15:02:54 +00:00
eddyizm
e987226954
feat: makes discovery media item clickable on home page #53
2025-11-08 09:09:09 -08:00
eddyizm
17713ee400
fix: Add listener to enable equalizer when audioSessionId changes ( #235 )
2025-11-06 15:40:39 -08:00
eddyizm
043e1b39b0
Revert "fix: do not override itemType and itemId"
...
This reverts commit d35146dba3 .
2025-11-06 14:35:29 -08:00
Jaime García
938c1de906
chore: Remove comment
2025-11-06 04:48:24 +01:00
Jaime García
a0dfe63660
fix: Add listener to enable equalizer when audioSessionId changes
2025-11-06 03:18:39 +01:00
pca006132
e5a928ec0f
fix: skip mapping downloaded item
2025-11-05 00:35:27 +08:00
eddyizm
d5d504fc64
Revert "improve battery consumption"
2025-11-04 07:02:19 -08:00
pca006132
1dca1ef68d
avoid updating player bottom sheet when not visible
2025-11-03 16:16:06 +08:00
pca006132
be9eec625a
avoid full updates
2025-11-03 14:50:06 +08:00
pca006132
b335ddec01
cache artwork bitmap
2025-11-03 13:33:22 +08:00
eddyizm
eb5c4721d1
fix: update MediaItems after network change ( #222 )
2025-11-02 08:01:43 -08:00
eddyizm
27d7288ee9
fix: do not override getItemViewType and getItemId ( #221 )
2025-11-02 08:00:37 -08:00
eddyizm
f25e7f250a
Fix downloaded tab performance ( #210 )
2025-11-02 07:59:10 -08:00
eddyizm
911acc3c2d
feat: sort artists by album count ( #206 )
2025-11-02 07:58:46 -08:00
pca006132
4b7f60bb8c
fix: update MediaItems after network change
2025-11-02 16:44:15 +08:00
pca006132
d35146dba3
fix: do not override itemType and itemId
2025-11-02 14:54:32 +08:00
pca006132
7f66124614
fix: download tab performance
2025-10-31 20:16:01 +08:00
pca006132
5d51132921
feat: add preference to sort artists by album count
2025-10-30 20:01:47 +08:00
pca006132
4b2e963a81
fix: shuffle for artists without using getTopSongs
2025-10-30 20:01:28 +08:00
pca006132
4c865e199d
feat: sort artists by album count
2025-10-30 18:01:07 +08:00
eddyizm
ac674d937a
fix: handle null or no expiry field being sent back from server
2025-10-27 20:47:46 -07:00
eddyizm
de14663b25
chore: updated tempo references to tempus including github check
2025-10-27 09:06:57 -07:00
eddyizm
b48057b4a2
fix: persist album sorting on resume ( #181 )
2025-10-20 12:18:41 -07:00
eddyizm
c3cce18600
fix: persist album sorting on resume
2025-10-18 17:16:11 -07:00
sebaFlame
442fe1ea01
Merge branch 'development' into main
2025-10-18 01:48:47 +02:00
cba
cb0874dca4
Added setting to make album detail visible
2025-10-18 01:00:00 +02:00
cba
079149c1d5
Revert "removed dropdown for album info"
...
This reverts commit ceaffa254b .
2025-10-18 00:37:06 +02:00