vuplus_xbmc
10 years agoMerge pull request #3871 from gfto/fix-compile-errors2
jmarshallnz [Sat, 4 Jan 2014 21:16:55 +0000 (13:16 -0800)]
Merge pull request #3871 from gfto/fix-compile-errors2

Fix two compilation errors.

10 years agoMerge pull request #3939 from popcornmix/reenc_orient
huceke [Sat, 4 Jan 2014 21:16:24 +0000 (13:16 -0800)]
Merge pull request #3939 from popcornmix/reenc_orient

[rbp/omxplayer] When reencoding thumbnails preserve orientation

10 years agoMerge pull request #3874 from xhaggi/pvr-database
Sascha Woo [Sat, 4 Jan 2014 21:15:54 +0000 (13:15 -0800)]
Merge pull request #3874 from xhaggi/pvr-database

[db] improve/remove of pvr related database methods

10 years agoMerge pull request #3923 from popcornmix/cosmetic_log
huceke [Sat, 4 Jan 2014 21:13:25 +0000 (13:13 -0800)]
Merge pull request #3923 from popcornmix/cosmetic_log

[rbp/omxplayer] Cosmetic: Avoid DVDPlayer in logging message

10 years agoMerge pull request #3953 from jmarshallnz/date_time_validation
jmarshallnz [Sat, 4 Jan 2014 20:29:56 +0000 (12:29 -0800)]
Merge pull request #3953 from jmarshallnz/date_time_validation

Date time validation

10 years agoMerge pull request #3956 from jmarshallnz/import_speedups
jmarshallnz [Sat, 4 Jan 2014 20:29:25 +0000 (12:29 -0800)]
Merge pull request #3956 from jmarshallnz/import_speedups

Video library: Import speedups

10 years agoMerge pull request #3919 from jmarshallnz/number_labels
jmarshallnz [Sat, 4 Jan 2014 20:18:28 +0000 (12:18 -0800)]
Merge pull request #3919 from jmarshallnz/number_labels

Allow use of $NUMBER[] to specify a number in XML tags

10 years ago[db] fix: adds missing close dataset in CPVRDatabase
xhaggi [Fri, 3 Jan 2014 09:58:33 +0000 (10:58 +0100)]
[db] fix: adds missing close dataset in CPVRDatabase

10 years ago[db] get rid of FormatSQL() and use PrepareSQL() instead
xhaggi [Fri, 20 Dec 2013 12:23:06 +0000 (13:23 +0100)]
[db] get rid of FormatSQL() and use PrepareSQL() instead

10 years ago[db] changed implementation of DeleteValues()
xhaggi [Fri, 20 Dec 2013 12:18:44 +0000 (13:18 +0100)]
[db] changed implementation of DeleteValues()

10 years agoMerge pull request #3906 from xhaggi/skin-epg
ronie [Sat, 4 Jan 2014 13:35:28 +0000 (05:35 -0800)]
Merge pull request #3906 from xhaggi/skin-epg

[confluence] adds info area for current selected epg item

10 years agoMerge pull request #3898 from koying/fix3droidios
Chris Browet [Sat, 4 Jan 2014 11:01:45 +0000 (03:01 -0800)]
Merge pull request #3898 from koying/fix3droidios

FIX: TAB 3D fixup for ios & libstagefright

10 years ago[infoscanner] don't invalidate paths whenever DeleteMovie() is done if all we're...
Jonathan Marshall [Sat, 4 Jan 2014 09:19:01 +0000 (22:19 +1300)]
[infoscanner] don't invalidate paths whenever DeleteMovie() is done if all we're doing is updating details in-place

10 years ago[infoscanner] don't do a CDirectory::Exists() check when we set a path hash to empty...
Jonathan Marshall [Sat, 4 Jan 2014 09:18:13 +0000 (22:18 +1300)]
[infoscanner] don't do a CDirectory::Exists() check when we set a path hash to empty - it's expensive for some VFS filesystems, and it doesn't matter if we add non-existent paths to the database (should SetPathHash ever be called on a non-existent path)

10 years ago[infoscanner] don't read into archives when looking for trailers
Jonathan Marshall [Sat, 4 Jan 2014 09:16:32 +0000 (22:16 +1300)]
[infoscanner] don't read into archives when looking for trailers

10 years ago[videodb] don't wrap ImportXML in a transaction - it uses the infoscanner which has...
Jonathan Marshall [Sat, 4 Jan 2014 09:20:18 +0000 (22:20 +1300)]
[videodb] don't wrap ImportXML in a transaction - it uses the infoscanner which has it's own instance with it's own transactions. Fixes #13818

10 years agoCApplicationMessenger::ActivateWindow() can call back into python, so make sure we...
Jonathan Marshall [Sat, 4 Jan 2014 07:30:46 +0000 (20:30 +1300)]
CApplicationMessenger::ActivateWindow() can call back into python, so make sure we use the DelayedCallGuard. Fixes #13776.

10 years ago[python] track the open state of the progress dialog, as the open event is sent on...
Jonathan Marshall [Sat, 4 Jan 2014 06:55:16 +0000 (19:55 +1300)]
[python] track the open state of the progress dialog, as the open event is sent on-thread, whereas close is sent via a threadmessage. Two progress dialogs in a row thus won't show up if the close of the first occurs after (due to threadmessaging being delayed) the open of the second. Fixes #13467

10 years ago[music] add 'MusicBrainz Album Artist' as an option for tag reading. Fixes #14707
Jonathan Marshall [Sat, 4 Jan 2014 05:31:15 +0000 (18:31 +1300)]
[music] add 'MusicBrainz Album Artist' as an option for tag reading. Fixes #14707

10 years ago[date/time] have SetFromDateString() first attempt SetFromDBDate() before attempting...
Jonathan Marshall [Sat, 4 Jan 2014 03:19:03 +0000 (16:19 +1300)]
[date/time] have SetFromDateString() first attempt SetFromDBDate() before attempting to parse for a 'Sunday, April 15 2006' style date

10 years ago[date/time] validate SetFromDBDate() a little better
Jonathan Marshall [Sat, 4 Jan 2014 03:18:11 +0000 (16:18 +1300)]
[date/time] validate SetFromDBDate() a little better

10 years ago[date/time] Return a bool from SetDate/Time to indicate a successful, valid, date
Jonathan Marshall [Sat, 4 Jan 2014 03:17:00 +0000 (16:17 +1300)]
[date/time] Return a bool from SetDate/Time to indicate a successful, valid, date

10 years agoMerge pull request #3806 from opdenkamp/pvraddons11
Lars Op den Kamp [Sat, 4 Jan 2014 02:43:52 +0000 (18:43 -0800)]
Merge pull request #3806 from opdenkamp/pvraddons11

[PVR] bump add-ons

10 years agoMerge pull request #3902 from vkosh/pvr-progress
Lars Op den Kamp [Sat, 4 Jan 2014 02:20:51 +0000 (18:20 -0800)]
Merge pull request #3902 from vkosh/pvr-progress

[pvr] fix: hide loading pvr data progress dialog if error occured in pvr clients

10 years agoMerge pull request #3934 from leechguy/profiles_settings_cleanup
jmarshallnz [Sat, 4 Jan 2014 02:10:07 +0000 (18:10 -0800)]
Merge pull request #3934 from leechguy/profiles_settings_cleanup

Auto login profile selection

10 years agoMerge pull request #3807 from nigeljonez/profilessegfault
jmarshallnz [Sat, 4 Jan 2014 01:45:44 +0000 (17:45 -0800)]
Merge pull request #3807 from nigeljonez/profilessegfault

Avoid using CSettings to create a blank guisettings.xml for a fresh prof...

10 years agoMerge pull request #3879 from jmarshallnz/empty_value_db_filters
jmarshallnz [Sat, 4 Jan 2014 01:45:21 +0000 (17:45 -0800)]
Merge pull request #3879 from jmarshallnz/empty_value_db_filters

Allow empty value fields in database filters

10 years ago[JSON-RPC] bump version to 6.13.1
Jonathan Marshall [Sat, 4 Jan 2014 01:44:28 +0000 (14:44 +1300)]
[JSON-RPC] bump version to 6.13.1

10 years ago[dbfilters] if matching empty fields, allow also to match NULL
Jonathan Marshall [Mon, 23 Dec 2013 01:17:17 +0000 (14:17 +1300)]
[dbfilters] if matching empty fields, allow also to match NULL

10 years ago[PVR] sync xbmc_stream_utils.hpp
Lars Op den Kamp [Sat, 4 Jan 2014 01:13:35 +0000 (02:13 +0100)]
[PVR] sync xbmc_stream_utils.hpp

10 years ago[PVR] bump add-ons
Lars Op den Kamp [Sat, 4 Jan 2014 01:13:11 +0000 (02:13 +0100)]
[PVR] bump add-ons

