Commit Graph

  • 7d404aa7a7 Add release notes popup jeffvli 2022-01-30 16:03:54 -0800
  • 4c65fe1c68 Update config popup - Set fixed width - Add pagination config jeffvli 2022-01-30 15:05:08 -0800
  • db319f5c77 Adjust scrobble for Subsonic - Make consistent with Jellyfin's scrobble jeffvli 2022-01-30 06:01:12 -0800
  • 3182947086 Modify "STOP" key behavior (#200) - Clear queue -> Pause playback and reset seek to 0 jeffvli 2022-01-30 05:48:08 -0800
  • 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 jeffvli 2022-01-30 05:37:00 -0800
  • 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 jeffvli 2022-01-30 01:55:28 -0800
  • 39ded5b9da Fix player repeat on single track queue (#205) jeffvli 2022-01-29 05:54:59 -0800
  • 1d9eb9d414 Add sort for artist songs on Jellyfin (#202) jeffvli 2022-01-28 17:35:09 -0800
  • 617aed303c Fix albums for Jellyfin when viewing albumArtist jeffvli 2022-01-28 17:22:26 -0800
  • 5ae7d087b1 Fix loading indicator on artist list jeffvli 2022-01-28 17:20:41 -0800
  • 44bd342d24 Handle fade for jellyfin scrobble jeffvli 2022-01-28 01:49:25 -0800
  • ed09f20cbd Move AppImage build to ubuntu runner (#153) jeffvli 2022-01-28 01:33:21 -0800
  • 571ba3a8b5 Fix legacy artist view on modal jeffvli 2022-01-28 01:26:19 -0800
  • a23e04d39a Adjust modal component - Better dynamic fit for cover art - Allow overflow-y for page modal jeffvli 2022-01-28 01:25:44 -0800
  • 8b854441b1 Remove auto playlist limit for Jellyfin (#143) jeffvli 2022-01-28 01:25:29 -0800
  • f227666ee6 Add 5s timeout for Jellyfin play scrobble (#126) - Prevents playCount increment when quickly skipping through songs jeffvli 2022-01-28 01:22:34 -0800
  • 9bd8582fc3 Fix i18next for strings outside of components jeffvli 2022-01-27 20:53:35 -0800
  • 8b6c2874b9 Fix missing default song sort value jeffvli 2022-01-27 19:38:29 -0800
  • fc14b3c3ad Adjust remaining page loaders jeffvli 2022-01-27 19:26:57 -0800
  • b51c5afec9 Add legacy artist view toggle (#199) jeffvli 2022-01-27 19:17:25 -0800
  • 1a9b539f39 Add 'start' request for jellyfin scrobble jeffvli 2022-01-27 18:43:06 -0800
  • 205d9fb6ad Set player1 src on playqueue set - Resolves issue with multiple handleOnPlay sent jeffvli 2022-01-27 18:42:26 -0800
  • 2efaa7cd7f
    select search text on search focus (#203) WeekendWarrior1 2022-01-27 13:26:26 +1100
  • fc4724cbe1 Fix grid scroll from initial load jeffvli 2022-01-26 15:34:23 -0800
  • 762e540da9 Add separate center image modal jeffvli 2022-01-26 15:34:06 -0800
  • 4f25cce103 Add initial lyrics support for Subsonic jeffvli 2022-01-12 18:38:02 -0800
  • 032c24b5c6 Adjust page loaders jeffvli 2022-01-23 14:28:36 -0800
  • e339825129 Fix song/album list pagination - Fix client/serverside toggles - Fix random filter - Fix page count jeffvli 2022-01-23 14:25:06 -0800
  • ed3df285ef Reduce font weight of tags to increase readability jeffvli 2022-01-23 14:23:24 -0800
  • 9394ca848b Hide song pagination config for subsonic jeffvli 2022-01-23 00:43:40 -0800
  • 0b1f095167 Remove i18next from main - Resolves build errors on Windows (Value to set is of unexpected type jeffvli 2022-01-22 21:34:20 -0800
  • 7b713fcd42 Adjust card height when info panel hidden jeffvli 2022-01-22 00:15:09 -0800
  • 7194a3d7c2 Add initial info view jeffvli 2022-01-22 00:07:41 -0800
  • 7f40eeaa8a Add musicbrainz link jeffvli 2022-01-21 08:43:47 -0800
  • 9820f2512e Fix card height when no infopanel jeffvli 2022-01-21 08:41:32 -0800
  • 6a13df94a5 Add animation css library jeffvli 2022-01-21 08:41:05 -0800
  • 72313d02a2 Add count property to getSimilarSongs for jellyfin jeffvli 2022-01-19 05:39:33 -0800
  • 31a725b212 Fix card button styles - Prevent color change on active jeffvli 2022-01-19 05:38:33 -0800
  • e73c6e656c Fix musicFolder reference jeffvli 2022-01-19 05:34:24 -0800
  • f09eac5fc1 Adjust min-width of playerbar info section jeffvli 2022-01-19 05:33:38 -0800
  • 8752a17a5a Fix datetime from i18next jeffvli 2022-01-19 05:32:23 -0800
  • 446c31e8fb Add getSongsByGenre endpoint jeffvli 2022-01-19 05:30:48 -0800
  • 59f5dbd586 Add additional props - cardSize - maxWidth - noButtons jeffvli 2022-01-19 05:29:21 -0800
  • 24d837bd25 Add modal, rating to player bar jeffvli 2022-01-17 06:37:20 -0800
  • cde92f653e Improve modal component, add InfoModal - Use as a generic jeffvli 2022-01-17 05:20:35 -0800
  • 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 jeffvli 2022-01-17 02:16:53 -0800
  • 9a13ed2dc2
    Fix macOS window exit behaviour (#198) Luke Hines 2022-01-20 15:30:20 +0000
  • 23f67e916a
    Add Simplified Chinese (#191) fangxx3863 2022-01-17 23:41:38 +0800
  • c349f189af
    Add pagination to album page (#190) Jeff 2022-01-17 00:03:33 -0800
  • f5710b81d0 Add minWidth, maxWidth to contextmenu jeffvli 2022-01-15 16:47:13 -0800
  • 9fe4f76799
    I18n (multi-language support) (#179) Gelaechter 2022-01-16 00:13:16 +0000
  • 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 -0800
  • 62fbed79b9 Add song list routes jeffvli 2022-01-14 07:57:34 -0800
  • b2dc5030fc Update song list return for pagination jeffvli 2022-01-14 07:56:43 -0800
  • ac68500dad Update config border styling jeffvli 2022-01-14 06:55:28 -0800
  • d80fec7fdb Add "Songs" page to sidebar jeffvli 2022-01-13 15:04:24 -0800
  • 15275ae62d Use local placeholder for missing album covers instead online resource Martin Pauli 2022-01-15 02:14:46 +0100
  • ea69269e2f Adjust windows build script Martin Pauli 2022-01-15 02:14:31 +0100
  • a8d1305f97 Add NodeRT storage depedency Martin Pauli 2022-01-14 00:34:45 +0100
  • 07197b24f6 Remove self-hosted runner from test jeffvli 2022-01-14 08:08:10 -0800
  • 8e534b1f76 Use self-hosted runner for windows build/test jeffvli 2022-01-13 19:20:36 -0800
  • bd1a3362da Add windows smtc support with settings toggle Martin Pauli 2022-01-13 23:49:16 +0100
  • 35b570b0ae Add NodeRT dependency for Windows System Media Transport Controls support Martin Pauli 2022-01-08 13:26:52 +0100
  • 035f8a1cf5 Allow custom installation directory in windows installer Martin Pauli 2022-01-13 17:20:47 +0100
  • 41a471cf3d Fix unstar on album page (jellyfin) jeffvli 2022-01-13 00:47:16 -0800
  • 3526ccb40e Fixed app freeze on artistInfo 404 jeffvli 2022-01-12 19:26:42 -0800
  • 1cfa0451c2 Disable specific sort entries for jellyfin that aren't supported Martin Pauli 2022-01-09 10:32:32 +0100
  • 06de7add4e Use title case for album sort setting Martin Pauli 2022-01-08 23:54:24 +0100
  • bdba5d1194 Add ability to choose default album sorting Martin Pauli 2022-01-08 12:54:32 +0100
  • 13b1c54062
    Fix discord invite link Jeff 2022-01-08 15:32:51 -0800
  • fd51a6e7fc Split Windows package from win/linux jeffvli 2022-01-08 14:42:02 -0800
  • 78fb74ffb8 Remove Supysonic from supported server list Jeff 2022-01-08 14:07:33 -0800
  • b74e580adf Add ability to choose a specific start page Martin Pauli 2022-01-07 17:21:20 +0100
  • 8dd8cdb17c Update for 0.11.0 jeffvli 2022-01-01 16:01:26 -0800
  • c11108111e Clean up ipcRenderer listeners to prevent memleak jeffvli 2022-01-01 15:04:33 -0800
  • 5e9f079e1b Wait for musicFolder set before fetching - Prevents duplicate fetch when entering page jeffvli 2022-01-01 15:03:34 -0800
  • ef57d0035e Add transcode setting to Jellyfin jeffvli 2022-01-01 14:56:22 -0800
  • 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 -0800
  • 8dff218d1d Remove whisper triggers on disabled jeffvli 2021-12-30 03:54:38 -0800
  • 6f1166b4e8 Remove windows test jeffvli 2021-12-29 20:42:37 -0800
  • bde96529f0 Reduce currentTime interval jeffvli 2021-12-29 20:42:10 -0800
  • 5e6d2b40c8 Update app description jeffvli 2021-12-29 19:04:34 -0800
  • 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 -0800
  • e611662a73 Fix titlebar type jeffvli 2021-12-29 19:52:55 -0800
  • bb515d09dd Normalize playlist view jeffvli 2021-12-28 18:38:25 -0800
  • 029796c02c Remove global scrollbar border-radius jeffvli 2021-12-27 17:08:27 -0800
  • 95bcde00d8 Normalize album view to new artist page changes jeffvli 2021-12-27 17:07:59 -0800
  • 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 -0800
  • 5cf3d594ae Add genres to Jellyfin artist type jeffvli 2021-12-27 14:55:53 -0800
  • 80bbb7626e Add similarSongs endpoint for jellyfin jeffvli 2021-12-27 14:05:55 -0800
  • 1b1696b96a Remove warning toast on missing endpoint jeffvli 2021-12-27 14:03:48 -0800
  • 857ce83244 Split title/subtitle in scrollingmenu jeffvli 2021-12-25 23:36:28 -0800
  • 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 -0800
  • d4efbfc0f0 Adjust button styling - Change most IconButtons to just Buttons - Allows for more customized styling jeffvli 2021-12-25 22:50:21 -0800
  • c5caa18aeb Improve ScrollingMenu component - Add prop to remove scrollbar - Add custom scroll function jeffvli 2021-12-25 01:37:59 -0800
  • 6a3549ccff Add tableHeight prop to virtualized table jeffvli 2021-12-25 01:35:40 -0800
  • a72a36e1dc Update default theme button styling - Change subtle button hover color jeffvli 2021-12-25 01:32:32 -0800
  • 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 -0800
  • 84e4c525c1 Add support for Card image on page header jeffvli 2021-12-25 01:14:45 -0800
  • c88846f59e Add top songs endpoint for subsonic - Enforce unique entries only for top/similar songs jeffvli 2021-12-25 01:06:59 -0800