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
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
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
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
d4a59e04c1
Merge pull request #895 from PureTryOut/docker-alpine
...
Add an Alpine Linux-based Docker image
2023-05-20 13:50:57 +12:00
136d05ff52
Merge branch 'develop' into docker-alpine
2023-05-20 13:50:50 +12:00
bfcc249e36
Merge pull request #897 from PureTryOut/docker-entrypoint-install-and-upgrade-pip
...
feat(docker): also update the specified pip packages rather than just installing them
2023-05-20 13:49:44 +12:00
099c2ed909
Update French translation
2023-05-14 09:24:24 +02:00
a8d622ffaa
Manifest update for installability
...
- Scope needs to be within start path
2023-05-08 19:27:39 +12:00
6fe2e9d5de
feat(docker): also update the specified pip packages rather than just installing them
...
Some pip packages may get updates and subsequent container runs wouldn't
install them. Not so much of a problem normally but when for example
yt-dlp is installed through pip to use with mopidy-youtube it's
important to keep yt-dlp up-to-date to not have functionality be broken
when Youtube updates their webpage again
2023-04-18 15:32:45 +02:00
dcbfce4f8b
Add an Alpine Linux-based Docker image
...
It gets all it's dependencies (Mopidy, Mopidy-Spotify) from the Alpine
Linux repositories.
For reference the image sizes:
- Debian, 1.49GB
- Alpine, 832MB
2023-04-18 15:31:23 +02:00
60fc010ec8
Switch Dockerfile to use a released gst-plugins-rs and master mopidy-spotify branch
2023-04-03 10:50:02 +02:00
5ac3c6254a
Using built-in link underline
...
- Setting decoration-thickness for nicer control of appearance
2023-04-01 17:54:35 +13:00