jeffvli
b165a04cc7
Fix getPosition() request for MPRIS ( #162 )
3 years ago
jeffvli
e951b42172
Move position/seek requests to hook
3 years ago
dependabot[bot]
0f2d030aba
Bump tar from 4.4.13 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
db6e304d2a
Bump ssri from 8.0.0 to 8.0.1
Bumps [ssri](https://github.com/npm/ssri ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: ssri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
9ea80392dc
Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
5f163098e4
Bump y18n from 4.0.0 to 4.0.3
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3 )
---
updated-dependencies:
- dependency-name: y18n
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
bd293a36c7
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
3418374cb9
Bump immer from 9.0.5 to 9.0.12
Bumps [immer](https://github.com/immerjs/immer ) from 9.0.5 to 9.0.12.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v9.0.5...v9.0.12 )
---
updated-dependencies:
- dependency-name: immer
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
dfd478bd7f
Bump follow-redirects from 1.14.1 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
jeffvli
66a87eb22d
Adjust album header colors to fix light mode
3 years ago
jeffvli
4a7c9c9427
Fix card overlay button color on active
3 years ago
jeffvli
c1efaf9e97
Reduce opacity of info view panels
3 years ago
jeffvli
33d2d9de88
Update deps
3 years ago
jeffvli
7d404aa7a7
Add release notes popup
3 years ago
jeffvli
4c65fe1c68
Update config popup
- Set fixed width
- Add pagination config
3 years ago
jeffvli
db319f5c77
Adjust scrobble for Subsonic
- Make consistent with Jellyfin's scrobble
3 years ago
jeffvli
3182947086
Modify "STOP" key behavior ( #200 )
- Clear queue -> Pause playback and reset seek to 0
3 years ago
jeffvli
16ac6dd1c5
Miscellaneous player fixes ( #207 )
- Set 'PLAYING' status on prev track always
- Send 'playpause' to main for Windows Controls
- Properly update the seek slider time after last track ends
3 years ago
jeffvli
08723c3408
Update player controls behavior ( #207 )
- Move controls to hook
- Pressing "prev" within 5 seconds of song start goes to previous song
- Pressing "prev" after 5 seconds goes to the start of the song
- Pressing "prev" on the first song of the queue with repeat "off" goes to the start of the song
- Pressing "next" on the last song of the queue with repeat "off" does nothing
3 years ago
jeffvli
39ded5b9da
Fix player repeat on single track queue ( #205 )
3 years ago
jeffvli
1d9eb9d414
Add sort for artist songs on Jellyfin ( #202 )
3 years ago
jeffvli
617aed303c
Fix albums for Jellyfin when viewing albumArtist
3 years ago
jeffvli
5ae7d087b1
Fix loading indicator on artist list
3 years ago
jeffvli
44bd342d24
Handle fade for jellyfin scrobble
3 years ago
jeffvli
ed09f20cbd
Move AppImage build to ubuntu runner ( #153 )
3 years ago
jeffvli
571ba3a8b5
Fix legacy artist view on modal
3 years ago
jeffvli
a23e04d39a
Adjust modal component
- Better dynamic fit for cover art
- Allow overflow-y for page modal
3 years ago
jeffvli
8b854441b1
Remove auto playlist limit for Jellyfin ( #143 )
3 years ago
jeffvli
f227666ee6
Add 5s timeout for Jellyfin play scrobble ( #126 )
- Prevents playCount increment when quickly skipping through songs
3 years ago
jeffvli
9bd8582fc3
Fix i18next for strings outside of components
3 years ago
jeffvli
8b6c2874b9
Fix missing default song sort value
3 years ago
jeffvli
fc14b3c3ad
Adjust remaining page loaders
3 years ago
jeffvli
b51c5afec9
Add legacy artist view toggle ( #199 )
3 years ago
jeffvli
1a9b539f39
Add 'start' request for jellyfin scrobble
3 years ago
jeffvli
205d9fb6ad
Set player1 src on playqueue set
- Resolves issue with multiple handleOnPlay sent
3 years ago
WeekendWarrior1
2efaa7cd7f
select search text on search focus ( #203 )
* select search text on search focus
* set inputhtml type, focus and select
* lint
3 years ago
jeffvli
fc4724cbe1
Fix grid scroll from initial load
3 years ago
jeffvli
762e540da9
Add separate center image modal
3 years ago
jeffvli
4f25cce103
Add initial lyrics support for Subsonic
3 years ago
jeffvli
032c24b5c6
Adjust page loaders
3 years ago
jeffvli
e339825129
Fix song/album list pagination
- Fix client/serverside toggles
- Fix random filter
- Fix page count
3 years ago
jeffvli
ed3df285ef
Reduce font weight of tags to increase readability
3 years ago
jeffvli
9394ca848b
Hide song pagination config for subsonic
3 years ago
jeffvli
0b1f095167
Remove i18next from main
- Resolves build errors on Windows (Value to set is of unexpected type
3 years ago
jeffvli
7b713fcd42
Adjust card height when info panel hidden
3 years ago
jeffvli
7194a3d7c2
Add initial info view
3 years ago
jeffvli
7f40eeaa8a
Add musicbrainz link
3 years ago
jeffvli
9820f2512e
Fix card height when no infopanel
3 years ago
jeffvli
6a13df94a5
Add animation css library
3 years ago
jeffvli
72313d02a2
Add count property to getSimilarSongs for jellyfin
3 years ago