ProfessionalismIsMyMiddleName
|
ffc4cc4a04
|
Save modified userData after parsing an nfo in case of "watched", "playcount" or "lastplayed" tags.
|
2 years ago |
renovate[bot]
|
e408da4651
|
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v3.3.4 (#9117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2 years ago |
Bond_009
|
b366dc2e6e
|
Use ArgumentException.ThrowIfNullOrEmpty
|
2 years ago |
Bond_009
|
236dd650d0
|
Update projects to .net7
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
Shadowghost
|
2e639c77c7
|
Apply review suggestions
|
2 years ago |
Shadowghost
|
072651c4be
|
Add xmldocs for TMDb provider, correct provider spelling
|
2 years ago |
luz paz
|
9ec2870b10
|
Fix various typos
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
|
3 years ago |
dependabot[bot]
|
812841d01e
|
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Cody Robibero
|
834fe85185
|
Merge pull request #7543 from daullmer/nfo-datefix
(cherry picked from commit a280ff603f )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
3 years ago |
dependabot[bot]
|
dde984bd0e
|
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
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>
|
3 years ago |
David Ullmer
|
7885167f54
|
Fix nfo thumb tags without aspect
|
3 years ago |
Cody Robibero
|
b6489e73ab
|
Merge pull request #7241 from Bond-009/async5
|
3 years ago |
Bond_009
|
e7be01d7a5
|
Flush to disk async where possible
|
3 years ago |
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
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
|
3 years ago |
Cody Robibero
|
7bfc6b5679
|
Remove more warnings
|
3 years ago |
Bond_009
|
cbfa355e31
|
Update StyleCop
|
3 years ago |
cvium
|
b880dc8a4a
|
Use our own Contains extension
|
3 years ago |
cvium
|
61b75c82ce
|
Read past empty elements
|
3 years ago |
Bond_009
|
1d19a5be61
|
Fix some warnings
down to 580
|
3 years ago |
Bond_009
|
5726535a26
|
Fix some warnings
609 left
|
3 years ago |
cvium
|
c0bab5c173
|
Make sure ReadToDescendant was successful, #6773
|
3 years ago |
Bond_009
|
9af16fcb6c
|
Remove workaround for dotnet/runtime#42790
|
3 years ago |
Cody Robibero
|
9234e5bf80
|
Remove all instances of en-US culture
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
Bond_009
|
653df7d8e5
|
Specify DateTimeStyles when possible
|
3 years ago |
Bond_009
|
a6d1e542e6
|
Reduce allocations
|
3 years ago |
Fernando Fernández
|
3d0b1ccae6
|
Remove all unused usings
|
4 years ago |
Cody Robibero
|
ec13412155
|
Merge remote-tracking branch 'upstream/master' into warn-259810
|
4 years ago |
Claus Vium
|
4cd372109d
|
Merge pull request #6473 from Bond-009/nullable7
Enable nullable for more files
|
4 years ago |
Bond-009
|
bb685e4920
|
Merge pull request #6422 from daullmer/nfo-fanart
|
4 years ago |
Cody Robibero
|
cba07b1ca6
|
Remove more and more warnings
|
4 years ago |
Bond_009
|
645825db36
|
Enable nullable for more files
|
4 years ago |
Bond_009
|
19824bff94
|
Minor improvements
|
4 years ago |
David Ullmer
|
12e58840eb
|
Modify FetchThumbNode method to read children of fanart tag
|
4 years ago |
David Ullmer
|
577d665192
|
Move thumb tag parsing to separate method
|
4 years ago |
Bond_009
|
f1f72c3060
|
Minor improvements
|
4 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
Bond_009
|
4367b97a54
|
Fix build
|
4 years ago |
David Ullmer
|
e57b80b8e2
|
Add support for fanart aspect in thumb tag
|
4 years ago |
Bill Thornton
|
9d02ebb577
|
Merge pull request #4981 from Ullmie02/nfo-ratings
Add .nfo ratings tag
|
4 years ago |
Bond-009
|
b49d50e634
|
Merge pull request #5467 from Ullmie02/nfo-fixes
|
4 years ago |
David
|
78f7fdeacc
|
Rename methods and optimize allocations
|
4 years ago |
Bond-009
|
16011d96a0
|
Merge pull request #5321 from Ullmie02/nfo-thumb
|
4 years ago |
David
|
14cbd22fbe
|
Use Helper Methods for provider url parsing
|
4 years ago |
David
|
954148eb6d
|
Fix Radarr url nfo files
|
4 years ago |
David
|
8a74d76598
|
Fix id tag setting IMDb id when it is TMDb id
|
4 years ago |
Bond_009
|
d202df6e8a
|
Remove useless line
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
David Ullmer
|
b8d52dafa9
|
Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
David
|
6f898145af
|
Use Uri.TryCreate and ImageType helper method
|
4 years ago |
David
|
16694b0cfc
|
Add nfo thumb tag support
|
4 years ago |
Bond-009
|
92e5a5c6e8
|
Merge pull request #5166 from netpok/index-number-end-from-nfo
|
4 years ago |
Balázs Váradi
|
a015caba3f
|
Remove unnecessary sanity check
|
4 years ago |
dkanada
|
13d65318eb
|
Merge pull request #5223 from Bond-009/minor10
Minor improvements
|
4 years ago |
David
|
9379f535c2
|
Merge remote-tracking branch 'jellyfin/master' into nfo-tests
|
4 years ago |
David
|
fc7377fb9b
|
Merge remote-tracking branch 'jellyfin/master' into nfo-tests
# Conflicts:
# tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs
# tests/Jellyfin.XbmcMetadata.Tests/Parsers/SeriesNfoParserTests.cs
|
4 years ago |
David
|
7f12b27319
|
Add nfo location tests
|
4 years ago |
Bond_009
|
65bab55ca0
|
Minor improvements
|
4 years ago |
David Ullmer
|
eaaab10cf3
|
Don't split playcount
|
4 years ago |
David Ullmer
|
ab5fb1b1f2
|
Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watched
|
4 years ago |
David Ullmer
|
ae57ed4ac7
|
Add nfo user data tests
|
4 years ago |
David Ullmer
|
dc2f8b5e6b
|
Fix xml loop
|
4 years ago |
David
|
3a4c33ca5f
|
Add nfo parsing for watched, playcount and lastplayed
|
4 years ago |
David Ullmer
|
086254821f
|
Add test for generic nfo provider id parsing
|
4 years ago |
netpok
|
c97edc96eb
|
Fix typo
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Balázs Váradi
|
094ffafb24
|
Comment and simplify code
|
4 years ago |
Balázs Váradi
|
b646787ab6
|
Get IndexNumberEnd from nfo
|
4 years ago |
dkanada
|
bfbbee0bc9
|
Merge pull request #5085 from Ullmie02/nfo-actor-type
Process actor type in nfo files
|
4 years ago |
dkanada
|
cfe37474f1
|
Merge pull request #5088 from Ullmie02/nfo-watched
Fix nfo saving during UserDataSaved event
|
4 years ago |
BaronGreenback
|
8d12e6d6eb
|
Update BaseNfoSaver.cs
|
4 years ago |
BaronGreenback
|
21d15989f5
|
1 attempted fix
|
4 years ago |
David Ullmer
|
39f9a7981a
|
Update MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
David Ullmer
|
3838e8ac15
|
Update MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
David
|
18e33b6b2d
|
Remove check for wrong metadata saving property
|
4 years ago |
David
|
454d82c52c
|
Process actor type in nfo files
|
4 years ago |
David
|
b2f2126edd
|
Don't write tagline in <outline> in nfo files
|
4 years ago |
David
|
7297412195
|
Fix indentation
|
4 years ago |
David
|
cf9a03790b
|
Check rating name for "audience"
|
4 years ago |
David
|
dbd70bd394
|
Add episode nfo parser test
|
4 years ago |
Bond_009
|
4c3fa21e97
|
Add tests for artist nfo
|
4 years ago |
Bond_009
|
585821954d
|
Add tests for series nfo
|
4 years ago |
David
|
262c6ae249
|
Remove ',' hack
|
4 years ago |
Bond_009
|
d07eef4f25
|
Add tests for NFO parsers
|
4 years ago |
David
|
357429b8ea
|
Add .nfo ratings tag
|
4 years ago |
martinek-stepan
|
cc92f7afe5
|
Enable nullable for MediaBrowser.XbmcMetadata project (#4612)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Stepan <ste.martinek+git@gmail.com>
|
4 years ago |
Greenback
|
9a323f6df0
|
More spelling corrections.
|
4 years ago |
crobibero
|
83629ab6f2
|
Update packages to net5
|
4 years ago |
Bond_009
|
d4092846e4
|
Optimize Substring and StringBuilder usage
|
5 years ago |
dkanada
|
403cd3205f
|
Merge pull request #3254 from crobibero/ilogger
Use typed logger where possible
|
5 years ago |
aled
|
299e49f39d
|
Fix a small number of compile warnings
|
5 years ago |
aled
|
22a860a806
|
Fix a small number of compile warnings
|
5 years ago |
crobibero
|
44957c5a9a
|
Use typed logger where possible
|
5 years ago |
Bond-009
|
c0b3c11b2e
|
Merge pull request #2846 from jellyfin/azure
Remove requirement to build web during server builds
|
5 years ago |
Mark Monteiro
|
c5f163293f
|
Add <ProjectGuid> properties to all project files
This is required for SonarCloud analysis to run
|
5 years ago |
randrey
|
d30fd3b3d2
|
Changed '\d' to '[0-9]'.
|
5 years ago |
randrey
|
92f273cb0c
|
Limit imdbid to 8 digits.
|
5 years ago |
randrey
|
d7a71cee3c
|
Fix imdbid regex
|
5 years ago |
Bond-009
|
94fe9b8f6d
|
Merge branch 'master' into warn17
|
5 years ago |