-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from Gyarbij/dev Refactored code and new pytho…
…n base 1. Updated it to use env python3. 2. Refactored the code into separate functions for better readability and maintainability. 3. Used f-strings for better readability in logging messages. 4. Added exception handling to the Plex and Spotify initialization functions to provide more informative error messages. 5. Upgraded python base to 3.12-rc-slim 6. Updated dockerfile. 7. Updated README.
- Loading branch information
Showing
4 changed files
with
71 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
spotipy>=2.22 | ||
plexapi>=4.13.1 | ||
spotipy>=2.22.1 | ||
plexapi>=4.13.4 | ||
deezer-python>=5.8.1 |