i am very thankful that MPD has introduced now the usage of cuesheets. I waited a long time for this, because i have some usecases, in which i want to use this by all means.
Unfortunately i have some troubles to bring this feature to work in a correct mode. For my problem i opened this issue on bug tracker:
https://github.com/MusicPlayerDaemon/MPD/issues/992
Max told me there, the cuesheet-functionality works without bugs. But here at my place it does unfortunately not.
To have control of the usage of cuesheets, i added this lines to my mpd.conf:
Code: Select all
playlist_plugin {
name "cue"
enabled "yes"
as_directory "yes"
}
"enable" has to be set to "yes", otherwise the file is ignored.
When "as_directory" is set to "no", the file is ignored again.
When "as_directory" is set to "yes", the album show up correctly, but the individual songs are listed double. One with the correct time like "03:43", the other with a time-info like "-2562047788015215:-30:-8"
As MPD-frontend i use MPDroid on a tablet, which is quite old now. So i tested with Cantata and GMPC directly on the server, but the result was even worse and somehow incosistent.
Well, now i don't know, where the problem is situated - it could be MPDroid, a faulty cuesheet or a unknown bug in MPD.
So my question is following:
Is there somebody, who works with cuesheets in MPD? Could you please tell me, which frontend you are using and could you give me an example of a working cuesheet?