[PR #114] [CLOSED] Add lossless support #170

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

📋 Pull Request Information

Original PR: https://github.com/Googolplexed0/zotify/pull/114
Author: @ljrk0
Created: 11/13/2025
Status: Closed

Base: mainHead: lossless


📝 Commits (1)

📊 Changes

2 files changed (+7 additions, -6 deletions)

View changed files

📝 README.md (+2 -2)
📝 zotify/app.py (+5 -4)

📄 Description

Hooking up the changes from
https://github.com/kokarare1212/librespot-python/pull/316

Verification

$ python -m zotify 'https://open.spotify.com/track/1...'
$ file /path/to/track.ogg: Ogg data, Vorbis audio, stereo, 44100 Hz, ~160000 bps
$ python -m zotify -q lossless 'https://open.spotify.com/track/2...'
$ file /path/to/track2.ogg: Ogg data, Vorbis audio, stereo, 44100 Hz, ~320000 bps

Completes #72, barring https://github.com/kokarare1212/librespot-python/issues/320.

This does not transition to the newly introduced classes, though.


🔄 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/114 **Author:** [@ljrk0](https://github.com/ljrk0) **Created:** 11/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `lossless` --- ### 📝 Commits (1) - [`2026693`](https://github.com/Googolplexed0/zotify/commit/2026693108949b780da7315aad0be039be84b99c) Add lossless support ### 📊 Changes **2 files changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `zotify/app.py` (+5 -4) </details> ### 📄 Description Hooking up the changes from https://github.com/kokarare1212/librespot-python/pull/316 ### Verification ``` $ python -m zotify 'https://open.spotify.com/track/1...' $ file /path/to/track.ogg: Ogg data, Vorbis audio, stereo, 44100 Hz, ~160000 bps $ python -m zotify -q lossless 'https://open.spotify.com/track/2...' $ file /path/to/track2.ogg: Ogg data, Vorbis audio, stereo, 44100 Hz, ~320000 bps ``` Completes #72, barring https://github.com/kokarare1212/librespot-python/issues/320. This does not transition to the newly introduced classes, though. --- <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:54 +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#170
No description provided.