Commit Graph

1572 Commits

Author SHA1 Message Date
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
879b1b7ead Adding feedback to LastFm love/unlove; Using selectors for love/follow buttons 2020-11-22 20:54:52 +13:00
3c7bd6db20 Adding album sort for Artist tracks 2020-11-20 23:10:02 +13:00
17d4432cce Handling event:trackPlaybackStarted with empty payload, shouldn't happen but seems to be causing crashes 2020-11-20 22:28:19 +13:00
e4c49a7f76 Tracks loader; Me placeholder as undefined, fixes #650 2020-11-20 22:20:30 +13:00
633ced05d7 Removing me as null placeholder, destructuring will now handle undefined as expected 2020-11-20 22:17:45 +13:00
7b60f53fcd Fallback for empty queue (undefined) now empty array, fixes #637 2020-11-15 16:43:45 +13:00
1e2dc22ba7 Merge pull request #642 from kokarare1212/feature/language-ja
Update Japanese translation
2020-11-14 22:21:32 +13:00
e962adfe50 Merge pull request #640 from radrow/feature/language-pl
Typo in polish translation
2020-11-14 22:20:35 +13:00
b614b4a5a4 Merging from PR #588, fixes #627 and #582 2020-11-14 22:19:48 +13:00
c2cd0cc3b3 Merging 2020-11-14 21:53:48 +13:00
f59c927f87 Merge branch 'master' of https://github.com/maxerenberg/Iris into maxerenberg-master 2020-11-14 21:52:42 +13:00
eded4a2f96 Reverting stream_title_changed, addressed more thoroughly in #588 2020-11-14 21:38:37 +13:00
147a8bcb9e Adding stream_title_changed listener, fixes #627 2020-11-14 21:33:38 +13:00
407cc7d9de Favor current_track data over index 2020-11-14 21:33:13 +13:00
d22f620e08 Update ja.yaml 2020-11-13 20:35:46 +09:00
f2513ff81d Adding 'Play All' back to library tracks, fixes #634 2020-11-12 20:52:08 +13:00
148c1fb602 Correctly pulling album name as title for directory (if directory.album.name) 2020-11-12 20:51:36 +13:00
3f7cca7f3d Adding filters/sorting for Artist Tracks (local only) 2020-11-12 20:50:57 +13:00
39d247cca0 decodeURIComponent for local directories, fixes #639; Use socket to check for mopidy connection; 2020-11-11 21:17:23 +13:00
13c96665e9 Destructuring of spotify.me.id, should fix #638 (unreproucable) 2020-11-11 20:50:31 +13:00
eb7901d626 Removing 'Date added', only available on some playlists; getPlaylistTracks split out 2020-11-11 20:26:58 +13:00
a5d5adaa0b Typo 2020-11-10 13:25:00 +01:00
6cbb5d7b6b Wrapping translation with variables in single quotes 2020-11-09 21:01:25 +13:00
0fd3075730 Final touches on filter field (cancelable) and list bullets 2020-11-09 20:55:13 +13:00
68f1c4e3f1 Fixing missing details in list views on library assets 2020-11-08 21:27:00 +13:00
6c0390f7b6 Removing custom sorter, we now use Lodash orderBy, one less responsibility 2020-11-08 20:49:48 +13:00
d3ad4ac28b Merge pull request #615 from radrow/feature/language-pl
Added Polish translation
2020-11-08 11:59:26 +13:00
4c7f2b54ab Merge pull request #631 from orontee/update_french_translation
Update french translation
2020-11-08 11:58:47 +13:00
079df4a005 Making JA a selectable language 2020-11-08 11:58:21 +13:00
b8856de4b8 Merge pull request #613 from kokarare1212/feature/language-ja
Feature/language ja
2020-11-08 11:53:22 +13:00
8a49ac665f Fix small typos in french translation 2020-11-07 17:53:41 +01:00
7047f5a37f Update french translation 2020-11-07 17:42:41 +01:00
a01b2b93d8 Consistent track title and filter/sort options; Adding track_number to album tracks, concat disc.track not working for sort 2020-11-07 22:03:58 +13:00
fdd3bf3bc9 Sorting playlist tracks, fixes #568 2020-11-07 16:46:09 +13:00
1395ed7662 Removing r test_mode from redux-persist, use localStorage directly and URL vars to switch 2020-11-04 21:22:44 +13:00
111efe6130 Splitting out library utils, fixing spread of null, should fix #629 2020-11-04 21:21:57 +13:00
05e433932e Updated after suggestions – language fixes 2020-11-02 19:04:56 +01:00
1545bcb6a4 Removing playlist sorting - needs a more complete solution 2020-11-03 06:40:09 +13:00
c2e10e87ca Updated after suggestions 2020-11-02 18:36:53 +01:00