-
Notifications
You must be signed in to change notification settings - Fork 56
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
Enhancements in Track Handling and Artist Recognition for Yandex Music #134
Conversation
…e token owner available) Implemented recognition of track links without specifying the album, e.g., https://music.yandex.ru/track/75370207 Now, if a track has multiple artists, all of them will be listed in the author field instead of just one.
…e token owner available) Implemented recognition of track links without specifying the album, e.g., https://music.yandex.ru/track/75370207 Now, if a track has multiple artists, all of them will be listed in the author field instead of just one.
@AgutinVBoy any chance you can check this out? |
Ok. In the day. |
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
fix issue when some playlists don't provide track info
is this done? or what is the current status on this? |
@topi314 Sorry, was on vacation. Yes, its done in my understanding |
your branch is 11 commits behind master, can you please first merge before I take a look? |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also update the supported links in the readme https://github.com/topi314/LavaSrc#yandex-music-1
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
…exMusicSourceManager.java Co-authored-by: Toπ <git@topi.wtf>
add new supported link
done |
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
main/src/main/java/com/github/topi314/lavasrc/yandexmusic/YandexMusicSourceManager.java
Outdated
Show resolved
Hide resolved
…exMusicSourceManager.java Co-authored-by: Toπ <git@topi.wtf>
…exMusicSourceManager.java Co-authored-by: Toπ <git@topi.wtf>
…exMusicSourceManager.java Co-authored-by: Toπ <git@topi.wtf>
…exMusicSourceManager.java Co-authored-by: Toπ <git@topi.wtf>
alright thanks for the contribution |
Added support for manually uploaded tracks (only those uploaded by the token owner available)
Implemented recognition of track links without specifying the album, e.g., https://music.yandex.ru/track/75370207
Now, if a track has multiple artists, all of them will be listed in the author field instead of just one.