Julien:
Yes, this is possible. I created a workflow with the task below. This
task takes the file that was submitted to the workflow and publishes
it. It skips the encoding and other tasks, so the media file should
already be encoded, annotated, etc. I put this together to publish
enhanced podcasts created with Garageband, Profcast, etc.
-George
<key>publish_submission</key>
<dict>
<key>arguments</key>
<array>
<string>publish</string>
<string>--basedir=$$Base Directory$$</string>
<string>--format=ipod</string>
<string>--type=video/m4a</string>
<string>--file=$$Content File Basename$$$$Content File
Extension$$</string>
<string>--outfile=ipod_publish_description_file.yaml</string>
<string>--create_poster_image</string>
</array>
<key>command</key>
<string>/usr/bin/pcastaction</string>
<key>dependsOnTasks</key>
<array>
<string>unpack</string>
</array>
</dict>
On Jan 25, 2008, at 11:05 AM, Julien Cros wrote:
Hello,
Does anyone know how to post using a workflow how to post without
any encodings ? The goal of this is to have only one way to post
(no access to the web portal).
I've tried removing all "encode_something" tasks and dependencies'
reference, renaming suffixes and modified the groupblog.html.erb
but my task "publish_audio" (the only one i kept because i'm trying
to post a .mp3 always goes to the state "failed"..
Maybe it's simply impossible because pcastaction check
extension..but i can't find a clue indicating this.
Thanks in advance, Julien
Julien Cros
Mission TICE - Université de la Méditerranée
04.91.39.66.70
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Podcast-producer mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/podcast-producer/email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Podcast-producer mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/podcast-producer/email@hidden
This email sent to email@hidden