aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ServerApplicationPaths.cs
AgeCommit message (Collapse)Author
2020-10-17Minor improvementsBond_009
2020-04-26Ensure metadata path is created on app startup, and also each time it is updatedMark Monteiro
2019-12-04Remove unused fields and propertiesBond_009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21rename some missed variables and fix warningsdkanada
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-10-29Fix more warningsBond_009
2019-08-09Fix doc releated warningsBond_009
2019-03-10Remove unneccessary stringJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Add configuration flag for Web directoryJoshua Boniface
2019-02-13Rewrite rules for determining app paths and use XDG_CONFIG_HOME for ↵ploughpuff
configDir (#781) Re-write rules for determining dataDir, configDir and logDir. Generally, arguments from command line take precedence, then JELLYFIN env vars, before using XDG names. Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-02-01Make cache dir configurableBond_009
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
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-05Make config path configurableBond_009
2019-01-02Fix log dirBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-30allow separate configuration of date formatLuke Pulverenti
2017-08-17add fixes for .net coreLuke Pulverenti
2017-02-20make more classes portableLuke Pulverenti