Commit Graph
1095 Commits
Author SHA1 Message Date
natilou 1b53695589 add a list with all the playlists and then filter by the search text 2024-05-18 12:04:18 -03:00
natilou 9a587eee98 chore: Improve 'Add to playlists' dialog 2024-05-18 12:04:18 -03:00
Drew Weymouth 06780e110b Fix #383: restore filter button for saved GridViewPages 2024-05-10 18:18:50 -07:00
Drew Weymouth 026cbad4f1 Merge pull request #380 from natilou/new-search-dialog
chore: Implement SearchDialog component
2024-05-05 09:49:10 -07:00
natilou 6e6f377621 Add comment clarification about SearchDialog 2024-05-05 13:32:46 -03:00
natilou 2c7394ea98 rename method 2024-05-05 12:54:35 -03:00
natilou 4eefa4d1fb chore: Implement SearchDialog component
Currently, this component is used by QuickSearch dialog. And then, it will be
used by the "Add to playlist" dialog.

I added some setters and getters to the QuickSearch dialog to abstract the interaction
between QuickSearch and SearchDialog from the Controller.

After this PR, I will implement the 'Add to playlist' dialog to incorporate the SearchDialog.
2024-05-05 12:54:35 -03:00
Drew Weymouth ae441656aa Merge pull request #381 from natilou/playlists-cached
chore: Delete cache playlists when playlists are modified
2024-05-02 17:55:59 -07:00
natilou f52a15e1da remove import not used 2024-05-02 21:02:52 -03:00
natilou e925b2fd2d chore: Delete cache playlists when playlists are modified 2024-05-02 20:36:50 -03:00
Drew Weymouth 560f98290b refactor: use RichText instead of HBox with padding 2024-04-30 09:00:29 -07:00
Drew Weymouth c161f2b171 create new page for GoHome instead of using browsing history 2024-04-29 08:55:02 -07:00
Drew Weymouth e4514c502c save scroll position of Playlists page views in browsing history 2024-04-27 15:36:22 -07:00
Drew Weymouth 02d4082f3d Merge pull request #376 from adamantike/misc/port-latest-layout-changes
misc: Port latest Fyne layout changes
2024-04-27 11:16:06 -07:00
Michael Manganiello 207d3ecf7d misc: Port latest Fyne layout changes
Specific commits ported, to update the layouts and reduce differences
with upstream Fyne code:

