-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local File Support #206
Local File Support #206
Conversation
while this code looks decent, what happens when you try to play a local file? |
Nothing. Me personally I handled it with my client. I sift through the playlist results, and then recorrect the local file tracks to a proper format by searching for it. |
Do you have an example playlist for me to test? |
This playlists first track is a local file while the second track isn't. In total there should be 104 tracks including local files and 94 tracks excluding local files. https://open.spotify.com/playlist/5vJw9wsX5MTkhkSiY04bIw?si=7kT0rDfgQkSkzHhKcZ6tHQ |
can you also please update the docs in the readme? |
…tify tracks, and change unknown fields to local
main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifySourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifySourceManager.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Toπ <git@topi.wtf>
Co-authored-by: Toπ <git@topi.wtf>
All changes implemented. |
main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifySourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifySourceManager.java
Outdated
Show resolved
Hide resolved
All changes implemented. |
main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifySourceManager.java
Outdated
Show resolved
Hide resolved
thanks |
Added support for Spotify local files and included an option for this feature in the configuration.