Mark Monteiro
cbd62e00a4
Ensure transcoding path is created when it is retrieved
5 years ago
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
05ab61200a
Do not call UseContentRoot() on the web host builder
...
This call has nothing to do with static web content and should not have ever been called with the web content path: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows#content-root
Since this call is removed, the ContentRoot property is also removed from ApplicationHost as it is no longer needed.
Finally, move validation of the static content path to the DashboardService where it is actually used.
5 years ago
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
5 years ago
Mark Monteiro
8ffb073ccb
Enable documentation warnings for fully documented files
5 years ago
Mark Monteiro
a381eb884c
add-some-xml-documentation
5 years ago
Bond_009
2ef4ffd698
More warnings (removed)
5 years ago
Bond_009
4a0df15bbd
Fix GetTranscodePath function and cache path update logline
...
* GetTranscodePath returned an empty string after the option was left
blank in the web UI
* Unified the log style for all paths
5 years ago
Bond-009
e808e8b2d2
Update MediaBrowser.Common/Configuration/EncodingConfigurationExtensions.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Bond-009
d4b438791f
Don't append transcodes to transcoding temp path
5 years ago
Bond_009
9d4ce82ab9
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
...
Adds `#pragma warning disable CS1591` to all files in
MediaBrowser.Common containing undocumented members.
5 years ago
Joshua Boniface
3c4043199a
Implement review feedback
6 years ago
Joshua Boniface
132ce3ece1
Add further resources to complete WebPath
6 years ago
Bond_009
77a5617774
Removed remaining self-update code
6 years ago
Erwin de Haan
38f96af079
Reformat JustAMan review pt2 changes
...
Refs #575
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
106d1d18ed
Visual Studio Reformat: MediaBrowser.Common
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
0e9cd51f9c
update .net core startup
8 years ago
Luke Pulverenti
2e53ff1fd0
move files out of common
10 years ago
Luke Pulverenti
97ae93fe5e
add standalone EncodingOptions
10 years ago
Luke Pulverenti
e5e39e8e56
add metadata editor info endpoint
10 years ago
Luke Pulverenti
e84ba17b9f
add activity log feature
10 years ago
Luke Pulverenti
c5319bb4ae
update playlist xml saving
10 years ago
Luke Pulverenti
933443c2b9
added modular configuration
11 years ago
Luke Pulverenti
3488cfecbd
make lazy loaded paths more nimble
11 years ago
Luke Pulverenti
4e79eaf65e
add ApplicationPath to app paths interface to hide implementation
11 years ago
Luke Pulverenti
c1ad234b79
Added album soundtrack links
11 years ago
LukePulverenti
2ca4b7d03a
Created IConfigurationManager
12 years ago