[PR #10] [MERGED] Dev #10

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/Plex-Music-Viewer/pull/10
Author: @JakeStanger
Created: 9/6/2018
Status: Merged
Merged: 9/6/2018
Merged by: @JakeStanger

Base: masterHead: dev


📝 Commits (10+)

  • f1346f7 Change to redirect
  • 2b72f74 Add unicode support
  • 04197eb Fixed play and download buttons
  • 91d14c8 Fixed formatting
  • 3e12664 Added metadata table with inline editing.
  • 7817c15 Fixes, tidying, added settings, metadata updating placeholder
  • 522bea2 Added default perms and text colour settings
  • 6f73f34 Implemented text colour settings.
  • 4d81bd5 Metadata updating placeholder.
  • d5e24d2 Commit WIP changes

📊 Changes

16 files changed (+731 additions, -259 deletions)

View changed files

📝 README.md (+70 -11)
📝 accounts.py (+23 -6)
📝 app.py (+74 -49)
📝 database.py (+49 -30)
📝 defaults.py (+126 -5)
📝 extra/createTorrents.py (+2 -2)
📝 images.py (+198 -28)
📝 mpd_helper.py (+2 -1)
📝 plex_api_extras.py (+19 -33)
📝 plex_helper.py (+20 -11)
📝 requirements.txt (+3 -0)
static/img/qmark-250_250.png (+0 -0)
📝 templates/admin.html (+42 -40)
📝 templates/table.html (+45 -30)
📝 templates/tables/tracks.html (+4 -5)
📝 templates/track.html (+54 -8)

📄 Description

No description provided


🔄 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/10 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 9/6/2018 **Status:** ✅ Merged **Merged:** 9/6/2018 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`f1346f7`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/f1346f7a6d06c858fa9122d37867eb8064e816fb) Change to redirect - [`2b72f74`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/2b72f74016a680231c2310e3748c02a1a74a6259) Add unicode support - [`04197eb`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/04197eb42575cb2262dd46320dcfb6117427b3cf) Fixed play and download buttons - [`91d14c8`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/91d14c8f433e58b4604d93b7d2fc38c208f2ddb5) Fixed formatting - [`3e12664`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/3e12664a020852f71d438d52290ef69a230bcc91) Added metadata table with inline editing. - [`7817c15`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/7817c152413def89af2848abd30d15b67189a4cb) Fixes, tidying, added settings, metadata updating placeholder - [`522bea2`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/522bea21875ae1db29a0fec981e28ec83c8e6041) Added default perms and text colour settings - [`6f73f34`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/6f73f340eb6cb4d246b31a75aca2e2154e872b7a) Implemented text colour settings. - [`4d81bd5`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/4d81bd50f573d13ed8cde49c811d07f1277c6243) Metadata updating placeholder. - [`d5e24d2`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/d5e24d262f45135ae0ae669f23468a66758cf80f) Commit WIP changes ### 📊 Changes **16 files changed** (+731 additions, -259 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+70 -11) 📝 `accounts.py` (+23 -6) 📝 `app.py` (+74 -49) 📝 `database.py` (+49 -30) 📝 `defaults.py` (+126 -5) 📝 `extra/createTorrents.py` (+2 -2) 📝 `images.py` (+198 -28) 📝 `mpd_helper.py` (+2 -1) 📝 `plex_api_extras.py` (+19 -33) 📝 `plex_helper.py` (+20 -11) 📝 `requirements.txt` (+3 -0) ➕ `static/img/qmark-250_250.png` (+0 -0) 📝 `templates/admin.html` (+42 -40) 📝 `templates/table.html` (+45 -30) 📝 `templates/tables/tracks.html` (+4 -5) 📝 `templates/track.html` (+54 -8) </details> ### 📄 Description _No description provided_ --- <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:23 +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#10
No description provided.