summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2013-01-02Fixed crash if no network connection is available. Plugin will then listen ↵methodus
on localhost
2012-12-31Fixed string encoding issuemethodus
2012-12-30Added debug flag for more detailed debugging information. Removed some ↵methodus
output from regular logging
2012-11-29Added some SQLite pragmas which should reduce accesses on the file system ↵methodus
for writing
2012-11-15Fixed some minor issues with request timeoutmethodus
2012-11-09Added configuration for request timeout.methodus
2012-11-02Updated translation.methodus
2012-11-01Escape XML special chars in DIDLmethodus
2012-10-31Fixed sortCriteria. The column names were set wrongly.methodus
2012-10-29Added CLI parameter for setting the database directory. Also fixed segfault, ↵methodus
if databse file can't be opened
2012-10-22Fixed issue, that the database file is stored in the directory where the VDR ↵methodus
is started, primarily root directory.
2012-10-22Seeking finally works even on TV sets.methodus
2012-10-13Added codec toolkit for getting detailed media informationmethodus
2012-10-03Added missing files.methodus
2012-10-03Splitted tools.h into several tool headers to avoid clashed for example when ↵methodus
only requiring string tools but not ixml tools.
2012-09-29Streamer almost completed. First tests successful. However, there are no ↵methodus
plugins, yet.
2012-09-26Added streamer interface which connects the webserver with the resource ↵methodus
provider.
2012-09-23Added setup menu and the possibility to use live-plugin instead of the ↵methodus
internal presentation page
2012-09-21Continued work on browsing.methodus
2012-09-20Continued work on browsing.methodus
2012-09-15Ausversehen hinzugefügte Objektdateien wieder gelöschtmethodus
2012-09-13Initial commitDenis Loh