aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming
AgeCommit message (Collapse)Author
2019-11-24Merge pull request #1992 from Bond-009/namingtestsJoshua M. Boniface
Fix naming tests (cherry picked from commit 78e0afae2fba48212dab2986818b5156868592fb) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-24Merge pull request #1929 from Narfinger/parser-fix4dkanada
[Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found (cherry picked from commit 61b9b4046af1890d4a2a68495f212def3bca6915) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-06-14Update depsBond_009
2019-06-01Fix buildBond_009
2019-06-01Fix more warningsBond-009
2019-03-31Remove unused dependency for Emby.NamingBond_009
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-02-19Check for whitespaceClaus Vium
2019-02-19Remove limit commentClaus Vium
2019-02-19Remove arbitrary limit and minor style fixesClaus Vium
2019-02-19Revert "Change multi version logic for movies"Claus Vium
This reverts commit a4055779f6c824cc0289dfb4f77dc094f2de850a.
2019-02-19Revert "Remove unnecessary ToList"Claus Vium
This reverts commit 42abb5a9931806a2ae1cedd433144ebf82768a0d.
2019-02-19Revert "Add Year to the new VideoInfo"Claus Vium
This reverts commit 05ad2e9b3f5209d9e7ff9949d8c20cd8ef7062b6.
2019-02-19Revert "Merge pull request #924 from cvium/fix_movie_matching"Claus Vium
This reverts commit f274d024ceaacc23f0a30697aab8c0dfb05c402c, reversing changes made to 4b4399fba6df3368ab04e78acd2dd08873e4f07b.
2019-02-19Revert "Merge pull request #933 from cvium/fix_movie_matching_again"Claus Vium
This reverts commit 77d4fec6eb75b9b26a24e0678c7a75d8decb2e29, reversing changes made to f274d024ceaacc23f0a30697aab8c0dfb05c402c.
2019-02-18Minor style fixesClaus Vium
2019-02-18Semi-revert to prefer old movie grouping behaviourClaus Vium
2019-02-17Use the movie name instead of folder nameClaus Vium
2019-01-27Add Year to the new VideoInfoClaus Vium
2019-01-27Remove unnecessary ToListClaus Vium
2019-01-27Change multi version logic for moviesClaus Vium
2019-01-25Fix always null expressionsBond_009
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-20Minor improvements to library scan codeBond_009
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-20Updates reported version in `System/Info*` set of endpoints.Erwin de Haan
Added ProductName and ServerVersion to API. Added build version and build step. Addressed issues wtih indentation. Made the BuildVersion an actual object. This lets up link to the github page of that commit. Fixed class method type and styled link. Fixed languages and split out the information in the UI. Moved update-version script and gave it executable permissions. Windows correctly finds the .bat file. And linux takes the one without extension. Removed tempfiles from replace sessions from csproj. Updated version generation scripts. Will also work with pre existing version files. (Source tarballs etc.) Added simple replace for ssh github links. Add execute rights to update-version. Wrapped long line in ApplicationHost.cs Fixed some small issues. Fixed some small issues, and flipped some if's around. Converted parameter names to camelBack casing. Sealed the attribute class. Removed MPLv2 license. Fixed file headers. Added newline. Moved links in *.csproj files as well. Fix issues caused by rebase auto merging. Removed default constructor and added init values to properties, also hid the Remote value form API.
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-18Merge branch 'dev' into reformatErwin de Haan
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-14Add nuget info to Emby.NamingBond-009
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.NamingErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin 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-07remove trailing whitespacehawken
2018-12-12Change libraries from netcoreapp to netstandardBond_009
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
2018-09-12Update to 3.5.2 and .net core 2.1stefan