Closed Legion112 closed 3 months ago
Not all memes have sound. So, I think @Unthrottled could add an option to show just memes with sound for build results like successful built, build failed and etc.
That would be greate.
Where I can see list of meme wich has sound? Maybe I could limit only those which has it?
Here you can see all memes: https://amii-assets.unthrottled.io/
I think at the moment there's no filter for memes with and without sounds in that website. So, you can just press in every meme and see if it has the sound.
Ah yeah, the older version of the plugin used to randomly associate a sound to a visual asset (I think, don't remember). So I feel it's fair to resurrect it.
Anyways, with custom assets, I think I can add the ability for users to provide a pool of sound assets. They can be tagged with: Positive
, Negative
, Neutral
(or some other mapping) that allows me to associate a visual asset with an audible asset.
Then I can add a setting for each event type (startup, test, exit code, etc) as to whether play a random sound, from the random audible asset pool, on event dispatch.
I might work on this sooner if I feel like procrastinating on what I am currently working on.
Could you provide a list of command what need to be run in order to build project? So contribution would be mush simpler. @Unthrottled
The plugin uses the intellij gradle plugin. So you can follow the plugin guide provided by JetBrains.
I'd appreciate contributions, however this is a fairly involved feature. So I'd like something that I can easily maintain. I've got some requirements I'll list if you are wanting implement this.
@Unthrottled sure you could list it.
To keep the initial feature simple, I'm would prefer if the scope remain just to the test events.
positive
/negative
categories.This list isn't exhaustive, but I think it is a good start.
Some extra references:
https://github.com/ani-memes/AMII/issues/151#issuecomment-1188431985 https://github.com/ani-memes/AMII/pull/153
If that's too much work, you can always just Only use custom assets
and always provide sound for your custom assets :)
I would like to force always have sound notification on test failer. This would help me to return back to work after long time of procastination during waiting for test result.