dmix icon indicating copy to clipboard operation
dmix copied to clipboard

A modern MPD Client for Android.

Results 103 dmix issues
Sort by recently updated
recently updated
newest added

Allow moving the app storage to the sd card.

[Incremental compilation](https://docs.gradle.org/current/userguide/performance.html#incremental_compilation). Gradle recompile only the classes that were affected by a change. This feature is the default since Gradle 4.10. For an older versions, we can activate it by...

[Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options). Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry...

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...

Ability to shuffle the playlist. I believe this is a natively supported command in the mpd protocol. I'd like to have a shuffled playlist while keeping the ability to move...

https://gitlab.com/fdroid/fdroiddata/-/issues/2058#note_354969201 The wifi android 9 fix isn't in f-droid yet.

Audio streaming does not go smoothly and often breaks, I have to use VLC instead Anything I can provide to support this issue?

This allows for reading cover.png without a separate server and reading art in ID3/Vorbis tags.

I'd like to be able to disable the default connection, and have MPDroid only connect once it knows an MPD server is available. Otherwise, if the device hasn't made a...