TheMelmacian
51207edf44
Backport pull request #13092 from jellyfin/release-10.10.z
...
Fix: handling of <set> elements in NfoParser
Original-merge: f333ef74b3
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Bond_009 <bond.009@outlook.com>
1 week ago
Josh Soref
044cf9fb85
chore: fix spelling
...
* a
* acceleration
* addition
* altogether
* api clients
* artist
* associated
* bandwidth
* cannot
* capabilities
* case-insensitive
* case-sensitive
* configuration
* delimiter
* dependent
* diacritics
* directors
* enable
* explicitly
* filters
* finish
* have
* hierarchy
* implicit
* include
* information
* into
* its
* keepalive
* localization
* macos
* manual
* matching
* metadata
* nonexistent
* options
* overridden
* parsed
* parser
* playback
* preferring
* processes
* processing
* provider
* ratings
* retrieval
* running
* segments
* separate
* should
* station
* subdirectories
* superseded
* supported
* system
* than
* the
* throws
* transpose
* valid
* was
link: forum or chat rooms
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
3 weeks ago
JPVenson
d3a3d9fce3
Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData
4 months ago
renovate[bot]
aed00733f8
Update dependency xunit to 2.9.1 ( #12687 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
5 months ago
JPVenson
d0b4b2ddb3
Migrated UserData from library sqlite db to jellyfin.db
5 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
6 months ago
TheMelmacian
d4eeafe53f
Fix: parsing of xbmc style multi episode nfo files ( #12268 )
7 months ago
Bond_009
d3f0346f04
Enable nullable for UserItemData
...
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
7 months ago
Stepan Goremykin
8d7e4229ca
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Net/SocketFactory.cs
# RSSDP/SsdpCommunicationsServer.cs
# RSSDP/SsdpDeviceLocator.cs
# RSSDP/SsdpDevicePublisher.cs
1 year ago
scampower3
305405c9a1
Combine Title and Overview for multi-episodes files for NFO file ( #10080 )
1 year ago
Stepan Goremykin
8ea812b65d
Reduce string literal length by using verbatim string
1 year ago
Stepan Goremykin
7d7e177265
Remove redundant casts
2 years ago
Cody Robibero
89be3aa37f
Convert Person.Type to use PersonKind enum ( #9487 )
2 years ago
MrTimscampi
7ad0c9ba24
Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz
...
Co-authored-by: crobibero <cody@robibe.ro>
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2 years ago
Hannes Braun
4edeccc5e0
Remove redundant using directives
2 years ago
David Ullmer
a00e6ff426
Update tests/Jellyfin.XbmcMetadata.Tests/Parsers/EpisodeNfoProviderTests.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
David Ullmer
fdfcb45c2a
Add regression test for #7285
3 years ago
Cody Robibero
7bfc6b5679
Remove more warnings
3 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
3 years ago
David Ullmer
bf441e49b9
Add test for fanart tag
4 years ago
Bond_009
8528e9bddb
Improve platform checks
4 years ago
Bond_009
c78457e6d3
Minor fixes
4 years ago
David Ullmer
e57b80b8e2
Add support for fanart aspect in thumb tag
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
Bond-009
b49d50e634
Merge pull request #5467 from Ullmie02/nfo-fixes
4 years ago
Bond-009
16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
4 years ago
David
572600b38e
Use conditional operator instead of if/else block
4 years ago
David
954148eb6d
Fix Radarr url nfo files
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
David
9379f535c2
Merge remote-tracking branch 'jellyfin/master' into nfo-tests
4 years ago
David
e924545ae2
Fix tests for UNIX
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
36d91a1601
Add test for music video nfo
4 years ago
David
eecdc3c110
Add more tags to nfo tests
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
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
Balázs Váradi
7ba53548a2
Fix typos in nfo tests
4 years ago
Balázs Váradi
351d61a318
Add test for multiepisode nfo parsing
4 years ago
David
454d82c52c
Process actor type in nfo files
4 years ago
David
d71dce50ca
Add music album nfo parser test
4 years ago
David
ccea02fbb2
Add season nfo parser test
4 years ago
David
dbd70bd394
Add episode nfo parser test
4 years ago
David
0279af5f6b
Move existing tests to correct namespace
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