aboutsummaryrefslogtreecommitdiff
path: root/xbmc/ThumbnailCache.cpp
AgeCommit message (Collapse)Author
2017-12-18remove old ThumbnailCache.cpp/hnotspiff
this file was replaced in 2012
2017-07-06[modernize][xbmc] Prefer 'default' for declarationsh.udo
2016-06-09reduce impact of touching VideoDatabase.hArne Morten Kvarving
2015-07-14[std cleanup] xbmc/hudokkow
2015-05-23[app] Cleanup includes.ace20022
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
This reverts commit 135fe8734924f79cedace50986a0fa4f12d76647.
2014-12-15rename xbmc folder to srcFneufneu
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-04-04cosmetics: cleanup unused Settings.h includesmontellese
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-07-04[cleanup] remove old thumb caching code as no longer usedJonathan Marshall
2012-05-08get rid of unused video thumb functionsJonathan Marshall
2012-05-02CVideoInfoTag::m_strArtist -> m_artist vectorJonathan Marshall
2012-03-30replace CMusicInfoTag/CSong::(m_)strAlbumArtist (CStdString) with ↵montellese
(m_)albumArtist (std::vector<std::string>)
2012-03-30replace CMusicInfoTag/CAlbum/CSong::(m_)strArtist (CStdString) with ↵montellese
(m_)artist (std::vector<std::string>)
2012-02-02use pre-built function for getting path out of the infotag (thanks vdrfan)Jonathan Marshall
2012-02-01use CVideoInfoTag::m_strFileNameAndPath in preference to ↵Jonathan Marshall
CVideoInfoTag::m_strPath for finding fanart regardless of whether the item is a folder or not (folders in files nodes may have m_strFileNameAndPath set)
2012-02-01don't use the videoinfotag for looking up fanart if it's empty - fixes ↵Jonathan Marshall
issues with fanart not showing in the files node with stacking not enabled
2012-01-22fixed: commit bef4b225ef6ba0b3522490f3c7ff82d6ec407f16 reversed the ↵Jonathan Marshall
behaviour of album thumb caching. We cache based on the albumartist if it exists, falling back to artist. Fixes #12180.
2011-12-19fix invalid fanart appearing in addon viewsmontellese
2011-12-06jsonrpc: fix and improve fanart retrievalmontellese
2011-09-21use the new CVideoInfoTag::m_strShowPath to get rid of db queries when ↵montellese
retrieving tvshow fanart on episode level (fixes #11979)
2011-09-20use CVideoInfoTag::m_iIdShow instead of additionally querying the db for the ↵montellese
tvshow ID of an episode
2011-08-09switch CFileItem::m_strPath to private, and add GetPath/SetPath for accessJonathan Marshall
2011-06-27Fixed compilation error on linux introduced with ↵Tobias Arrskog
bef4b225ef6ba0b3522490f3c7ff82d6ec407f16
2011-06-20move GetCached*Thumb() logic from CFileItem/CUtil to CThumbnailCachemontellese
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2010-09-27cosmetic refactoring of ThumbnailCachemalard
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34254 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90