Commit Graph

  • 9a13ed2dc2 Fix macOS window exit behaviour (#198) Luke Hines 2022-01-20 15:30:20 +00:00
  • 8d16931868 Add count property to getSimilarSongs for jellyfin jeffvli 2022-01-19 05:39:33 -08:00
  • f236f9e74b Fix card button styles - Prevent color change on active jeffvli 2022-01-19 05:38:33 -08:00
  • 505ab2b4ae Fix musicFolder reference jeffvli 2022-01-19 05:34:24 -08:00
  • 612212e5cd Adjust min-width of playerbar info section jeffvli 2022-01-19 05:33:38 -08:00
  • 1749cb8b53 Fix datetime from i18next jeffvli 2022-01-19 05:32:23 -08:00
  • a3c22ee805 Add getSongsByGenre endpoint jeffvli 2022-01-19 05:30:48 -08:00
  • c921201d31 Add additional props - cardSize - maxWidth - noButtons jeffvli 2022-01-19 05:29:21 -08:00
  • 4454c88407 Remove custom image caching - Use default electron caching - Should improve application performance on list/grid views scroll bug-182-cache-adjustment jeffvli 2022-01-17 07:43:23 -08:00
  • 23f67e916a Add Simplified Chinese (#191) fangxx3863 2022-01-17 23:41:38 +08:00
  • 7933893f42 Add modal, rating to player bar jeffvli 2022-01-17 06:37:20 -08:00
  • 458ad53aee Improve modal component, add InfoModal - Use as a generic jeffvli 2022-01-17 05:20:35 -08:00
  • 02cad23e69 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 jeffvli 2022-01-17 02:16:53 -08:00
  • c349f189af Add pagination to album page (#190) Jeff 2022-01-17 00:03:33 -08:00
  • f5710b81d0 Add minWidth, maxWidth to contextmenu jeffvli 2022-01-15 16:47:13 -08:00
  • 9fe4f76799 I18n (multi-language support) (#179) Gelaechter 2022-01-16 00:13:16 +00:00
  • a58bab7263 Add initial song list page for Jellyfin - Add settings for pagination size - Add view redux slice - Add pagination component jeffvli 2022-01-14 08:02:46 -08:00
  • 62fbed79b9 Add song list routes jeffvli 2022-01-14 07:57:34 -08:00
  • b2dc5030fc Update song list return for pagination jeffvli 2022-01-14 07:56:43 -08:00
  • ac68500dad Update config border styling jeffvli 2022-01-14 06:55:28 -08:00
  • d80fec7fdb Add "Songs" page to sidebar jeffvli 2022-01-13 15:04:24 -08:00
  • 15275ae62d Use local placeholder for missing album covers instead online resource Martin Pauli 2022-01-15 02:14:46 +01:00
  • ea69269e2f Adjust windows build script Martin Pauli 2022-01-15 02:14:31 +01:00
  • a8d1305f97 Add NodeRT storage depedency Martin Pauli 2022-01-14 00:34:45 +01:00
  • 07197b24f6 Remove self-hosted runner from test jeffvli 2022-01-14 08:08:10 -08:00
  • 8e534b1f76 Use self-hosted runner for windows build/test jeffvli 2022-01-13 19:20:36 -08:00
  • bd1a3362da Add windows smtc support with settings toggle Martin Pauli 2022-01-13 23:49:16 +01:00
  • 35b570b0ae Add NodeRT dependency for Windows System Media Transport Controls support Martin Pauli 2022-01-08 13:26:52 +01:00
  • 035f8a1cf5 Allow custom installation directory in windows installer Martin Pauli 2022-01-13 17:20:47 +01:00
  • 41a471cf3d Fix unstar on album page (jellyfin) jeffvli 2022-01-13 00:47:16 -08:00
  • 3526ccb40e Fixed app freeze on artistInfo 404 jeffvli 2022-01-12 19:26:42 -08:00
  • 1038f9c808 Fixed app freeze on artistInfo 404 bug-170-error-handling jeffvli 2022-01-12 19:26:42 -08:00
  • 1cfa0451c2 Disable specific sort entries for jellyfin that aren't supported Martin Pauli 2022-01-09 10:32:32 +01:00
  • 06de7add4e Use title case for album sort setting Martin Pauli 2022-01-08 23:54:24 +01:00
  • bdba5d1194 Add ability to choose default album sorting Martin Pauli 2022-01-08 12:54:32 +01:00
  • 13b1c54062 Fix discord invite link Jeff 2022-01-08 15:32:51 -08:00
  • fd51a6e7fc Split Windows package from win/linux jeffvli 2022-01-08 14:42:02 -08:00
  • 88377b5d08 Update update-actions jeffvli 2022-01-08 14:38:54 -08:00
  • b4fa192ea0 Split Windows build jeffvli 2022-01-08 14:36:37 -08:00
  • 78fb74ffb8 Remove Supysonic from supported server list Jeff 2022-01-08 14:07:33 -08:00
  • b74e580adf Add ability to choose a specific start page Martin Pauli 2022-01-07 17:21:20 +01:00
  • 8dd8cdb17c Update for 0.11.0 v0.11.0 jeffvli 2022-01-01 16:01:26 -08:00
  • c11108111e Clean up ipcRenderer listeners to prevent memleak jeffvli 2022-01-01 15:04:33 -08:00
  • 5e9f079e1b Wait for musicFolder set before fetching - Prevents duplicate fetch when entering page jeffvli 2022-01-01 15:03:34 -08:00
  • ef57d0035e Add transcode setting to Jellyfin jeffvli 2022-01-01 14:56:22 -08:00
  • ad1095c06f Additional MPRIS enhancements - Added metadata: albumArtist, discNumber, trackNumber, useCount, genre - Reset position on play / pause / playpause - Add event for seek jeffvli 2021-12-30 05:38:24 -08:00
  • 8dff218d1d Remove whisper triggers on disabled jeffvli 2021-12-30 03:54:38 -08:00
  • 6f1166b4e8 Remove windows test jeffvli 2021-12-29 20:42:37 -08:00
  • bde96529f0 Reduce currentTime interval jeffvli 2021-12-29 20:42:10 -08:00
  • 5e6d2b40c8 Update app description jeffvli 2021-12-29 19:04:34 -08:00
  • 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 jeffvli 2021-12-29 16:21:19 -08:00
  • e611662a73 Fix titlebar type jeffvli 2021-12-29 19:52:55 -08:00
  • bb515d09dd Normalize playlist view jeffvli 2021-12-28 18:38:25 -08:00
  • 029796c02c Remove global scrollbar border-radius jeffvli 2021-12-27 17:08:27 -08:00
  • 95bcde00d8 Normalize album view to new artist page changes jeffvli 2021-12-27 17:07:59 -08:00
  • 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 jeffvli 2021-12-27 16:28:27 -08:00
  • 5cf3d594ae Add genres to Jellyfin artist type jeffvli 2021-12-27 14:55:53 -08:00
  • 80bbb7626e Add similarSongs endpoint for jellyfin jeffvli 2021-12-27 14:05:55 -08:00
  • 1b1696b96a Remove warning toast on missing endpoint jeffvli 2021-12-27 14:03:48 -08:00
  • 857ce83244 Split title/subtitle in scrollingmenu jeffvli 2021-12-25 23:36:28 -08:00
  • 7a1a0be460 Artist page improvements - Add separate pages for artist albums, songs, and top songs - Set artist image to card - Update controls styling jeffvli 2021-12-25 23:11:15 -08:00
  • d4efbfc0f0 Adjust button styling - Change most IconButtons to just Buttons - Allows for more customized styling jeffvli 2021-12-25 22:50:21 -08:00
  • c5caa18aeb Improve ScrollingMenu component - Add prop to remove scrollbar - Add custom scroll function jeffvli 2021-12-25 01:37:59 -08:00
  • 6a3549ccff Add tableHeight prop to virtualized table jeffvli 2021-12-25 01:35:40 -08:00
  • a72a36e1dc Update default theme button styling - Change subtle button hover color jeffvli 2021-12-25 01:32:32 -08:00
  • 05caee5bb1 Add additional customizations for Card prop - Change image visibility default - Removable info panel - Removable modal overlay button jeffvli 2021-12-25 01:31:39 -08:00
  • 84e4c525c1 Add support for Card image on page header jeffvli 2021-12-25 01:14:45 -08:00
  • c88846f59e Add top songs endpoint for subsonic - Enforce unique entries only for top/similar songs jeffvli 2021-12-25 01:06:59 -08:00
  • a22d6ac7ed Increase similar artist count from 8 -> 15 jeffvli 2021-12-25 00:55:37 -08:00
  • 69936658aa pass titlebar to GradientBackground and FlatBackground to position them properly gelaechter 2021-12-26 15:39:49 +01:00
  • 4bd262c908 change way of updating titlebar gelaechter 2021-12-26 15:39:12 +01:00
  • 90b72dc250 pass titlebar as prop to BlurredBackgroundWrapper to position album image properly gelaechter 2021-12-21 23:15:36 +01:00
  • 960b1790f8 fix gap on bottom of sidebar if there is no custom titlebar gelaechter 2021-12-21 01:25:31 +01:00
  • 0e8eff7e42 change tray to use png icon on linux devices gelaechter 2021-12-20 23:53:49 +01:00
  • 921e8f2985 add icpMain function for reloading gelaechter 2021-12-20 23:52:59 +01:00
  • e33ccd05ba add a restart whisper to the titlebar style select gelaechter 2021-12-20 23:52:16 +01:00
  • 7ddff267a4 pass titlebar as prop to Sidebar to set style gelaechter 2021-12-20 02:13:44 +01:00
  • acd6403835 pass titlebar as prop to MainContainer to set style gelaechter 2021-12-20 02:13:06 +01:00
  • 099c7b3914 change borderless depending on selected titlebar style gelaechter 2021-12-20 02:12:05 +01:00
  • 84dee18830 stop returning custom titlebar if native is selected gelaechter 2021-12-20 02:09:39 +01:00
  • fa73a6b85a add Native as a titlebar option gelaechter 2021-12-20 02:09:01 +01:00
  • 98de45492c Add discord rich presence support jeffvli 2021-12-22 20:14:33 -08:00
  • 955edd9d23 Add new mock settings jeffvli 2021-12-22 15:10:48 -08:00
  • 05451cbefb Move placeholder save to component jeffvli 2021-12-22 14:59:36 -08:00
  • 5ef1885b72 Bump electron from 13.3.0 - > 13.6.3 jeffvli 2021-12-22 13:38:13 -08:00
  • 6a959eddf4 Add workaround for dialog test jeffvli 2021-12-22 03:27:58 -08:00
  • 50a682ae59 Fix debug window (remove seek) jeffvli 2021-12-22 03:14:17 -08:00
  • 1ea04aed56 Add OBS Tuna settings jeffvli 2021-12-22 03:14:06 -08:00
  • 112d3840c4 Add customizable background to panels jeffvli 2021-12-22 03:11:34 -08:00
  • f6cfdd6db3 Remove extra link Jeff 2021-12-21 16:24:07 -08:00
  • 235566e6c8 Add matrix link Jeff 2021-12-21 16:13:10 -08:00
  • f18e5958c9 Remove currentTime seek from redux state - Improve application performance - Reduce CPU usage, power draw jeffvli 2021-12-20 03:01:32 -08:00
  • 868c878b99 Change Subsonic API version for server support - 1.15.0 -> 1.13.0 jeffvli 2021-12-19 20:43:52 -08:00
  • 35bf0f81a3 Add discord link Jeff 2021-12-21 14:48:30 -08:00
  • da18fb6119 Update for 0.10.0 v0.10.0 jeffvli 2021-12-15 01:08:50 -08:00
  • d8f1e35b9d Fix song path property jeffvli 2021-12-15 01:21:59 -08:00
  • eb596a76b4 Update login for funkwhale - Styling changes jeffvli 2021-12-15 00:49:56 -08:00
  • bcb06f460d hide non-working ui parts gelaechter 2021-12-13 22:39:28 +01:00
  • 1bdb8a6224 change apiController to accept funkwhale serverType gelaechter 2021-12-13 22:36:27 +01:00
  • f245fc9397 add funkwhale server type and add it to login gelaechter 2021-12-13 22:32:42 +01:00