Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
[libUPnP] Remove unused headers from Platinum/Source/Extras
|
|
|
|
|
|
as is
|
|
|
|
No code from the Extras directory is compiled, so it is unlikely that
any of the interfaces will be used. Remove the headers and remove
Platinum/Source/Extras from the list of include directories.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I used the command
grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @
to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[mediamanager] Use meta data provided disc names and add Blu-ray detection.
|
|
|
|
|
|
protocol like smb:// functional.
The old way of using filesystem hooks is deprecated. This requires libbluray 0.9.3 as a minimum.
|
|
from image files functional.
|
|
|
|
[windows][mingwlibs] change installdirectory
|
|
|
|
|
|
disc. This allows us to get meta data in the specified language for example.
|
|
|
|
According to the UPnP spec, upnp:lastPlaybackPosition should use the
same format as duration (HH:MM:SS). So we should at least accept the
proper format if it exists, and fall back to the raw integer value if
it's not in the proper format.
Signed-off-by: Justin Maggard <jmaggard@netgear.com>
|
|
|
|
|
|
thanks notspiff
|