summaryrefslogtreecommitdiff
path: root/plugins/provider
AgeCommit message (Collapse)Author
2012-12-10Ignoring signal SIGPIPE which might cause crashesmethodus
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-06Fixed wrong parsing of recording folder names.methodus
2012-11-06Changed ScanUri function a little bit to avoid segfaults.methodus
2012-11-03Added channel group supportmethodus
2012-11-03Added channel group supportmethodus
2012-10-31Fixed sql statement of sort criteria.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-28Added READMEs for the sub plugin to describe their purposemethodus
2012-10-27Fixed seeking in recordings with more than one file.methodus
2012-10-26The database file is now saved in config directory because resource ↵methodus
directory might be readonly
2012-10-22Revert "Rearraged makefiles"methodus
This reverts commit 1868f2796534c293a302f043448a05a2d3dae5b7.
2012-10-22Rearraged makefilesmethodus
2012-10-22Fixed static initialization bug. Fixed linefeed bugmethodus
2012-10-22Fixed issue, that symbolic link is required to link the plugins agains the ↵methodus
upnp-plugin
2012-10-22Seeking finally works even on TV sets.methodus
2012-10-22Further improvements to make seeking possible.methodus
2012-10-15First success to stream recordings. However, seeking and different play ↵methodus
speeds do not work, yet.
2012-10-15Continued recProvider to stream recordings. Finished vdrDVBProfiler. It ↵methodus
detects Codec without ffmpeg.
2012-10-14Continued recProvider to navigate through the recordings listmethodus
2012-10-13Added recProvider to load and stream recordingsmethodus
2012-10-13Added recProvider to load and stream recordingsmethodus
2012-10-12Fixed some minor issues. Added current event from schedule to channel details.methodus
2012-10-12Third step to scan directories provided by plugable providers.methodus
2012-10-11First attempts to scan directories provided by plugable providers.methodus
2012-10-09Made makefile more generic. VDRLIBDIR might be set by environment.methodus
2012-10-09First attempts to get live-TV working. Not yet successful.methodus
2012-10-04Finnally got the plugin interface working, hurray...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-10-02VDRProvider plugin for serving live tv started.methodus
2012-10-02VDRProvider plugin for serving live tv started.methodus
2012-10-02VDRProvider plugin for serving live tv started.methodus
2012-09-30Working on plugin interface. Created initial structure and makefiles for ↵methodus
primary profiler and provider plugins. They shall later handle DVB media streams for live TV and recordings.