Commit Graph

3 Commits

Author SHA1 Message Date
SoaresPT
43c7460cb5 update clue-scroll-notifier (#8445)
* Create clue-scroll-notifier

* Update clue-scroll-notifier

* feat: Replace external sound download with local resource usage for clue notifications

- Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources.
- Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath.
- Refactored SoundEngine to handle sound playback using local resource

* Update clue-scroll-notifier

* Update clue-scroll-notifier

Plugins are now packed  inside the resources folder instead  of being grabbed from  remote

* Update clue-scroll-notifier

* Update clue-scroll-notifier
2025-07-13 03:05:56 -04:00
SoaresPT
c09e951950 update clue-scroll-notifier (#7113)
* Create clue-scroll-notifier

* Update clue-scroll-notifier

* feat: Replace external sound download with local resource usage for clue notifications

- Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources.
- Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath.
- Refactored SoundEngine to handle sound playback using local resource

* Update clue-scroll-notifier

* Update clue-scroll-notifier

Plugins are now packed  inside the resources folder instead  of being grabbed from  remote
2024-12-13 23:56:51 -05:00
SoaresPT
fa168bce7f add clue-scroll-notifier (#6129)
* Create clue-scroll-notifier

* Update clue-scroll-notifier

* feat: Replace external sound download with local resource usage for clue notifications

- Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources.
- Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath.
- Refactored SoundEngine to handle sound playback using local resource
2024-07-17 16:11:55 -04:00