jeffvli
|
2ea0683b8e
|
fix volumeFade
|
3 years ago |
jeffvli
|
c4b54588f7
|
fix dipped fade calculation
|
3 years ago |
jeffvli
|
f95b0bb475
|
refactor playback settings to apply instantly
- no more reload requirement when updating settings:
- fadeDuration, pollingInterval, fadeType, volumeFade
|
3 years ago |
jeffvli
|
eaa5991e47
|
fix media hotkeys
- using invalid store value
|
3 years ago |
jeffvli
|
28debb029e
|
add dipped crossfade type
|
3 years ago |
jeffvli
|
f38806ebff
|
additional fade optimizations
|
3 years ago |
jeffvli
|
20db920c58
|
add fade data to debug window
- add reducer in playqueue slice to hold fade data
- styling changes on debug window
|
3 years ago |
jeffvli
|
179b2475d0
|
move window reload button to side
|
3 years ago |
jeffvli
|
5d28764b70
|
revert sidebar reorder
|
3 years ago |
jeffvli
|
01345072e7
|
fix media hotkeys when no tracks available
|
3 years ago |
jeffvli
|
998de72233
|
add volume fade, polling interval settings
- clarify settings
- add to debug window
- add to default settings
|
3 years ago |
jeffvli
|
420e528337
|
add debug window
|
3 years ago |
jeffvli
|
31c2f9d579
|
add configurable fade type
|
3 years ago |
jeffvli
|
671b5dea82
|
fix horizontal scroll going below 0
|
3 years ago |
jeffvli
|
c944dfff40
|
add repeat/shuffle to settings by playerbar
- defaultShuffle -> shuffle
- defaultRepeat -> repeat
- remove set in config
|
3 years ago |
jeffvli
|
b62b52c2eb
|
update volume set
- use hooks
- add to settings
|
3 years ago |
jeffvli
|
0b6fc31ad3
|
add timeout to autoscroll
|
3 years ago |
jeffvli
|
2712264ce5
|
fix list images
|
3 years ago |
jeffvli
|
6147a71018
|
fix star refresh on all lists
|
3 years ago |
jeffvli
|
a46638f26f
|
refactor albumlist page, add allAlbums api query
|
3 years ago |
jeffvli
|
649888640f
|
clear out shuffledEntry if shuffle off
|
3 years ago |
jeffvli
|
ae5859a4c9
|
fix shuffle toggle
|
3 years ago |
jeffvli
|
62ba0c07a4
|
update routes for album/artist/folder/genre
|
3 years ago |
jeffvli
|
3ca8e0e3eb
|
increment/decrement cleanup
- if repeat all enabled, reset to last track when decrementing
- if repeat one and on last track, don't increment
|
3 years ago |
jeffvli
|
085f11822c
|
cleanup unsued
|
3 years ago |
jeffvli
|
dc7327e4f9
|
add horizontal scroll zones
|
3 years ago |
jeffvli
|
3af8c334f3
|
refactor playQueue slice
|
3 years ago |
jeffvli
|
8feb2d9975
|
add shuffle/repeat defaults using parsed settings
parse json to pass settings to redux slice
|
3 years ago |
jeffvli
|
fae14521bb
|
add shuffledEntry in slice
|
3 years ago |
jeffvli
|
ef283a356e
|
suppress cache race condition errors
|
3 years ago |
jeffvli
|
105cb3a6a5
|
adjust defaults
|
3 years ago |
jeffvli
|
1da657374e
|
additional cache optimizations
- reduce usage of path.join
- fix standalone coverart column not using optimized check
- fix combined coverart not caching
|
3 years ago |
jeffvli
|
581e559fc9
|
add tentative scroll watcher
- commented out
- keeps scroll position after resize, but costs performance
|
3 years ago |
jeffvli
|
294c2158d4
|
readd custom scroll zones on list view
|
3 years ago |
jeffvli
|
93a9e570e0
|
optimize cache check
|
3 years ago |
jeffvli
|
426da42e75
|
fix default cache path
|
3 years ago |
jeffvli
|
f59f8b8598
|
adjust styling
|
3 years ago |
jeffvli
|
9d26c99271
|
readjust fade defaults
|
3 years ago |
jeffvli
|
5d6dfed797
|
add increment on repeatOne
|
3 years ago |
jeffvli
|
0258d5537f
|
update settings
- add configurable cache location
- add global check for default settings
- add reset settings defaults button
- additional changes for default list columns
|
3 years ago |
jeffvli
|
24fcc4804c
|
add shuffle button, repeatone logic
|
3 years ago |
jeffvli
|
8edf8ec199
|
remove old columns
|
3 years ago |
jeffvli
|
f8df4609dd
|
re-add list hover
|
3 years ago |
jeffvli
|
6ec77a0e5a
|
set status to playing when increment/decrement
|
3 years ago |
jeffvli
|
d28bec2c10
|
update padding for specific columns
- no padding on starred, songcount
|
3 years ago |
jeffvli
|
4cfa7bce40
|
remove tabindex on card
|
3 years ago |
jeffvli
|
67e6de764d
|
fix playback issues
- lower seek drag timeout which caused player1 to not
revert back to 0 when decrementing right after dragging
- remove unneeded resets
|
3 years ago |
jeffvli
|
0303118290
|
change starred title, remove padding
|
3 years ago |
jeffvli
|
8bbb781d88
|
set active class only on nowplaying view
|
3 years ago |
jeffvli
|
12e3ae3735
|
split seek/status to player slice
|
3 years ago |