10 years ago[dbfilters] allow empty value fields. fixes #14702
Jonathan Marshall [Sat, 21 Dec 2013 06:12:07 +0000 (19:12 +1300)]
[dbfilters] allow empty value fields. fixes #14702

10 years ago[dbfilters] validate number and second fields to ensure the values are non-empty
Jonathan Marshall [Sat, 21 Dec 2013 06:11:38 +0000 (19:11 +1300)]
[dbfilters] validate number and second fields to ensure the values are non-empty

10 years agoMerge pull request #3944 from BigNoid/mysql_musicdb_fix
jmarshallnz [Sat, 4 Jan 2014 00:20:06 +0000 (16:20 -0800)]
Merge pull request #3944 from BigNoid/mysql_musicdb_fix

[musicdb] Fix ambiguous sql query.

10 years ago[Cosmetics] more name fixes
ronie [Fri, 3 Jan 2014 23:01:26 +0000 (00:01 +0100)]
[Cosmetics] more name fixes

10 years agowhat's my name again?
ronie [Fri, 3 Jan 2014 22:46:57 +0000 (23:46 +0100)]
what's my name again?

10 years agodroid: enable amcodec
davilla [Fri, 3 Jan 2014 22:15:55 +0000 (17:15 -0500)]
droid: enable amcodec

10 years ago[nfs] - remove leftover libnfs buildsys for linux - we provide the correct version...
Memphiz [Fri, 3 Jan 2014 18:25:33 +0000 (19:25 +0100)]
[nfs] - remove leftover libnfs buildsys for linux - we provide the correct version via our ppa for linux (all other platforms have the right version bundled) - for all non ppa conform distributions the upstream source has to be compiled and installed (if no package for the distribution is provided by the distributor)

10 years agoMerge pull request #3946 from FernetMenta/aefixes
Rainer Hochecker [Fri, 3 Jan 2014 16:54:54 +0000 (08:54 -0800)]
Merge pull request #3946 from FernetMenta/aefixes

ActiveAE: fix latency and cachetime of sink

10 years ago[lang] update of skin.confluence language files
alanwww1 [Fri, 3 Jan 2014 11:50:16 +0000 (12:50 +0100)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Fri, 3 Jan 2014 11:49:58 +0000 (12:49 +0100)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Fri, 3 Jan 2014 11:49:18 +0000 (12:49 +0100)]
[lang] update of internal addon language files

10 years agoMerge pull request #3943 from ntadej/patch-1
alanwww1 (Attila) [Thu, 2 Jan 2014 20:18:22 +0000 (12:18 -0800)]
Merge pull request #3943 from ntadej/patch-1

Fix Slovenian short date

10 years ago[Confluence] Give Profiles Settings window the same look and feel as other settings...
LeechGuy [Mon, 30 Dec 2013 20:46:54 +0000 (21:46 +0100)]
[Confluence] Give Profiles Settings window the same look and feel as other settings windows

10 years agoGive Auto login selection dialog the same look and feel as used by the language selec...
LeechGuy [Mon, 30 Dec 2013 20:46:31 +0000 (21:46 +0100)]
Give Auto login selection dialog the same look and feel as used by the language selection dialogs

10 years agoFix ambiguous mysql error.
BigNoid [Wed, 1 Jan 2014 20:10:45 +0000 (21:10 +0100)]
Fix ambiguous mysql error.

10 years agoActiveAE: cosmetics
Rainer Hochecker [Thu, 2 Jan 2014 08:56:14 +0000 (09:56 +0100)]
ActiveAE: cosmetics

10 years agoActiveAE: fix overwrite of sink latency and cache time
Rainer Hochecker [Thu, 2 Jan 2014 08:38:15 +0000 (09:38 +0100)]
ActiveAE: fix overwrite of sink latency and cache time

10 years agodroid: fixed, check for ALL enabled codecs
davilla [Wed, 1 Jan 2014 19:09:17 +0000 (14:09 -0500)]
droid: fixed, check for ALL enabled codecs

10 years agodroid: fixed crash, check for configure exceptions and bail if we throw
davilla [Wed, 1 Jan 2014 19:08:29 +0000 (14:08 -0500)]
droid: fixed crash, check for configure exceptions and bail if we throw

10 years agoFix Slovenian short date
Tadej Novak [Wed, 1 Jan 2014 18:42:18 +0000 (19:42 +0100)]
Fix Slovenian short date

In Slovenian there should be spaces after periods in date.

10 years agovideolibrary: fix season flattening logic after e3d6b047db849af39641105af96a86e24e73a9f0
montellese [Wed, 1 Jan 2014 12:18:42 +0000 (13:18 +0100)]
videolibrary: fix season flattening logic after e3d6b047db849af39641105af96a86e24e73a9f0

10 years agoMerge pull request #3933 from MartijnKaijser/a12
Martijn Kaijser [Wed, 1 Jan 2014 10:42:44 +0000 (02:42 -0800)]
Merge pull request #3933 from MartijnKaijser/a12

[release] version bump to 13.0 alpha12

10 years agodroid: fix build Gotham_alpha11
S. Davilla [Wed, 1 Jan 2014 02:26:03 +0000 (21:26 -0500)]
droid: fix build

10 years agodroid, disable amcodec
S. Davilla [Tue, 31 Dec 2013 19:47:10 +0000 (14:47 -0500)]
droid, disable amcodec

10 years agodroid: do not try to diddle permissions if we are not an aml device
S. Davilla [Tue, 31 Dec 2013 19:29:26 +0000 (14:29 -0500)]
droid: do not try to diddle permissions if we are not an aml device

10 years agorevert most of cde2285
ronie [Tue, 31 Dec 2013 15:41:07 +0000 (16:41 +0100)]
revert most of cde2285

10 years ago[rbp/omxplayer] When reencoding thumbnails preserve orientation
popcornmix [Tue, 31 Dec 2013 15:21:54 +0000 (15:21 +0000)]
[rbp/omxplayer] When reencoding thumbnails preserve orientation

Currently reencoded thumbnails are displayed without original orientation flag applied.
However we can write the Orientation field of IFD0 data, which means the cached thumbnail will be displayed correctly when decoded

10 years agoMerge pull request #3913 from FernetMenta/aefixes
Rainer Hochecker [Tue, 31 Dec 2013 14:09:05 +0000 (06:09 -0800)]
Merge pull request #3913 from FernetMenta/aefixes

dvdpalyer audio: fix delivering the packet in wrong format

10 years ago[Confluence] Cosmetics
ronie [Tue, 31 Dec 2013 00:02:57 +0000 (01:02 +0100)]
[Confluence] Cosmetics

10 years agodroid: fixed, only convert to h264-annex-b if we are h264-avcC
davilla [Mon, 30 Dec 2013 23:14:31 +0000 (18:14 -0500)]
droid: fixed, only convert to h264-annex-b if we are h264-avcC

10 years ago[fix] when setting the 'cast' or 'castandrole' on a ListItem, the setting never made...
Jim Carroll [Mon, 30 Dec 2013 22:28:19 +0000 (17:28 -0500)]
[fix] when setting the 'cast' or 'castandrole' on a ListItem, the setting never made it to the InfoTag. Now it does.

10 years ago[fix] the ability for ListItem.setInfo to take a number with a decimal point.
Jim Carroll [Mon, 30 Dec 2013 22:16:48 +0000 (17:16 -0500)]
[fix] the ability for ListItem.setInfo to take a number with a decimal point.

10 years ago[release] version bump to 13.0 alpha12
Martijn Kaijser [Mon, 30 Dec 2013 21:13:33 +0000 (22:13 +0100)]
[release] version bump to 13.0 alpha12

10 years agoMerge pull request #3921 from ace20022/clean_peri
jmarshallnz [Mon, 30 Dec 2013 20:35:47 +0000 (12:35 -0800)]
Merge pull request #3921 from ace20022/clean_peri

[Peripherals] Clean up/Fix things found by Cppcheck

10 years agoMerge pull request #3909 from xhaggi/epg-info-onselect
Sascha Woo [Mon, 30 Dec 2013 16:14:35 +0000 (08:14 -0800)]
Merge pull request #3909 from xhaggi/epg-info-onselect

[pvr] refactor advanced setting showepginfoonselect to setting

10 years ago[osx][PeripheralBusUSB] Fix Iterator 'it' used after element has been erased.
ace20022 [Sun, 29 Dec 2013 09:16:03 +0000 (10:16 +0100)]
[osx][PeripheralBusUSB] Fix Iterator 'it' used after element has been erased.

10 years ago[Peripherals] Prefer prefix ++/-- operators for non-primitive types.
ace20022 [Sun, 29 Dec 2013 09:19:20 +0000 (10:19 +0100)]
[Peripherals] Prefer prefix ++/-- operators for non-primitive types.

10 years agoMerge pull request #3916 from Karlson2k/fix_update_win32_tinyxml
wsoltys [Mon, 30 Dec 2013 13:07:29 +0000 (05:07 -0800)]
Merge pull request #3916 from Karlson2k/fix_update_win32_tinyxml

[win32] Update tinyxml and use "new" package format

10 years agoMerge pull request #3927 from Karlson2k/fix_update_mysqlclient
wsoltys [Mon, 30 Dec 2013 11:39:49 +0000 (03:39 -0800)]
Merge pull request #3927 from Karlson2k/fix_update_mysqlclient

[win32] Update mysql package, use "new" package type

10 years agoMerge pull request #3928 from Karlson2k/fix_update_sqlite
wsoltys [Mon, 30 Dec 2013 09:41:30 +0000 (01:41 -0800)]
Merge pull request #3928 from Karlson2k/fix_update_sqlite

[win32] Update sqlite to new bugfix version from same branch

10 years agoMerge pull request #3195 from afedchin/win_vsync_def
wsoltys [Mon, 30 Dec 2013 09:36:41 +0000 (01:36 -0800)]
Merge pull request #3195 from afedchin/win_vsync_def

[win] Fix default value of vertical sync setting from disable to always.

10 years ago[pvr] re-order epg context menu (move switch channel to top)
xhaggi [Sat, 28 Dec 2013 14:40:33 +0000 (15:40 +0100)]
[pvr] re-order epg context menu (move switch channel to top)

10 years agodroid: enabled amcodec, merry christmas from pivos
davilla [Sun, 29 Dec 2013 21:59:16 +0000 (16:59 -0500)]
droid: enabled amcodec, merry christmas from pivos

10 years agofixed, arm alignemnet of am_sysinfo member under ICS
davilla [Fri, 20 Dec 2013 22:33:46 +0000 (17:33 -0500)]
fixed, arm alignemnet of am_sysinfo member under ICS

10 years agopivos: refactor CAMLCodec to work with Android 4.0, 4.1 and 4.2+
davilla [Thu, 12 Sep 2013 14:08:21 +0000 (10:08 -0400)]
pivos: refactor CAMLCodec to work with Android 4.0, 4.1 and 4.2+

10 years agoCGUIDialogBoxBase: avoid duplicate code
montellese [Sun, 29 Dec 2013 23:07:29 +0000 (00:07 +0100)]
CGUIDialogBoxBase: avoid duplicate code

10 years ago[textlayout] ensure we reset the last used text when resetting the textlayout. Fixes...
Jonathan Marshall [Sun, 29 Dec 2013 21:43:44 +0000 (10:43 +1300)]
[textlayout] ensure we reset the last used text when resetting the textlayout. Fixes missing text on second use of the same yes/no, ok dialog

10 years ago[win32] Update sqlite to new bugfix version from same branch
Karlson2k [Sat, 28 Dec 2013 23:48:16 +0000 (03:48 +0400)]
[win32] Update sqlite to new bugfix version from same branch
Compile by MSVC using same settings as other XBMC dlls
Include .pdb file

10 years ago[win32] Update mysql package, use "new" package type
Karlson2k [Sun, 29 Dec 2013 18:00:44 +0000 (22:00 +0400)]
[win32] Update mysql package, use "new" package type
* build with same settings as all XBMC static libs
* add .PDB files to fix linker warnings

10 years ago[fix] ListItem.setInfo (or actually anything that takes a string via python) can...
Jim Carroll [Sun, 29 Dec 2013 14:59:35 +0000 (09:59 -0500)]
[fix] ListItem.setInfo (or actually anything that takes a string via python) can now handle None.

10 years agoRevert "[win32] Update sqlite to new bugfix version from same branch"
wsoltys [Sun, 29 Dec 2013 13:49:20 +0000 (14:49 +0100)]
Revert "[win32] Update sqlite to new bugfix version from same branch"

This reverts commit f9863978997b2fb509f64bb1c26fa1a2f33919a9.

10 years agoMerge pull request #3797 from FernetMenta/hdmiaudio
Peter Frühberger [Sun, 29 Dec 2013 12:57:52 +0000 (04:57 -0800)]
Merge pull request #3797 from FernetMenta/hdmiaudio

ActiveAE: suspend hdmi audio during change of refresh rate

10 years ago[rbp/omxplayer] Cosmetic: Avoid DVDPlayer in logging message
popcornmix [Sun, 29 Dec 2013 12:03:55 +0000 (12:03 +0000)]
[rbp/omxplayer] Cosmetic: Avoid DVDPlayer in logging message

It makes people incorrectly think DVDPlayer has been running

10 years agoMerge pull request #3918 from Karlson2k/fix_update_sqlite
wsoltys [Sun, 29 Dec 2013 11:59:32 +0000 (03:59 -0800)]
Merge pull request #3918 from Karlson2k/fix_update_sqlite

[win32] Update sqlite package to new bugfix version from same branch

10 years agoActiveAE: suspend hdmi audio during change of refresh rate
Rainer Hochecker [Tue, 10 Dec 2013 12:48:55 +0000 (13:48 +0100)]
ActiveAE: suspend hdmi audio during change of refresh rate

10 years ago[info] adds [] to info labels, allowing skinners to specify a number. Required as...
Jonathan Marshall [Sun, 29 Dec 2013 02:11:31 +0000 (15:11 +1300)]
[info] adds [] to info labels, allowing skinners to specify a number. Required as by default numbers are taken as a reference into localized strings.  In future, this will be dropped in favour of [] only being used as this will benefit translation

10 years ago[info] [] parsing can use the new ReplaceString() function
Jonathan Marshall [Sun, 29 Dec 2013 02:10:30 +0000 (15:10 +1300)]
[info] [] parsing can use the new ReplaceString() function

10 years ago[info] factor out parsing of [] so it can be used to parse other strings
Jonathan Marshall [Sun, 29 Dec 2013 02:09:54 +0000 (15:09 +1300)]
[info] factor out parsing of [] so it can be used to parse other strings

10 years agodroid: changed, make sure we start with clean dirs before packaging to avoid includin...
S. Davilla [Sun, 29 Dec 2013 00:09:23 +0000 (19:09 -0500)]
droid: changed, make sure we start with clean dirs before packaging to avoid including stale items

10 years agodroid: fixed, do not fail removing files that might not exist
S. Davilla [Sun, 29 Dec 2013 00:06:21 +0000 (19:06 -0500)]
droid: fixed, do not fail removing files that might not exist

10 years ago[win32] Update sqlite to new bugfix version from same branch
Karlson2k [Sat, 28 Dec 2013 23:48:16 +0000 (03:48 +0400)]
[win32] Update sqlite to new bugfix version from same branch
Compile by MSVC using same settings as other XBMC dlls
Include .pdb file

10 years ago[musicdb] fix incorrect query for song by artist/album/title. fixes #14775
Jonathan Marshall [Sat, 28 Dec 2013 22:35:04 +0000 (11:35 +1300)]
[musicdb] fix incorrect query for song by artist/album/title. fixes #14775

10 years agovideodb: fix SQL query in GetMatchingMusicVideo
montellese [Sat, 28 Dec 2013 22:18:01 +0000 (23:18 +0100)]
videodb: fix SQL query in GetMatchingMusicVideo

10 years agoMerge pull request #3905 from jmarshallnz/music_triggers
jmarshallnz [Sat, 28 Dec 2013 22:04:03 +0000 (14:04 -0800)]
Merge pull request #3905 from jmarshallnz/music_triggers

[musicdb] combine triggers so we have a single trigger per table - mysql requirement

10 years ago[musicdb] use a temporary table for the updating of strJoinPhrase in song_artist...
Jonathan Marshall [Sat, 28 Dec 2013 21:15:08 +0000 (10:15 +1300)]
[musicdb] use a temporary table for the updating of strJoinPhrase in song_artist and album_artist, as mysql can't handle (potentially) circular updates

10 years agoMerge pull request #3917 from koying/fixdroidcpuload
Chris Browet [Sat, 28 Dec 2013 20:09:59 +0000 (12:09 -0800)]
Merge pull request #3917 from koying/fixdroidcpuload

FIX: [droid] cpu load info with vanilla ndk

10 years agoMerge pull request #3911 from koying/fixdroidusbstorage
Chris Browet [Sat, 28 Dec 2013 20:09:39 +0000 (12:09 -0800)]
Merge pull request #3911 from koying/fixdroidusbstorage

FIX: [droid] handle usb storage

10 years agoFIX: [droid] cpu load info with vanilla ndk
Chris "Koying" Browet [Sat, 28 Dec 2013 19:40:03 +0000 (20:40 +0100)]
FIX: [droid] cpu load info with vanilla ndk

10 years ago[confluence] adds info area for current selected epg item
xhaggi [Fri, 27 Dec 2013 15:47:58 +0000 (16:47 +0100)]
[confluence] adds info area for current selected epg item