Plugin:Fingerprint/de: Difference between revisions
Plugin:Fingerprint/de
Jump to navigation
Jump to search
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages/>{{PluginCard}} | <languages/>{{PluginCard}} | ||
Das Plugin stellt den Client Ihrer Kontakte in der Kontaktliste und im Nachrichtenfenster dar. | |||
== Adding custom client support == | |||
Put <tt>fingerprint.json</tt> in the profile (next to the database <tt>.dat</tt> file): | |||
<pre style="overflow:auto;"> | |||
{ | |||
"masks": [ | |||
{"name": "unique name", "descr":"Some description", "mask": "Something unusual", "iconFile": "Icons\\example.dll", "iconIndex": x, "group": yyyy}, | |||
{"name": "other unique name", "descr":"Some description", "mask": "Something unusual", "iconFile": "Icons\\example.ico", "group": yyyy} | |||
] | |||
} | |||
</pre> | |||
* name — some unique name (example: <tt>client_blabla</tt>). | |||
* mask — the mask that the client's MirVer must match (example: if client's MirVer is <tt>Mandarin IM 0.10</tt> then mask could be <tt>Mandarin IM*</tt>). You can fined the MirVer by opening a contact in the {{Plugin|DbEditorPP}} plugin. | |||
* iconFile — <tt>.dll</tt> ot <tt>.ico</tt> file containing the icon. | |||
* iconIndex — icon index (can be omitted in case of <tt>.ico</tt>). | |||
* group — one of the following groups: | |||
** 3001 — Miranda clients | |||
** 3002 — Miranda version overlays | |||
** 3003 — Miranda packs overlays | |||
** 3004 — multi-protocol clients | |||
** 3006 — Gadu-Gadu clients | |||
** 3009 — IRC clients | |||
** 3010 — Jabber clients | |||
** 3014 — RSS clients | |||
** 3016 — Weather clients | |||
** 3018 — Facebook clients | |||
** 3019 — VK clients | |||
** 3020 — other protocols | |||
** 3021 — other icons | |||
** 3022 — resource overlays | |||
** 3023 — platforms overlays | |||
** 3024 — protocols overlays | |||
** 3025 — unicode overlay | |||
** 3026 — security overlays | |||
{{PluginGroups}} | {{PluginGroups}} |
Latest revision as of 01:26, 27 June 2024
Fingerprint NG | |
---|---|
Kein Bild | |
Dateiname | Fingerprint.dll |
Autoren | faith_healer, ghazan, mataes |
Download-Links | |
Stabile Version: | 32-bit, 64-bit |
Entwicklungsversion: | 32-bit, 64-bit |
Das Plugin stellt den Client Ihrer Kontakte in der Kontaktliste und im Nachrichtenfenster dar.
Adding custom client support
Put fingerprint.json in the profile (next to the database .dat file):
{ "masks": [ {"name": "unique name", "descr":"Some description", "mask": "Something unusual", "iconFile": "Icons\\example.dll", "iconIndex": x, "group": yyyy}, {"name": "other unique name", "descr":"Some description", "mask": "Something unusual", "iconFile": "Icons\\example.ico", "group": yyyy} ] }
- name — some unique name (example: client_blabla).
- mask — the mask that the client's MirVer must match (example: if client's MirVer is Mandarin IM 0.10 then mask could be Mandarin IM*). You can fined the MirVer by opening a contact in the DbEditorPP plugin.
- iconFile — .dll ot .ico file containing the icon.
- iconIndex — icon index (can be omitted in case of .ico).
- group — one of the following groups:
- 3001 — Miranda clients
- 3002 — Miranda version overlays
- 3003 — Miranda packs overlays
- 3004 — multi-protocol clients
- 3006 — Gadu-Gadu clients
- 3009 — IRC clients
- 3010 — Jabber clients
- 3014 — RSS clients
- 3016 — Weather clients
- 3018 — Facebook clients
- 3019 — VK clients
- 3020 — other protocols
- 3021 — other icons
- 3022 — resource overlays
- 3023 — platforms overlays
- 3024 — protocols overlays
- 3025 — unicode overlay
- 3026 — security overlays