-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] local file media cover #445
Comments
actually will be solved from KotlinAudio:
|
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently local file's track.cover is set to null; reads the base64 of the ffmpeg extracted music cover; RNTP's notificationManager auto reads it from file, but sometimes its blurry. android auto fails to resolve it all together.
since we use ffmpeg, and used to have code to save current artwork into a local file; why not provide that and use it as a content resolved URI? instead of the whole convert to base64 thing?
ryanheise/audio_service#1049
https://stackoverflow.com/questions/3004713/get-content-uri-from-file-path-in-android
The text was updated successfully, but these errors were encountered: