[PR #7] [MERGED] Merge dev #7

Closed
opened 2026-05-22 22:02:22 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: dev


📝 Commits (9)

  • 0a9fdbf Lots of fixes and stuff.
  • 1436066 Remove unused google fonts link, add code block before container.
  • 69ce334 Create screen for individual tracks.
  • 3d274cc Update .gitignore
  • ed42176 Add support for new tracks page, tidying.
  • d6fa07c Create module for getting images and getting colours from images.
  • 2d23e51 Create media types module.
  • ae0cea0 Update and change name.
  • db4cb0d Lyrics 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/Plex-Music-Viewer/pull/7 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 7/18/2018 **Status:** ✅ Merged **Merged:** 7/18/2018 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`0a9fdbf`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/0a9fdbf09466f64892a520592841ca0076b6651b) Lots of fixes and stuff. - [`1436066`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/143606668498c5de2998d8e9a3e6dc4019788226) Remove unused google fonts link, add code block before container. - [`69ce334`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/69ce3344f53084b83af0f4eadad0561668270d00) Create screen for individual tracks. - [`3d274cc`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/3d274cc5956a66cf76880aa0d75eb71573ee6ae1) Update .gitignore - [`ed42176`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/ed42176a8ecf825f3699f44febff5e91dbb78302) Add support for new tracks page, tidying. - [`d6fa07c`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/d6fa07c5a87db11dafd6341bf774ce23db894614) Create module for getting images and getting colours from images. - [`2d23e51`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/2d23e51cb880f5b3a56ed40873ac231687c78e46) Create media types module. - [`ae0cea0`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/ae0cea08173e657c2c36323c7b0cd4aab60e7b95) Update and change name. - [`db4cb0d`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/db4cb0d4c7fe6547dfc21a2df256c098fc1c2ec6) Lyrics support, tidying, fixes. ### 📊 Changes **13 files changed** (+416 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Lots of things unfinished but I need them on the master branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:02:22 +01:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/Plex-Music-Viewer#7
No description provided.