Commit Graph

1957 Commits

Author SHA1 Message Date
e3ff00efc9 Re-encoding brackets and decoding slashes 2021-01-30 09:42:33 +13:00
61aaf978be Custom URI encoding, will require manual handling of all url unsafe characters 2021-01-25 06:55:37 +13:00
acdd8bca6a Add Italian localization 2021-01-24 18:30:29 +01:00
1ac6fa8492 Fix some en language typos 2021-01-24 17:00:53 +01:00
4f561de7c5 Removing vanilla encodeURIComponent, doing it manually for better control 2021-01-23 16:24:07 +13:00
1bfc48e193 Tweaking uri encoding... 2021-01-20 21:17:49 +13:00
1464dd5986 Manual encoding/decoding of specific URI elements 2021-01-19 06:47:24 +13:00
50f106c710 Loaders in Track view; Revisiting URI encoding again... 2021-01-18 21:06:59 +13:00
499a4800b0 loadUris to handle type-agnostic URIs 2021-01-17 20:55:15 +13:00
b0d14561fd Trial auto-loader based on Mopidy's __model__ response 2021-01-14 19:39:09 +13:00
5778706df7 Routing all fetchers to type-specific call; Mopidy getUris to handle unknown ones 2021-01-14 19:35:30 +13:00
4151f4fc18 Adding credits to Snapcast-sourced files 2021-01-12 19:59:50 +13:00
cabbd1f747 Fixing duplications and formatting issues 2021-01-10 13:14:36 +13:00
09e254dc4a Merge branch 'feat/decoupling-uri-type' into develop 2021-01-09 22:55:27 +13:00
46747cc702 Merge branch 'develop' of github.com:jaedb/Iris into develop 2021-01-09 22:55:14 +13:00
e45ed79339 Merge pull request #683 from djmattyg007/build_process_improvements
Build process improvements
2021-01-09 22:53:13 +13:00
9feae03a47 Merge branch 'develop' of github.com:jaedb/Iris into develop 2021-01-09 22:52:57 +13:00
a8c6b8b9e6 All URILink and LinksSentences now define URI type 2021-01-09 22:52:45 +13:00
2c671bd89c Build process improvements
- Ensure static directory is always fully regenerated, to ensure
  reproducibility
- Exclude Photoshop and Illustrator assets from the static directory
- Switch from node-sass to sass, because not everyone has a C compiler
  available or can easily work with node-gyp
- Fix many sass compilation errors and warnings
2021-01-07 14:38:00 +11:00
cfb0571cd6 Merge pull request #665 from el97/patch-2
Updated sv.yaml
2021-01-07 16:27:32 +13:00
67889670a1 Polish on lists; Moving URI en/decoding for Mopidy to formatter 2021-01-06 06:32:36 +13:00
37a06a304c Debugging 'added_from' not loading on refresh; AddToPlaylist loader nested 2020-12-20 21:07:05 +13:00
924df5b7a6 Expanding react-persist reducers to each have their own keys, seems to fix restoring/resetting 2020-12-19 21:16:57 +13:00
fc64f8df65 Correcting label for listeners, fixes #667 2020-12-19 20:12:22 +13:00
06036eec21 Improving library lists display 2020-12-18 21:54:50 +13:00
bacbe59b14 M3U placeholder images to fetch properly from coldstore; Trial patch on spread operator intermittent issue on Queue 2020-12-16 21:24:47 +13:00
b3941a3798 MediaSession recognises paused state; Play position now sec instead of ms 2020-12-13 21:03:28 +13:00
c3d7170684 Adding seeking (math doesn't seem spot-on though) 2020-12-12 23:28:14 +13:00
9ee5c39ab6 Buildout 3.55.3 2020-12-12 22:51:27 +13:00
cca1391eec Attempting to fix play/pause but no dice; Working on Chrome + Android 2020-12-07 21:13:54 +13:00
261d275692 Silence of 5 sec seems to fix chrome mediaSession 2020-12-07 21:04:21 +13:00
72e95db531 Adding translated added to playlist; Persisting server removal; Added to playlist options undefined 2020-12-06 20:26:45 +13:00
094bdfeab8 Adding numbers to loader 2020-12-05 21:41:30 +13:00
491735c901 Only adding images when src present 2020-12-05 21:41:01 +13:00
a187addd05 Catching null artists/albums, fixes #664 2020-12-04 22:57:17 +13:00
df6e881709 Fixing the list of servers available not being persisted 2020-12-04 21:22:31 +13:00
3288780797 Updated sv.yaml
Added missing rows and fixed spelling.
2020-12-02 16:29:12 +01:00
b03b0d60b8 Loader for AddToPlaylist modal 2020-12-02 09:23:52 +13:00
7bedc5a6db Wrap MediaSession in browser support check, fixes #664 2020-12-01 21:30:28 +13:00
eea495cb17 Migrate me from null to undefined, prevents corrupted state 2020-11-30 20:10:17 +13:00
a6869b16aa Moving reset into dedicated Reset modal 2020-11-29 21:28:24 +13:00
705fa4795e Merge branch 'feat/media-session' into develop 2020-11-29 17:40:01 +13:00
67df754efe Removing sort_id wrapper when adding tracks; this is handled when playlist is loaded 2020-11-29 17:39:08 +13:00
f9e1733abf Listening for user interaction 2020-11-29 17:31:46 +13:00
e266227921 Wrapping audiocontext elements in userInteraction listener (prevents Chrome interfering) 2020-11-28 21:57:12 +13:00
082706a1f9 Real dirty POC working, needs <audio> even if silent mp3 but clashes with snapcast audio 2020-11-27 22:43:51 +13:00
f99554d36b Adding unpin to pinned list (allows unpinning broken/unloadable playlists) 2020-11-23 21:20:22 +13:00
a3a99a8e7c Play all artist tracks, fixes #395 2020-11-23 20:45:42 +13:00
bbf81003be Syntax update to supported uri schemas, potentially affects #655 2020-11-22 21:11:36 +13:00
8e26b0443e Removing deprectated http_streaming references 2020-11-22 21:02:14 +13:00