Index: chrome/common/extensions/docs/templates/intros/mediaGalleries.html |
diff --git a/chrome/common/extensions/docs/templates/intros/mediaGalleries.html b/chrome/common/extensions/docs/templates/intros/mediaGalleries.html |
index d5729eac83a498d9264d65b081d866eb2cbbcc6a..db3ddfeefecc84354fde4bb4bb276899defeb008 100644 |
--- a/chrome/common/extensions/docs/templates/intros/mediaGalleries.html |
+++ b/chrome/common/extensions/docs/templates/intros/mediaGalleries.html |
@@ -128,3 +128,17 @@ have duplicate names and dates will be uniquified using an incrementing |
integer in parenthesis before the extension. Duplicate filenames within the |
same Album will also be uniquified using an incrementing integer in parenthesis |
before the extension.</p> |
+ |
+<h2 id="iPhoto">iPhoto</h2> |
+ |
+<p>If present, the user's iPhoto library can be accessed as a media gallery. |
+The files are structured within a subdirectory called "Albums/". Within that |
+subdirectory, each album in the user's iPhoto library will appear by name, |
vandebo (ex-Chrome)
2014/03/28 15:31:08
Is it possible for two albums to have to same name
Greg Billock
2014/03/28 18:06:31
Yes, two albums can have the same name. I forgot t
|
+and contain the entries for the photos in that album. Any duplicate album |
vandebo (ex-Chrome)
2014/03/28 15:31:08
Does this mean? "Items that appear in multiple alb
Greg Billock
2014/03/28 18:06:31
Done.
|
+entries will be duplicated in all albums in which the user has placed them. |
+If the user has modified any images within an album, there will be an additional |
+subdirectory called "originals/" within the album directory, which will then |
+contain the original image, which will have the same filename as the file in |
+the album itself. The file as it appears in the album directory, though, will |
+be the one the user has invested time cropping, rotating, or otherwise editing. |
+</p> |