| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-07 | Merge pull request #7527 from Shadowghost/mediaresolver-fix | Cody Robibero | |
| (cherry picked from commit aa1b1c6bbb78dcdef164ec07c0c481806b281bd5) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-07 | Merge pull request #7507 from crobibero/studio-image-plugin | Cody Robibero | |
| Fix StudioImageProvider (cherry picked from commit 5de2db9f5294d7a614d00ff6a6fc1dc0a2919c57) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-03 | Remove warnings | Joe Rogers | |
| 2022-04-03 | Fix review comment | Joe Rogers | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-04-03 | Simplify RefreshSingleItem | Joe Rogers | |
| 2022-04-03 | Reorder and flatten provider filtering | Joe Rogers | |
| 2022-04-03 | Pass TypeOptions instead of full LibraryOptions | Joe Rogers | |
| 2022-04-03 | Improve metadata provider sorting | Joe Rogers | |
| Extract configured order up front instead of for each provider Non-IHasOrder providers default to middle, not beginning Merge image and metadata sort helper methods | |||
| 2022-04-03 | Clarify naming, minor method ordering improvement | Joe Rogers | |
| 2022-04-03 | Add nullable annotations | Joe Rogers | |
| 2022-04-03 | Improve image provider sorting | Joe Rogers | |
| Remove irrelevant check for ILocalImageProvider Providers that are not IHasOrder default to middle, not beginning | |||
| 2022-04-03 | Fix unused var, log typo | Joe Rogers | |
| 2022-04-03 | Move Get*Providers definitions to interface | Joe Rogers | |
| 2022-03-25 | Merge pull request #7443 from whiteowl3/strm-probe | Cody Robibero | |
| 2022-03-23 | Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs | whiteowl3 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-03-21 | Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 | dependabot[bot] | |
| Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-03-18 | tmdb - update available series end status | Cody Robibero | |
| 2022-03-11 | Merge pull request #6528 from oledfish/additional-episode-orders | Joshua M. Boniface | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-11 | allow strm probe to succeed | whiteowl3 | |
| 2022-03-10 | Match external sub/audio stream adding logic | Joe Rogers | |
| 2022-03-08 | Remove unused poster support from StudiosImageProvider (#7423) | Bill Thornton | |
| 2022-03-05 | Merge pull request #7403 from 1337joe/fix-external-file-prefix-check | Cody Robibero | |
| 2022-03-05 | Merge pull request #7396 from thornbill/update-artwork-repository | Joshua M. Boniface | |
| 2022-03-05 | Fix external file check for shorter names | Joe Rogers | |
| 2022-03-04 | Switch to using spans for string comparison | Joe Rogers | |
| 2022-03-04 | Strip out external file fuzzy matching | Joe Rogers | |
| Convert MediaFlagDelimiter back to char | |||
| 2022-03-04 | Update artwork repository urls | Bill Thornton | |
| 2022-03-02 | Split DirectoryExists and FileExists | Cody Robibero | |
| 2022-02-28 | Use IFileSystem | Cody Robibero | |
| 2022-02-28 | Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs | Cody Robibero | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> | |||
| 2022-02-28 | Only add internal files if the internal metadata path exists | Cody Robibero | |
| Signed-off-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-02-21 | Require delimiter immediately after filename match | Joe Rogers | |
| 2022-02-21 | Rewrite tests for coverage and less duplication | Joe Rogers | |
| Address minor warnings Revert making GetInternalMetadataPath mockable | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * 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-19 | Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cs | Shadowghost | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2022-02-18 | fix(external-media): implement review suggestions | Shadowghost | |
| 2022-02-18 | feat(external-media): refactor to generic provider, extend tests and file ↵ | Shadowghost | |
| recognition, consolidate and extend NamingOptions | |||
| 2022-02-18 | feat(external-media): refactor external subtitle and audio provider | Shadowghost | |
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-02-11 | Merge pull request #7054 from matthew-jones-uk/disable-embedded-subs | Cody Robibero | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-01-28 | Remove some allocations (#7246) | Claus Vium | |
| 2022-01-26 | Changed boolean options to enums | Matthew Jones | |
| 2022-01-22 | Merge pull request #7235 from Bond-009/async4 | Cody Robibero | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Make ffprobe consistent with MetadataService.MergeData | Joe Rogers | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-20 | Merge pull request #7219 from 1337joe/tmdb-image-provider-logo | Cody Robibero | |
