Store library settings in the pool index and drop legacy sidecars
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user