shreyashsaitwal / media-notification

An MIT AI2 extension that allows developers to show media style notifications for their media applications.
MIT License
8 stars 2 forks source link

Disable Prev + Next buttons #1

Open anonwins opened 3 years ago

anonwins commented 3 years ago

Hi, is there a possibility to make prev+next buttons optional? I have no idea how to do it myself. I need this for my internet radio app. Thank you very much. Great work!

anonwins commented 3 years ago

Or at least tell me what software I need to build it.

shreyashsaitwal commented 3 years ago

Is there a possibility to make prev+next buttons optional

It should be pretty straightforward to implement. Will add an option to show only the play/pause button in the next update.

Or at least tell me what software I need to build it.

The extension is built with Rush. Check out this thread on the Kodular community to know more about it.

anonwins commented 3 years ago

Okay, I'm already meddling with the code and I managed to build the aix. I just deleted all references to prev and next but even though it compiles okay and the AI2 recognizes it, in the final app no notification appears. I'll continue trying. I'm very new to this. Thanks for being awesome!