aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs
AgeCommit message (Collapse)Author
2025-10-13Fix exception when saving user data to NFO files (#14993)theguymadmax
2025-10-08also apply provider normalisation on uniqueid type tagKGT1
2025-10-08map tmdbcol nfo property to TmdbCollectionKGT1
2025-01-25chore: fix spellingJosh Soref
* 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>
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-08-30Clean up UserDataManagerBond_009
* enable nullable * remove unused methods * fix warnings and docs
2024-07-17Add TrySetProviderId extensionBond_009
2024-06-23Backport pull request #12120 from jellyfin/release-10.9.zShadowghost
Do not override <year> if <releasedate> is set Original-merge: bf53f1ae385bd7631b0213182a155b109cd2bf10 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-01-17Removing unnecessary array initializationMartin Vandenbussche
2024-01-16Apply suggestions from code reviewMartin Vandenbussche
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-01-15Adding support for proper trailer STRM URL format, along with the deprecated ↵Martin Vandenbussche
format
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-08Remove redundant verbatim string prefixesStepan Goremykin
2023-10-06Remove logger parameter from XmlReaderExtensions.TryReadDateTimePatrick Barron
2023-10-06More miscellaneous cleanupPatrick Barron
2023-10-06Add TryReadInt to XmlReaderExtensionsPatrick Barron
2023-10-06Add ReadNormalizedString to XmlReaderExtensionsPatrick Barron
2023-10-06Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensionsPatrick Barron
2023-10-06Add GetStringArray and GetPersonArray to XmlReaderExtensionsPatrick Barron
2023-10-06Add XmlReader.GetPersonFromXmlNodePatrick Barron
2023-04-06Use TryAddStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-07Ignore avg critic rating Rotten TomatoesBond_009
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-01-25Save modified userData after parsing an nfo in case of "watched", ↵ProfessionalismIsMyMiddleName
"playcount" or "lastplayed" tags.
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-02-08Fix nfo thumb tags without aspectDavid Ullmer
2021-12-27Remove more warningsCody Robibero
2021-11-17Read past empty elementscvium
2021-11-04Make sure ReadToDescendant was successful, #6773cvium
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-19Reduce allocationsBond_009
2021-08-30Merge pull request #6422 from daullmer/nfo-fanartBond-009
2021-08-15Minor improvementsBond_009
2021-08-13Modify FetchThumbNode method to read children of fanart tagDavid Ullmer
2021-08-13Move thumb tag parsing to separate methodDavid Ullmer
2021-08-04Minor improvementsBond_009
2021-05-05Add support for fanart aspect in thumb tagDavid Ullmer
2021-05-04Merge pull request #4981 from Ullmie02/nfo-ratingsBill Thornton
Add .nfo ratings tag
2021-03-30Merge pull request #5467 from Ullmie02/nfo-fixesBond-009
2021-03-26Rename methods and optimize allocationsDavid
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-03-16Use Helper Methods for provider url parsingDavid
2021-03-10Fix Radarr url nfo filesDavid