| Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit d7d9dbd2c2798b6ff39acb07a3bed38b6f99e283 by
reimplementing it with the current MPD API.
3 years ago, I was wrong about the "embcue" plugin being able to
replace this one, because "embcue" reads a tag named "CUESHEET", while
this plugin reads the "CUESHEET" FLAC metablock. There's an important
difference between those two!
|
|
|
|
|
|
|
|
|
|
|
|
Also uses the notification system to display tags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not used anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Type-safe wrapper for uri_get_suffix().
|
|
Don't pass Path::c_str() to tag_stream_scan() which requires a UTF-8
string.
|
|
Replaces StatFile(), with a portable data object.
|
|
|
|
|
|
|
|
|
|
Apparently, Android's build.xml requires the icon to be available,
even when only running the Java compiler.
|
|
|
|
|
|
Move code from config_global_finish().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|