artwork Questions
3
Solved
All methods I found to set MPMediaItemArtwork of MPNowPlayingInfoCenter are with local images.
MPMediaItemArtwork *albumArt = [[MPMediaItemArtwork alloc] initWithImage: [UIImage imageNamed:@"myima...
Milagrosmilam asked 9/6, 2014 at 23:50
3
Solved
I am trying to currently display the album artwork for a locally stored .MP3 track in an ImageView. Does anyone know how to fetch this artwork in Swift in order to accomplish this?
I have found t...
Jessejessee asked 14/5, 2015 at 17:31
2
Solved
I was wondering if there was a straight forward way of displaying the image and title of the currently playing MP3 file my music player is playing. My code is as follows and is very simple for this...
Halstead asked 13/5, 2015 at 13:15
6
Solved
Google's custom search API has a limitation up to 100 queries per day. That is far less than what I expected. I want to add that artwork-search function to my app. Thanks a lot.
Shameful asked 25/9, 2011 at 4:3
3
The UIImage "image" is always empty ("null") though the cover is shown in the music app by apple.
in iOS 7 it works fine, but with iOS 8 I get no cover.
Whats wrong with my code, or what has chang...
Talebearer asked 23/9, 2014 at 15:10
2
I have been trying to figure out how to get the iTunes artwork for the currently playing song with scripting bridge. I have gotten to a point where it works for some songs, but for others, I get a ...
Docia asked 12/8, 2011 at 3:39
1
What is the field name for covers / album arts in id3 tags?
For eg. :
Title : title - TT2 - TIT2
Artist : artist - TP1 - TPE1
Album : album - TAL - TALB
Cover: ? - ? - ?
I hope somebody ...
2
Solved
Grabbing album art for current song and using it to change a certain imageView.image generates an error, but no longer crashes. (It did before because I left out the if (!artwork) error handling. E...
Shrovetide asked 14/6, 2011 at 15:29
2
Solved
I'm uploading my app to App Store and I created it in iTunes Connect.
I just uploaded my 512x512px icon and then I opened Version Summary page to verify my information...
I've got a set of icon tha...
Vernverna asked 1/2, 2011 at 23:20
1
© 2022 - 2024 — McMap. All rights reserved.