David
6f898145af
Use Uri.TryCreate and ImageType helper method
4 years ago
David
16694b0cfc
Add nfo thumb tag support
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
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
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
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
Bond_009
d07eef4f25
Add tests for NFO parsers
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
4 years ago
dkanada
403cd3205f
Merge pull request #3254 from crobibero/ilogger
...
Use typed logger where possible
4 years ago
aled
299e49f39d
Fix a small number of compile warnings
4 years ago
aled
22a860a806
Fix a small number of compile warnings
4 years ago
crobibero
44957c5a9a
Use typed logger where possible
4 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
Mark Monteiro
b67e9cde8c
Replace ILogger with ILogger<T> wherever possible
...
Log entries will contain additional class context when using this interface
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* 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
5 years ago
Bond_009
87d2479b78
Fix warnings
5 years ago
Bond_009
3221e837f9
* Add support for multi segment base urls
...
* Make baseurl case-insensitive
5 years ago
Bond_009
3cf9313c86
Update deps
5 years ago
Bond_009
a245f5a0d4
Rewrite hex encoder/decoder
5 years ago
Bond_009
c9820d30ed
Fix multiple mistakes and warnings
5 years ago
Bond_009
3eca8b9c98
Address comments
5 years ago
Bond_009
0803a916aa
Fix some documentation warnings for MediaBrowser.XbmcMetadata
5 years ago
Bond_009
1616f24cee
Fix more warnings
5 years ago
Bond_009
838e5d05d5
Document all public/internal members of Emby.Drawing
...
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
5 years ago