-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asynchronous music-metadata updates while streaming #1449
Merged
mathiasvr
merged 24 commits into
webtorrent:master
from
Borewit:feature/async-update-music-metadata
Sep 26, 2018
Merged
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
39145b2
Ensure that default file/protocol handlers are re-installed after upd…
bnjmnt4n 0e0b0e6
webtorrent/webtorrent-desktop#1340: Switch to async metadata updates.
Borewit 198c62e
Use fat arrow
Borewit b185a62
Merge remote-tracking branch 'origin/master' into feature/async-updat…
Borewit a30d804
Fix issue track number not displayed if total number of tracks is not…
Borewit c2594f5
Add disk number in addition to track number.
Borewit c7f30df
Update order of audio properties from: album, track, disk, format to …
Borewit b73db82
#1340 Update music-metadata to 2.5.0, enabling async 'per' tag updates
Borewit 8848534
#1340 Commented out the metadata event debug output.
Borewit f925b1f
#1340 Remove line comment to get rid of max line length lint error
Borewit 30276d5
Merge branch 'master' into feature/async-update-music-metadata
Borewit c6944a3
Merge remote-tracking branch 'upstream/fix/audio-track-nr' into featu…
Borewit 090b906
Update music-metadata 2.6.0 to fix some async events are getting trig…
Borewit e2448ca
Return JSX block.
Borewit c85f331
Merge branches 'demoneaux/fix-handlers', 'feature/async-update-music-…
Borewit 4306569
Get rid of third parameter which is replaced by CSS capitalize
Borewit e508b13
Merge branch 'fix/audio-track-nr' into feature/async-update-music-met…
Borewit 8e91840
Fixed error when value is undefined.
codealchemist 50bf7e1
Merge branch 'fix/audio-track-nr' into feature/async-update-music-met…
Borewit ee9bf1d
Merge branch 'master' into feature/async-update-music-metadata
Borewit e34edc2
Update music-metadata dependency to 2.6.1.
Borewit db50e97
fix(package): update music-metadata to version 3.1.0
greenkeeper[bot] f7719a7
Merge remote-tracking branch 'upstream/greenkeeper/music-metadata-3.1…
Borewit 78b71d3
Revert "Ensure that default file/protocol handlers are re-installed a…
mathiasvr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
common.artists
array is not available anymore?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still available, but common.artist is already designed to summarize the artist(s) in a single string.
Either derived from common.artists or directly from the metadata.
In other words, the code removed is already done in music-metadata.