[PR #3] [MERGED] Dev #4

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/3
Author: @JakeStanger
Created: 3/18/2018
Status: Merged
Merged: 3/18/2018
Merged by: @JakeStanger

Base: masterHead: dev


📝 Commits (10+)

  • 9ff164a Remove caching
  • cfff95c Use wrapper variables
  • a020d01 Added event listener.
  • 7161d4f Update database when Plex database updates.
  • 5dab5fd Ability to get by key.
  • c42d031 Delete test file
  • e6f3bac Implemented getting media by database entry.
  • 307154a Tidied
  • 201c811 New function for getting by name
  • eba09dc Switched to using new database for loading

📊 Changes

7 files changed (+344 additions, -800 deletions)

View changed files

📝 accounts.py (+2 -2)
📝 app.py (+93 -78)
📝 database.py (+125 -2)
📝 plex_helper.py (+122 -44)
📝 templates/tables/albums.html (+1 -1)
📝 templates/tables/artists.html (+1 -1)
test.json (+0 -672)

📄 Description

Introduce new database for large performance improvements.


🔄 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/3 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/18/2018 **Status:** ✅ Merged **Merged:** 3/18/2018 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9ff164a`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/9ff164ac142081396dfc34d13eda767969f3597a) Remove caching - [`cfff95c`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/cfff95cd7fc6080c6dbb47631fba8e54f5f79adf) Use wrapper variables - [`a020d01`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/a020d01401d80072228080550f2f8c11baf93b2d) Added event listener. - [`7161d4f`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/7161d4f8edc8e18c930250ef3f793f1aaaedee86) Update database when Plex database updates. - [`5dab5fd`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/5dab5fd07f396ccee6ee85457639e90d336db617) Ability to get by key. - [`c42d031`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/c42d0312e9a3a141878ea94edba6eb70906c363d) Delete test file - [`e6f3bac`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/e6f3bac9167e7d1b2c1e7e45d35ddbd548ff8ce6) Implemented getting media by database entry. - [`307154a`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/307154aacdf5de721bde7edda25c332cfc34feb9) Tidied - [`201c811`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/201c811250919dabdf97b908776022754608d86b) New function for getting by name - [`eba09dc`](https://github.com/JakeStanger/Plex-Music-Viewer/commit/eba09dc362caf19499a8e548e2eedc4bd5b6952b) Switched to using new database for loading ### 📊 Changes **7 files changed** (+344 additions, -800 deletions) <details> <summary>View changed files</summary> 📝 `accounts.py` (+2 -2) 📝 `app.py` (+93 -78) 📝 `database.py` (+125 -2) 📝 `plex_helper.py` (+122 -44) 📝 `templates/tables/albums.html` (+1 -1) 📝 `templates/tables/artists.html` (+1 -1) ➖ `test.json` (+0 -672) </details> ### 📄 Description Introduce new database for large performance improvements. --- <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#4
No description provided.