Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-28 | cosmetics: get rid of unused variable | montellese | |
2012-11-28 | jsonrpc: use CFileItemPtr instead of CFileItem in FillFileItem() to fix crashes | montellese | |
2012-11-27 | Merge pull request #1851 from taxigps/taglib | jmarshallnz | |
fixed: reimplementing Latin1StringHandler.parse() to get non-ISO-8859-1 ... | |||
2012-11-27 | fixed: reimplementing Latin1StringHandler.parse() to get non-ISO-8859-1 tags ↵ | taxigps | |
correctly | |||
2012-11-27 | jsonrpc: add missing fields and properties to List.* types and clean them up | montellese | |
2012-11-26 | Merge pull request #1840 from Montellese/jsonrpc_artist_mess | Sascha Montellese | |
jsonrpc: add "genreid", "artistid", "albumartistid" and "displayartist" to songs and albums and fix "albumartist" for songs | |||
2012-11-27 | json-rpc: add "albumartistid" property for songs | montellese | |
2012-11-27 | musicdb: add strAlbumArtists to songview for fast retrieval | montellese | |
2012-11-27 | musicdb: fix retrieval of compilation flag for songs | montellese | |
2012-11-26 | jsonrpc: add "displayartist" property to albums and songs | montellese | |
2012-11-26 | Merge pull request #1822 from arnova/album_thumb_fix | jmarshallnz | |
fixed: Different (file) items with the same artist/album name could over... | |||
2012-11-26 | fixed: 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-26 | Merge pull request #1849 from fritsch/fix-mount | davilla | |
fix: only remount optical disks on device change | |||
2012-11-26 | fix: only remount optical disks on device change, this should fix secure ↵ | fritsch | |
remove of usb thumb drives | |||
2012-11-26 | jsonrpc: add description to changed "runtime" properties/parameters in ↵ | montellese | |
VideoLibrary namespace | |||
2012-11-25 | Merge pull request #1721 from jmarshallnz/nicer_runtime_labels | jmarshallnz | |
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 runtime | Jonathan Marshall | |
2012-11-26 | [runtime] use [H:]MM:SS when formatting up runtime labels in lists | Jonathan Marshall | |
2012-11-26 | [runtime] add a warning log to incorrect <runtime> values | Jonathan 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-25 | Merge pull request #1815 from jmarshallnz/who_is_scraping | jmarshallnz | |
Who is scraping (adds scraper name to scanning dialog) | |||
2012-11-26 | add the scraper name to the scanning dialog, and change from 'Downloading ↵ | Jonathan Marshall | |
movie information' to 'Scraping movies using <foo>' | |||
2012-11-25 | Only use valid CDateTime objects for pvr wakeup command | Jernej | |
2012-11-25 | Merge pull request #1844 from Memphiz/stripoptions | davilla | |
[dvdinputstream] - remove any "|option" options from the strFileName whi... | |||
2012-11-25 | Merge pull request #1821 from jimfcarroll/better-gil-handling | Jim Carroll | |
[fix] Deadlock on exit with Monitor scripts, plus Gil handling refactor | |||
2012-11-25 | [osx/ios/atv2] - sync xcode projects | Memphiz | |
2012-11-25 | Added PyContext.h/cpp to the Win32 project. Fixed include path issue that ↵ | Jim Carroll | |
was a problem on Win32. | |||
2012-11-25 | jsonrpc: add "artistid" property for albums and songs | montellese | |
2012-11-25 | musicdb: use vector of integers instead of longs | montellese | |
2012-11-25 | jsonrpc: add "genreid" property for albums and songs | montellese | |
2012-11-25 | Gil 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-25 | Merge pull request #1839 from ronie/settings-screensaver | ronie | |
screensaver settings nitpick | |||
2012-11-25 | [win32] - bump libshairplay - restart of airtunes service is fixed now | Memphiz | |
(the http server sockets weren't closed on server stop) | |||
2012-11-25 | [cosmetic] - remove stupid leftover from last commit | Memphiz | |
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-25 | partially revert a0475cd, fixes timeline view in pvr window | pieh | |
renderloop won't be running there so no need to use that workaround | |||
2012-11-24 | Merge pull request #1842 from ronie/fix-build-after-2fa6e74 | ronie | |
fix build after 2fa6e74 | |||
2012-11-25 | fix build after 2fa6e74 | ronie | |
2012-11-24 | Merge pull request #1841 from ronie/itunes-visualization | ronie | |
remove broken Itunes visualization | |||
2012-11-24 | remove broken itunes visualization | ronie | |
2012-11-24 | jsonrpc: 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-24 | Merge pull request #1836 from Montellese/fix_13596 | Chris Browet | |
smartplaylists: two fixes | |||
2012-11-24 | smartplaylist: add "watched episode count" string for tvshows | montellese | |
2012-11-24 | smartplaylists: fix playcount rule for tvshows (fixes #13596) | montellese | |