Commit graph

49 commits

Author SHA1 Message Date
Brad Beattie 4ee1b78a80
Fix image searching to prioritize explicit language match if searching in English (#8946) 2022-12-29 15:15:48 +01:00
Chris Tam b0cd1f5e39 Fix images "not loading" after manual identification 2021-09-09 19:16:15 -04:00
Bond-009 ce434ebc7a
Add comment 2021-06-06 19:30:43 +02:00
Bond_009 915855e422 Add property based testing 2021-06-05 13:32:22 +02:00
crobibero 83629ab6f2 Update packages to net5 2020-11-10 09:52:34 -07:00
cvium e9524f89d6 Migrate the TMDb providers to the TMDbLib library 2020-10-03 19:53:07 +02:00
Patrick Barron 27139709e5 Remove ListHelper.cs 2020-08-13 17:05:55 -04:00
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model 2020-04-05 18:10:56 +02:00
Jose 5a30d9ecfb Added support for netstandard2.0 besides netstandard2.1 (multi target framework) to allow usage from UWP (netstandard 2.1 not available in UWP until .net 5) 2020-03-24 09:58:04 +01:00
Bond_009 07cc4be6a7 Fix some warnings
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
2020-02-23 12:11:43 +01:00
Bond_009 f47ad85011 Fix warnings MediaBrowser.Model 2020-02-04 01:49:27 +01:00
Bond-009 6cd9c84ddf
Update MediaBrowser.Model/Extensions/StringHelper.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-31 18:10:15 +01:00
Bond-009 686d1ff9fb
Update StringHelper.cs 2020-01-16 23:23:06 +01:00
Bond-009 47d3337124
Update StringHelper.cs 2020-01-16 23:22:42 +01:00
Bond-009 fdbb329118 Remove StringHelper functions 2020-01-09 17:07:13 +01:00
Bond_009 1385d89df6 Remove MoreLINQ 2019-02-02 12:27:06 +01:00
Bond_009 a709cbdc64 Fix more analyzer warnings 2019-01-27 12:12:44 +01:00
Erwin de Haan 8f41ba4d3a Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model 2019-01-13 21:02:23 +01:00
Erwin de Haan e2751d42e8 Merge branch 'dev' into code-cleanup 2019-01-11 12:50:36 +01:00
Erwin de Haan ec1f5dc317 Mayor code cleanup
Add Argument*Exceptions now use proper nameof operators.

Added exception messages to quite a few Argument*Exceptions.

Fixed rethorwing to be proper syntax.

Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)

Added some TODOs to log certain exceptions.

Fix sln again.

Fixed all AssemblyInfo's and added proper copyright (where I could find them)

We live in *current year*.

Fixed the use of braces.

Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.

Made more Methods that should be static static.

You can now use static to find bad functions!

Removed unused variable. And added one more proper XML comment.
2019-01-10 20:38:53 +01:00
hawken bd169e4fd4 remove trailing whitespace 2019-01-07 23:27:46 +00:00
Bond_009 6e5d2aadaa Remove custom ToArray extension 2018-12-28 16:48:26 +01:00
Andrew Rabert a86b71899e Add GPL modules 2018-12-27 18:27:57 -05:00
stefan 48facb797e Update to 3.5.2 and .net core 2.1 2018-09-12 19:26:21 +02:00
Luke Pulverenti e441e2f53d update active recordings 2017-08-24 15:52:19 -04:00
Luke Pulverenti 1ad990ad72 update live tv data transfer 2017-08-19 15:43:35 -04:00
Luke Pulverenti c147b64de8 3.2.26.19 2017-08-09 17:08:01 -04:00
Luke Pulverenti 40442f887b consolidate emby.server.core into emby.server.implementations 2017-08-09 15:56:38 -04:00
Luke Pulverenti 0f8ccfaf49 prep for portable common 2016-10-23 15:47:34 -04:00
Luke Pulverenti c7f559f8ce make model project portable 2016-10-21 22:08:34 -04:00
Luke Pulverenti 62b0c2605f remove nameof 2016-07-30 15:19:46 -04:00
Sven Van den brande 219cba7506 Removed redundant Collection Initializers
Removed Using directives that are not required
2016-07-29 21:18:03 +02:00
Luke Pulverenti 78e6c638bc remove fody from build 2016-07-15 15:53:28 -04:00
Luke Pulverenti 34d4e4317a update dialogs 2016-05-18 17:46:56 -04:00
Eric Reed 7841d9eb66 Friendly stream names 2016-05-18 14:23:46 -04:00
Luke Pulverenti d26707708d move string.Replace extension 2015-01-17 15:12:02 -05:00
Luke Pulverenti d091fe0e6e extract classes 2014-10-08 19:31:44 -04:00
Luke Pulverenti cd1f097167 re-enable chromecast 2014-08-17 01:38:13 -04:00
Luke Pulverenti b4b17d7717 add subtitle delivery methods to StreamBuilder 2014-07-18 15:07:28 -04:00
Luke Pulverenti 43943657b7 add additional view settings 2014-07-01 00:06:28 -04:00
Luke Pulverenti 1a5a75854b update translations 2014-06-29 15:59:52 -04:00
Luke Pulverenti 0727475abf update translations 2014-06-23 12:05:19 -04:00
Luke Pulverenti 3b30a2aee0 detect anamorphic video 2014-06-22 12:25:47 -04:00
Luke Pulverenti 7049ad66f4 added library grouping settings. 2014-06-04 22:32:40 -04:00
Luke Pulverenti 37683565e7 added new channel settings 2014-06-01 15:41:35 -04:00
Luke Pulverenti 20d35a6405 isolate .net specific methods in model project 2014-06-01 00:11:04 -04:00
Luke Pulverenti 21308be83f Add latest translations 2014-04-01 18:23:07 -04:00
Luke Pulverenti 2bfcf89abf updated nuget 2013-05-12 16:30:23 -04:00
LukePulverenti 767cdc1f6f Pushing missing changes 2013-02-20 20:33:05 -05:00