Daniel THIRION

Results 51 comments of Daniel THIRION

Fixed with next release.

Woops, wrong issue. Sorry.

Seems to be linked to the fact that categories in the Downloader are wrong.

Will be looking into it, seems doable if there are APIs available

It's as simple as changing the imports in the files. ``` import io.multimoon.colorful.BaseTheme import io.multimoon.colorful.CThemeInterface import android.os.Bundle import androidx.appcompat.app.AppCompatActivity open class ThemedActivity : AppCompatActivity(), CThemeInterface { override var themeString: String...

Did you add the correct maven repo ? Add jitpack to your maven sources ``` allprojects { repositories { ... maven { url "https://jitpack.io" } } } ```

Pretty urgent fix @xerus2000

This already has been discussed on the discord; we could modify the MP3 tags on download with the MCatalog genres or the API genres, but dealing with MP3 tags is...

This could be an interesting library. Allows for editing tags easily. http://javamusictag.sourceforge.net/