Commit Graph

86 Commits

Author SHA1 Message Date
6a5f75643d [sorting] Add Added option to root sort for albums
Some checks failed
CI / test (push) Successful in 1m24s
CI / deploy (push) Has been cancelled
2026-06-29 14:54:38 -04:00
e270675a30 [sorting] Allow album ordering by date
All checks were successful
CI / test (push) Successful in 1m24s
CI / deploy (push) Successful in 1m59s
2026-06-29 12:23:10 -04:00
57df86bc6a [sorting] Add sorting to artist track pages
All checks were successful
CI / test (push) Successful in 1m26s
CI / deploy (push) Successful in 1m54s
2026-06-29 09:42:37 -04:00
1ceb377434 [controls] Add smart queue toggle 2026-06-28 11:55:30 -04:00
d8eedcb160 Handling of search filters
- Always display "no results" when a query is present
- Placeholder path for no sources selected (ensures URL retains structure)
- Fixes comment https://github.com/jaedb/Iris/issues/906#issuecomment-1776667496
2024-01-03 10:51:57 +13:00
b011292a8c Search results stored by provider:type:term
- This allows storing of per-provider, per-type, per-term results
- We can restore old search results, and hide/show by provider without needing to re-query
2023-10-08 21:14:08 +13:00
41fcfa9556 Relocating stream checkbox to Outputs panel
- Making it easier to switch current device streaming on/off
- Refactor `Stream` to functional component
2023-08-12 10:06:07 +12:00
45cd06b2e1 Removing PayPal donation
- Replacing with GitHub Sponsors
- Fixes #911
2023-08-07 20:53:16 +12:00
06727bfb5b Reinstating page navigation hotkeys, fixes #862 2022-09-04 08:57:58 +12:00
daee7b4369 Removing sources priority sorting (deprecating it) 2022-09-04 08:40:15 +12:00
863044e93f Merge pull request #843 from jaedb/feat/842-discover
Feat/842 discover
2022-06-18 20:40:56 +12:00
238d63a6ec Refactoring Featured Playlists for multi-source support 2022-06-18 16:49:12 +12:00
b60e2ee67e Platform-agnostic curated playlists (WIP) 2022-05-21 18:12:07 +12:00
c93edade18 Implement Jellyfin source 2022-05-17 09:18:07 +02:00
472f32321d Removing old translations 2022-05-08 20:49:11 +12:00
e561cce2af Refactor of modals and storing server-side 2022-05-08 20:33:53 +12:00
c4f45574f7 Nested params in modal state - importing server vs pushed configs 2022-05-01 20:18:19 +12:00
c11dc81e63 Separate import modal in prep for importing from server 2022-03-20 21:21:47 +13:00
c53e4fe525 Play/pause snapcast streams using meta_mpd.py plugin 2022-02-19 23:14:39 +13:00
73e2bb2cc3 Drag and drop ready to go; Context menu not perfect, but better than current 2022-02-01 21:12:38 +13:00
47c25cc08e Removing dragger; Fixing play_next by upgrading action payload to object - easier to read 2022-01-16 21:16:22 +13:00
94b2eedc5b More context menu items; Callbacks for love/library toggles 2021-12-12 21:06:42 +13:00
11cd13f576 Removing control_url, will now be included in stream path itself 2021-10-23 20:42:46 +13:00
6110ef8457 Using snapcast stream params for control_url; SSL explicit for Snapcast connection, fixes #775 2021-10-23 13:46:55 +13:00
dd6a948ea9 Polishing styles, preparing for playbar switcher 2021-10-11 20:48:14 +13:00
e96344d4f2 New internal state for CORS requests, prototype server switcher modal 2021-10-09 16:40:27 +13:00
2e8205bd26 Experimenting with mulitple server selector 2021-10-03 21:18:21 +13:00
f9bc7dc2f5 Adding 'Reset Defaults' for Snapcast server-configured values 2021-10-02 13:26:01 +13:00
5ac06afcc4 Added From rebuild; buildout 2021-09-08 08:45:04 +12:00
adb6042b84 Displaying added_from inline, fetching title from state 2021-09-05 21:12:32 +12:00
2eec578cd1 Accepting is_playable from Spotify and omitting from enqueue with visual indiciators. Fixes #759 2021-09-05 12:31:48 +12:00
8ff8fff234 Hotkeys to functional component; Security updates; Tests raudit (needs overhaul) 2021-05-15 21:02:43 +12:00
14600279ff Drag-and-drop support for adding to new playlist, #723 2021-05-11 20:17:28 +12:00
7869633fbd Create playlist and add tracks in one action, fixes #723 2021-05-09 21:05:14 +12:00
a26611261d Upgrading other playlist views to use playlist providers selector 2021-05-05 21:20:00 +12:00
a2d70c0329 View-defined library URIs, so we can have multiple library uris via Mopidy; Adding Jellyfin to docker; #716 2021-04-17 22:08:59 +12:00
dc8278c460 Adding snapcast-group hotkeys; Notification shortcut titles 2021-04-04 14:58:06 +12:00
1bb2cd4130 Final instances of encodeURIComponent replacements; Snapcast hotkeys documentation 2021-04-04 11:52:24 +12:00
a72758bbac Merging #555 and componentifying checkboxes 2021-03-28 12:55:57 +13:00
2ba4aa3093 Implementing italian; Reverting 'their' vs 'his' 2021-02-21 12:34:03 +13:00
1e186459d0 Merge branch 'feature/language-it' of https://github.com/M0Rf30/Iris into M0Rf30-feature/language-it 2021-02-21 12:32:02 +13:00
9510b1db66 Adding Hotkeys Info modal (triggered by 'i'), fixes #651 2021-02-08 17:18:42 +13:00
e3ff00efc9 Re-encoding brackets and decoding slashes 2021-01-30 09:42:33 +13:00
1ac6fa8492 Fix some en language typos 2021-01-24 17:00:53 +01:00
50f106c710 Loaders in Track view; Revisiting URI encoding again... 2021-01-18 21:06:59 +13:00
72e95db531 Adding translated added to playlist; Persisting server removal; Added to playlist options undefined 2020-12-06 20:26:45 +13:00
a6869b16aa Moving reset into dedicated Reset modal 2020-11-29 21:28:24 +13:00
a3a99a8e7c Play all artist tracks, fixes #395 2020-11-23 20:45:42 +13:00
3c7bd6db20 Adding album sort for Artist tracks 2020-11-20 23:10:02 +13:00
68f1c4e3f1 Fixing missing details in list views on library assets 2020-11-08 21:27:00 +13:00