This repository has been archived by the owner on May 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Plex plugin: initial bring up #135
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7e844a2
Plex plugin: initial bring up
3a17c68
Plex plugin: fix artUrl
a4d330c
Plex plugin: artUrl is now a data-url
e633080
Plex plugin: fix media keys
c572dac
Plex plugin: less obnoxious color scheme
715e896
Plex plugin: code cleanup, support songDuration & songPosition
5f46382
Plex plugin: use plex's color scheme as theme
df398bc
Plex plugin: make use of MellowPlayer's utility functions
8b892eb
plex plugin: set correct version number
b13eff1
Plex plugin: fetch blobs as base64 image
bd37210
Plex plugin: set artUrl
aa8c341
Plex plugin: re-add mediaInfoElement
1f15d5e
Plex plugin: remove debug console.log calls
b6b5408
Plex plugin: beautify
5bb27d7
Plex plugin: use hash instead of actual title as identifier
a3fd9b3
Plex plugin: only assign previousSongHash when sucessfully got artUrl
ce7d066
Revert "Plex plugin: only assign previousSongHash when sucessfully go…
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
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.
convertArtUrlToBase64
is asynchronous and set the global artUrl variable later when the response to the XmlHttpRequest has been received and the content loaded by the FileReader. So resetting previousSongHash would cause many redundant request while the response of the first one has not been received.