-
Notifications
You must be signed in to change notification settings - Fork 144
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
[BUG] Album/playlist track number not being saved #482
Comments
Did ytdlp change a command? What is supposed to be the correct one? Because the app knows the playlist index at least |
I looked around a bit in yt-dl's documentation. I managed to embed the right metadata by doing --parse-metadata "playlist_index:%(track_number)s". The log in ytdlnis indicates it does --parse-metadata "%(track_number,playlist_index)d:%(meta_track_number)s" |
Try copying the apps log and test in terminal mode. Because ytdlp is the same |
it solved the issue in the mobile app when using "track_number" instead of "meta_track_number" |
"meta_track_number" is in line 1174 of /app/src/main/java/com/deniscerri/ytdl/util/InfoUtil.kt |
Check the latest beta: |
Works perfectly thx <3 |
** Before making an issue make sure you are using the latest version of yt-dlp in the settings. Perhaps try using the nightly version of yt-dlp. If that didn't help, proceed with the issue
I am using the latest version, even switched to the beta version to make sure
Describe the bug
A few months ago, whenever I downloaded a playlist, its songs were numbered in the metadata in the same order as they are in the playlist
Right now, it just doesn't work despite there clearly being the intent to do the same thing as before when checking the logs
To Reproduce
Steps to reproduce the behavior:
Just try to download any playlist, look at their metadata, and they won't be numbered
Expected behavior
The tracks should have been properly numbered in the metadata
Screenshots / Video Recording
The playlist I want to download
Here is the log, showing it has set the track number to index 11
Here is a screenshot of the change not actually happening (it's not the same track, but every track doesn't have their track number)
(please complete the following information):
The text was updated successfully, but these errors were encountered: