forked from MattsShack/Plex-Movie-Poster-Display
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Images to the bottom of Now Showing for resolution, sound format, and aspect ratio (Issue MattsShack#74) - Update icons to be better color coded and easier to read - Update to support audio information - Update CSS to support size of icons depending on screen orientation - Add support for font size 'Presented In' to use bottom font. - Add iconChangeID code to icon links to force a non-cache image so that when updating to newer versions of the project the new icons will be displayed. - TODO: - Update TV Ratings icons to better match film icons - Look at spacing between icons Enhancement: Full Path Logging (Issue MattsShack#75) - Update logging system to provide full URL to media XML Enhancement: Plex Function Isolation (Issue MattsShack#64) - Isolate PLEX read from using 'clients' variable and converted to PLEX object. Full conversion still in progress. - Clean up duplicated variables for 'logName' to use as part of PLEX object. - Move away from reading media session information xml to direct media information for much richer metadata. Media session information still required to get direct media library ID for direct read.
- Loading branch information
1 parent
c1a40cb
commit de70a1e
Showing
25 changed files
with
298 additions
and
182 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ ignore: | |
sha: [] | ||
merge-message-formats: {} | ||
mode: ContinuousDelivery | ||
next-version: 2.11.4 | ||
next-version: 2.11.5 |
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
Oops, something went wrong.