Creating Playlist using Automator
Creating Playlist using Automator
- Subject: Creating Playlist using Automator
- From: Robert Croy <email@hidden>
- Date: Thu, 06 Dec 2012 10:02:57 -0600
I am trying to use Automator to create a playlist for JWPlayer. This is what the playlist looks like:
<rss version="2.0" xmlns:jwplayer="http://developer.longtailvideo.com/">
<channel>
<item>
<title>Hood 1</title>
<jwplayer:file>crea/hood/hood 1_Flash.mov</jwplayer:file>
<jwplayer:streamer>rtmp://xxx.xxx.xxx.xxx/vod</jwplayer:streamer>
</item>
</channel>
</rss>
There usually is more then one <item> added. I know how to loop and also how to add the prefix and suffix after the loop is done. The problem is that I also need to write this to a text document. When I use New TextEdit Document I keep getting an error that prevents the document from being written. I was successful using New TextEdit Document at the beginning of the workflow but then I will get a new document each time that the workflow loops.
I have used the New TextEdit Document in another workflow and it works fine creating embed code but I am stumped how to loop without creating a new document each time through.
Bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden