vuplus_xbmc
10 years agoadd missing startpos option to pydocs
Martijn Kaijser [Mon, 25 Nov 2013 11:57:56 +0000 (12:57 +0100)]
add missing startpos option to pydocs

10 years agoMerge pull request #3697 from Montellese/getmatchingsource_skin_path
Sascha Montellese [Mon, 25 Nov 2013 07:37:40 +0000 (23:37 -0800)]
Merge pull request #3697 from Montellese/getmatchingsource_skin_path

allow access to special://skin through the webserver's VFS handler

10 years agoMerge pull request #3703 from popcornmix/clock_leak
huceke [Mon, 25 Nov 2013 07:00:05 +0000 (23:00 -0800)]
Merge pull request #3703 from popcornmix/clock_leak

[rbp/omxplayer] Fix leak when playing multiple files from playlist

10 years agoosx: do not use cvBufferRef until we understand the failure modes better
S. Davilla [Sun, 24 Nov 2013 16:35:21 +0000 (08:35 -0800)]
osx: do not use cvBufferRef until we understand the failure modes better

10 years ago[WIN32] removed double include. replaced one CStdString by std::string and removed...
wsoltys [Sun, 24 Nov 2013 13:31:44 +0000 (14:31 +0100)]
[WIN32] removed double include. replaced one CStdString by std::string and removed bogus _T macro.

10 years ago[WIN32] fixed crash when looking at the system storage info. fixes #14716
wsoltys [Sun, 24 Nov 2013 13:01:29 +0000 (14:01 +0100)]
[WIN32] fixed crash when looking at the system storage info. fixes #14716

10 years ago[Confluence] update tvtunes code
ronie [Sun, 24 Nov 2013 12:28:31 +0000 (13:28 +0100)]
[Confluence] update tvtunes code

10 years agoMerge pull request #3683 from basrieter/strm_length_fix
Joakim Plate [Sun, 24 Nov 2013 10:10:21 +0000 (02:10 -0800)]
Merge pull request #3683 from basrieter/strm_length_fix

Fixed: read up to 4095 chars per line from a strm/m3u file

The buffer was already accepting this size.

10 years agoFixed: read up to 4095 chars per line from a strm/m3u file (and use the full buffer)
Bas Rieter [Tue, 19 Nov 2013 12:29:44 +0000 (13:29 +0100)]
Fixed: read up to 4095 chars per line from a strm/m3u file (and use the full buffer)

10 years ago[musicdb] fix: no longer force people to the musicbrainz scraper for MBID tagged...
night199uk [Sat, 23 Nov 2013 16:33:34 +0000 (00:33 +0800)]
[musicdb] fix: no longer force people to the musicbrainz scraper for MBID tagged music (allow local info only, etc)

10 years ago[rbp/omxplayer] Fix leak when playing multiple files from playlist
popcornmix [Sat, 23 Nov 2013 13:41:36 +0000 (13:41 +0000)]
[rbp/omxplayer] Fix leak when playing multiple files from playlist

When omxplayer plays a second file from a playlist (i.e. without being shut down) a clock component gets leaked.
Eventually enough of these leaked components will stop further playback

10 years ago[Confluence] cosmetics
ronie [Sat, 23 Nov 2013 13:33:10 +0000 (14:33 +0100)]
[Confluence] cosmetics

10 years ago[lang] update of skin.confluence language files
alanwww1 [Sat, 23 Nov 2013 08:28:31 +0000 (09:28 +0100)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Sat, 23 Nov 2013 08:28:15 +0000 (09:28 +0100)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Sat, 23 Nov 2013 08:27:33 +0000 (09:27 +0100)]
[lang] update of internal addon language files

10 years agoallow access to special://skin through the webserver's VFS handler
montellese [Fri, 22 Nov 2013 09:03:36 +0000 (10:03 +0100)]
allow access to special://skin through the webserver's VFS handler

10 years agoMerge pull request #3700 from stefansaraev/fixaddons
jmarshallnz [Fri, 22 Nov 2013 19:20:01 +0000 (11:20 -0800)]
Merge pull request #3700 from stefansaraev/fixaddons

fix addon uninstall yesno dialog behaviour

10 years agofix addon uninstall yesno dialog behaviour
Stefan Saraev [Fri, 22 Nov 2013 17:22:28 +0000 (19:22 +0200)]
fix addon uninstall yesno dialog behaviour