* https://github.com/fyne-io/fyne/commit/a9a66f60d2167d7945bcf7718a781335541317c0
* https://github.com/fyne-io/fyne/commit/2cde868904092382ca5f645802ee9d444d8ae6e8
* https://github.com/fyne-io/fyne/commit/99fa7e3a7dc83dd273ad366cc7d336a1e1cee5f6
* https://github.com/fyne-io/fyne/commit/4ea8a5762f1744401ede9f7bd35b3b75890f925e
2024-04-27 14:54:38 -03:00
Drew Weymouth e196475a0a Merge pull request #375 from adamantike/misc/nowplayingcard-update-receive-track
misc: Make NowPlayingCard.Update receive Track object
2024-04-27 10:13:57 -07:00
Michael Manganiello 3856ecdf73 misc: Make NowPlayingCard.Update receive Track object
Small change to `NowPlayingCard`, to be able to use more Track
properties in the future (e.g. favorite status).
2024-04-27 14:02:05 -03:00
Drew Weymouth a00b395692 reset focus whenever navigating between pages, not just back/forward 2024-04-27 09:53:22 -07:00
Drew Weymouth 93cd796f1b save scroll position of Genres page in navigation 2024-04-27 09:45:58 -07:00
Drew Weymouth 7f158ed030 add another menu separator to tracklist ctx menu 2024-04-27 07:52:24 -07:00
Drew Weymouth d6f8921c1e Update README.md 2024-04-21 09:21:34 -07:00
Drew Weymouth 4b416211c4 Update README.md 2024-04-21 09:20:10 -07:00
Drew Weymouth 59dd4a76eb prepare for 0.10.1 release 2024-04-21 09:18:52 -07:00
Drew Weymouth b49ab2cad1 make OnServerConnectedTasks async to ensure What's New dialog shows 2024-04-21 09:17:04 -07:00
Drew Weymouth d6ab56765d don't crash on exit when saving play queue with nothing playing 2024-04-21 09:13:34 -07:00
Drew Weymouth 3045fcf94e Fix refreshing of lyrics viewer on song change 2024-04-19 08:12:48 -07:00
Drew Weymouth 4861ad4532 fix crash when typing into text fields in dialogs 2024-04-18 09:33:39 -07:00
Drew Weymouth 5f308975d0 Update README.md features 2024-04-17 09:28:30 -07:00
Drew Weymouth f5ec18562d prepare for 0.10.0 release 2024-04-17 08:43:32 -07:00
Drew Weymouth 547799b483 Merge pull request #367 from dweymouth/feature/savequeuetoserver
Add ability to save and load play queue from Subsonic servers
2024-04-17 07:52:30 -07:00
Drew Weymouth f1aee40b05 pull in queue parsing fix 2024-04-16 19:37:35 -07:00
Drew Weymouth 63b0ab7374 add settings dialog radio for saving queue locally or to server 2024-04-16 18:13:22 -07:00
Drew Weymouth 8eeb2aa53a add config setting for save queue to server 2024-04-16 17:26:46 -07:00
Drew Weymouth 4d6626b7f2 add restoring of play queue from server 2024-04-16 17:26:46 -07:00
Drew Weymouth 98a140791b beginning of work to save queue to server 2024-04-16 17:26:46 -07:00
Drew Weymouth e99c867a39 Merge pull request #366 from adamantike/feat/add-sorting-options-for-artists
feat: Add sorting options for Artists
2024-04-14 10:20:36 -07:00
Drew Weymouth 36555fe64f remove now-unneeded time import 2024-04-14 10:11:23 -07:00
Drew Weymouth 4aa90187fe just use rand.Shuffle 2024-04-14 10:08:14 -07:00
Michael Manganiello 14bfaac7a2 feat: Add sorting options for Artists
Include both `Album Count` and `Random` sortings for the Artists page.

This change also fixes the Artist search feature in Jellyfin, which was
broken because of an open issue on Jellyfin [1]. The current workaround
is to do the filtering locally after receiving all results from Jellyfin
API.

Also, as the Jellyfin API doesn't include a sorting option for
`AlbumCount`, we need to disable pagination when that option is
selected, to receive all artists, and run the sorting locally.

[1] Related issue: https://github.com/jellyfin/jellyfin/issues/8222
2024-04-13 21:04:51 -03:00
Michael Manganiello 1e05d88a8d misc: Move Jellyfin Artist iterator to separate file 2024-04-13 20:17:38 -03:00
Drew Weymouth 975f64d730 increase sleep before seeking when restoring play queue 2024-04-13 11:41:52 -07:00
Drew Weymouth c0d0075bca update Fyne fork to pull in RichText memory leak fix 2024-04-13 08:45:37 -07:00
Drew Weymouth 227fb1d0ac add Play next option to album page menu 2024-04-13 08:19:33 -07:00
Drew Weymouth 0c7c1f10ab add new icon for Play Next menu item 2024-04-13 08:05:42 -07:00
Drew Weymouth 4df3a0ce8b Merge pull request #357 from tyrossel/play-next
feat: add "Play next" MenuItem
2024-04-11 16:23:11 -05:00
Tanguy Rossel 63bdfb5f87 WIP: feat: add "Play next" MenuItem 2024-04-04 08:39:14 +02:00
Drew Weymouth 914636e91f remove SupportsSongRadio infra since all mediaproviders support it now 2024-03-31 09:28:50 -07:00
Drew Weymouth 469369081f use Fyne 2.5 ColumnCount() API for GridWrap 2024-03-31 09:28:30 -07:00
Drew Weymouth d5f0971aa2 Closes #351: show reissue year in album page header 2024-03-31 08:26:54 -07:00
Drew Weymouth 0c03ac87a1 Merge pull request #355 from adamantike/misc/migrate-artists-page-to-gridview
misc: Migrate Artists page to GridView
2024-03-31 08:06:07 -07:00