[PR #7] [MERGED] Aggregator and stats update #12

Closed
opened 2026-02-28 15:18:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheTedLab/SpotiStats/pull/7
Author: @TheTedLab
Created: 12/10/2023
Status: Merged
Merged: 12/10/2023
Merged by: @TheTedLab

Base: devHead: aggregator


📝 Commits (3)

  • 366b65d Update aggregator
  • 4d40c2d Update artist saving and docker
  • 4f59e91 Add updating for playcount and stats

📊 Changes

10 files changed (+1618 additions, -776 deletions)

View changed files

📝 src/aggregator/Dockerfile (+1 -1)
📝 src/aggregator/aggregator.py (+139 -43)
📝 src/aggregator/auth_credentials.template (+2 -1)
📝 src/aggregator/resources/artists/artist-00FQb4jTyendYWaN8pK0wa.json (+561 -264)
📝 src/aggregator/resources/artists/artist-0M2HHtY3OOQzIZxrHkbJLT.json (+177 -72)
src/aggregator/resources/artists/artist-1.json (+0 -90)
📝 src/aggregator/resources/artists/artist-4tZwfgrHOc3mvqYlEYSvVi.json (+604 -286)
📝 src/aggregator/save_artist.py (+18 -19)
src/aggregator/stats_update.py (+91 -0)
src/aggregator/tracks_count.py (+25 -0)

📄 Description

Update aggregator with status code check and token refreshing
Update artist saving and docker
Add updating for playcount and stats


🔄 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/TheTedLab/SpotiStats/pull/7 **Author:** [@TheTedLab](https://github.com/TheTedLab) **Created:** 12/10/2023 **Status:** ✅ Merged **Merged:** 12/10/2023 **Merged by:** [@TheTedLab](https://github.com/TheTedLab) **Base:** `dev` ← **Head:** `aggregator` --- ### 📝 Commits (3) - [`366b65d`](https://github.com/TheTedLab/SpotiStats/commit/366b65dd15f23430a0407c812078044aa16b4e27) Update aggregator - [`4d40c2d`](https://github.com/TheTedLab/SpotiStats/commit/4d40c2d3c77ad386dadca43944d62e35655e425e) Update artist saving and docker - [`4f59e91`](https://github.com/TheTedLab/SpotiStats/commit/4f59e918e5d5a85f52fb0d91a9ae2792bbd89f1b) Add updating for playcount and stats ### 📊 Changes **10 files changed** (+1618 additions, -776 deletions) <details> <summary>View changed files</summary> 📝 `src/aggregator/Dockerfile` (+1 -1) 📝 `src/aggregator/aggregator.py` (+139 -43) 📝 `src/aggregator/auth_credentials.template` (+2 -1) 📝 `src/aggregator/resources/artists/artist-00FQb4jTyendYWaN8pK0wa.json` (+561 -264) 📝 `src/aggregator/resources/artists/artist-0M2HHtY3OOQzIZxrHkbJLT.json` (+177 -72) ➖ `src/aggregator/resources/artists/artist-1.json` (+0 -90) 📝 `src/aggregator/resources/artists/artist-4tZwfgrHOc3mvqYlEYSvVi.json` (+604 -286) 📝 `src/aggregator/save_artist.py` (+18 -19) ➕ `src/aggregator/stats_update.py` (+91 -0) ➕ `src/aggregator/tracks_count.py` (+25 -0) </details> ### 📄 Description Update aggregator with status code check and token refreshing Update artist saving and docker Add updating for playcount and stats --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:18:47 +03:00
Sign in to join this conversation.
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
starred/SpotiStats#12
No description provided.