aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Expand)Author
2013-04-28renamed video backdrops to theme videosLuke Pulverenti
2013-04-28added api methods for video backdropsLuke Pulverenti
2013-04-28fixes #206 - Adding roles, deleting actors, changing names - not being picked upLuke Pulverenti
2013-04-28fixes #200 - MB3 Locking Folders for a long timeLuke Pulverenti
2013-04-27search hint fixesLuke Pulverenti
2013-04-27search hints progressLuke Pulverenti
2013-04-25changed images dictionary to be enum basedLuke Pulverenti
2013-04-25made file stamp a guid againLuke Pulverenti
2013-04-24adding stubs for rotten tomatoesLuke Pulverenti
2013-04-24added theme song supportLuke Pulverenti
2013-04-24added Artists filterLuke Pulverenti
2013-04-22audio page progressLuke Pulverenti
2013-04-22incorporate ParentIndexNumber into audio sort orderLuke Pulverenti
2013-04-22#182 - Eliminate duplicates in the selection list for max rating in user screenLuke Pulverenti
2013-04-22fixes #180 - Deleting users doesn't remove all associated data.Luke Pulverenti
2013-04-22#182 - Eliminate duplicates in the selection list for max rating in user screenLuke Pulverenti
2013-04-22new Artist entityLuke Pulverenti
2013-04-20made Audio.Artist plural and removed duplicated of artists into the people co...Luke Pulverenti
2013-04-19faster progress reporting during library scanLuke Pulverenti
2013-04-19tighter control of shortcutsLuke Pulverenti
2013-04-18removed unused attributesLuke Pulverenti
2013-04-18Capture revenue and add it as a sort orderLuke Pulverenti
2013-04-16fixes #144 - Marking a boxset as viewed doesn't mark the individual titles of...Luke Pulverenti
2013-04-15reduce scanning overhead a bitLuke Pulverenti
2013-04-15made library scan a bit more conservativeLuke Pulverenti
2013-04-15added BaseGameLuke Pulverenti
2013-04-14avoid guest star/actor dupesLuke Pulverenti
2013-04-14fixes #139 - 'Undefined' LibraryLuke Pulverenti
2013-04-13add GuestStar distinctionLuke Pulverenti
2013-04-13implemented filtering of ibn items based on like/dislike/favoriteLuke Pulverenti
2013-04-13removed excess hashing in providers and made user data key-basedLuke Pulverenti
2013-04-12display new fields on person pageLuke Pulverenti
2013-04-12Added budget as a sort orderLuke Pulverenti
2013-04-12Added Budget, EndDate, HomePageUrl, ProductionLocations,Luke Pulverenti
2013-04-10resharper suggestions in controller projectLuke Pulverenti
2013-04-08remove and/or delay unnecessary startup workLuke Pulverenti
2013-04-05made display preferences uniquely identifiableLuke Pulverenti
2013-04-05removed PublishersLuke Pulverenti
2013-04-05fixed issue of UserRootFolders never getting persistedLuke Pulverenti
2013-04-05made Images virtualLuke Pulverenti
2013-04-05#105 - MusicAlbum items give no PrimaryImage in API when one existsLuke Pulverenti
2013-04-04remove library copying when setting up a custom library. we'll add a separate...Luke Pulverenti
2013-04-02Moved userdata to user manager to resolve concurrency issues. must delete use...Luke Pulverenti
2013-04-02moved displaypreferences to usermanager to solve concurrency issuesLuke Pulverenti
2013-03-31fixes #97 and creates a library dictionary cache to avoid FindById recursionLuke Pulverenti
2013-03-29getting started sorting in the dashboardLuke Pulverenti
2013-03-28removed extra lockLuke Pulverenti
2013-03-28improve library scan progress reportingLuke Pulverenti
2013-03-26Inherit ratings for episodes and seasons from seriesEric Reed
2013-03-20moved playback event args objectLukePulverenti