Skip to content

Conversation

radicalnerds
Copy link

  • Fix setState call when unmounted
  • Add Title metadata on Play
  • Add Artwork Metadata on Play
  • Default to BundleDisplayName then BundleName

[songInfo setValue:albumArt forKey:MPMediaItemPropertyArtwork];
infoCenter.nowPlayingInfo = songInfo;
}
self.fetchedAlbumArt = true;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that with your implementation you can only fetch the first song artwork, what happens if a new song from an other album is playing ?

);

ReactNativeAudioStreaming.getStatus((error, status) => {
console.log('Status', status);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log to remove

[self.audioPlayer setDelegate:self];
self.lastUrlString = @"";
[NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(tick:) userInfo:nil repeats:YES];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't commit indentation changes plz

@tlenclos
Copy link
Owner

tlenclos commented May 7, 2017

@radicalnerds thanks for your work, it looks cool and supporting album cover could be really cool 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants