aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-28cosmetics: get rid of unused variablemontellese
2012-11-28jsonrpc: use CFileItemPtr instead of CFileItem in FillFileItem() to fix crashesmontellese
2012-11-27Merge pull request #1851 from taxigps/taglibjmarshallnz
fixed: reimplementing Latin1StringHandler.parse() to get non-ISO-8859-1 ...
2012-11-27fixed: reimplementing Latin1StringHandler.parse() to get non-ISO-8859-1 tags ↵taxigps
correctly
2012-11-27jsonrpc: add missing fields and properties to List.* types and clean them upmontellese
2012-11-26Merge pull request #1840 from Montellese/jsonrpc_artist_messSascha Montellese
jsonrpc: add "genreid", "artistid", "albumartistid" and "displayartist" to songs and albums and fix "albumartist" for songs
2012-11-27json-rpc: add "albumartistid" property for songsmontellese
2012-11-27musicdb: add strAlbumArtists to songview for fast retrievalmontellese
2012-11-27musicdb: fix retrieval of compilation flag for songsmontellese
2012-11-26jsonrpc: add "displayartist" property to albums and songsmontellese
2012-11-26Merge pull request #1822 from arnova/album_thumb_fixjmarshallnz
fixed: Different (file) items with the same artist/album name could over...
2012-11-26fixed: Different (file) items with the same artist/album name could ↵arnova
overwrite art with empty ones (fixes ticket #13588)
2012-11-26[revert] - revert 9ee5f0047b - restores the ability to logoff even if the ↵Memphiz
profile window on startup is deactivated
2012-11-26Merge pull request #1849 from fritsch/fix-mountdavilla
fix: only remount optical disks on device change
2012-11-26fix: only remount optical disks on device change, this should fix secure ↵fritsch
remove of usb thumb drives
2012-11-26jsonrpc: add description to changed "runtime" properties/parameters in ↵montellese
VideoLibrary namespace
2012-11-25Merge pull request #1721 from jmarshallnz/nicer_runtime_labelsjmarshallnz
Nicer runtime labels
2012-11-26[runtime] if the runtime is empty, use the stream details duration for it ↵Jonathan Marshall
when found. closes #13482
2012-11-26[JSON-RPC] switch to an integer (in seconds) for runtimeJonathan Marshall
2012-11-26[runtime] use [H:]MM:SS when formatting up runtime labels in listsJonathan Marshall
2012-11-26[runtime] add a warning log to incorrect <runtime> valuesJonathan Marshall
2012-11-26[runtime] drop m_strRuntime and update the video database to use m_duration ↵Jonathan Marshall
instead
2012-11-26[runtime] adds m_duration to CVideoInfoTag as duration in seconds, and set ↵Jonathan Marshall
this in preference to m_strRuntime where practical.
2012-11-26[runtime] Adds GetDuration() to CVideoInfoTag to return the time in seconds, ↵Jonathan Marshall
and use this everywhere we're reporting it to the UI or external interfaces
2012-11-25Merge pull request #1815 from jmarshallnz/who_is_scrapingjmarshallnz
Who is scraping (adds scraper name to scanning dialog)
2012-11-26add the scraper name to the scanning dialog, and change from 'Downloading ↵Jonathan Marshall
movie information' to 'Scraping movies using <foo>'
2012-11-25Only use valid CDateTime objects for pvr wakeup commandJernej
2012-11-25Merge pull request #1844 from Memphiz/stripoptionsdavilla
[dvdinputstream] - remove any "|option" options from the strFileName whi...
2012-11-25Merge pull request #1821 from jimfcarroll/better-gil-handlingJim Carroll
[fix] Deadlock on exit with Monitor scripts, plus Gil handling refactor
2012-11-25[osx/ios/atv2] - sync xcode projectsMemphiz
2012-11-25Added PyContext.h/cpp to the Win32 project. Fixed include path issue that ↵Jim Carroll
was a problem on Win32.
2012-11-25jsonrpc: add "artistid" property for albums and songsmontellese
2012-11-25musicdb: use vector of integers instead of longsmontellese
2012-11-25jsonrpc: add "genreid" property for albums and songsmontellese
2012-11-25Gil handling is more flexible now and use of the DelayedCallGuard is not so ↵Jim Carroll
tempermental. Also added the DelayedCallGuard to the Montior destructor.
2012-11-25[dvdinputstream] - remove any "|option" options from the strFileName which ↵Memphiz
might have sneaked in (since some m3u8 urls are now handled by inputstreamffmpeg). Those options should only hit our curlfile impl - others can't do anything with the suffixed options and will fail.
2012-11-25Merge pull request #1839 from ronie/settings-screensaverronie
screensaver settings nitpick
2012-11-25[win32] - bump libshairplay - restart of airtunes service is fixed nowMemphiz
(the http server sockets weren't closed on server stop)
2012-11-25[cosmetic] - remove stupid leftover from last commitMemphiz
2012-11-25[osx] - since the osx windowing refactoring and sdk 10.6 bump we don't need ↵Memphiz
to diddle with hiding the dock on resume anymore. The applescript approach had a flaw which just toggled the autohide option systemwide - which would overwrite usersettings. Just get rid of that cocoa stuff for autodock hiding and let the osx windowing do its magic.
2012-11-25[nfs] - fix possible crash due to a race condition between context timeout ↵Memphiz
and filehandle keepalive. This is related to / addition fix for #13505
2012-11-25partially revert a0475cd, fixes timeline view in pvr windowpieh
renderloop won't be running there so no need to use that workaround
2012-11-24Merge pull request #1842 from ronie/fix-build-after-2fa6e74ronie
fix build after 2fa6e74
2012-11-25fix build after 2fa6e74ronie
2012-11-24Merge pull request #1841 from ronie/itunes-visualizationronie
remove broken Itunes visualization
2012-11-24remove broken itunes visualizationronie
2012-11-24jsonrpc: don't try to retrieve extra metadata for UPnP paths in ↵montellese
Files.GetDirectory/GetFileDetails (fixes #13595) UPnP sources can't be added to the library and they most likely already provide nay available metadata (especially when the UPnP server is another XBMC instance). Therefore looking for additional metadata is useless. Furthermore calling CDirectory::Exists() on an UPnP path seems to trigger a bug in Platinum's caching behaviour.
2012-11-24Merge pull request #1836 from Montellese/fix_13596Chris Browet
smartplaylists: two fixes
2012-11-24smartplaylist: add "watched episode count" string for tvshowsmontellese
2012-11-24smartplaylists: fix playcount rule for tvshows (fixes #13596)montellese