index
:
vdr-plugin-upnp
master
VDR UPnP Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
provider
/
vdrProvider
/
vdrProvider.cpp
Age
Commit message (
Collapse
)
Author
2013-01-03
Added channel group to channel item properties (genre) to use that for ↵
methodus
filtering and sorting in Windows Media Player 12, which is absolutely unaware of folders.
2012-12-31
Fixed string encoding issue
methodus
2012-12-30
Improved logging
methodus
2012-12-27
Further improvements to the live-tv scanner thread.
methodus
2012-12-11
Fixed thread cancelation due timeout. Threads should now exit in a clean manner.
methodus
2012-12-10
Ignoring signal SIGPIPE which might cause crashes
methodus
2012-11-30
Added the ability to filter the number of channels outputed by the vdrProvider
methodus
2012-11-06
Changed ScanUri function a little bit to avoid segfaults.
methodus
2012-11-03
Added channel group support
methodus
2012-11-03
Added channel group support
methodus
2012-10-14
Continued recProvider to navigate through the recordings list
methodus
2012-10-12
Fixed some minor issues. Added current event from schedule to channel details.
methodus
2012-10-12
Third step to scan directories provided by plugable providers.
methodus
2012-10-11
First attempts to scan directories provided by plugable providers.
methodus
2012-10-09
First attempts to get live-TV working. Not yet successful.
methodus
2012-10-03
Splitted tools.h into several tool headers to avoid clashed for example when ↵
methodus
only requiring string tools but not ixml tools.
2012-10-02
VDRProvider plugin for serving live tv started.
methodus