mirror of
https://github.com/JakeStanger/Plex-Music-Viewer.git
synced 2026-07-11 11:14:34 +01:00
[PR #7] [MERGED] Merge dev #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/Plex-Music-Viewer#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/Plex-Music-Viewer/pull/7
Author: @JakeStanger
Created: 7/18/2018
Status: ✅ Merged
Merged: 7/18/2018
Merged by: @JakeStanger
Base:
master← Head:dev📝 Commits (9)
0a9fdbfLots of fixes and stuff.1436066Remove unused google fonts link, add code block before container.69ce334Create screen for individual tracks.3d274ccUpdate .gitignoreed42176Add support for new tracks page, tidying.d6fa07cCreate module for getting images and getting colours from images.2d23e51Create media types module.ae0cea0Update and change name.db4cb0dLyrics support, tidying, fixes.📊 Changes
13 files changed (+416 additions, -135 deletions)
View changed files
📝
.gitignore(+3 -1)➕
PersistantMPDClient.py(+85 -0)📝
app.py(+65 -68)📝
database.py(+6 -2)➕
images.py(+118 -0)➕
media_types.py(+7 -0)➕
mpd_helper.py(+0 -0)📝
plex_helper.py(+35 -7)📝
requirements.txt(+6 -1)📝
templates/layout.html(+2 -3)📝
templates/setup.html(+1 -2)📝
templates/tables/tracks.html(+56 -49)📝
templates/track.html(+32 -2)📄 Description
Lots of things unfinished but I need them on the master branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.