Commit graph

658 commits

Author SHA1 Message Date
Luke Pulverenti
07e230c2eb Added Video3DFormat property 2013-06-25 14:10:39 -04:00
Luke Pulverenti
cea508c706 fixes #349 - Metadata for TV series in UTF-8 without BOM displays now as greeking 2013-06-24 22:02:52 -04:00
Luke Pulverenti
92cd71143d Only fire metadata savers when appropriate 2013-06-24 21:22:21 -04:00
Luke Pulverenti
08eec872a5 added original runtime ticks to the dto 2013-06-24 11:18:32 -04:00
Luke Pulverenti
d828e07be0 save music brainz id in xml 2013-06-24 10:12:56 -04:00
Luke Pulverenti
10caa7ff83 added artist/slbum xml savers 2013-06-23 14:55:30 -04:00
Luke Pulverenti
d6cf7b51ac added movie, series, folder and episode xml saving support 2013-06-23 13:48:30 -04:00
Luke Pulverenti
189618a751 fixes #358 - Weather validation in Server configuration 2013-06-23 11:02:53 -04:00
Luke Pulverenti
0acc257354 updated nuget 2013-06-22 14:15:31 -04:00
Luke Pulverenti
d32c71ca39 limit the extensions that are factored into the file stamp check 2013-06-21 14:50:44 -04:00
Luke Pulverenti
dde19b7f10 skip regeneration of resolve args when possible 2013-06-20 15:07:58 -04:00
Luke Pulverenti
8ccc871d72 added error handling to collection folder 2013-06-20 14:07:58 -04:00
Luke Pulverenti
1fe32171cd Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-06-20 12:44:40 -04:00
Luke Pulverenti
6bc263052d move child definitions to db 2013-06-20 12:44:24 -04:00
Eric Reed
a8d070d07b Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-06-20 12:19:55 -04:00
Eric Reed
b02287c0dd Fix collection folders not seeing derived folder types 2013-06-20 12:19:26 -04:00
Luke Pulverenti
30e135e576 use linq on file system ops when possible 2013-06-20 10:40:05 -04:00
Luke Pulverenti
4f0872c570 fix for indexed format images 2013-06-19 22:22:18 -04:00
Luke Pulverenti
830e5c01f1 reduce memory usage from file system info 2013-06-19 22:21:50 -04:00
Luke Pulverenti
2ac714e761 use global image settings 2013-06-19 09:54:45 -04:00
Luke Pulverenti
35af13fdc7 reduce chapter db calls 2013-06-18 15:43:14 -04:00
Luke Pulverenti
13f6da1bf4 removed chapters from baseitem 2013-06-18 15:16:27 -04:00
Luke Pulverenti
6de9e2491f just use file name when looking for theme songs 2013-06-18 10:47:15 -04:00
Luke Pulverenti
e677a57bf1 switch to flat file storage 2013-06-17 16:35:43 -04:00
Luke Pulverenti
90155278f8 added error handling with multi disc movies 2013-06-16 21:49:41 -04:00
Luke Pulverenti
c5b00dec8e Added multi-disc movie support 2013-06-16 15:02:57 -04:00
Luke Pulverenti
60db673e45 Parse runtime with us culture 2013-06-16 09:57:26 -04:00
Luke Pulverenti
d5e06c67ff Removed virtual tag from DisplayMediaType 2013-06-14 08:18:40 -04:00
Luke Pulverenti
e5b383e477 factor all files into file system stamp 2013-06-13 16:16:05 -04:00
Luke Pulverenti
2c0010850f set display media type in constructor 2013-06-13 16:15:50 -04:00
Luke Pulverenti
e95837ff53 don't overwrite ffmpeg runtime with xml value 2013-06-13 15:01:28 -04:00
Luke Pulverenti
a4f7eb84cd fixes #347 - File Properties in Video file formats override local xml 2013-06-13 14:45:58 -04:00
Luke Pulverenti
a2557d7981 fixes #334 - Server side indexing routine is falling down 2013-06-13 14:26:34 -04:00
Luke Pulverenti
8726b9ca95 Set initial display media type at resolve time 2013-06-13 14:17:42 -04:00
Luke Pulverenti
7d0a478183 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-06-13 11:59:56 -04:00
Luke Pulverenti
fa3a5174fe removed unused properties 2013-06-13 11:58:47 -04:00
Eric Reed
2853fe3ea9 Removed support for ParentalRating/Value tag in xml 2013-06-13 11:08:49 -04:00
Luke Pulverenti
def3428199 Added poor man's multi-file movie support 2013-06-12 17:46:50 -04:00
Luke Pulverenti
7d411c3c91 removed null checks that are no longer needed 2013-06-11 23:00:23 -04:00
Luke Pulverenti
b96ef2ffae Test rating for null before passing it into level 2013-06-11 22:59:57 -04:00
Luke Pulverenti
35d9b29c97 fixed issue of not seeing network shares 2013-06-11 16:35:54 -04:00
Luke Pulverenti
18325159c5 added a new MusicGenre entity 2013-06-10 23:31:00 -04:00
Luke Pulverenti
fab983b6dc removed some preemptive file filtering 2013-06-10 22:51:23 -04:00
Luke Pulverenti
7b9a5ba3cb Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-06-10 22:36:32 -04:00
Luke Pulverenti
2b4111d4fd optimize ratings by caching 2013-06-10 22:34:55 -04:00
Luke
f1b14bec97 Added support for .mts video files 2013-06-10 15:37:52 -03:00
Luke Pulverenti
d2933cab73 fixed ratings. moved them to static text files 2013-06-10 13:46:11 -04:00
Luis Miguel Almánzar
d017249d9e Fixed bug #331
Fixed issue with incorrect season number when path contains a number.
2013-06-09 15:58:51 -04:00
Luke Pulverenti
2aece7376e moved IByReferenceItem to the controller project 2013-06-09 13:47:19 -04:00
Luke Pulverenti
fad1ac8e9f call metadata savers after items are updated 2013-06-09 13:37:16 -04:00