mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[PR #242] [CLOSED] Bug fixes and Code Refactoring #265
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kokarare1212/librespot-python/pull/242
Author: @Advik-B
Created: 10/24/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (8)
b598717'Refactored by Sourcery'e551ce5Merge pull request #1 from Advik-B/sourcery/main17a4f46Hotfix: 1784f0ffDisable SSL verificatione8b11fdRemove unreachable code and final hotfix0c3aa8dUpdate init.py18a42ecMerge branch 'kokarare1212:main' into main9e68c89Update init.py📊 Changes
15 files changed (+336 additions, -356 deletions)
View changed files
📝
examples/player/main.py(+13 -20)📝
examples/server/main.py(+45 -39)📝
librespot/__init__.py(+1 -1)📝
librespot/audio/__init__.py(+76 -64)📝
librespot/audio/decoders.py(+18 -15)📝
librespot/audio/decrypt.py(+2 -2)📝
librespot/audio/format.py(+1 -1)📝
librespot/audio/storage.py(+8 -9)📝
librespot/core.py(+76 -112)📝
librespot/crypto.py(+13 -8)📝
librespot/mercury.py(+19 -20)📝
librespot/metadata.py(+23 -25)📝
librespot/util.py(+2 -2)📝
librespot/zeroconf.py(+27 -29)📝
librespot_player/__init__.py(+12 -9)📄 Description
The base code refactoring is provided by Sourcery https://github.com/Advik-B/librespot-python/pull/1
Hotfix 1: Fix SSL warning/error
github.com/kokarare1212/librespot-python@17a4f4626bgithub.com/kokarare1212/librespot-python@784f0ff93fHotfix 2: Fixing a parsing error https://github.com/jsavargas/zspotify/issues/149#issuecomment-1773865540
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.