I get album arts by getting the album ids from the MediaStore column ALBUM_ID and then load them in Glide like this.
This code works fine but i would like to know what the hardcoded sArtworkUri with value content://media/external/audio/albumart…
My Android app has a large volume of remotely hosted media files (via AWS) and some contain embedded artwork. When playing any of these audio media, I would like my default artwork - which is used when there is no embedded artwork - to be used…
We store album art for tracks on the SD card in its own directory for instance "sdcard/app/images/" however those images are showing up in the Gallery. How do we disable this?
Thanks in advance
I'm trying to show album art with album names.
If I use MediaStore.Audio.Media.EXTERNAL_CONTENT_URI then the album names are repeated; but I am able to show album art.
And if I use MediaStore.Audio.Albums.EXTERNAL_CONTENT_URI then album names are…
I am creating a Media player app which gets the songs and their data from the users phone add them in an ArrayList. Im reading the data through cursors and im kinda stuck at the Album Art. The code im using below does not crash the app and even if…
I am working on a Music Player for android and i wanted help on making the background color the same as the album art of the playing song kind of like Sony Walkman.
I tried following code but its not working.
Can someone guide or help me on how to…
I am using the code below to save a picture to song tag.
I cant see the picture in File explorer or Some media player.
The pictures is saving but the file icon isn't changing and the picture isn't visable with Media Player for exmple Groove on…
okay so I am trying to display album art for songs in my app . I am trying to do it by using Mediametadataretriever. But I am getting an IllegalStateException in line metaRetriver.setDataSource(Environment.getExternalStorageDirectory().getPath()…
I am using glide library for displaying album art in my music player app. But I don't know why it isn't not working .
Here is the java file : PlayListActivity.java
package com.example.dell_1.myapp3;
import android.app.Activity;
import…
Is it possible to get higher quality images from discogs api? Right now I can only get a thumbnail image of size 150x150. Is there any way for developers to get a better quality image? The JSON only has link for thumnail images.
So if this is my…
I see this is frequently asked and I have tried almost everything atleast once but I still can't get my code to work. My problem is, that when I try to set the Album art of a .mp3 file it doesn't set it and there are no errors what so ever. I have…
I have a new question.I'm having a now playing activity. In this activity I have to set the colour of albumArt in the imageview to the layout of the activity(like Walkman). I have no idea about it.Please can anybody guide me.
I want cover album for songs in my phone but I get colum index -1
int imageColumn = musicCursor.getColumnIndex(MediaStore.Audio.AlbumColumns.ALBUM_ART);
This is the full code:
// Retrieve song info from device
public void getSongList() {
…