Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
This should have been done a long time ago but
with UWP no longer supporting the ascii versions it's
time to get it done.
The changes in UnrarXLib isn't really tested but it's
about to get dropped from our tree anyway.
|
|
|
|
|
|
This reverts commit b0e3be09a7418dff76bd96661fa8beda96a4140b.
|
|
Remove autotools
|
|
|
|
|