Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deliver sync video #3

Open
wants to merge 3 commits into
base: deliver_sync_video
Choose a base branch
from

Conversation

lacostej
Copy link
Owner

@lacostej lacostej commented Apr 1, 2016

No description provided.

lacostej and others added 2 commits March 30, 2016 19:25
We use MD5 to keep track of the screenshots
We delete and re-upload files that had been changed
We skip re-upload of files that match md5 and order
We delete screenshots if none present locally
We don't save if no changes made
We use md5 to keep track of changes in icons
Re-upload icon only when changed,
or md5 not present in file name on ITC
<%# we are guaranteed to have at least one element because of the group_by %>
<h4><%= screenshots[0].formatted_name %></h4>
<div class="app-screenshot-row">

<% if trailer %>
<video width="400px" height="300px" controls poster="<%= trailer.preview_image_path %>">
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move width/height to CSS and use % instead (see existing app-screenshot class one)

@lacostej
Copy link
Owner Author

lacostej commented Apr 2, 2016

So here's a first high level review

  1. adapt to the fact that a single trailer is supported, not one per language
  2. see my other comments
  3. ensure that the changes under spaceship are required. If they are not, remove them, if they are, split the patch into 2, one for spaceship which we will try to get integrated ASAP.
  4. documentation about the expected layout needs to be updated
  5. nitpick: I see that the apple documentation calls preview_image as poster image instead. We might want to revisit our code.

@daniszewskik daniszewskik force-pushed the deliver_sync_video branch 3 times, most recently from 97c1372 to e4b8e7d Compare April 6, 2016 10:49
@lacostej
Copy link
Owner Author

lacostej commented Apr 6, 2016

We also need to update the README !

This part:

###### Upload screenshots, metadata and your app to the App Store using a single command

`deliver` can upload ipa or pkg files, app screenshots and more to iTunes Connect from the command line.

This part:

# Features

<div class="app-screenshots">
<h2 style="color: blue">Skipped Trailers</h2>
<p>
Options to skip_trailers activated. <i>Deliver</i> will not modify your app trailers.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not need to capitalize. This is referencing the CLI tool.

Upload trailers from trailers_path
en-US version propagates for all lang versions - ITC works like that
removes from ITC if they exist are before uploading new
No ffpmeg support
No sync trailers yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants