summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-01Fixed compile error with VDR 1.7.32methodus
2012-11-30Added the ability to filter the number of channels outputed by the vdrProvidermethodus
2012-11-29Added some SQLite pragmas which should reduce accesses on the file system ↵methodus
for writing
2012-11-24Fixed small issue with the new fileProvidermethodus
2012-11-24Improved plugin loader. This makes linking of the upnp plugin from sub ↵methodus
plugins obsolete.
2012-11-15Added file providermethodus
2012-11-15Fixed some minor issues with request timeoutmethodus
2012-11-09Shutdown is postponed if there are active requests open. Default is 5 minutes.methodus
2012-11-09Added configuration for request timeout.methodus
2012-11-09Fixed WMP12 support.methodus
2012-11-08Added atomic integer class.methodus
2012-11-06Fixed wrong parsing of recording folder names.methodus
2012-11-06Changed ScanUri function a little bit to avoid segfaults.methodus
2012-11-04Added installation of the channelTitle.conf to Makefilemethodus
2012-11-04Added an option for leading zeros.methodus
2012-11-04Added an option for leading zeros.methodus
2012-11-04Reverted xmlSpecialChars for title, creator, description and ↵methodus
longDescription. Seems to cause some issues.
2012-11-04Reverted xmlSpecialChars for title, creator, description and ↵methodus
longDescription. Seems to cause some issues.
2012-11-04Added missing requestCounter.hmethodus
2012-11-04Added check if there are active streams ongoing.methodus
2012-11-04Added documentation about channelTitle.con to READMEmethodus
2012-11-04Improved the channelTitle configuration a little bit. It now has optional ↵methodus
delimiters
2012-11-04Added the ability to configure the title of a channel.methodus
2012-11-03Fixed deletion of objects from the database if a container has more than ↵methodus
1000 entries.
2012-11-03Fixed missing res@protocolInfo in BrowseRequestmethodus
2012-11-03Added channel group supportmethodus
2012-11-03Added channel group supportmethodus
2012-11-03Changed friendlyname divider from colon to hyphenmethodus
2012-11-02Updated translation.methodus
2012-11-02Updated translation.methodus
2012-11-01Escape XML special chars in DIDLmethodus
2012-11-01Added german and finnish translation and some fixes. Thanks to Rolf Ahrenbergmethodus
2012-10-31Reviewed README and added some more information about the installation.methodus
2012-10-31Fixed wrong objectID of recordings causing the entries to be deleted every ↵methodus
time the container is updated.
2012-10-31Fixed sql statement of sort criteria.methodus
2012-10-31Added initial radio support. Unfortunatelly, I cannot test it, because I ↵methodus
have no capable device...
2012-10-31Fixed sortCriteria. The column names were set wrongly.methodus
2012-10-30Hopefully fixed the total jobs = 100, too many jobs issuemethodus
2012-10-29Added missing makefile files and the INSTALL file.methodus
2012-10-29Implemented new makefiles, which enables building the plugins from the main ↵methodus
makefile. Removes some redundancies. Huge thanks to Lucian Muresan
2012-10-29Fixed empty help message. Thanks to Lucian Muresanmethodus
2012-10-28Fixed logging to cerr or cout. Now logging to syslog. Thanks to Lucian Muresanmethodus
2012-10-28Fixed setting duration of recordingsmethodus
2012-10-28Fixed invalid conversion from const to non-const. Thanks to Lucian Muresanmethodus
2012-10-28Continued database wrappermethodus
2012-10-28Added database wrapper replacement for tntdb. Added a test_programm to ↵methodus
verify its functionality.
2012-10-28Added READMEs for the sub plugin to describe their purposemethodus
2012-10-29Added CLI parameter for setting the database directory. Also fixed segfault, ↵methodus
if databse file can't be opened
2012-10-29Fixed compile error when building against VDR 1.7.20 and oldermethodus
2012-10-27Fixed seeking in recordings with more than one file.methodus