mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[PR #37] [MERGED] Sync with main branch #99
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#99
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/37
Author: @kokarare1212
Created: 5/22/2021
Status: ✅ Merged
Merged: 5/22/2021
Merged by: @kokarare1212
Base:
xperimental← Head:main📝 Commits (10+)
d1bd953Refactor unnecessaryelse/elifwhenifblock has acontinuestatementfb2312eRemove methods with unnecessary super delegation.6acfbb4Merge pull request #10 from kokarare1212/deepsource-fix-0f15d09b42d44c5Format code with yapf9d8ecbbMerge pull request #11 from kokarare1212/deepsource-fix-cbd3de2b597da1fRemove unused importscfd1ac0Restyled by blackd3febb3Restyled by isort4b2c144Restyled by yapfd4eb519Merge pull request #15 from kokarare1212/restyled/deepsource-fix-567de118📊 Changes
72 files changed (+1640 additions, -602 deletions)
View changed files
📝
LICENSE.txt(+1 -1)📝
README.md(+21 -9)➕
SECURITY.md(+21 -0)➕
docs/api.md(+2 -0)📝
docs/conf.py(+9 -1)📝
docs/index.md(+95 -2)➕
docs/supported.md(+15 -0)➕
examples/player.py(+151 -0)➕
librespot/ZeroconfServer.py(+108 -0)➕
librespot/api/__init__.py(+0 -0)📝
librespot/audio/AbsChunkedInputStream.py(+16 -20)📝
librespot/audio/AudioKeyManager.py(+7 -4)📝
librespot/audio/PlayableContentFeeder.py(+1 -2)📝
librespot/audio/cdn/CdnFeedHelper.py(+41 -20)📝
librespot/audio/cdn/CdnManager.py(+87 -54)📝
librespot/audio/cdn/__init__.py(+1 -1)📝
librespot/audio/decoders/AudioQuality.py(+3 -1)➕
librespot/audio/decoders/__init__.py(+1 -0)📝
librespot/audio/decrypt/AesAudioDecrypt.py(+1 -1)📝
librespot/audio/format/AudioQualityPicker.py(+2 -1)...and 52 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.