Bond-009 
							
						 
					 
					
						
						
						
						
							
						
						
							7631956451 
							
						 
					 
					
						
						
							
							Backport pull request  #12550  from jellyfin/release-10.9.z  
						
						... 
						
						
						
						Create and use FormattingStreamWriter
Original-merge: cd2f2ca17800f71c8d94a6e043b49b7c4200e254
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me> 
						
						
					 
					
						2024-09-07 18:09:52 -04:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							a90316b4d9 
							
						 
					 
					
						
						
							
							Replace UserId with User in NextUpQuery  
						
						
						
						
					 
					
						2024-08-05 17:17:57 +02:00 
						 
				 
			
				
					
						
							
							
								ItsAllAboutTheCode 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							24f355a779 
							
						 
					 
					
						
						
							
							Changed GetThemeMedia to support SortBy/Order options ( #12167 )  
						
						... 
						
						
						
						* Changed `GetThemeMedia` to support SortBy/Order options
The `GetThemeMedia, `GetThemeVideos` and `GetThemeSongs` functions can optionally sort the results based based on passing an ItemSortBy type and a SortOrder.
This is intended to be used by jellyfin-web in order to allow users to control the order of theme playback.
See PR: https://github.com/jellyfin/jellyfin-web/pull/5714 
* Update MediaBrowser.Controller/Entities/BaseItem.cs
Fix the `GetThemeVideos` two argument overload having both parameters defaulted.
For the two argument overload, both parameters are required. 
						
						
					 
					
						2024-07-21 16:16:31 +02:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7b8d45bbb 
							
						 
					 
					
						
						
							
							Use helper function to compare guid ( #10825 )  
						
						
						
						
					 
					
						2024-01-17 08:51:39 -07:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
						
						
							
						
						
							033cfa59c4 
							
						 
					 
					
						
						
							
							Convert CollectionType to use lowercase enum names  
						
						
						
						
					 
					
						2023-12-08 15:45:36 -07:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							892973a9e3 
							
						 
					 
					
						
						
							
							Merge branch 'master' into media-type  
						
						
						
						
					 
					
						2023-11-09 22:03:55 -07:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							906f701fa8 
							
						 
					 
					
						
						
							
							Convert CollectionType, SpecialFolderType to enum ( #9764 )  
						
						... 
						
						
						
						* Convert CollectionType, SpecialFolderType to enum
* Hide internal enum CollectionType values
* Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Fix recent change
* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
---------
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com> 
						
						
					 
					
						2023-11-09 14:00:29 -07:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
						
						
							
						
						
							2920611ffc 
							
						 
					 
					
						
						
							
							Convert string MediaType to enum MediaType  
						
						
						
						
					 
					
						2023-10-10 15:57:15 -06:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							52194f56b5 
							
						 
					 
					
						
						
							
							Replace != null with is not null  
						
						
						
						
					 
					
						2022-12-05 15:01:13 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d50d640e 
							
						 
					 
					
						
						
							
							Replace == null with is null  
						
						
						
						
					 
					
						2022-12-05 15:00:20 +01:00 
						 
				 
			
				
					
						
							
							
								Niels van Velzen 
							
						 
					 
					
						
						
						
						
							
						
						
							61afd029df 
							
						 
					 
					
						
						
							
							Check for empty guid  
						
						
						
						
					 
					
						2022-08-14 12:58:38 +02:00 
						 
				 
			
				
					
						
							
							
								Niels van Velzen 
							
						 
					 
					
						
						
						
						
							
						
						
							0f91244239 
							
						 
					 
					
						
						
							
							Use Guid for adjacentTo API parameter  
						
						
						
						
					 
					
						2022-08-14 12:47:25 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							f50a250cd9 
							
						 
					 
					
						
						
							
							Optimize Guid comparisons  
						
						... 
						
						
						
						* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty 
						
						
					 
					
						2022-02-21 14:15:09 +01:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
						
						
							
						
						
							a60cb280a3 
							
						 
					 
					
						
						
							
							Properly populate QueryResult  
						
						
						
						
					 
					
						2022-01-20 08:53:06 -07:00 
						 
				 
			
				
					
						
							
							
								cvium 
							
						 
					 
					
						
						
						
						
							
						
						
							b880dc8a4a 
							
						 
					 
					
						
						
							
							Use our own Contains extension  
						
						
						
						
					 
					
						2021-12-20 13:31:07 +01:00 
						 
				 
			
				
					
						
							
							
								Claus Vium 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a0618552b 
							
						 
					 
					
						
						
							
							Merge branch 'master' into what_could_go_wrong  
						
						
						
						
					 
					
						2021-12-15 08:38:39 +01:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
						
						
							
						
						
							32629cd7da 
							
						 
					 
					
						
						
							
							Use BaseItemKind where possible  
						
						
						
						
					 
					
						2021-12-12 06:11:27 -07:00 
						 
				 
			
				
					
						
							
							
								cvium 
							
						 
					 
					
						
						
						
						
							
						
						
							fde84a1e00 
							
						 
					 
					
						
						
							
							Refactor extras parsing  
						
						
						
						
					 
					
						2021-12-07 15:24:57 +01:00 
						 
				 
			
				
					
						
							
							
								cvium 
							
						 
					 
					
						
						
						
						
							
						
						
							b50c3852ef 
							
						 
					 
					
						
						
							
							Remove unused dependencies  
						
						
						
						
					 
					
						2021-11-16 12:24:17 +01:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
						
						
							
						
						
							65f8d8c0cd 
							
						 
					 
					
						
						
							
							[CA1801] Parameter is never used. Remove the parameter or use it in the method body.  
						
						
						
						
					 
					
						2021-07-10 10:09:02 -06:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d461e3912a 
							
						 
					 
					
						
						
							
							Remove warninigs from MediaBrowser.Controller (Part 3) ( #6078 )  
						
						... 
						
						
						
						Co-authored-by: Bond-009 <bond.009@outlook.com> 
						
						
					 
					
						2021-06-06 17:16:41 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							fb090df0b5 
							
						 
					 
					
						
						
							
							Enable nullable reference types for MediaBrowser.Controller  
						
						
						
						
					 
					
						2021-05-07 00:39:20 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							f46195899e 
							
						 
					 
					
						
						
							
							Improve perf of db save and query  
						
						
						
						
					 
					
						2021-04-21 22:25:08 +02:00 
						 
				 
			
				
					
						
							
							
								crobibero 
							
						 
					 
					
						
						
						
						
							
						
						
							3cc0dd7e12 
							
						 
					 
					
						
						
							
							Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.  
						
						
						
						
					 
					
						2020-11-16 20:29:46 -07:00 
						 
				 
			
				
					
						
							
							
								Anthony Lavado 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6205fb4b6a 
							
						 
					 
					
						
						
							
							Merge pull request  #4341  from Bond-009/minor6  
						
						... 
						
						
						
						Minor improvements 
						
						
					 
					
						2020-11-02 11:10:39 -05:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							49569ca0a0 
							
						 
					 
					
						
						
							
							Use nameof where possible  
						
						
						
						
					 
					
						2020-10-17 16:19:57 +02:00 
						 
				 
			
				
					
						
							
							
								Jan-Pieter Baert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec91d3893d 
							
						 
					 
					
						
						
							
							Fix SA 1116 warnings  
						
						
						
						
					 
					
						2020-10-12 20:05:11 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Montgomery 
							
						 
					 
					
						
						
						
						
							
						
						
							53d5f64e03 
							
						 
					 
					
						
						
							
							Fix SA1513, SA1514, SA1507, and SA1508  
						
						
						
						
					 
					
						2020-09-28 15:04:31 -05:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							ab2147751f 
							
						 
					 
					
						
						
							
							Make MediaBrowser.MediaEncoding warnings free  
						
						
						
						
					 
					
						2020-08-20 12:16:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							68edccd9f4 
							
						 
					 
					
						
						
							
							More warn  
						
						
						
						
					 
					
						2020-08-19 18:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Patrick Barron 
							
						 
					 
					
						
						
						
						
							
						
						
							ab396225ea 
							
						 
					 
					
						
						
							
							Migrate Display Preferences to EF Core  
						
						
						
						
					 
					
						2020-07-17 16:11:53 -04:00 
						 
				 
			
				
					
						
							
							
								crobibero 
							
						 
					 
					
						
						
						
						
							
						
						
							1398c2117c 
							
						 
					 
					
						
						
							
							Revert ILoggerFactory usage in BaseItem.cs  
						
						
						
						
					 
					
						2020-06-23 07:31:59 -06:00 
						 
				 
			
				
					
						
							
							
								telans 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							247f9c61e6 
							
						 
					 
					
						
						
							
							fix SA1513/SA1516  
						
						
						
						
					 
					
						2020-06-16 16:11:30 +12:00 
						 
				 
			
				
					
						
							
							
								telans 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d9049ef08 
							
						 
					 
					
						
						
							
							fix SA1508  
						
						
						
						
					 
					
						2020-06-15 10:45:55 +12:00 
						 
				 
			
				
					
						
							
							
								telans 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							acd4389653 
							
						 
					 
					
						
						
							
							fix SA1005  
						
						
						
						
					 
					
						2020-06-15 10:41:00 +12:00 
						 
				 
			
				
					
						
							
							
								Patrick Barron 
							
						 
					 
					
						
						
						
						
							
						
						
							42b4f0aa2e 
							
						 
					 
					
						
						
							
							Merge branch 'master' into userdb-efcore  
						
						... 
						
						
						
						# Conflicts:
#	Emby.Server.Implementations/Library/UserManager.cs
#	Jellyfin.Data/Jellyfin.Data.csproj 
						
						
					 
					
						2020-06-13 19:41:05 -04:00 
						 
				 
			
				
					
						
							
							
								dkanada 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							403cd3205f 
							
						 
					 
					
						
						
							
							Merge pull request  #3254  from crobibero/ilogger  
						
						... 
						
						
						
						Use typed logger where possible 
						
						
					 
					
						2020-06-13 00:29:43 +09:00 
						 
				 
			
				
					
						
							
							
								Patrick Barron 
							
						 
					 
					
						
						
						
						
							
						
						
							fc02157b42 
							
						 
					 
					
						
						
							
							Fix build errors  
						
						
						
						
					 
					
						2020-06-11 18:28:49 -04:00 
						 
				 
			
				
					
						
							
							
								Patrick Barron 
							
						 
					 
					
						
						
						
						
							
						
						
							7a115024aa 
							
						 
					 
					
						
						
							
							Merge branch 'master' into userdb-efcore  
						
						... 
						
						
						
						# Conflicts:
#	MediaBrowser.Controller/Library/ILibraryManager.cs
#	MediaBrowser.Providers/Users/UserMetadataService.cs 
						
						
					 
					
						2020-06-11 18:23:12 -04:00 
						 
				 
			
				
					
						
							
							
								aled 
							
						 
					 
					
						
						
						
						
							
						
						
							22a860a806 
							
						 
					 
					
						
						
							
							Fix a small number of compile warnings  
						
						
						
						
					 
					
						2020-06-06 20:17:49 +01:00 
						 
				 
			
				
					
						
							
							
								crobibero 
							
						 
					 
					
						
						
						
						
							
						
						
							44957c5a9a 
							
						 
					 
					
						
						
							
							Use typed logger where possible  
						
						
						
						
					 
					
						2020-06-05 18:15:56 -06:00 
						 
				 
			
				
					
						
							
							
								Patrick Barron 
							
						 
					 
					
						
						
						
						
							
						
						
							c464f700db 
							
						 
					 
					
						
						
							
							Remove redundant qualifiers  
						
						
						
						
					 
					
						2020-05-20 13:07:53 -04:00 
						 
				 
			
				
					
						
							
							
								Patrick Barron 
							
						 
					 
					
						
						
						
						
							
						
						
							9ad839c776 
							
						 
					 
					
						
						
							
							Initial migration code  
						
						
						
						
					 
					
						2020-05-12 22:10:35 -04:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							bbc0875387 
							
						 
					 
					
						
						
							
							Don't shuffle some types by default  
						
						
						
						
					 
					
						2019-10-20 16:08:40 +02:00 
						 
				 
			
				
					
						
							
							
								Bond-009 
							
						 
					 
					
						
						
						
						
							
						
						
							6032f31aa6 
							
						 
					 
					
						
						
							
							Use CultureInvariant string conversion for Guids  
						
						
						
						
					 
					
						2019-08-09 23:17:54 +02:00 
						 
				 
			
				
					
						
							
							
								Bond-009 
							
						 
					 
					
						
						
						
						
							
						
						
							6566c91360 
							
						 
					 
					
						
						
							
							Seperate changes from  #1023  
						
						... 
						
						
						
						The unrelated changes from #1023  (and more) 
						
						
					 
					
						2019-03-25 21:27:03 +01:00 
						 
				 
			
				
					
						
							
							
								Claus Vium 
							
						 
					 
					
						
						
						
						
							
						
						
							8985fb8d58 
							
						 
					 
					
						
						
							
							Remove support for games as a media type  
						
						
						
						
					 
					
						2019-01-31 19:04:47 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							8af256f9c2 
							
						 
					 
					
						
						
							
							Fix always null expressions  
						
						
						
						
					 
					
						2019-01-25 21:52:10 +01:00 
						 
				 
			
				
					
						
							
							
								Erwin de Haan 
							
						 
					 
					
						
						
						
						
							
						
						
							26ca4b607b 
							
						 
					 
					
						
						
							
							Visual Studio Reformat: MediaBrowser.Controller  
						
						
						
						
					 
					
						2019-01-13 20:25:32 +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