-
Notifications
You must be signed in to change notification settings - Fork 351
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
Cannot set song duration through tags with addtagid #1774
Comments
This bug report makes no sense because a song duration is not a tag. |
OK, then what would be the proper way to get the track to have its duration set as soon as it is added to the playlist? |
Not at all. Let MPD figure it out automatically, as you already described. |
Yes, but as I have been trying to explain, the duration is unset until the track get played:
|
I know.
These tools are broken. Don't use them or fix them. |
Hi,
Among tags, the duration seems to be defined:
MPD/src/tag/Tag.hxx
Line 24 in 53ec02d
However there does not seem to be a way to set this through addtagid:
MPD/src/tag/Type.hxx
Lines 11 to 48 in 53ec02d
As a result, external clients like upmpdcli that add streaming tracks to mpd, cannot set the duration and it stays at 0:00, until mpd start playing the track. This breaks other tools that relies on track duration as soon as they are in the playlist.
The text was updated successfully, but these errors were encountered: