opencode-probleemwijken 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/README.md +18 -0
  2. package/package.json +1 -1
  3. package/sounds/CDA is ChristenUnie.mp3 +0 -0
  4. package/sounds/Heel leuk alles.mp3 +0 -0
  5. package/sounds/Hier is alles.mp3 +0 -0
  6. package/sounds/Niet van radio Drenthe.mp3 +0 -0
  7. package/sounds/Partij van de armoed.mp3 +0 -0
  8. package/sounds/1-108.mp3 +0 -0
  9. package/sounds/adriaantje-teringlijer.mp3 +0 -0
  10. package/sounds/alweer-een-winnaar.mp3 +0 -0
  11. package/sounds/anime-wow-sound-effect.mp3 +0 -0
  12. package/sounds/applepay.mp3 +0 -0
  13. package/sounds/bankzitters-fart.mp3 +0 -0
  14. package/sounds/buruman-zooi.mp3 +0 -0
  15. package/sounds/buurman-en-buurman-deuntje.mp3 +0 -0
  16. package/sounds/buurman-heb-je-nou.mp3 +0 -0
  17. package/sounds/dun-dun-dun-sound-effect-brass_8nFBccR.mp3 +0 -0
  18. package/sounds/faaaa.mp3 +0 -0
  19. package/sounds/gopgopgop.mp3 +0 -0
  20. package/sounds/ik-hou-van-potlood.mp3 +0 -0
  21. package/sounds/kermis-geluiden-2013-0s-5s-96-xoeervpgnuo-mp3cut.mp3 +0 -0
  22. package/sounds/man-snoring-meme_ctrllNn.mp3 +0 -0
  23. package/sounds/metal-gear-alert-sound-effect_XKoHReZ.mp3 +0 -0
  24. package/sounds/musica-elevador-short.mp3 +0 -0
  25. package/sounds/mwoah.mp3 +0 -0
  26. package/sounds/nederlands-luchtalarm.mp3 +0 -0
  27. package/sounds/spongebob-fail.mp3 +0 -0
  28. package/sounds/tf_nemesis.mp3 +0 -0
  29. package/sounds/toef-toef-toef-toef.mp3 +0 -0
  30. package/sounds/tu-tu-tu-du-max-verstappen.mp3 +0 -0
  31. package/sounds/tuco-get-out.mp3 +0 -0
  32. package/sounds/undertakers-bell_2UwFCIe.mp3 +0 -0
  33. package/sounds/wide-putin-meme.mp3 +0 -0
  34. package/sounds/zit-je-nou-te-poepen-oma-griet.mp3 +0 -0
package/README.md CHANGED
@@ -59,6 +59,7 @@ Maak `~/.config/opencode/probleemwijken.json`:
59
59
  "enabled": true,
60
60
  "includeBundledSounds": true,
61
61
  "customSoundsDir": null,
62
+ "disabledSounds": [],
62
63
  "notifications": {
63
64
  "enabled": true,
64
65
  "timeout": 5
@@ -85,6 +86,7 @@ Maak `~/.config/opencode/probleemwijken.json`:
85
86
  | `enabled` | boolean | `true` | Plugin aan/uit |
86
87
  | `includeBundledSounds` | boolean | `true` | Probleemwijken geluiden gebruiken |
87
88
  | `customSoundsDir` | string | `null` | Pad naar folder met eigen geluiden |
89
+ | `disabledSounds` | string[] | `[]` | Specifieke geluiden uitschakelen op naam of pad |
88
90
  | `notifications.enabled` | boolean | `true` | Notificaties aan/uit |
89
91
  | `notifications.timeout` | number | `5` | Notificatie timeout in seconden (Linux) |
90
92
 
@@ -136,6 +138,22 @@ Of simpelweg een boolean voor beide:
136
138
 
137
139
  De plugin kiest dan random uit zowel de Probleemwijken geluiden als je eigen geluiden.
138
140
 
141
+ ### Specifieke geluiden uitschakelen
142
+
143
+ Je kunt specifieke geluiden uitschakelen op bestandsnaam of volledig pad:
144
+
145
+ ```json
146
+ {
147
+ "disabledSounds": [
148
+ "koffie.mp3",
149
+ "narcist.mp3",
150
+ "/home/user/my-sounds/annoying.mp3"
151
+ ]
152
+ }
153
+ ```
154
+
155
+ Met alleen een bestandsnaam (bv. `"koffie.mp3"`) wordt het geluid overal uitgefilterd, zowel uit de bundled als custom sounds. Met een volledig pad filter je alleen dat specifieke bestand.
156
+
139
157
  ### Alleen eigen geluiden gebruiken
140
158
 
141
159
  ```json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-probleemwijken",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "OpenCode plugin that plays random Probleemwijken/Derkolk sounds and sends push notifications when a session completes",
5
5
  "author": "Daan-Friday",
6
6
  "license": "MIT",
Binary file
Binary file
Binary file
Binary file
package/sounds/1-108.mp3 DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/sounds/faaaa.mp3 DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
package/sounds/mwoah.mp3 DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file