Commit Graph

201 Commits (796eeb2cda3d498ddaf0b312a6cadeddd107c539)

Author SHA1 Message Date
Mark Monteiro 1e1295bebf Merge remote-tracking branch 'upstream/master' into register-services-correctly
4 years ago
Bond_009 d8a7462205 DvdLib: remove dependency on MediaBrowser.Model
4 years ago
Vasily 06c5b73c15
Merge pull request #2755 from Bond-009/dbcleanup
4 years ago
Mark Monteiro fe9f4e06d1 Register and construct LibraryManager correctly
4 years ago
Bond_009 8e7b15285e Clean up SqliteItemRepository
4 years ago
Mark Monteiro 34204046dd Remove duplicate array of extras directory names
4 years ago
Bond-009 94fe9b8f6d
Merge branch 'master' into warn17
4 years ago
Vasily 13d30a0a79
Merge pull request #2436 from dkanada/music
4 years ago
Bond_009 07cc4be6a7 Fix some warnings
4 years ago
dkanada 6715450598
Merge pull request #2427 from Bond-009/minor
4 years ago
dkanada 65a9d618cc add config options for musicbrainz
4 years ago
Bond_009 adc9fc282c Minor improvements
4 years ago
Ulrich Wagner 3bd7633cbf
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner a9e744bea0 Curly braces on new lines
4 years ago
Ulrich Wagner 3d9dc59554 Omitting the parameter ExtraChapters
4 years ago
Ulrich Wagner f4d0fa8dc8
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner d6971581d6
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner 0f2ee2686d Constructor of the LibraryManager takes the mediaEncoder as parameter
4 years ago
Ulrich Wagner b16ba7d985
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner 7005326685
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner 4d0ee3f6cc
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner 39b6d6586f
Update Emby.Server.Implementations/Library/LibraryManager.cs
4 years ago
Ulrich Wagner 5fed4d10ab Only reading the result of GetMediaInfo if it completed successfully
4 years ago
Ulrich Wagner d7f199bb1c #2407: Prefer MP4-Metadata for episodes
4 years ago
Bond-009 d5fcca3d05
Merge branch 'master' into naming
4 years ago
dkanada 692a9bfdd0
update some comments
4 years ago
dkanada afe9ed977b improve scan progress and fix a few bugs
4 years ago
Bond_009 dc62e436c4 Clean up Emby.Naming
5 years ago
Bond_009 abf03f7d3a Clean up some more
5 years ago
Vasily dd7feacd34
Merge pull request #2105 from Bond-009/namingtests
5 years ago
Bond_009 bb236b9591 Merge branch 'master' into warn12
5 years ago
Bond_009 b50c4938e1 Merge branch 'master' into namingtests
5 years ago
dkanada c10cb66169
remove directory check
5 years ago
Bond-009 6b185119aa
Merge branch 'master' into namingtests
5 years ago
dkanada 28e922326d
remove space
5 years ago
dkanada 623e85a9e4
add suggested changes
5 years ago
dkanada 1b2453b4e9 fix playlist deletion
5 years ago
Bond_009 2ef4ffd698 More warnings (removed)
5 years ago
dkanada 67922dff50
Merge pull request #2041 from Bond-009/warn11
5 years ago
Bond_009 35151553e3 Add back all old emby tests
5 years ago
Bond-009 a2c35e6dba Merge remote-tracking branch 'upstream/master' into random
5 years ago
Bond_009 42ffddc269 Fix more warnings
5 years ago
dkanada f51f59d675
Merge pull request #1965 from Bond-009/dbjson
5 years ago
dkanada 61b9b4046a
Merge pull request #1929 from Narfinger/parser-fix4
5 years ago
Narfinger 9cd62d661f removed restriction to 3 digits in episodenumber and 4 in season numbers
5 years ago
Bond_009 846857b60e Deserialize with the correct type (and warning fixes)
5 years ago
Bond_009 d9a03c9bb1 Fix more warnings
5 years ago
Narfinger 4a20260a27 add another parser case and allow parsing of seasonless
5 years ago
Bond_009 bbc0875387 Don't shuffle some types by default
5 years ago
Joshua Boniface baa30b41de Add debug logs and try/catch when creating folder
5 years ago
Bond-009 ee637e8fec Fix warnings, improve performance (#1665)
5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids
5 years ago
Bond-009 a6f9ceedd8 Fix more warnings
5 years ago
Bond-009 bf43dc00bb More warning fixes
5 years ago
Bond_009 37ea50a572 Reduce the amount of exceptions thrown
5 years ago
Joshua M. Boniface 89d4ce309d
Merge pull request #848 from Bond-009/perf
5 years ago
Bond_009 3e6819c718 Don't clone lists
5 years ago
Bond_009 41fb1e5106 Tuple -> ValueTuple
5 years ago
Bond_009 64d5ec12e2 Use HashSets for increased perf
5 years ago
Bond_009 a6a4cd5667 Removed some unused fields
5 years ago
Joshua M. Boniface c713824bf9
Merge pull request #734 from Bond-009/culture
5 years ago
Claus Vium 8985fb8d58 Remove support for games as a media type
5 years ago
Bond-009 1ea219bf3f
Merge branch 'master' into culture
5 years ago
Erwin de Haan b9a111432a Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.
5 years ago
Erwin de Haan 581a7fe078 Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`
5 years ago
Erwin de Haan d7c6d16250 Unwrapped CreateDirectory and DeleteDirectory
5 years ago
Erwin de Haan 3a831994f6 Unwrapped GetDirectoryName and DirectorySeperatorChar
5 years ago
Bond_009 ffe79c8982 Check if file exists instead of catching exceptions
6 years ago
Bond_009 a709cbdc64 Fix more analyzer warnings
6 years ago
William Taylor 65cd3ed597 Replaced injections of ILogger with ILoggerFactory
6 years ago
Erwin de Haan 321c440739 Reformat JustAMan review pt1 changes
6 years ago
Erwin de Haan e867446437 ReSharper format: conform inline 'out' parameters.
6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings
6 years ago
Erwin de Haan 58b582bdcb Visual Studio Reformat: Emby.Server.Implementations Part I-Lib
6 years ago
Erwin de Haan e2751d42e8 Merge branch 'dev' into code-cleanup
6 years ago
Erwin de Haan ec1f5dc317 Mayor code cleanup
6 years ago
hawken bd169e4fd4 remove trailing whitespace
6 years ago
Bond_009 ea4c914123 Fix exception logging
6 years ago
Bond_009 b7ebb67cbb Remove the need for NullLogger
6 years ago
Bond_009 0f8b3c6347 Use Microsoft.Extensions.Logging abstraction
6 years ago
Erwin de Haan 9c1c29325d Added extra extension method that create a new instance of the destination object.
6 years ago
Erwin de Haan de7fcaadb3 Fixed #320 by adding an extension method to BaseItem to make a deep copy of an object.
6 years ago
Bond_009 6e5d2aadaa Remove custom ToArray extension
6 years ago
Bond_009 22093c9e8f Removed some warnings
6 years ago
stefan 48facb797e Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti 58a7829ecd update library changed notifier
7 years ago
Luke Pulverenti 351d29954a 3.2.36.8
7 years ago
Luke Pulverenti 711f588084 3.2.36.7
7 years ago
Luke Pulverenti d765f370b3 update librarymanager
7 years ago
Luke Pulverenti 0a0303ca64 normalize strm file contents
7 years ago
Luke Pulverenti ca2e7a4195 deprecate localized guids config switch
7 years ago
Luke Pulverenti 7e5036a587 update image aspect ratio detection
7 years ago
Luke Pulverenti a5b82cd2ec remove unneeded async signatures
7 years ago
Luke Pulverenti de5a8d579b move season zero display name to per library settings
7 years ago
Luke Pulverenti 99f4dd95e9 handle files already being deleted
7 years ago
Luke Pulverenti cdd79ec7e2 update owned items
7 years ago
Luke Pulverenti b8834be83c update naming project to target .net standard
7 years ago
Luke Pulverenti fe10df6935 improve queries from scheduled tasks
7 years ago
Luke Pulverenti 39c4542cf6 update query objects
7 years ago
Luke Pulverenti e287e3a50d remove async when there's nothing to await
7 years ago