-
Notifications
You must be signed in to change notification settings - Fork 359
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
Duplicate audio when storing metadata in cue file #1010
Comments
Are you sure, the .flac does not contain any tags? |
How do you add your tracks? Don't you have the problem if you add the folder containing both the .flac and the .cue? |
The folder contains 2 files. Just the plain .flac and the .cue . Both have the same filename. You can check the database with
The result should not show any tag-entry like "album" or "artist", but entries like Time, duration and a reference to the .cue . |
Quite sure indeed: I have removed them with metaflac. I have also tried this on a .wv file, removing tags with wvtag; for both formats there is an empty item containing the entire album, as shown above. I wonder if the difference is in that you do
Yep. Not sure how to tell mpd to |
You can use telnet from another computer.
Btw. i use MPDroid and Gmpc as MPD-clients. |
@MPconta it could be that your clients solve this problem themselves. Maybe it would be better to solve these in mpc / ncmpc (and clients in general) instead of mpd. I assume the problem is the same with playlists: if you add a folder containing both a few tracks and a playlist with all the tracks, I guess they'll be added twice by mpc / ncmpc (I don't use playlists so I don't really know). |
Not really sure about that. |
I encounter this duplication as well. Both clients that I use (ncmpcpp and MPDroid) list
In each dir I keep an |
Bug report
This follows up on #992
Describe the bug
Suppose I have two files: a .flac (.ape, .wv, etc) without any metadata, containing an album, and a .cue file with metadata for this album. This causes duplication: the no-metadata file is listed as a single item, followed by the same audio split into tracks coming from the .cue file.
Expected Behavior
Only list the tracks once. This is what other popular players do as well.
Actual Behavior
As explained above, there is duplication in the audio added by e.g.
mpc add [folder name]
.Would it make sense to introduce an option of the sort "always prefer the metadata in cue files"?
Version
Music Player Daemon 0.22.3 (0.22.3)
Log
Log is not really relevant. Here is a sample output of
mpc playlist
aftermpc add [folder name]
. Notice the superfluous first item:The text was updated successfully, but these errors were encountered: