opencode-probleemwijken 1.8.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.
- package/README.md +0 -12
- package/dist/index.js +0 -11
- package/package.json +1 -1
- package/sounds/CDA is ChristenUnie.mp3 +0 -0
- package/sounds/Heel leuk alles.mp3 +0 -0
- package/sounds/Hier is alles.mp3 +0 -0
- package/sounds/Niet van radio Drenthe.mp3 +0 -0
- package/sounds/Partij van de armoed.mp3 +0 -0
- package/sounds/gen-z/1-108.mp3 +0 -0
- package/sounds/gen-z/adriaantje-teringlijer.mp3 +0 -0
- package/sounds/gen-z/alweer-een-winnaar.mp3 +0 -0
- package/sounds/gen-z/anime-wow-sound-effect.mp3 +0 -0
- package/sounds/gen-z/applepay.mp3 +0 -0
- package/sounds/gen-z/bankzitters-fart.mp3 +0 -0
- package/sounds/gen-z/buruman-zooi.mp3 +0 -0
- package/sounds/gen-z/buurman-en-buurman-deuntje.mp3 +0 -0
- package/sounds/gen-z/buurman-heb-je-nou.mp3 +0 -0
- package/sounds/gen-z/dun-dun-dun-sound-effect-brass_8nFBccR.mp3 +0 -0
- package/sounds/gen-z/faaaa.mp3 +0 -0
- package/sounds/gen-z/gopgopgop.mp3 +0 -0
- package/sounds/gen-z/ik-hou-van-potlood.mp3 +0 -0
- package/sounds/gen-z/kermis-geluiden-2013-0s-5s-96-xoeervpgnuo-mp3cut.mp3 +0 -0
- package/sounds/gen-z/man-snoring-meme_ctrllNn.mp3 +0 -0
- package/sounds/gen-z/metal-gear-alert-sound-effect_XKoHReZ.mp3 +0 -0
- package/sounds/gen-z/musica-elevador-short.mp3 +0 -0
- package/sounds/gen-z/mwoah.mp3 +0 -0
- package/sounds/gen-z/nederlands-luchtalarm.mp3 +0 -0
- package/sounds/gen-z/spongebob-fail.mp3 +0 -0
- package/sounds/gen-z/tf_nemesis.mp3 +0 -0
- package/sounds/gen-z/toef-toef-toef-toef.mp3 +0 -0
- package/sounds/gen-z/tu-tu-tu-du-max-verstappen.mp3 +0 -0
- package/sounds/gen-z/tuco-get-out.mp3 +0 -0
- package/sounds/gen-z/undertakers-bell_2UwFCIe.mp3 +0 -0
- package/sounds/gen-z/wide-putin-meme.mp3 +0 -0
- package/sounds/gen-z/zit-je-nou-te-poepen-oma-griet.mp3 +0 -0
- /package/sounds/{gen-z/Bulldog hap.mp3 → Bulldog hap.mp3} +0 -0
- /package/sounds/{gen-z/Bulldog level spicy.mp3 → Bulldog level spicy.mp3} +0 -0
- /package/sounds/{gen-z/Eem over de tong heen.mp3 → Eem over de tong heen.mp3} +0 -0
- /package/sounds/{gen-z/Huigje tik.mp3 → Huigje tik.mp3} +0 -0
- /package/sounds/{gen-z/Ik ga dood.mp3 → Ik ga dood.mp3} +0 -0
- /package/sounds/{gen-z/Ik wil dit helemaal niet.mp3 → Ik wil dit helemaal niet.mp3} +0 -0
- /package/sounds/{gen-z/Nou komt ie wel.mp3 → Nou komt ie wel.mp3} +0 -0
- /package/sounds/{gen-z/Nu ben ik ook los.mp3 → Nu ben ik ook los.mp3} +0 -0
- /package/sounds/{gen-z/Teleurgesteld.mp3 → Teleurgesteld.mp3} +0 -0
package/README.md
CHANGED
|
@@ -58,7 +58,6 @@ Maak `~/.config/opencode/probleemwijken.json`:
|
|
|
58
58
|
{
|
|
59
59
|
"enabled": true,
|
|
60
60
|
"includeBundledSounds": true,
|
|
61
|
-
"includeGenZSounds": true,
|
|
62
61
|
"customSoundsDir": null,
|
|
63
62
|
"disabledSounds": [],
|
|
64
63
|
"notifications": {
|
|
@@ -86,7 +85,6 @@ Maak `~/.config/opencode/probleemwijken.json`:
|
|
|
86
85
|
|-------|------|---------|--------------|
|
|
87
86
|
| `enabled` | boolean | `true` | Plugin aan/uit |
|
|
88
87
|
| `includeBundledSounds` | boolean | `true` | Probleemwijken geluiden gebruiken |
|
|
89
|
-
| `includeGenZSounds` | boolean | `true` | Gen Z geluiden gebruiken |
|
|
90
88
|
| `customSoundsDir` | string | `null` | Pad naar folder met eigen geluiden |
|
|
91
89
|
| `disabledSounds` | string[] | `[]` | Specifieke geluiden uitschakelen op naam of pad |
|
|
92
90
|
| `notifications.enabled` | boolean | `true` | Notificaties aan/uit |
|
|
@@ -140,16 +138,6 @@ Of simpelweg een boolean voor beide:
|
|
|
140
138
|
|
|
141
139
|
De plugin kiest dan random uit zowel de Probleemwijken geluiden als je eigen geluiden.
|
|
142
140
|
|
|
143
|
-
### Gen Z geluiden uitschakelen
|
|
144
|
-
|
|
145
|
-
De 36 Gen Z geluiden (toegevoegd in v1.6) zitten in een aparte `sounds/gen-z/` folder en kunnen in zijn geheel worden uitgeschakeld:
|
|
146
|
-
|
|
147
|
-
```json
|
|
148
|
-
{
|
|
149
|
-
"includeGenZSounds": false
|
|
150
|
-
}
|
|
151
|
-
```
|
|
152
|
-
|
|
153
141
|
### Specifieke geluiden uitschakelen
|
|
154
142
|
|
|
155
143
|
Je kunt specifieke geluiden uitschakelen op bestandsnaam of volledig pad:
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,6 @@ var DEFAULT_CONFIG = {
|
|
|
6
6
|
enabled: true,
|
|
7
7
|
customSoundsDir: null,
|
|
8
8
|
includeBundledSounds: true,
|
|
9
|
-
includeGenZSounds: true,
|
|
10
9
|
disabledSounds: [],
|
|
11
10
|
notifications: {
|
|
12
11
|
enabled: true,
|
|
@@ -59,7 +58,6 @@ function loadConfig() {
|
|
|
59
58
|
enabled: userConfig.enabled ?? DEFAULT_CONFIG.enabled,
|
|
60
59
|
customSoundsDir: userConfig.customSoundsDir ?? DEFAULT_CONFIG.customSoundsDir,
|
|
61
60
|
includeBundledSounds: userConfig.includeBundledSounds ?? DEFAULT_CONFIG.includeBundledSounds,
|
|
62
|
-
includeGenZSounds: userConfig.includeGenZSounds ?? DEFAULT_CONFIG.includeGenZSounds,
|
|
63
61
|
disabledSounds: Array.isArray(userConfig.disabledSounds) ? userConfig.disabledSounds : DEFAULT_CONFIG.disabledSounds,
|
|
64
62
|
notifications: {
|
|
65
63
|
enabled: userConfig.notifications?.enabled ?? DEFAULT_CONFIG.notifications.enabled,
|
|
@@ -153,15 +151,6 @@ function getAllSoundFiles(config) {
|
|
|
153
151
|
allSounds.push(...getSoundFilesFromDir(bundledDir));
|
|
154
152
|
}
|
|
155
153
|
}
|
|
156
|
-
if (config.includeGenZSounds) {
|
|
157
|
-
const bundledDir = getBundledSoundsDir();
|
|
158
|
-
if (bundledDir) {
|
|
159
|
-
const genZDir = join2(bundledDir, "gen-z");
|
|
160
|
-
if (existsSync2(genZDir)) {
|
|
161
|
-
allSounds.push(...getSoundFilesFromDir(genZDir));
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
154
|
if (config.customSoundsDir && existsSync2(config.customSoundsDir)) {
|
|
166
155
|
allSounds.push(...getSoundFilesFromDir(config.customSoundsDir));
|
|
167
156
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/sounds/gen-z/1-108.mp3
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/sounds/gen-z/faaaa.mp3
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/sounds/gen-z/mwoah.mp3
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|