aboutsummaryrefslogtreecommitdiff
path: root/xbmc/ThumbLoader.cpp
AgeCommit message (Expand)Author
2022-10-13use CFileUtils::Exists instead of CFile::Exists where appropriateArne Morten Kvarving
2022-03-10[ServiceBroker][TextureCache] Get rid of texture cache global singleton.Kai Sommerfeld
2019-07-09[format] fix include orderRechi
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-07-06[modernize][xbmc] Prefer 'default' for declarationsh.udo
2015-08-18[cleanup] unify method name used for singleton patternxhaggi
2015-07-14[std cleanup] xbmc/hudokkow
2015-01-07[stdstring] get rid of CStdString in xbmc/Arne Morten Kvarving
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-03-13[thumbs] don't use a separate class instance in CProgramThumbLoader::FillThumbJonathan Marshall
2013-11-14[cstdstring] remove IsEmpty() and replace with empty()night199uk
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-05changed: Use a member variable for the texture databasearnova
2013-07-02changed: Split background info loading into a 2 stagesarnova
2013-06-29removed: BackGroundInfo Loader multithreading (no longer needed)arnova
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-02-01fixed: Don't check for local thumbs on Addon's patharnova
2012-10-30don't store thumbs for empty paths which are obviously invalid. Fixes #13454Jonathan Marshall
2012-10-16move video and music thumbloaders to their own .cpp/h filesJonathan Marshall
2012-10-15CThumbLoader: store auto-generated video thumbs in the videodbmontellese
2012-10-15dont get fanart/poster types for episodesJonathan Marshall
2012-10-11cosmetics: alignment after CVideoThumbLoader changesJonathan Marshall
2012-10-11use GetLocalArt() in the video thumb loaderJonathan Marshall
2012-10-11adds CVideoThumbLoader::GetLocalArt, wrapper around CFileItem::FindLocalArtJonathan Marshall
2012-10-10move seasonthumb and tvshowthumb to *.Art() rather than *.Property()Jonathan Marshall
2012-10-10use Get/Set/HasArt for thumbsJonathan Marshall
2012-10-10move fanart into the art map rather than using a property, and change Player....Jonathan Marshall
2012-10-01jsonrpc: only initialize the (Video|Music)ThumbLoader once when retrieving ar...montellese
2012-09-09update date in GPL headermontellese
2012-09-09fix address line in GPL headersmontellese
2012-08-23fixed: No need to fetch the resume point in the thumbLoader as this is alread...arnova
2012-08-04[resume] use CBookmark::IsSet and CBookmark::IsPartWay for various spots we c...Jonathan Marshall
2012-07-20fixed: do not try to extract stream details for stub files (closes #13194)vdrfan
2012-07-12changed: remove CShortcut class and related codespiff
2012-07-08adds Property(TVShow_Thumb) to listitem + playerJonathan Marshall
2012-07-07move call to GetStreamDetails to CVideoThumbLoadermontellese
2012-07-06videodb: add resumeTimeInSeconds and totalTimeInSeconds to the movie/episode/...montellese
2012-07-04[cleanup] remove unneeded Picture.h includesJonathan Marshall
2012-07-04[thumbs] use CMusicThumbLoader::FillThumb for setting music thumbs for files/...Jonathan Marshall
2012-07-04[thumbs] song and album thumbs are retrieved using the thumbloader, so no nee...Jonathan Marshall
2012-07-04[imageloader] adds ability to cache embedded music artJonathan Marshall
2012-07-04[thumbloader] set fanart for albums/songs in the music thumbloaderJonathan Marshall
2012-07-04[artist art] Musicvideo art is retrieved from the music databaseJonathan Marshall
2012-07-04[artist art] adds backcompat for artist art in the thumbloaderJonathan Marshall
2012-07-04[thumbloader] retreive art for library music in the thumbloaderJonathan Marshall
2012-07-04[thumbloader] we need only a single background thread for the music thumbloaderJonathan Marshall