[PR #50] [CLOSED] Fixed some bugs & made it work again #162

Closed
opened 2026-02-27 04:57:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Googolplexed0/zotify/pull/50
Author: @qMvhmoud
Created: 8/15/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 6087d9a Fixed some bugs & made it work again

📊 Changes

14 files changed (+2834 additions, -1018 deletions)

View changed files

📝 README.md (+0 -1)
📝 pyproject.toml (+2 -2)
📝 requirements.txt (+1 -2)
📝 zotify/__init__.py (+60 -28)
📝 zotify/__main__.py (+133 -86)
zotify/_zeroconf.py (+535 -0)
📝 zotify/app.py (+262 -153)
📝 zotify/config.py (+705 -314)
📝 zotify/const.py (+1 -1)
zotify/credential_manager.py (+185 -0)
📝 zotify/podcast.py (+130 -65)
📝 zotify/termoutput.py (+207 -108)
📝 zotify/track.py (+422 -203)
📝 zotify/utils.py (+191 -55)

📄 Description

Fix of #48

Details:

  • Switched from librespot-python to librespot-spotizerr to fix the master key error
  • Made the console cleaner.
  • Fixed loader animation spam by removing the redundant loader wrapper.
  • Streamlined the credential generation process for cleaner output.

🔄 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/Googolplexed0/zotify/pull/50 **Author:** [@qMvhmoud](https://github.com/qMvhmoud) **Created:** 8/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`6087d9a`](https://github.com/Googolplexed0/zotify/commit/6087d9a81aebee67bd88ea139ea3acfc0c731fc1) Fixed some bugs & made it work again ### 📊 Changes **14 files changed** (+2834 additions, -1018 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -1) 📝 `pyproject.toml` (+2 -2) 📝 `requirements.txt` (+1 -2) 📝 `zotify/__init__.py` (+60 -28) 📝 `zotify/__main__.py` (+133 -86) ➕ `zotify/_zeroconf.py` (+535 -0) 📝 `zotify/app.py` (+262 -153) 📝 `zotify/config.py` (+705 -314) 📝 `zotify/const.py` (+1 -1) ➕ `zotify/credential_manager.py` (+185 -0) 📝 `zotify/podcast.py` (+130 -65) 📝 `zotify/termoutput.py` (+207 -108) 📝 `zotify/track.py` (+422 -203) 📝 `zotify/utils.py` (+191 -55) </details> ### 📄 Description Fix of #48 Details: - Switched from librespot-python to librespot-spotizerr to fix the master key error - Made the console cleaner. - Fixed loader animation spam by removing the redundant loader wrapper. - Streamlined the credential generation process for cleaner output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 04:57:53 +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/zotify#162
No description provided.