Commit Graph

913 Commits

Author SHA1 Message Date
jeffvli
88377b5d08 Update 2022-01-08 14:38:54 -08:00
jeffvli
b4fa192ea0 Split Windows build 2022-01-08 14:36:37 -08:00
Jeff
78fb74ffb8 Remove Supysonic from supported server list 2022-01-08 14:20:31 -08:00
Martin Pauli
b74e580adf Add ability to choose a specific start page 2022-01-07 14:13:12 -08:00
jeffvli
8dd8cdb17c Update for 0.11.0 v0.11.0 2022-01-01 16:01:26 -08:00
jeffvli
c11108111e Clean up ipcRenderer listeners to prevent memleak 2022-01-01 15:21:45 -08:00
jeffvli
5e9f079e1b Wait for musicFolder set before fetching
- Prevents duplicate fetch when entering page
2022-01-01 15:21:45 -08:00
jeffvli
ef57d0035e Add transcode setting to Jellyfin 2022-01-01 15:21:31 -08:00
jeffvli
ad1095c06f Additional MPRIS enhancements
- Added metadata: albumArtist, discNumber, trackNumber, useCount, genre
- Reset position on play / pause / playpause
- Add event for seek
2021-12-30 14:30:27 -08:00
jeffvli
8dff218d1d Remove whisper triggers on disabled 2021-12-30 14:30:20 -08:00
jeffvli
6f1166b4e8 Remove windows test 2021-12-29 20:42:37 -08:00
jeffvli
bde96529f0 Reduce currentTime interval 2021-12-29 20:42:10 -08:00
jeffvli
5e6d2b40c8 Update app description 2021-12-29 20:06:52 -08:00
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
2021-12-29 20:06:52 -08:00
jeffvli
e611662a73 Fix titlebar type 2021-12-29 19:52:55 -08:00
jeffvli
bb515d09dd Normalize playlist view 2021-12-28 18:38:25 -08:00
jeffvli
029796c02c Remove global scrollbar border-radius 2021-12-27 17:08:27 -08:00
jeffvli
95bcde00d8 Normalize album view to new artist page changes 2021-12-27 17:07:59 -08:00
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
2021-12-27 16:59:47 -08:00
jeffvli
5cf3d594ae Add genres to Jellyfin artist type 2021-12-27 16:59:47 -08:00
jeffvli
80bbb7626e Add similarSongs endpoint for jellyfin 2021-12-27 16:59:47 -08:00
jeffvli
1b1696b96a Remove warning toast on missing endpoint 2021-12-27 16:59:47 -08:00
jeffvli
857ce83244 Split title/subtitle in scrollingmenu 2021-12-27 16:59:47 -08:00
jeffvli
7a1a0be460 Artist page improvements
- Add separate pages for artist albums, songs, and top songs
- Set artist image to card
- Update controls styling
2021-12-27 16:59:47 -08:00
jeffvli
d4efbfc0f0 Adjust button styling
- Change most IconButtons to just Buttons
- Allows for more customized styling
2021-12-27 16:59:47 -08:00
jeffvli
c5caa18aeb Improve ScrollingMenu component
- Add prop to remove scrollbar
- Add custom scroll function
2021-12-27 16:59:47 -08:00
jeffvli
6a3549ccff Add tableHeight prop to virtualized table 2021-12-27 16:59:47 -08:00
jeffvli
a72a36e1dc Update default theme button styling
- Change subtle button hover color
2021-12-27 16:59:47 -08:00
jeffvli
05caee5bb1 Add additional customizations for Card prop
- Change image visibility default
- Removable info panel
- Removable modal overlay button
2021-12-27 16:59:47 -08:00
jeffvli
84e4c525c1 Add support for Card image on page header 2021-12-27 16:59:47 -08:00
jeffvli
c88846f59e Add top songs endpoint for subsonic
- Enforce unique entries only for top/similar songs
2021-12-27 16:59:47 -08:00
jeffvli
a22d6ac7ed Increase similar artist count from 8 -> 15 2021-12-27 16:59:47 -08:00
gelaechter
69936658aa pass titlebar to GradientBackground and FlatBackground to position them properly 2021-12-27 01:53:55 -08:00
gelaechter
4bd262c908 change way of updating titlebar 2021-12-27 01:53:55 -08:00
gelaechter
90b72dc250 pass titlebar as prop to BlurredBackgroundWrapper to position album image properly 2021-12-27 01:53:55 -08:00
gelaechter
960b1790f8 fix gap on bottom of sidebar if there is no custom titlebar 2021-12-27 01:53:55 -08:00
gelaechter
0e8eff7e42 change tray to use png icon on linux devices 2021-12-27 01:53:55 -08:00
gelaechter
921e8f2985 add icpMain function for reloading 2021-12-27 01:53:55 -08:00
gelaechter
e33ccd05ba add a restart whisper to the titlebar style select 2021-12-27 01:53:55 -08:00
gelaechter
7ddff267a4 pass titlebar as prop to Sidebar to set style 2021-12-27 01:53:55 -08:00
gelaechter
acd6403835 pass titlebar as prop to MainContainer to set style 2021-12-27 01:53:55 -08:00
gelaechter
099c7b3914 change borderless depending on selected titlebar style 2021-12-27 01:53:55 -08:00
gelaechter
84dee18830 stop returning custom titlebar if native is selected 2021-12-27 01:53:55 -08:00
gelaechter
fa73a6b85a add Native as a titlebar option 2021-12-27 01:53:55 -08:00
jeffvli
98de45492c Add discord rich presence support 2021-12-22 22:45:13 -08:00
jeffvli
955edd9d23 Add new mock settings 2021-12-22 15:43:30 -08:00
jeffvli
05451cbefb Move placeholder save to component 2021-12-22 15:43:30 -08:00
jeffvli
5ef1885b72 Bump electron from 13.3.0 - > 13.6.3 2021-12-22 15:43:30 -08:00
jeffvli
6a959eddf4 Add workaround for dialog test 2021-12-22 15:43:30 -08:00
jeffvli
50a682ae59 Fix debug window (remove seek) 2021-12-22 15:43:30 -08:00