Shabinder Singh
Shabinder Singh
All media files are tagged and have media art included as they did in spotiflyer.
not having folder separation was a design choice to remove duplicates, I am planning to export m3u8s for playlists, so other players can recognise folder wise playlists. Also can u...
Its not a file rename, m4a and mp3 have both different containers, and differenr metadata tags. So ffmpeg would be required to do this.
> Is there a reason as to why the app is closed source? See : https://github.com/Shabinder/soundbound-extensions-lib/issues/1#issuecomment-1556258872
I will be sharing a new release build very soon with many fixes, you can join telegram channel/group to stay tuned.
> > I will be sharing a new release build very soon with many fixes, you can join telegram channel/group to stay tuned. > > how can i find you...
-keep class io.github.jan.** { *;} Also, This worked for now, but would like to remove this, since it obfuscation than loses its point.
> I don't have this issue. Can you share your library versions and build files? https://github.com/Shabinder/soundbound-extensions-lib/blob/zipline-test/gradle/deps.versions.toml
This catalog is used in the project, so can refer versions, project itself isn't open source.
> E.g. the serialization plugin has to also be applied in the project-wide build.gradle.kts Yes, that's confirmed here, since adding `-keep class io.github.jan.** { *;}` fixes the issue. Also, I...