Deluan
|
c322253fde
|
Upgrade react-player to 4.16.3
|
2020-07-21 13:06:33 -04:00 |
|
Deluan
|
865bad1550
|
Send play song event to GA
|
2020-07-08 21:23:51 -04:00 |
|
Deluan
|
6563897692
|
Restore volume level after a refresh
|
2020-06-24 15:33:59 -04:00 |
|
Deluan
|
9b75b729ba
|
Convert function to arrow-function
|
2020-06-22 19:55:04 -04:00 |
|
Deluan
|
f93e2d0c04
|
Use memoization to avoid re-renders
|
2020-06-19 19:43:33 -04:00 |
|
Deluan
|
3a9324c6ef
|
Enable autoPlay in React Player
|
2020-06-19 16:32:54 -04:00 |
|
Deluan
|
cf692140a9
|
Revert "Upgrade to React Player 4.15.1"
This reverts commit de693b8206. (+1 squashed commit)
Squashed commits:
[cc80cb8] Revert "Simplify handle"
This reverts commit 83b8fa14c6.
|
2020-06-19 16:31:38 -04:00 |
|
Deluan
|
83b8fa14c6
|
Simplify handle
|
2020-06-19 12:37:26 -04:00 |
|
Deluan
|
de693b8206
|
Upgrade to React Player 4.15.1
|
2020-06-19 12:24:11 -04:00 |
|
Deluan
|
1686e358fe
|
Simplify PlayQueue store
|
2020-06-19 11:32:24 -04:00 |
|
Deluan
|
804d969427
|
Clear play queue on login and logout
|
2020-06-19 11:32:23 -04:00 |
|
Deluan
|
9d23b191b5
|
Show indicator on current playing song. Fixes #128
|
2020-06-19 11:32:23 -04:00 |
|
Deluan
|
72b2e756f7
|
Revert "Show indicator on current playing song. Fixes #128"
This implementation causes performance issues
|
2020-06-13 16:41:11 -04:00 |
|
Deluan
|
be2afb94ae
|
Show indicator on current playing song. Fixes #128
|
2020-06-13 14:04:45 -04:00 |
|
Deluan
|
f8a18b59b0
|
Add link to album from player's song title. Fixes #324
|
2020-06-12 17:02:13 -04:00 |
|
Deluan
|
4702c5abbd
|
Add track/artist being played to the page title. Closes #317
|
2020-06-11 22:40:35 -04:00 |
|
Deluan
|
bf1dc33782
|
Add option to shuffle playlist
|
2020-05-16 19:11:52 -04:00 |
|
Deluan
|
c43798c5dd
|
Filter out songs not in the playlist
|
2020-05-16 19:02:33 -04:00 |
|
Deluan
|
5c95eed517
|
Rename actions
|
2020-05-16 18:35:34 -04:00 |
|
Deluan
|
fd49ae319f
|
Add Playlist action
|
2020-05-16 18:35:34 -04:00 |
|
Deluan
|
8e2480a82d
|
Fix duration (in web player) when playing transcoded files. Thanks @lijinke666
See: https://github.com/lijinke666/react-music-player/issues/90
|
2020-05-16 13:24:25 -04:00 |
|
Deluan
|
09267d2ffd
|
Don't skip to the next song when there is an streaming error
|
2020-05-09 15:56:12 -04:00 |
|
Deluan
|
06ab88415a
|
Refactor album actions, simplify usage
|
2020-05-07 11:24:28 -04:00 |
|
Deluan
|
0472988645
|
Fix next track not working after adding to queue
|
2020-05-07 00:28:32 -04:00 |
|
Deluan
|
23836d7c3c
|
Change addTrack action to addTracks, supporting multiple tracks to be added to the queue in one call
|
2020-05-05 12:07:50 -04:00 |
|
Deluan
|
41cf99541d
|
Move translations to server
|
2020-05-02 14:19:01 -04:00 |
|
Deluan
|
b44218fdcc
|
Move the shuffleAlbum logic into an action
|
2020-04-26 19:15:52 -04:00 |
|
Deluan
|
87cc397bc3
|
Add current playing track id to the Redux store
|
2020-04-25 11:57:52 -04:00 |
|
Deluan
|
177ace1cee
|
Turn off autoplay when reloading the play queue from the Redux store
|
2020-04-25 09:30:43 -04:00 |
|
Deluan
|
b3f70538a9
|
Upgrade Prettier to 2.0.4. Reformatted all JS files
|
2020-04-20 09:09:29 -04:00 |
|
Deluan
|
289ba68824
|
Add Portuguese translation (incomplete)
|
2020-04-15 22:11:23 -04:00 |
|
Deluan
|
da45bcf448
|
Make player theme configurable from Navidrome's theme
|
2020-04-14 11:54:49 -04:00 |
|
Deluan
|
4dff067e0b
|
Upgrade React Player to 4.11.1, enabled MediaSession
|
2020-04-13 14:24:50 -04:00 |
|
Deluan
|
f537984bbf
|
Use trackId instead of simply id, as it seems to conflict with internal id generated by the player. fixes #153
|
2020-04-07 11:55:45 -04:00 |
|
Deluan
|
670be29d7b
|
Revert "Pause the player with <space>"
This reverts commit 6e6cfdd0
|
2020-04-02 16:52:46 -04:00 |
|
jvoisin
|
6e6cfdd02b
|
Pause the player with <space>
|
2020-04-01 17:14:09 -04:00 |
|
Deluan
|
7fec503b72
|
feat: persist the queue in the localStorage
|
2020-03-31 14:34:08 -04:00 |
|
Deluan
|
353c48d8d8
|
refactor: rename player to audioplayer
|
2020-03-17 15:20:35 -04:00 |
|