mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05:00
* prefix with package name to make sure it's unique, and also it adheres to how xattr are used on OSX
-- lose compatibility with previously written xattr :(
This commit is contained in:
parent
f360c4f99a
commit
ed9413afe7
@ -13,8 +13,8 @@ import com.cedarsoftware.util.io.JsonWriter;
|
||||
|
||||
public class MetaAttributes {
|
||||
|
||||
private static final String FILENAME_KEY = "filename";
|
||||
private static final String METADATA_KEY = "metadata";
|
||||
private static final String FILENAME_KEY = "net.filebot.filename";
|
||||
private static final String METADATA_KEY = "net.filebot.metadata";
|
||||
|
||||
private final BasicFileAttributeView fileAttributeView;
|
||||
private final MetaAttributeView metaAttributeView;
|
||||
|
Loading…
Reference in New Issue
Block a user