Scripting-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
Wirbel (Diskussion | Beiträge) |
||
Zeile 3: | Zeile 3: | ||
The VDR Scripting plug-in allows to extend VDR's functionallity by writing plug-ins in a dynamic script language. Currently only Ruby is supported, but if everything works well, Python support might be added in version 2.0. | The VDR Scripting plug-in allows to extend VDR's functionallity by writing plug-ins in a dynamic script language. Currently only Ruby is supported, but if everything works well, Python support might be added in version 2.0. | ||
− | |||
<!-- ===Status=== --> | <!-- ===Status=== --> | ||
− | |||
<!-- | <!-- | ||
==Bilder== | ==Bilder== | ||
Zeile 13: | Zeile 11: | ||
|} | |} | ||
--> | --> | ||
− | |||
<!-- ==Bedienung== --> | <!-- ==Bedienung== --> | ||
<!-- ===[[SVDRP]] Befehle=== --> | <!-- ===[[SVDRP]] Befehle=== --> | ||
− | |||
<!-- ==Hardwareanforderungen== --> | <!-- ==Hardwareanforderungen== --> | ||
− | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* {{wikipedia|ruby}} | * {{wikipedia|ruby}} | ||
* {{wikipedia|swig}} | * {{wikipedia|swig}} | ||
− | |||
<!-- ==Installation== --> | <!-- ==Installation== --> | ||
<!-- ===Optionen=== --> | <!-- ===Optionen=== --> | ||
<!-- ===Patches=== --> | <!-- ===Patches=== --> | ||
− | |||
<!-- ==Konfiguration== --> | <!-- ==Konfiguration== --> | ||
<!-- ===Einstellungen=== --> | <!-- ===Einstellungen=== --> | ||
<!-- ===Parameter=== --> | <!-- ===Parameter=== --> | ||
− | |||
<!-- ==Sonstiges== --> | <!-- ==Sonstiges== --> | ||
<!-- ===Probleme=== --> | <!-- ===Probleme=== --> | ||
<!-- ===Tipps=== --> | <!-- ===Tipps=== --> | ||
<!-- ===Wunschliste=== --> | <!-- ===Wunschliste=== --> | ||
− | |||
===Snapshot=== | ===Snapshot=== | ||
git clone git://projects.vdr-developer.org/vdr-plugin-scripting.git scripting | git clone git://projects.vdr-developer.org/vdr-plugin-scripting.git scripting | ||
− | + | ==Aktuelle Version== | |
+ | [http://projects.vdr-developer.org/attachments/download/63/vdr-scripting-0.0.1.tar.gz 0.0.1] | ||
==Links== | ==Links== | ||
# [http://projects.vdr-developer.org/projects/show/plg-scripting Homepage des Plugins] | # [http://projects.vdr-developer.org/projects/show/plg-scripting Homepage des Plugins] |
Version vom 4. August 2013, 14:28 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor(en): Tobias Grimm
The VDR Scripting plug-in allows to extend VDR's functionallity by writing plug-ins in a dynamic script language. Currently only Ruby is supported, but if everything works well, Python support might be added in version 2.0.
Softwareanforderungen
Snapshot
git clone git://projects.vdr-developer.org/vdr-plugin-scripting.git scripting