Get album artwork from ID3 tag/Convert function from Java to Objective-C

后端 未结 4 891
借酒劲吻你
借酒劲吻你 2021-02-06 18:54

I\'ve got the following question to ask:

How do you compile taglib with an iOS application?

I\'m a bit confused as I added the folder into my project, tried to c

4条回答
  •  情话喂你
    2021-02-06 19:00

    If you are merely wanting to access the artwork of the music already stored on the device i.e from the iPod application, then check out this article which demonstrates how to do it using existing frameworks provided by Apple, specifically the MediaPlayer framework.

    If not, it may be wise to provide a little more information about what you are trying to achieve and also provide examples of the errors you are getting when trying to compile TagLib.

    EDIT:

    Another solution could be to use an embedded webview and use a JavaScript library such as this one to load, parse and fetch the album artwork?

提交回复
热议问题