Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdrpylib 0.2 released



Hi!

vdrpylib is a Python library giving programmers easy access to many VDR
services. All data is conveniently represented in an object hierarchy.
vdrpylib also provides a wrapper for the SVDR protocol. Thus, controlling
VDR and processing its data becomes quite simple.

Major additions in version 0.2 are support for recordings and timers as well
as a Distutils compliant installation.

vdrpylib is available at http://sourceforge.net/projects/vdrpylib/

vdrpylib requires Python >= 2.0 and VDR < 1.1.12

Currently, this project is in its Alpha stage; not all VDR data and
mechanisms are covered by vdrpylib.

CHANGELOG for version 0.2:
  + denotes a new feature
 * denotes a bugfix/some change
 - denotes a removed feature

+ The standard Python distutils are now used for distribution and
   installation
 * vdr.py: data files are now located based on the given video paths
 + README: added an overview section
 + added a Timer class representing VDR timers
 + svdrp.py: lstt() returns a list of Timer objects
 + vdr.py: retrieve information about timers from disk or via SVDRP
   and represent them as Timer objects
 + added a Recording class representing VDR recordings
 + svdrp.py: lstr() returns a list of Recording objects
 + vdr.py: retrieve information about recordings from disk or via
   SVDRP and represent them as Recording objects
 * svdrp.py: lstc() now supports an argument identifying a specific
   channel



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index