ME_CONTENT_TYPE_ID3v1,
ME_CONTENT_TYPE_ID3v2,
ME_CONTENT_TYPE_MP4,
+ ME_CONTENT_TYPE_FLAC,
ME_CONTENT_TYPE_OGG,
ME_CONTENT_TYPE_ID3v2_MODIFIED,
ME_CONTENT_TYPE_MP4_MODIFIED,
"Test conductor",
"Test lyrics"},
+ //ME_CONTENT_TYPE_FLAC
+ {"Test artist",
+ "Test title",
+ "Test album",
+ "Rock",
+ "Test composer",
+ "Test copyright",
+ "2020",
+ "Test description",
+ "Test comment",
+ "15",
+ "0",
+ "Test conductor",
+ "Test lyrics"},
+
//ME_CONTENT_TYPE_OGG
{"Test artist",
"Test title",
ret = metadata_editor_set_path(g_handle, g_flac_path);
assert_eq(ret, METADATA_EDITOR_ERROR_NONE);
- ret = __get_metadata(g_handle, ME_CONTENT_TYPE_MP4);
+ ret = __get_metadata(g_handle, ME_CONTENT_TYPE_FLAC);
assert_eq(ret, METADATA_EDITOR_ERROR_NONE);
return 0;