jeffvli
24d837bd25
Add modal, rating to player bar
3 years ago
jeffvli
cde92f653e
Improve modal component, add InfoModal
- Use as a generic
3 years ago
jeffvli
14240caba2
Adjust playerbar current song info
- Increase dynamic width for better fit
- Clicking song name now links to /nowplaying
- Added album name which links to album page
3 years ago
Luke Hines
9a13ed2dc2
Fix macOS window exit behaviour ( #198 )
3 years ago
fangxx3863
23f67e916a
Add Simplified Chinese ( #191 )
3 years ago
Jeff
c349f189af
Add pagination to album page ( #190 )
* Remove albumSlice from store
- Merge into viewSlice
* Update pagination settings
- Add pagination settings for album
- Add server-side checkbox toggle for jellyfin
* Change album endpoints for pagination
* Add pagination for grid-view component
* Add center loader component (matches list default)
* Add pagination to album page (list-view)
- Update all links to the album page to properly handle pagination
* Match list view paginator with grid
* Add hooks for grid/list view scroll
* Add list/grid scroll hooks to album list page
* Remove image loading transition
* Split query key to separate useEffect
* Add scroll top to music list pagination
3 years ago
jeffvli
f5710b81d0
Add minWidth, maxWidth to contextmenu
3 years ago
Gelaechter
9fe4f76799
I18n (multi-language support) ( #179 )
* Add i18next, react-i18next, i18next-parser and configs
* Add language config entry
* Refactor for translations, add translation files
* Update i18next-parser
* Update translations after merge and parser fix
* Add more missing translations
* Remove theme translations and fix i18next globbing
* Fix minor UI sizing for translations
* Update translations after merge
* Fix linting
* Add mockSettings to i18n.js
3 years ago
jeffvli
a58bab7263
Add initial song list page for Jellyfin
- Add settings for pagination size
- Add view redux slice
- Add pagination component
3 years ago
jeffvli
62fbed79b9
Add song list routes
3 years ago
jeffvli
b2dc5030fc
Update song list return for pagination
3 years ago
jeffvli
ac68500dad
Update config border styling
3 years ago
jeffvli
d80fec7fdb
Add "Songs" page to sidebar
3 years ago
Martin Pauli
15275ae62d
Use local placeholder for missing album covers instead online resource
3 years ago
Martin Pauli
ea69269e2f
Adjust windows build script
3 years ago
Martin Pauli
a8d1305f97
Add NodeRT storage depedency
3 years ago
jeffvli
07197b24f6
Remove self-hosted runner from test
3 years ago
jeffvli
8e534b1f76
Use self-hosted runner for windows build/test
3 years ago
Martin Pauli
bd1a3362da
Add windows smtc support with settings toggle
3 years ago
Martin Pauli
35b570b0ae
Add NodeRT dependency for Windows System Media Transport Controls support
3 years ago
Martin Pauli
035f8a1cf5
Allow custom installation directory in windows installer
3 years ago
jeffvli
41a471cf3d
Fix unstar on album page (jellyfin)
3 years ago
jeffvli
3526ccb40e
Fixed app freeze on artistInfo 404
3 years ago
Martin Pauli
1cfa0451c2
Disable specific sort entries for jellyfin that aren't supported
3 years ago
Martin Pauli
06de7add4e
Use title case for album sort setting
3 years ago
Martin Pauli
bdba5d1194
Add ability to choose default album sorting
3 years ago
Jeff
13b1c54062
Fix discord invite link
3 years ago
jeffvli
fd51a6e7fc
Split Windows package from win/linux
3 years ago
Jeff
78fb74ffb8
Remove Supysonic from supported server list
3 years ago
Martin Pauli
b74e580adf
Add ability to choose a specific start page
3 years ago
jeffvli
8dd8cdb17c
Update for 0.11.0
3 years ago
jeffvli
c11108111e
Clean up ipcRenderer listeners to prevent memleak
3 years ago
jeffvli
5e9f079e1b
Wait for musicFolder set before fetching
- Prevents duplicate fetch when entering page
3 years ago
jeffvli
ef57d0035e
Add transcode setting to Jellyfin
3 years ago
jeffvli
ad1095c06f
Additional MPRIS enhancements
- Added metadata: albumArtist, discNumber, trackNumber, useCount, genre
- Reset position on play / pause / playpause
- Add event for seek
3 years ago
jeffvli
8dff218d1d
Remove whisper triggers on disabled
3 years ago
jeffvli
6f1166b4e8
Remove windows test
3 years ago
jeffvli
bde96529f0
Reduce currentTime interval
3 years ago
jeffvli
5e6d2b40c8
Update app description
3 years ago
jeffvli
2b79e5c7ff
MPRIS enhancements
- Add seek support
- Add volume support
- Add repeat support
- Add shuffle support
- Handle play/pause between sonixd/mpris client
- Fix MPRIS identity
3 years ago
jeffvli
e611662a73
Fix titlebar type
3 years ago
jeffvli
bb515d09dd
Normalize playlist view
3 years ago
jeffvli
029796c02c
Remove global scrollbar border-radius
3 years ago
jeffvli
95bcde00d8
Normalize album view to new artist page changes
3 years ago
jeffvli
f99e7c37a6
Add compilation album section for Jellyfin
- Split by albums / compilation album (appears on)
- Reduce image size on non-home routes
- Remove biography on non-home routes
3 years ago
jeffvli
5cf3d594ae
Add genres to Jellyfin artist type
3 years ago
jeffvli
80bbb7626e
Add similarSongs endpoint for jellyfin
3 years ago
jeffvli
1b1696b96a
Remove warning toast on missing endpoint
3 years ago
jeffvli
857ce83244
Split title/subtitle in scrollingmenu
3 years ago
jeffvli
7a1a0be460
Artist page improvements
- Add separate pages for artist albums, songs, and top songs
- Set artist image to card
- Update controls styling
3 years ago