Skip to content
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]: trackAuthor and trackTitle are displayed as "Uncnown" in lock screen #779

Open
rio900 opened this issue Oct 13, 2021 · 1 comment

Comments

@rio900
Copy link

rio900 commented Oct 13, 2021

Hellow guys,
trackAuthor and trackTitle are displayed as "Uncnown" in lock screen but in Notification they are displayed correctly.
Code and screenshots below. (Samsung Galaxy S8)

Flutter Sound Version : FULL

 const fileUri = _exampleAudioFilePathMP3;
    Track track = Track(
        codec: Codec.mp3,
        trackPath: fileUri,
        trackAuthor: "Track Author",
        trackTitle: "Track Title",
        albumArtUrl:
            "https://pbs.twimg.com/profile_images/604932872542253056/wehRiYdQ_400x400.png");
    await _mPlayer!.startPlayerFromTrack(
      track,
      whenFinished: () {
        print('I hope you enjoyed listening to this song');
        setState(() {});
      },
    );
    setState(() {});
  }

image
image


Platforms you faced the error

  • Android ?
    Samsung Galaxy S8
@rio900 rio900 changed the title [BUG]: [BUG]: trackAuthor and trackTitle are displayed as "Uncnown" in lock screen Oct 13, 2021
Copy link

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

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

No branches or pull requests

2 participants