[PR #8] [MERGED] Added support for user library #39

Closed
opened 2026-02-27 19:05:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/akashrchandran/syrics/pull/8
Author: @akashrchandran
Created: 9/7/2022
Status: Merged
Merged: 9/7/2022
Merged by: @akashrchandran

Base: mainHead: develop


📝 Commits (3)

  • ee4eb04 changed spotipy auth to web tokens
  • b3d7215 removed requirement of client_id and client_secret
  • 925a6fb added support for user current playing, playlist..

📊 Changes

5 files changed (+57 additions, -34 deletions)

View changed files

📝 README.md (+0 -2)
📝 api.py (+37 -10)
📝 cli.py (+13 -1)
📝 sample_config.json (+0 -2)
📝 syrics.py (+7 -19)

📄 Description

Added support to download lyrics directly based on user playlist, saved albums and current playing song. Added all of them under the command line argument --user.

  1. current playing
python3 syrics.py --user current-playing
  1. user playlist
python3 syrics.py --user playlist
  1. user saved albums
python3 syrics.py --user album
  • closes issue #7

🔄 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/akashrchandran/syrics/pull/8 **Author:** [@akashrchandran](https://github.com/akashrchandran) **Created:** 9/7/2022 **Status:** ✅ Merged **Merged:** 9/7/2022 **Merged by:** [@akashrchandran](https://github.com/akashrchandran) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (3) - [`ee4eb04`](https://github.com/akashrchandran/syrics/commit/ee4eb04b8463d27c8670d2487aaf83cd77858233) changed spotipy auth to web tokens - [`b3d7215`](https://github.com/akashrchandran/syrics/commit/b3d72159d90bd95aca9ab9c34dffa7c2845c3fff) removed requirement of client_id and client_secret - [`925a6fb`](https://github.com/akashrchandran/syrics/commit/925a6fb34789594b2a9086782250c9c54fcba058) added support for user current playing, playlist.. ### 📊 Changes **5 files changed** (+57 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -2) 📝 `api.py` (+37 -10) 📝 `cli.py` (+13 -1) 📝 `sample_config.json` (+0 -2) 📝 `syrics.py` (+7 -19) </details> ### 📄 Description **Added support to download lyrics directly based on user playlist, saved albums and current playing song. Added all of them under the command line argument --user.** 1. `current playing` ``` python3 syrics.py --user current-playing ``` 2. `user playlist` ``` python3 syrics.py --user playlist ``` 3. `user saved albums` ``` python3 syrics.py --user album ``` - [x] closes issue #7 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:05:32 +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/syrics#39
No description provided.