summaryrefslogtreecommitdiff
path: root/media
AgeCommit message (Collapse)Author
2012-11-29Added some SQLite pragmas which should reduce accesses on the file system ↵methodus
for writing
2012-11-24Improved plugin loader. This makes linking of the upnp plugin from sub ↵methodus
plugins obsolete.
2012-11-06Changed ScanUri function a little bit to avoid segfaults.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-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-02Updated translation.methodus
2012-11-01Escape XML special chars in DIDLmethodus
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-28Fixed setting duration of recordingsmethodus
2012-10-29Added CLI parameter for setting the database directory. Also fixed segfault, ↵methodus
if databse file can't be opened
2012-10-27Fixed file size type in dvbProfiler for recordings.methodus
2012-10-27Fixed type bug in parsing Range header.methodus
2012-10-26Temporarily removed search from the CDS service as this causes WMP to fail ↵methodus
opening the server.
2012-10-26The database file is now saved in config directory because resource ↵methodus
directory might be readonly
2012-10-22added missing slash between directory and database filemethodus
2012-10-22Fixed issue, that the database file is stored in the directory where the VDR ↵methodus
is started, primarily root directory.
2012-10-22Fixed static initialization bug. Fixed linefeed bugmethodus
2012-10-22Fixed segfault, if database connection failedmethodus
2012-10-22Seeking finally works even on TV sets.methodus
2012-10-22Seeking finally works even on TV sets.methodus
2012-10-22Further improvements to make seeking possible.methodus
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 codec toolkit for getting detailed media informationmethodus
2012-10-12Fixed some minor issues. Added current event from schedule to channel details.methodus
2012-10-12Continued DVBProfiler for recordings and Live-TV channelsmethodus
2012-10-12Third step to scan directories provided by plugable providers.methodus
2012-10-11Second step to scan directories provided by plugable providers.methodus
2012-10-11Second step to scan directories provided by plugable providers.methodus
2012-10-11First attempts to scan directories provided by plugable providers.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-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.
2012-09-30Working on plugin interface. PluginManager almost done.methodus
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-21Extracted database name to constant stringmethodus
2012-09-21Continued work on browsing. First attempt of fixing compatibility issues ↵methodus
with Samsung TVs (missing protocolInfo filter)
2012-09-21Continued work on browsing.methodus
2012-09-20Continued work on browsing.methodus
2012-09-19Fixed check for device udn and continued work on browsing.methodus
2012-09-18Changed database columns to property names for faster accessmethodus
2012-09-16Removed Getter/Setter for constant properties in plugin.hmethodus
2012-09-16Added constant property keys to plugin interfacemethodus
2012-09-16Added SQL statement for select objects via browse()methodus