introduced in 333025f

addon uninstall yesno dialog behaviour is broken:
yes = does nothing. no = uninstalls the addon

10 years agoStringUtils::TrimLeft: fix: if string contains only trim chars then string must be...
Karlson2k [Thu, 21 Nov 2013 14:42:06 +0000 (18:42 +0400)]
StringUtils::TrimLeft: fix: if string contains only trim chars then string must be erased instead of left untouched

10 years agoCharsetDetection::GetBomEncoding: fix: remove unused leftover parameter
Karlson2k [Thu, 21 Nov 2013 21:47:14 +0000 (01:47 +0400)]
CharsetDetection::GetBomEncoding: fix: remove unused leftover parameter

10 years agoMerge pull request #3663 from elupus/dvdlocks
Joakim Plate [Thu, 21 Nov 2013 21:50:33 +0000 (13:50 -0800)]
Merge pull request #3663 from elupus/dvdlocks

Some cleanups in gui/player callbacks

10 years agodon't constantly hammer demuxer to get stream count
popcornmix [Mon, 18 Nov 2013 17:54:31 +0000 (17:54 +0000)]
don't constantly hammer demuxer to get stream count

Note this could cause regressions in files where streams show
up during playback, but i think the demuxer signals such
situations now.

10 years agoMerge pull request #3691 from Montellese/tvshows_playcount
jmarshallnz [Thu, 21 Nov 2013 19:01:39 +0000 (11:01 -0800)]
Merge pull request #3691 from Montellese/tvshows_playcount

