| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# Emby.Server.Implementations/Data/SqliteItemRepository.cs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Augment tag searching to consider individual ItemValues instead of the delimited tags field
|
|
|
|
|
|
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
|
|
operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The code comment says "genres, tags, studios, _person_, year?", but does no matching on common people between films. This PR augments similarity score treating people similar to tags.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
|
|
LiveTV fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|