aboutsummaryrefslogtreecommitdiff
path: root/Emby.Naming
AgeCommit message (Collapse)Author
2020-09-20Minor improvementsBond_009
2020-09-09some testing for AudioBookKeridos
fix PartNumber detection
2020-09-05Merge pull request #3880 from DirtyRacer1337/datetimeBond-009
Fix year parsing
2020-09-02Fixes for CI Nuget package pushing and CI triggersErwin de Haan
Also adds SourceLink support and symbols that are pushed to Nuget. Add symbols to main nuget packages for unstable builds (Azure Artifacts does not support symbols outside of the main package) SourceLink will enable stepping during debugging.
2020-08-26use proper spdxcrobibero
2020-08-26switch to spdxcrobibero
2020-08-25Properly pack project licensecrobibero
2020-08-13Use VersionPrefixDavid
2020-08-13Fix nuget ciDavid
2020-08-12Replace \d to [0-9]DirtyRacer1337
2020-08-12Add date filterDirtyRacer1337
2020-08-12Fix year parsingDirtyRacer1337
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-20Replace \d with [0-9] in ffmpeg detection and scan codeBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-03Merge pull request #3046 from puschie286/add-clean-name-tagBond-009
allow bd tag in file names
2020-05-15Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105Vasily
2020-05-04Merge pull request #2950 from Bond-009/videoresolverAnthony Lavado
Fix VideoResolver and tests
2020-05-03+ add bd tag to clean string regexChristoph Potas
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2020-04-29Merge pull request #2917 from Bond-009/testsVasily
Improved tests
2020-04-25Address commentsBond_009
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-21Fix VideoResolver and testsBond_009
2020-04-19Address commentsBond_009
2020-04-19Improved testsBond_009
2020-04-13Another iterationDelgan
2020-04-13Fix failing tests?Delgan
2020-04-13Improve movie resolver if space precedes the yearDelgan
2020-04-05Fix documentation for ExtraRuleType enum valuesMark Monteiro
2020-04-01Code review suggestionsMark Monteiro
2020-04-01Small fixesMark Monteiro
2020-04-01Document ExtraRule properlyMark Monteiro
2020-04-01Match using directory names in ExtraResolverMark Monteiro
2020-03-26Update Emby.Naming/Subtitles/SubtitleParser.csCody Robibero
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-03-25implement suggestionscrobibero
2020-03-25implement suggestionscrobibero
2020-03-25revert xml docs indentationcrobibero
2020-03-25Fix warnings in Emby.Namingcrobibero
2020-02-23Fix some warningsBond_009
* 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-23Merge pull request #2427 from Bond-009/minordkanada
Minor improvements
2020-02-19Minor improvementsBond_009
2020-02-19Fix episode parsingBond_009
2020-01-22Clean up Emby.NamingBond_009
2020-01-21Merge pull request #2299 from dkanada/testingVasily
Fix a few more tests for music and episodes
2020-01-19fix and remove a few more testsdkanada
2020-01-11Fix testsBond_009