Commit Graph

714 Commits (301ad11fc849012185fb30974a88f8354f43805e)

Author SHA1 Message Date
Luke Pulverenti 3b2b9c59b2 extracted an item refresh service
12 years ago
Eric Reed 55bbfc2dcc Change update checks to use static file
12 years ago
Luke Pulverenti 5782d9084d fixes #299 - Add trailer urls to MovieDbProvider
12 years ago
Luke Pulverenti 36d4e15860 fixes #364 - Image Extraction for 3D Videos
12 years ago
Luke Pulverenti 2b87ab1548 allow editing of ibn items
12 years ago
Luke Pulverenti 6025a89235 read 3d format from xml
12 years ago
Luke Pulverenti 07e230c2eb Added Video3DFormat property
12 years ago
Luke Pulverenti cea508c706 fixes #349 - Metadata for TV series in UTF-8 without BOM displays now as greeking
12 years ago
Luke Pulverenti 92cd71143d Only fire metadata savers when appropriate
12 years ago
Luke Pulverenti 08eec872a5 added original runtime ticks to the dto
12 years ago
Luke Pulverenti d828e07be0 save music brainz id in xml
12 years ago
Luke Pulverenti 10caa7ff83 added artist/slbum xml savers
12 years ago
Luke Pulverenti d6cf7b51ac added movie, series, folder and episode xml saving support
12 years ago
Luke Pulverenti 189618a751 fixes #358 - Weather validation in Server configuration
12 years ago
Luke Pulverenti 0acc257354 updated nuget
12 years ago
Luke Pulverenti d32c71ca39 limit the extensions that are factored into the file stamp check
12 years ago
Luke Pulverenti dde19b7f10 skip regeneration of resolve args when possible
12 years ago
Luke Pulverenti 8ccc871d72 added error handling to collection folder
12 years ago
Luke Pulverenti 1fe32171cd Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago
Luke Pulverenti 6bc263052d move child definitions to db
12 years ago
Eric Reed a8d070d07b Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago
Eric Reed b02287c0dd Fix collection folders not seeing derived folder types
12 years ago
Luke Pulverenti 30e135e576 use linq on file system ops when possible
12 years ago
Luke Pulverenti 4f0872c570 fix for indexed format images
12 years ago
Luke Pulverenti 830e5c01f1 reduce memory usage from file system info
12 years ago
Luke Pulverenti 2ac714e761 use global image settings
12 years ago
Luke Pulverenti 35af13fdc7 reduce chapter db calls
12 years ago
Luke Pulverenti 13f6da1bf4 removed chapters from baseitem
12 years ago
Luke Pulverenti 6de9e2491f just use file name when looking for theme songs
12 years ago
Luke Pulverenti e677a57bf1 switch to flat file storage
12 years ago
Luke Pulverenti 90155278f8 added error handling with multi disc movies
12 years ago
Luke Pulverenti c5b00dec8e Added multi-disc movie support
12 years ago
Luke Pulverenti 60db673e45 Parse runtime with us culture
12 years ago
Luke Pulverenti d5e06c67ff Removed virtual tag from DisplayMediaType
12 years ago
Luke Pulverenti e5b383e477 factor all files into file system stamp
12 years ago
Luke Pulverenti 2c0010850f set display media type in constructor
12 years ago
Luke Pulverenti e95837ff53 don't overwrite ffmpeg runtime with xml value
12 years ago
Luke Pulverenti a4f7eb84cd fixes #347 - File Properties in Video file formats override local xml
12 years ago
Luke Pulverenti a2557d7981 fixes #334 - Server side indexing routine is falling down
12 years ago
Luke Pulverenti 8726b9ca95 Set initial display media type at resolve time
12 years ago
Luke Pulverenti 7d0a478183 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago
Luke Pulverenti fa3a5174fe removed unused properties
12 years ago
Eric Reed 2853fe3ea9 Removed support for ParentalRating/Value tag in xml
12 years ago
Luke Pulverenti def3428199 Added poor man's multi-file movie support
12 years ago
Luke Pulverenti 7d411c3c91 removed null checks that are no longer needed
12 years ago
Luke Pulverenti b96ef2ffae Test rating for null before passing it into level
12 years ago
Luke Pulverenti 35d9b29c97 fixed issue of not seeing network shares
12 years ago
Luke Pulverenti 18325159c5 added a new MusicGenre entity
12 years ago
Luke Pulverenti fab983b6dc removed some preemptive file filtering
12 years ago
Luke Pulverenti 7b9a5ba3cb Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago
Luke Pulverenti 2b4111d4fd optimize ratings by caching
12 years ago
Luke f1b14bec97 Added support for .mts video files
12 years ago
Luke Pulverenti d2933cab73 fixed ratings. moved them to static text files
12 years ago
Luis Miguel Almánzar d017249d9e Fixed bug #331
12 years ago
Luke Pulverenti 2aece7376e moved IByReferenceItem to the controller project
12 years ago
Luke Pulverenti fad1ac8e9f call metadata savers after items are updated
12 years ago
Luke Pulverenti 7aa969e2b9 added a providers assembly
12 years ago
Luke Pulverenti 4954681594 added IMetadataSaver
12 years ago
Luke Pulverenti 4b0f055a16 added EnableInternetProviders to BaseItemDto
12 years ago
Luke Pulverenti 66ce8b4aac set default values
12 years ago
Luke Pulverenti f651d981ea added LockedFields to BaseItem
12 years ago
Luke Pulverenti fb4c559549 set DontFetchMeta at resolve time
12 years ago
Luke Pulverenti 8e19906043 added recursive unplayed count
12 years ago
Luke Pulverenti a02017a524 when getting season number from paths, only look at path file name
12 years ago
Luke Pulverenti a93913b423 don't support two character language
12 years ago
Luke Pulverenti 290e1554c3 removed dead code
12 years ago
Luke Pulverenti 2f7b0b99da support European encoding in xml files
12 years ago
Luke Pulverenti 1ddc193e58 support xbmc naming convention for subtitles
12 years ago
Eric Reed 2cfc77dc03 No ratings are reported as empty string not null
12 years ago
Luke Pulverenti adab6e21e5 update subtitle resolution
12 years ago
Luke Pulverenti ad1a9a4932 added new image params
12 years ago
Luke Pulverenti bcdd15d776 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago
Luke Pulverenti b010faa85b fixes #324 - Server to return non-cropped images to clients
12 years ago
Eric Reed dbccd8d1b6 Null coalescing was not going to work anymore...
12 years ago
Eric Reed c21c678ed9 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago
Eric Reed 4e5186ef0b Fix other country ratings
12 years ago
Luke Pulverenti 5f32d9794d added back image enhancer method
12 years ago
Luke Pulverenti 2e408e40c0 defer path creation when possible
12 years ago
Luke Pulverenti 02fedead11 re-factored some file system access
12 years ago
Luke Pulverenti 08d9004d8f a little more kernel consolidation
12 years ago
Luke Pulverenti 7d33a08cb9 image delivery optimizations
12 years ago
Luke Pulverenti 5b280de519 reduce requests when images already exist
12 years ago
Luke Pulverenti 5d4bea674f cleanup duplicate image downloading
12 years ago
Luke Pulverenti 8c403a4dc8 exclude theme song from album resolution
12 years ago
Luke Pulverenti dbf214883c don't allow theme songs to get mixed in with children
12 years ago
Luke Pulverenti 9bf346daca added basic timeout detection
12 years ago
Luke Pulverenti 6accfc124d fixes #321 - Chapter extraction (again)
12 years ago
Luke Pulverenti f82085b21e created a separate gallery page
12 years ago
Luke Pulverenti 434a9e28b2 revert overview change
12 years ago
Luke Pulverenti c025472491 removed unused reference
12 years ago
Luke Pulverenti 20d27c3bc3 fixed duplicate image downloading
12 years ago
Luke Pulverenti 86735e2205 fixed issue of trailers not getting internet metadata
12 years ago
Luke Pulverenti 11941a4db2 more remote control
12 years ago
Luke Pulverenti 300c3b7fd6 standardize knowledge of supported image extensions
12 years ago
Luke Pulverenti 3387dac01d remote control progress
12 years ago
Luke Pulverenti c21c2f8518 support plex/xbmc theme song convention
12 years ago
Luke Pulverenti efbcac6ff1 support plex/xbmc conventions for primary images and backdrops
12 years ago
Luke Pulverenti 2225ff4e6b add remote control script file
12 years ago
Luke Pulverenti ed0b7a09a2 get music artist genres from albums
12 years ago
Luke Pulverenti c60bd7d58e Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
12 years ago