Commit Graph

3311 Commits

Author SHA1 Message Date
12a60b9cbf Upgrading docker compose with healtcheck
- Snapserver must wait until Mopidy is up and running before starting
- This ensures mpd accepts snapserver connection for snapserver controls
2023-10-28 08:31:35 +13:00
b48ccd9871 Manual version bump 3.69.2 2023-10-24 19:58:51 +13:00
c6d83dabf2 Adding missing : from translation keys 2023-10-24 19:41:46 +13:00
4d5657b0e5 Merge branch 'develop' 2023-10-24 19:34:52 +13:00
d48e01ca73 Merge pull request #923 from the-eduardo/master
Update Portuguese language file and corrected grammatical errors
2023-10-24 19:34:31 +13:00
00bd6d3bb1 Merge pull request #930 from Matthias84/patch-1
fix DE Titeln
2023-10-24 19:33:44 +13:00
b571d5f5e4 Merge pull request #922 from andy-lang/fix/system-script-typo
Fix typo in system.sh script
2023-10-24 19:33:13 +13:00
e152f2ae6f Merge branch 'develop' 2023-10-13 21:49:11 +13:00
3293fe8b0f Version bump 3.69.0 2023-10-13 21:48:50 +13:00
b6c78b5fd5 Tweaking padding for search results 2023-10-13 21:48:36 +13:00
c055b1b691 DE fix Titeln
In german the plural of tracks is the same as singular: "Titel"
2023-10-12 19:49:07 +02:00
14cbdf131c Removing old debug output 2023-10-10 21:09:24 +13:00
5bef256159 Don't load local assets with loading: true as default
- Subsequent query will load images, if they're available
- Fixes #925
2023-10-10 21:03:27 +13:00
8dfd585a3f In-memory search results cache
- Switching between type and provider now negates need for repeat queries
- Mopidy caching varies, so for some providers this has a huge performance gain (eg YouTube)
- Spotify will requery anyway, but the browser handles query caching
2023-10-10 20:33:51 +13:00
bec0cf95e3 Experimenting with hook for all search params 2023-10-09 20:36:16 +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
21d254368a Update Portuguese language file
- Updated common and reusable phrases for clarity and consistency.
- Checked and corrected any grammatical errors.
- Ensured that the language file aligns with the Brazilian Portuguese.
2023-09-21 09:57:33 -03:00
3b6eb4448a Fix typo in system.sh script 2023-09-20 15:43:58 +09:30
7493d40827 Merge branch 'master' into develop 2023-09-10 19:54:38 +12:00
4cb578bf1e Fixing Korean translation (missing wrapping quotemarks) 2023-08-12 12:48:19 +12:00
d925f28d34 Version bump post-build 2023-08-12 12:46:01 +12:00
19e8701732 Version bump 2023-08-12 12:42:51 +12:00
dd300af535 Merge pull request #909 from daredoes/custom-config-var
Add support for env var for IRIS_CONFIG_LOCATION
2023-08-12 12:20:06 +12:00
1051c8e9af Merge pull request #907 from daredoes/sudo-env-var
Get use sudo from env var
2023-08-12 12:19:37 +12:00
43f1cd4dd6 Merge pull request #918 from jaedb/develop
3.68
2023-08-12 12:15:08 +12:00
06c33e3c5e Dependencies update 2023-08-12 12:10:09 +12:00
06fa22bd31 Adding Spotify Connect stream 2023-08-12 12:09:42 +12: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
39accaf362 Play/Enqueue partially-loaded albums
- When in index, but tracks are not, our callbackAction is not triggered
- Send and consume our `callbackAction` as per Playlists
- Added support to our `ensureLoaded` handler; This will need some observation and testing to ensure there is no knock-on issues (possibly double-ups?)
2023-06-25 18:12:39 +12:00
fd91576103 Merge branch 'develop' of github.com:jaedb/Iris into develop 2023-06-24 16:34:08 +12:00
40987be3d2 Removing extra wrapping double-quote marks
- Fixes #904
2023-06-24 16:33:48 +12:00
76d6e929b5 Removing extra wrapping double-quote marks
- Fixes 904
2023-06-24 16:32:43 +12:00
6aaf19c990 Merging Korean translation
- Thanks @saya6k
2023-06-04 13:51:44 +12:00
375bbd6569 Merge branch 'develop' of github.com:jaedb/Iris into develop 2023-06-04 13:49:40 +12:00
821155220e Merge pull request #905 from saya6k/feature/language-ko
Korean Translation
2023-06-04 13:49:25 +12:00
962ece1ef5 Merge branch 'master' into develop 2023-06-04 13:36:32 +12:00
fc6069d167 Merge pull request #890 from jaedb/dependabot/npm_and_yarn/webpack-5.76.0
Bump webpack from 5.73.0 to 5.76.0
2023-06-04 13:34:27 +12:00
4a3a77419f Add support for env var for IRIS_CONFIG_LOCATION 2023-06-01 19:22:31 -07:00
0dff3d9813 Get use sudo from env var 2023-06-01 18:09:46 -07:00
140bcd8c12 Korean Translation 2023-05-29 20:03:36 +09:00
5ef872a5d3 Merge branch 'develop' 2023-05-20 15:09:37 +12:00
aaae821431 New container naming 2023-05-20 15:02:36 +12:00
6fbe55ee0f Including Dockerfile.alpine 2023-05-20 15:02:22 +12:00
cc112f8e80 Limiting CI images to v7 to isolate SSL issue 2023-05-20 15:02:10 +12:00
e054da2c48 Version bump 3.67.0 2023-05-20 14:42:33 +12:00
cf7a439ed6 Tweaking search sort dropdown
- Array destructuring instead of object
2023-05-20 14:41:40 +12:00
6e702eb071 Merge pull request #902 from orontee/develop
Update French translation
2023-05-20 14:03:27 +12:00
4019f3c98b Merge branch 'develop' of github.com:jaedb/Iris into develop 2023-05-20 13:51:57 +12:00
ce0214df04 Merge pull request #894 from PureTryOut/mopidy-spotify-released
Switch Dockerfile to use a released gst-plugins-rs and master mopidy-spotify branch
2023-05-20 13:51:39 +12:00