-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
A submission for review application: Create io.github.codes-by-chetan… #546
base: main
Are you sure you want to change the base?
Conversation
….bluetooth-media-controller.json A submission for review my application bluetooth media controller. which is basically an app to control bluetooth media playback coming from an android device via bluetooth to linux devices requires
aren't there anyone who can review my submission?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thank you for your app submission and we're sorry for late review. Here are some points you need to resolve:
- Your app name must be a unique instead of a generic one
Bluetooth Media Controller
. See also: https://docs.elementary.io/develop/appcenter/publishing-requirements#naming - You must not hardcode the path to the executable and icon in the desktop file. These paths would differ depends on the value passed to the
prefix
option of meson. - You need to package your app with Flatpak. Apps packaged with Debian packaging are no longer accepted. See also: https://docs.elementary.io/develop/appcenter/publishing-requirements#packaging
- Your .appdata.xml file must include:
- at least one screenshot of your app
-
developer
tag instead of deprecateddeveloper_name
tag - See also: https://docs.elementary.io/develop/appcenter/publishing-requirements#metainfo-and-oars
The followings are not requirements:
- We recommend you to use
io.github
prefix instead ofcom.github
prefix for the RDNNcom.github.chetanmohite.bluetooth-media-controller
.- Because Flathub no longer accept apps with the
com.github
prefix as written in their requirement. - We don't force this but you would get into trouble when you want to publish your app later on Flathub too.
- Because Flathub no longer accept apps with the
BTW I think the review checklist is meant to be filled by reviewers; it's not a checklist for app authors.
Oh I'm really sorry for that checklist, I'm new here i didn't knew about that earlier & thanks for clarifying the requirements this is my first app submission so i already expected a lot of changes. I will make these changes and then I'll request a review again. Thank you so much for reviewing my application @ryonakano. |
Don't be sorry, I think the checklist is confusing because it looks like as if authors need to fill it so that their app is accepted. 💦 I'm happy that you're submitting your app to our AppCenter. If you have some questions what you should do for the requested changes, you can ask for me here. Happy coding! |
@ryonakano Thanks , I will definitely ping you if i need some help. |
….bluetooth-media-controller.json
A submission for review my application bluetooth media controller. which is basically an app to control bluetooth media playback coming from an android device via bluetooth to linux devices requires
Bluetooth Media Controller
A Python tool to control Bluetooth audio devices and display the currently playing track with playback controls. It uses
bluetoothctl
to manage Bluetooth connections and interacts with the audio devices.Features
Prerequisites
Before installing and using this tool, ensure that you have the following prerequisites:
Post-Installation Steps
After installation, you can run the Bluetooth Media Controller using the following command:
If the command is not found, you may need to log out and log back in or restart your system for the PATH to update.
Usage
As a linux user, you know that if you connect your phone to the computer via bluetooth, it starts sending audio to your computer and you can play media of your phone using your computer's speakers. But you can not control the media playback from your computer. This application is designed to solve this problem.
Once the tool is installed and running, you can use it to control Bluetooth devices.
Review Checklist
AppData
Flatpak