videodb: make sure to return the same playcount (0 or 1) for tvshows (fixes #14703)

10 years agoMerge pull request #3686 from ace20022/fix_subs_auto_regr
Andreas Zelend [Thu, 21 Nov 2013 07:11:51 +0000 (23:11 -0800)]
Merge pull request #3686 from ace20022/fix_subs_auto_regr

[Fix][DVDPlayer] This fixes a regression introduced in 50a1d3c.

10 years agoMerge pull request #3644 from Voyager1/dvd-folder-nopl
jmarshallnz [Wed, 20 Nov 2013 20:08:58 +0000 (12:08 -0800)]
Merge pull request #3644 from Voyager1/dvd-folder-nopl

Playback of a DVD as files in a folder should not create a playlist

10 years agoMerge pull request #3633 from Memphiz/cmdline
Memphiz [Wed, 20 Nov 2013 20:07:34 +0000 (12:07 -0800)]
Merge pull request #3633 from Memphiz/cmdline

[osx] - fixed linkage of libxbmc.so, xbmc.bin and xbmc-test

10 years ago[Fix][OMXPlayer] This fixes a regression introduced in 50a1d3c.
ace20022 [Wed, 20 Nov 2013 10:43:06 +0000 (11:43 +0100)]
[Fix][OMXPlayer] This fixes a regression introduced in 50a1d3c.

If subs got disabled by OpenDefaultStreams they could not be turned on by the osd toggle.

10 years agovideodb: make sure to return the same playcount (0 or 1) for tvshows (fixes #14703)
montellese [Wed, 20 Nov 2013 08:24:29 +0000 (09:24 +0100)]
videodb: make sure to return the same playcount (0 or 1) for tvshows (fixes #14703)

10 years agofix CUtil::GetMatchingSource() after 7260bcce93057497d290bdb928bf8c5cf5a0ad9e
montellese [Wed, 20 Nov 2013 07:31:58 +0000 (08:31 +0100)]
fix CUtil::GetMatchingSource() after 7260bcce93057497d290bdb928bf8c5cf5a0ad9e

10 years ago[fix] Playback of a DVD as files in a folder should not create a playlist of those...
Voyager1 [Wed, 13 Nov 2013 23:40:20 +0000 (00:40 +0100)]
[fix] Playback of a DVD as files in a folder should not create a playlist of those files

10 years agoCFileItem - factor out determination of optical media math
Voyager1 [Sat, 16 Nov 2013 12:11:37 +0000 (13:11 +0100)]
CFileItem - factor out determination of optical media math

10 years ago[fix] play from here in a DVD container folder only queue main file instead of all...
Voyager1 [Sat, 16 Nov 2013 11:26:55 +0000 (12:26 +0100)]
[fix] play from here in a DVD container folder only queue main file instead of all files

10 years agoMerge pull request #3653 from ace20022/langCodes
jmarshallnz [Tue, 19 Nov 2013 18:56:04 +0000 (10:56 -0800)]
Merge pull request #3653 from ace20022/langCodes

[Fix] Languages codes: Reduce log messages

10 years ago[Fix][DVDPlayer] This fixes a regression introduced in 50a1d3c.
ace20022 [Tue, 19 Nov 2013 16:23:34 +0000 (17:23 +0100)]
[Fix][DVDPlayer] This fixes a regression introduced in 50a1d3c.

If subs got disabled by OpenDefaultStreams they could not be turned on by the osd toggle.

10 years agoMerge pull request #3681 from FernetMenta/aefixes
Peter Frühberger [Tue, 19 Nov 2013 13:30:55 +0000 (05:30 -0800)]
Merge pull request #3681 from FernetMenta/aefixes

ActiveAE fixes after audio settings refactoring

10 years agoMerge pull request #3679 from koying/fixamc
Chris Browet [Tue, 19 Nov 2013 09:59:56 +0000 (01:59 -0800)]
Merge pull request #3679 from koying/fixamc

Various MediaCodec fixes

10 years agoActiveAE: fix broken transcode for SPDIF if hidden channel layout has more than 2...
Rainer Hochecker [Mon, 18 Nov 2013 20:43:36 +0000 (21:43 +0100)]
ActiveAE: fix broken transcode for SPDIF if hidden channel layout has more than 2 channels

10 years agoActiveAE: fix stereo upmix, got broken with new audio settings
Rainer Hochecker [Mon, 18 Nov 2013 16:21:53 +0000 (17:21 +0100)]
ActiveAE: fix stereo upmix, got broken with new audio settings

10 years ago[subs] need to use the view rect, not the video destination rect, and make sure compu...
Jonathan Marshall [Tue, 19 Nov 2013 09:26:02 +0000 (22:26 +1300)]
[subs] need to use the view rect, not the video destination rect, and make sure computations are done in screen space

10 years ago[subs] fix incorrect matrix specification
Jonathan Marshall [Tue, 19 Nov 2013 09:25:16 +0000 (22:25 +1300)]
[subs] fix incorrect matrix specification

10 years agoMerge pull request #3638 from Voyager1/fix-dvd-subs
Voyager1 [Tue, 19 Nov 2013 06:42:13 +0000 (22:42 -0800)]
Merge pull request #3638 from Voyager1/fix-dvd-subs

[dvdplayer] Fix streams for DVDs sync with lang settings gui

10 years ago[rbp/omxplayer] Fix DVD subtitles' visibility in various situations.
popcornmix [Mon, 18 Nov 2013 20:29:03 +0000 (20:29 +0000)]
[rbp/omxplayer] Fix DVD subtitles' visibility in various situations.

10 years ago[rbp/omxplayer] Fix streams for DVDs sync with lang settings gui
popcornmix [Mon, 18 Nov 2013 20:24:48 +0000 (20:24 +0000)]
[rbp/omxplayer] Fix streams for DVDs sync with lang settings gui

10 years ago[subtitles core] set correct icon
amet [Mon, 18 Nov 2013 21:44:31 +0000 (01:44 +0400)]
[subtitles core] set correct icon

10 years ago[Fix][DVDInputStreamNavigator] Disable subtitles if requested by the user via a dvd...
ace20022 [Thu, 14 Nov 2013 14:50:36 +0000 (15:50 +0100)]
[Fix][DVDInputStreamNavigator] Disable subtitles if requested by the user via a dvd menu.

10 years ago[dvdplayer] Fix DVD subtitles' visibility in various situations.
Voyager1 [Wed, 13 Nov 2013 18:33:11 +0000 (19:33 +0100)]
[dvdplayer] Fix DVD subtitles' visibility in various situations.

10 years ago[dvdplayer] Fix streams for DVDs sync with lang settings gui
Voyager1 [Tue, 12 Nov 2013 18:15:09 +0000 (19:15 +0100)]
[dvdplayer] Fix streams for DVDs sync with lang settings gui

10 years agofixes PVR channel icon scan
Jonathan Marshall [Mon, 18 Nov 2013 19:08:45 +0000 (08:08 +1300)]
fixes PVR channel icon scan

10 years agoMerge pull request #3673 from Karlson2k/fix_cpu_name_01
jmarshallnz [Mon, 18 Nov 2013 19:05:46 +0000 (11:05 -0800)]
Merge pull request #3673 from Karlson2k/fix_cpu_name_01

CPUInfo: additional cleanup for CPU string

10 years agoFIX: [mediacodec] cosmetic
Chris "Koying" Browet [Mon, 18 Nov 2013 16:53:28 +0000 (17:53 +0100)]
FIX: [mediacodec] cosmetic

10 years agoFIX: [mediacodec] bail out if we don't support the color format
Chris "Koying" Browet [Mon, 18 Nov 2013 12:28:21 +0000 (13:28 +0100)]
FIX: [mediacodec] bail out if we don't support the color format

10 years agoFIX: [mediacodec] add qcom to white list (solves green screen issue)
Chris "Koying" Browet [Mon, 18 Nov 2013 11:01:03 +0000 (12:01 +0100)]
FIX: [mediacodec] add qcom to white list (solves green screen issue)

10 years agoMerge pull request #3664 from koying/quickpr
Chris Browet [Mon, 18 Nov 2013 10:11:09 +0000 (02:11 -0800)]
Merge pull request #3664 from koying/quickpr

FIX: [droid] do not package non-standard joystick keymap

10 years agoMerge pull request #3658 from koying/fixdroidmousewheel
Chris Browet [Mon, 18 Nov 2013 10:09:29 +0000 (02:09 -0800)]
Merge pull request #3658 from koying/fixdroidmousewheel

FIX: [droid] Handle mouse wheel

10 years agoCPUInfo: additional cleanup for CPU string
Karlson2k [Mon, 18 Nov 2013 09:35:45 +0000 (13:35 +0400)]
CPUInfo: additional cleanup for CPU string

10 years agofix incorrect time interval comparison in 8e2f2de2015684246603224d4ad8fc9035178307
Karlson2k [Mon, 18 Nov 2013 09:21:06 +0000 (13:21 +0400)]
fix incorrect time interval comparison in 8e2f2de2015684246603224d4ad8fc9035178307

10 years agoMerge pull request #3626 from jmarshallnz/subs_ui_scaling
jmarshallnz [Mon, 18 Nov 2013 05:56:53 +0000 (21:56 -0800)]
Merge pull request #3626 from jmarshallnz/subs_ui_scaling

Fix subtitle scaling for text based subs during windowed video playback

10 years ago[subs] scale subs rendered with our UI stuff correctly when in windowed mode
Jonathan Marshall [Tue, 12 Nov 2013 09:09:10 +0000 (22:09 +1300)]
[subs] scale subs rendered with our UI stuff correctly when in windowed mode

10 years ago[transforms] extend the UI transform with the font scaling amounts
Jonathan Marshall [Thu, 14 Nov 2013 06:46:15 +0000 (19:46 +1300)]
[transforms] extend the UI transform with the font scaling amounts

10 years ago[transforms] cleanup the transform stack to eliminate unnecessary copies.
Jonathan Marshall [Thu, 14 Nov 2013 06:39:58 +0000 (19:39 +1300)]
[transforms] cleanup the transform stack to eliminate unnecessary copies.

10 years agoDon't flicker infomanager strings.
Trent Nelson [Sun, 17 Nov 2013 23:55:24 +0000 (18:55 -0500)]
Don't flicker infomanager strings.

Just use the old values unless we're really busy.

10 years agoMerge pull request #3670 from jmarshallnz/find_fixes
jmarshallnz [Sun, 17 Nov 2013 23:40:24 +0000 (15:40 -0800)]
Merge pull request #3670 from jmarshallnz/find_fixes

Find fixes

10 years agoURIUtils::RemoveExtension didn't account for slashes after an extension, so could...
Jonathan Marshall [Sun, 17 Nov 2013 23:30:34 +0000 (12:30 +1300)]
URIUtils::RemoveExtension didn't account for slashes after an extension, so could chop everything after the period in paths like /some/path.foo/some/other/folders/

10 years ago[pvr] fixes GetDirectoryFromPath() - don't consider slashes as first character
Jonathan Marshall [Sun, 17 Nov 2013 23:27:21 +0000 (12:27 +1300)]
[pvr] fixes GetDirectoryFromPath() - don't consider slashes as first character

10 years ago[addons] fix TranslateSingleString to be more robust to badly formatted strings
Jonathan Marshall [Sun, 17 Nov 2013 23:26:29 +0000 (12:26 +1300)]
[addons] fix TranslateSingleString to be more robust to badly formatted strings

10 years agoMerge pull request #3668 from jmarshallnz/skin_position_fix
Martijn Kaijser [Sun, 17 Nov 2013 21:29:40 +0000 (13:29 -0800)]
Merge pull request #3668 from jmarshallnz/skin_position_fix

Skin position fix

10 years ago[Confluence] cosmetics
ronie [Sun, 17 Nov 2013 21:01:50 +0000 (22:01 +0100)]
[Confluence] cosmetics

10 years agofix: don't set <width> from parent if no <left> is specified
Jonathan Marshall [Sun, 17 Nov 2013 20:45:37 +0000 (09:45 +1300)]
fix: don't set <width> from parent if no <left> is specified

10 years agoMerge pull request #3661 from wsoltys/cstdstring
wsoltys [Sun, 17 Nov 2013 19:37:22 +0000 (11:37 -0800)]
Merge pull request #3661 from wsoltys/cstdstring

[WIN32] removed unused methods and some CStdString occurrence.

10 years ago[WIN32] fixed: XBMC wasn't found on my setup with win 8.1. Updating the mdnsresponder...
wsoltys [Sun, 17 Nov 2013 19:35:36 +0000 (20:35 +0100)]
[WIN32] fixed: XBMC wasn't found on my setup with win 8.1. Updating the mdnsresponder helped. Since doPublishService is called by different threads guard the service creation to avoid multiple inits.

10 years agoMerge pull request #3623 from jmarshallnz/font_scale_not_render_scale
jmarshallnz [Sun, 17 Nov 2013 19:16:40 +0000 (11:16 -0800)]
Merge pull request #3623 from jmarshallnz/font_scale_not_render_scale

Don't use SetScalingResolution when loading fonts

10 years agoMerge pull request #3666 from wsoltys/testsuite
jmarshallnz [Sun, 17 Nov 2013 19:10:17 +0000 (11:10 -0800)]
Merge pull request #3666 from wsoltys/testsuite

[WIN32] fixed: runtime check failure, time wasn't initialized.

10 years agoMerge pull request #3665 from koying/fixamc
Chris Browet [Sun, 17 Nov 2013 16:19:03 +0000 (08:19 -0800)]
Merge pull request #3665 from koying/fixamc

Mediacodec fixes

10 years agoMerge pull request #3610 from fritsch/drop-vsyncoml
Peter Frühberger [Sun, 17 Nov 2013 15:54:34 +0000 (07:54 -0800)]
Merge pull request #3610 from fritsch/drop-vsyncoml

X11: Drop stoneold vsync methods

10 years agoRegExp: fix error report: offset isn't really used for PCRE
Karlson2k [Sun, 17 Nov 2013 15:47:32 +0000 (19:47 +0400)]
RegExp: fix error report: offset isn't really used for PCRE

10 years agofix missing slash in aaba8763f053826ff29a7840c2447391fd9dc137
Martijn Kaijser [Sun, 17 Nov 2013 13:23:28 +0000 (14:23 +0100)]
fix missing slash in aaba8763f053826ff29a7840c2447391fd9dc137

10 years agoFIX: [mediacodec] whitelist rockchip to prevent crash
Chris "Koying" Browet [Sun, 17 Nov 2013 13:00:27 +0000 (14:00 +0100)]
FIX: [mediacodec] whitelist rockchip to prevent crash

10 years agofixed: runtime check failure, time wasn't initialized.
WiSo [Sun, 17 Nov 2013 13:04:30 +0000 (14:04 +0100)]
fixed: runtime check failure, time wasn't initialized.

10 years agoFIX: [mediacodec] blacklist omx software components
Chris "Koying" Browet [Fri, 15 Nov 2013 10:19:58 +0000 (11:19 +0100)]
FIX: [mediacodec] blacklist omx software components

10 years ago[WIN32] fixed compilation of the testsuite. still a lot of tests fail with heap corru...
WiSo [Sun, 17 Nov 2013 12:49:55 +0000 (13:49 +0100)]
[WIN32] fixed compilation of the testsuite. still a lot of tests fail with heap corruption or other errors. needs a full recompilation even when the debug target was compiled previously (sharing the pch and objs didn't make any difference for me).

10 years ago[LangCodeExpander] Add special mappings for missing 2-letter codes.
ace20022 [Sun, 17 Nov 2013 10:50:07 +0000 (11:50 +0100)]
[LangCodeExpander] Add special mappings for missing 2-letter codes.

10 years ago[LangInfo] Don't try to convert "original" to 3-letter code.
ace20022 [Thu, 14 Nov 2013 22:18:21 +0000 (23:18 +0100)]
[LangInfo] Don't try to convert "original" to 3-letter code.

10 years ago[LangCodeExpander] Update iso639-1 db.
ace20022 [Fri, 15 Nov 2013 21:00:58 +0000 (22:00 +0100)]
[LangCodeExpander] Update iso639-1 db.

10 years ago[LangCodeExpander] Update iso639-2 db.
ace20022 [Thu, 14 Nov 2013 21:45:29 +0000 (22:45 +0100)]
[LangCodeExpander] Update iso639-2 db.

10 years agofixed: Typo in configure.in
arnova [Sun, 17 Nov 2013 09:52:36 +0000 (10:52 +0100)]
fixed: Typo in configure.in

10 years agoVSync: Also drop SGI Interval
fritsch [Sat, 16 Nov 2013 22:44:31 +0000 (23:44 +0100)]
VSync: Also drop SGI Interval

10 years agoX11: use GLX_EXT_swap_control if available
Rainer Hochecker [Wed, 13 Nov 2013 08:58:58 +0000 (09:58 +0100)]
X11: use GLX_EXT_swap_control if available

10 years agoVSync: Prefer Mesa Swaps to SGI Swaps
fritsch [Wed, 13 Nov 2013 07:09:28 +0000 (08:09 +0100)]
VSync: Prefer Mesa Swaps to SGI Swaps

10 years agoVSync: Drop OML Swap Method
fritsch [Wed, 13 Nov 2013 07:06:51 +0000 (08:06 +0100)]
VSync: Drop OML Swap Method

10 years agoFIX: [droid] do not package non-standard joystick keymap
Chris "Koying" Browet [Sun, 17 Nov 2013 09:38:53 +0000 (10:38 +0100)]
FIX: [droid] do not package non-standard joystick keymap

10 years agodvdplayer: don't constantly hammer demuxer to get stream count
Joakim Plate [Sat, 16 Nov 2013 22:56:57 +0000 (23:56 +0100)]
dvdplayer: don't constantly hammer demuxer to get stream count

Note this could cause regressions in files where streams show
up during playback, but i think the demuxer signals such
situations now.

10 years agoplayers: move more things into info structures for audio/video
Joakim Plate [Sat, 16 Nov 2013 22:51:53 +0000 (23:51 +0100)]
players: move more things into info structures for audio/video

10 years agoMerge pull request #3656 from FernetMenta/addongui
Rainer Hochecker [Sat, 16 Nov 2013 21:41:13 +0000 (13:41 -0800)]
Merge pull request #3656 from FernetMenta/addongui

[pvr] bump add-ons (fix version of addon.gui)

10 years ago[lang] added new language Tajik
alanwww1 [Sat, 16 Nov 2013 21:36:43 +0000 (22:36 +0100)]
[lang] added new language Tajik

10 years ago[lang] update of skin.confluence language files
alanwww1 [Sat, 16 Nov 2013 21:18:17 +0000 (22:18 +0100)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Sat, 16 Nov 2013 21:18:00 +0000 (22:18 +0100)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Sat, 16 Nov 2013 21:17:17 +0000 (22:17 +0100)]
[lang] update of internal addon language files

10 years agoMerge pull request #3657 from koying/quickpr
Chris Browet [Sat, 16 Nov 2013 20:50:10 +0000 (12:50 -0800)]
Merge pull request #3657 from koying/quickpr

Stagefright fixes

10 years ago[WIN32] removed unused methods and some CStdString occurrence.
WiSo [Sat, 16 Nov 2013 18:21:33 +0000 (19:21 +0100)]
[WIN32] removed unused methods and some CStdString occurrence.

10 years ago[musicdb] fix: fix support for .nfos and better handling for scrapers that don't...
night199uk [Sat, 16 Nov 2013 15:26:54 +0000 (23:26 +0800)]
[musicdb] fix: fix support for .nfos and better handling for scrapers that don't return artist credits

The real underlying cause here is the change in the structure of the .nfo files.
That should be documented so folks start to update their .nfos and other scrapers.