Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: chrome/common/extensions/docs/templates/intros/mediaGalleries.html

Issue 215433003: [MediaGalleries] Update overall package doc to include iphoto paragraph. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9b48bf1300037c86533d41de085a9b52158c7c64 100644
--- a/chrome/common/extensions/docs/templates/intros/mediaGalleries.html
+++ b/chrome/common/extensions/docs/templates/intros/mediaGalleries.html
@@ -128,3 +128,20 @@ 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 as a
+subdirectory by name, and contain file entries for the photos in that album.
+Duplicate album names or image filenames with albums will get a disambiguating
+suffix like "(NN)" where NN is a unique number. Any items appearing in multiple
+albums in iPhoto will appear in all those albums in the gallery. If the user
mkearney1 2014/03/28 22:22:03 From 'If' onwards could use some editing. Crazy se
+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.
not at google - send to devlin 2014/03/28 18:19:00 this is a pretty large block of text: https://chr
Greg Billock 2014/03/28 18:28:51 ok
mkearney1 2014/03/28 22:22:03 Agree with kalman, that this could use some paragr
+</p>
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698