Store library settings in the pool index and drop legacy sidecars

This commit is contained in:
2026-07-03 16:06:45 +02:00
parent f0f38d4257
commit 7ae0709f38
13 changed files with 379 additions and 2292 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class TestFileWithIndex:
f = File(movie, TagManager(), index=index)
assert not f.metadata_filename.exists() # no sidecar
assert not (movie.parent / ".Matrix.mkv.!tag").exists() # no sidecar
assert index.get(movie) is not None # record created in index
assert f.tags == [] # no automatic tags