* 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:
Reinhard Pointner 2014-04-16 19:38:04 +00:00
parent f360c4f99a
commit ed9413afe7
1 changed files with 2 additions and 2 deletions

View File

@ -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;