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

New Audio Player UI based on Figma Design #45

Open
wants to merge 1 commit into
base: 21.02
Choose a base branch
from

Conversation

AIIX
Copy link
Contributor

@AIIX AIIX commented Jun 3, 2021

Description

  • Audio Player UI based on new Figma Design shared by Derick
  • Adds AudioPlayer.qml and Images
To Use The UI:
  • Switch Audio Player from "controls.qml" to "AudioPlayer.qml"
  • This UI requires a proper sessionData media model providing following keys and data at minimum from the audio service: an example of the mode:
self.gui["media"] = { "image": absolute-imageurl, "track": song-name,  "album": album/artist-name, "skill":  skillplayingthemedia, "length": duration-in-milliseconds, "position": current-position-in-milliseconds, "status": "Playing/Paused" }

Type of PR

If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR.
Either delete those that do not apply, or add an x between the square brackets like so: - [x]

  • Bugfix
  • Feature implementation
  • Refactor of code (without functional changes)
  • Documentation improvements
  • Test improvements

CLA

  • Yes

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.

None yet

1 participant