Commit Graph
1990 Commits
Author SHA1 Message Date
Drew Weymouth 887d3bb2c7 Fix #579: Save play queue on all queue changes 2025-10-09 08:13:56 -07:00
Drew Weymouth 7b8af7b952 add Left and Right keybindings for seek back/fwd by 10 secs 2025-10-07 08:48:34 -07:00
Drew Weymouth 5ea0bcdad2 Merge pull request #732 from dweymouth/feature/queue-sidebar
Add toggleable play queue sidebar
2025-10-07 07:41:40 -07:00
Drew Weymouth 27ae29a88c add play queue sidebar 2025-10-05 11:20:27 -07:00
Drew Weymouth 7dc4640269 Refactor: extract Toolbar from BrowsingPane as its own component 2025-10-04 13:55:04 -07:00
Drew Weymouth 153cb623b8 Fix #729: add bounds checking to LyricsViewer 2025-10-03 16:38:43 -07:00
Drew Weymouth 9b75faf9bc fix occasional hang when loading artist pages 2025-09-28 17:54:33 -07:00
Drew Weymouth dadc100e1c bump version of Inno setup action 2025-09-28 17:25:40 -07:00
Drew Weymouth 5635fa3736 Merge pull request #723 from dweymouth/feature/new-playlist-btn
Add a Create Playlist button to the Playlists page
2025-09-28 15:44:34 -07:00
Drew Weymouth 041818bb93 ui fixes 2025-09-28 15:44:05 -07:00
Drew Weymouth 47603b1610 update go-jellyfin for create playlist with description fix 2025-09-28 15:34:55 -07:00
Drew Weymouth ddd96803b3 Merge branch 'main' into feature/new-playlist-btn 2025-09-27 07:50:02 -07:00
Drew Weymouth 06b57d27d7 Fix #716: add "Last played" tracklist columnn 2025-09-25 09:37:14 -07:00
Drew Weymouth 4c1a95e851 add settings for skipping one-star or tracks with keyword (#724) 2025-09-24 18:59:55 -07:00
Drew Weymouth d5c47b65fa bump windows mpv version 2025-09-24 11:02:12 -07:00
Drew Weymouth 2fa0234321 omit album and artist from LrcLib search if unknown/emtpy 2025-09-22 18:45:00 -07:00
Drew Weymouth f830235f94 add i18n for EN and ES 2025-09-22 17:29:36 -07:00
Drew Weymouth a55b7216d5 implement CreatePlaylist button for jellyfin 2025-09-22 17:22:43 -07:00
Drew Weymouth bf39a9e179 Merge pull request #719 from Jacalz/modernise
Run modernise on the project
2025-09-18 10:31:19 -07:00
Jacalz ebc5b7e039 Fix all staticcheck errors that are not deprecations 2025-09-17 22:39:36 +02:00
Jacalz 08f335da44 Run gofumpt on the project 2025-09-17 22:30:49 +02:00
Jacalz 534a7bfaaf Run modernise on the project
This will be available in "go fix" within Go 1.26 but in the meantime:

go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
2025-09-17 22:28:16 +02:00
Drew Weymouth 6ea3499491 add 'New Playlist' button to Playlists page 2025-09-17 08:55:35 -07:00
Drew Weymouth ee742cf34e Fix #414: Update go-jellyfin for m3u playlist support 2025-09-17 08:15:59 -07:00
Drew Weymouth d6b2bd97fb Update README.md 2025-09-14 09:55:25 -07:00
Drew Weymouth e2ccc8b446 prepare for 0.18.1 release 2025-09-13 13:10:13 -07:00
Drew Weymouth fc2f7b9459 Fix #658: rework format for now playing status line 2025-09-13 13:07:48 -07:00
Drew Weymouth bb1314a326 Fix #690: increase search result count to 50 2025-09-13 12:46:45 -07:00
Drew Weymouth 74d0f8cfde Fix #423: pull in new go-subsonic that uses formPost OpenSubsonic extension 2025-09-13 10:46:54 -07:00
Masterlocker bf41951132 Fix AppImage for openSUSE-tumbleweed and CachyOS (#713)
* Update appimage-build.sh

Fix for openSUSE-tumbleweed and CachyOS.

* quick fix

* Remove duplicate of copy command
2025-09-12 10:25:18 -07:00
Masterlocker 369f42f164 GLX Fix + reduced libraries in AppImage build script. (#712)
* Delete appimage-build-compat.sh

* Delete appimage-build.sh

* Delete .github/workflows/build-appimage.yml

* Rename build-appimage-compat.yml to build-appimage.yml

* Update build-appimage.yml

* Add new build script

* Update build-appimage.yml

* Delete appimage-build.sh

* Add files via upload

* Delete appimage-build.sh

* Add files via upload

* Update README.md
2025-09-11 08:16:01 -07:00
Drew Weymouth cbb6b0d50a Fix #412: Use forked go-glfw with hotfix until fix lands upstream 2025-09-06 17:01:55 -07:00
Drew Weymouth bacdaeccfb Fix #691: update jellyfin client lib for transcoding fix 2025-09-06 11:18:04 -07:00
dependabot[bot] a9299aeb84 Bump golang.org/x/net from 0.35.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 10:10:38 -07:00
Drew Weymouth a8b951c568 use newer Go and setup-go action 2025-09-06 10:02:26 -07:00
Drew Weymouth 2ca19acef8 Fix #703: don't crash if there are fewer than 20 random albums 2025-09-05 16:01:09 -07:00
Drew Weymouth 81205d65c3 Fix #696: Save and use last selected library when re-connecting to server 2025-09-04 08:19:00 -07:00
Drew Weymouth e090244704 Fix #697: Add Artists to supported startup pages 2025-08-28 15:00:06 -04:00
Drew Weymouth 729dc91b53 Merge pull request #695 from andydotxyz/main
Build on a mac without environment variables
2025-08-26 11:22:45 -04:00
Andy Williams 9eac586675 Use the macos "go build" compatible mpv 2025-08-26 14:18:59 +01:00
Andy Williams ffe4fa61ee Build on a mac without environment variables 2025-08-22 11:32:34 +01:00
Drew Weymouth a8f252de33 For #666: don't use the 'v3' version of libmpv DLL 2025-08-20 10:06:40 -07:00
Masterlocker 51b2b2ca0b Update appimage-build.sh (#685)
Small change and added comments
2025-08-13 12:19:04 -07:00
Benoît Smith a02a781040 Update French localization (#684)
* Update fr.json

* Update fr.json
2025-08-13 08:34:28 -07:00
Drew Weymouth 826f72d985 mention waveform seekbar as a feature 2025-08-12 10:39:49 -07:00
Drew Weymouth 60d1e78fcc prepare for 0.18.0 release 2025-08-12 08:30:02 -07:00
Drew Weymouth 22ae0baa37 fix 7z filename 2025-08-12 08:03:56 -07:00
Drew Weymouth bd8824e3e8 bump windows libmpv version 2025-08-12 07:48:48 -07:00
Drew Weymouth 20c16c8aa4 Merge pull request #674 from E1int/feature/play-cli-commands
Add play/search CLI commands for albums, playlists and tracks
2025-08-11 08:46:56 -07:00
E1int 59082cd6d6 Handle server disconnections/changes 2025-08-11 17:15:57 +02:00