aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs
AgeCommit message (Collapse)Author
2026-07-07Added more aliases for attributesJakub Schmidtke
Adds tvdb alias for tvdbid and imdb alias for imdbid. It also fixes an issue where tmdb alias was being ignored if it was followed by something like "tmdbidfoo". The same issue prevented imdb pattern matching from working, if it was followed by something like "imdbidfoo". It also allows for detecting the first matching occurence, whether it was an alias or not. Finally, it ignores attributes with values consisting of only whitespaces.
2026-02-02Fix testsBond-009
2025-12-10Add curly brace and parentheses support for parsing attribute values from pathsNilesh Patel
2024-04-13Chore: Adds unit tests to support (#11351)Jordan Fearnley
2023-12-18Fix testsBond_009
2023-10-08Reduce string literal length by using verbatim stringStepan Goremykin
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2021-12-31Add ability to search by -Cody Robibero
2021-12-11Update ↵Cody Robibero
tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-12-09update testsCody Robibero
2021-12-09Add more speed and more testsCody Robibero
2021-11-27Add more testsCody Robibero
2021-05-05PathExtensions: Fix index out of bounds in TryReplaceSubPathBond_009
Fixes #5977
2021-03-09Add code analysis attributes where appropriateBond_009
2021-03-06simplifycvium
2021-03-05make sure network path substitution matches correctlycvium
2020-09-20Minor improvementsBond_009
2020-04-21Address commentsBond_009
2020-04-20Cover more branchesBond_009
2020-04-20Add some simple testsBond_009