episodic-platform 0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Manifest.txt +35 -0
- data/PostInstall.txt +7 -0
- data/README.rdoc +86 -0
- data/Rakefile +45 -0
- data/lib/episodic/platform.rb +82 -0
- data/lib/episodic/platform/analytics_methods.rb +190 -0
- data/lib/episodic/platform/base.rb +64 -0
- data/lib/episodic/platform/collection_response.rb +45 -0
- data/lib/episodic/platform/connection.rb +305 -0
- data/lib/episodic/platform/exceptions.rb +105 -0
- data/lib/episodic/platform/query_methods.rb +721 -0
- data/lib/episodic/platform/response.rb +94 -0
- data/lib/episodic/platform/write_methods.rb +446 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/test/fixtures/1-0.mp4 +0 -0
- data/test/fixtures/create-episode-response-s3.xml +15 -0
- data/test/fixtures/create-episode-response.xml +3 -0
- data/test/fixtures/episodes-response.xml +408 -0
- data/test/fixtures/episodes-summary-report-response.xml +4 -0
- data/test/fixtures/invalid-param-response-multiple.xml +8 -0
- data/test/fixtures/invalid-param-response-single.xml +9 -0
- data/test/fixtures/playlists-response.xml +611 -0
- data/test/fixtures/shows-response.xml +26 -0
- data/test/test_analytics_requests.rb +42 -0
- data/test/test_analytics_responses.rb +14 -0
- data/test/test_connection.rb +31 -0
- data/test/test_error_responses.rb +29 -0
- data/test/test_helper.rb +8 -0
- data/test/test_query_requests.rb +62 -0
- data/test/test_query_responses.rb +165 -0
- data/test/test_write_requests.rb +56 -0
- data/test/test_write_responses.rb +24 -0
- metadata +135 -0
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<error>
|
3
|
+
<code>4</code>
|
4
|
+
<message>One or more parameters were invalid</message>
|
5
|
+
<invalid_parameters>
|
6
|
+
<invalid_parameter name="extensible_metadata_field_values_date_value">can't be blank</invalid_parameter>
|
7
|
+
</invalid_parameters>
|
8
|
+
</error>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<error>
|
3
|
+
<code>4</code>
|
4
|
+
<message>One or more parameters were invalid</message>
|
5
|
+
<invalid_parameters>
|
6
|
+
<invalid_parameter name="extensible_metadata_field_values_date_value">can't be blank</invalid_parameter>
|
7
|
+
<invalid_parameter name="name">can't be blank</invalid_parameter>
|
8
|
+
</invalid_parameters>
|
9
|
+
</error>
|
@@ -0,0 +1,611 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<playlists per_page="20" page="1" pages="1" total="17">
|
3
|
+
<playlist>
|
4
|
+
<id>oo3my8ozcnb5</id>
|
5
|
+
<name>Recent Episodes</name>
|
6
|
+
<description>Most recent episodes in the 'Second show' show.</description>
|
7
|
+
<created_at>2010-01-06 02:18:38</created_at>
|
8
|
+
<custom_fields>
|
9
|
+
</custom_fields>
|
10
|
+
<episodes>
|
11
|
+
</episodes>
|
12
|
+
<thumbnails>
|
13
|
+
</thumbnails>
|
14
|
+
<players width="640" height="360">
|
15
|
+
<player default="true" width="640" height="391">
|
16
|
+
<name>Default Player</name>
|
17
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Foo3my8ozcnb5%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Foo3my8ozcnb5%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Foo3my8ozcnb5%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
18
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/oo3my8ozcnb5/playlist.xml</config>
|
19
|
+
</player>
|
20
|
+
</players>
|
21
|
+
</playlist>
|
22
|
+
<playlist>
|
23
|
+
<id>ootudbh0gdfl</id>
|
24
|
+
<name>test1</name>
|
25
|
+
<description></description>
|
26
|
+
<created_at>2010-01-07 21:20:37</created_at>
|
27
|
+
<custom_fields>
|
28
|
+
<field position="1" type="text" required="false">
|
29
|
+
<name>text field</name>
|
30
|
+
</field>
|
31
|
+
<field position="2" type="date" required="false">
|
32
|
+
<name>date field</name>
|
33
|
+
<value>
|
34
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
35
|
+
</value>
|
36
|
+
</field>
|
37
|
+
<field position="3" type="external_select" required="false">
|
38
|
+
<name>External Select Field</name>
|
39
|
+
</field>
|
40
|
+
</custom_fields>
|
41
|
+
<episodes>
|
42
|
+
<episode position="1">
|
43
|
+
<id>oz049unr3jep</id>
|
44
|
+
</episode>
|
45
|
+
<episode position="2">
|
46
|
+
<id>oyzvunkrzv9d</id>
|
47
|
+
</episode>
|
48
|
+
<episode position="3">
|
49
|
+
<id>ownfdcczim81</id>
|
50
|
+
</episode>
|
51
|
+
<episode position="4">
|
52
|
+
<id>oujbx2g8ufwh</id>
|
53
|
+
</episode>
|
54
|
+
<episode position="5">
|
55
|
+
<id>oo3n83ujmupt</id>
|
56
|
+
</episode>
|
57
|
+
<episode position="6">
|
58
|
+
<id>oo3kyjwjzcap</id>
|
59
|
+
</episode>
|
60
|
+
<episode position="7">
|
61
|
+
<id>oo3krbgh3ta9</id>
|
62
|
+
</episode>
|
63
|
+
</episodes>
|
64
|
+
<thumbnails>
|
65
|
+
</thumbnails>
|
66
|
+
<players width="640" height="360">
|
67
|
+
<player default="true" width="640" height="391">
|
68
|
+
<name>Default Player</name>
|
69
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Footudbh0gdfl%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Footudbh0gdfl%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Footudbh0gdfl%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
70
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/ootudbh0gdfl/playlist.xml</config>
|
71
|
+
</player>
|
72
|
+
</players>
|
73
|
+
</playlist>
|
74
|
+
<playlist>
|
75
|
+
<id>opanpzu2mfwh</id>
|
76
|
+
<name>test2</name>
|
77
|
+
<description></description>
|
78
|
+
<created_at>2010-01-09 00:57:22</created_at>
|
79
|
+
<custom_fields>
|
80
|
+
<field position="1" type="text" required="false">
|
81
|
+
<name>text field</name>
|
82
|
+
<value>
|
83
|
+
<![CDATA[monkey]]>
|
84
|
+
</value>
|
85
|
+
</field>
|
86
|
+
<field position="2" type="date" required="false">
|
87
|
+
<name>date field</name>
|
88
|
+
<value>
|
89
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
90
|
+
</value>
|
91
|
+
</field>
|
92
|
+
<field position="3" type="external_select" required="false">
|
93
|
+
<name>External Select Field</name>
|
94
|
+
</field>
|
95
|
+
</custom_fields>
|
96
|
+
<episodes>
|
97
|
+
<episode position="1">
|
98
|
+
<id>oz049unr3jep</id>
|
99
|
+
</episode>
|
100
|
+
<episode position="2">
|
101
|
+
<id>oyzvunkrzv9d</id>
|
102
|
+
</episode>
|
103
|
+
<episode position="3">
|
104
|
+
<id>ownfdcczim81</id>
|
105
|
+
</episode>
|
106
|
+
<episode position="4">
|
107
|
+
<id>oujbx2g8ufwh</id>
|
108
|
+
</episode>
|
109
|
+
<episode position="5">
|
110
|
+
<id>oo3n83ujmupt</id>
|
111
|
+
</episode>
|
112
|
+
<episode position="6">
|
113
|
+
<id>oo3kyjwjzcap</id>
|
114
|
+
</episode>
|
115
|
+
<episode position="7">
|
116
|
+
<id>oo3krbgh3ta9</id>
|
117
|
+
</episode>
|
118
|
+
</episodes>
|
119
|
+
<thumbnails>
|
120
|
+
</thumbnails>
|
121
|
+
<players width="640" height="360">
|
122
|
+
<player default="true" width="640" height="391">
|
123
|
+
<name>Default Player</name>
|
124
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fopanpzu2mfwh%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fopanpzu2mfwh%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fopanpzu2mfwh%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
125
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/opanpzu2mfwh/playlist.xml</config>
|
126
|
+
</player>
|
127
|
+
</players>
|
128
|
+
</playlist>
|
129
|
+
<playlist>
|
130
|
+
<id>p0ikspbp9rep</id>
|
131
|
+
<name>Recent Episodes</name>
|
132
|
+
<description>Most recent episodes in the 'Third show' show.</description>
|
133
|
+
<created_at>2010-02-05 16:13:55</created_at>
|
134
|
+
<custom_fields>
|
135
|
+
</custom_fields>
|
136
|
+
<episodes>
|
137
|
+
</episodes>
|
138
|
+
<thumbnails>
|
139
|
+
</thumbnails>
|
140
|
+
<players width="640" height="360">
|
141
|
+
<player default="true" width="640" height="391">
|
142
|
+
<name>Default Player</name>
|
143
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp0ikspbp9rep%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp0ikspbp9rep%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp0ikspbp9rep%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
144
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p0ikspbp9rep/playlist.xml</config>
|
145
|
+
</player>
|
146
|
+
</players>
|
147
|
+
</playlist>
|
148
|
+
<playlist>
|
149
|
+
<id>p0il05nwlcsh</id>
|
150
|
+
<name>Recent Episodes</name>
|
151
|
+
<description>Most recent episodes in the 'Fourth show' show.</description>
|
152
|
+
<created_at>2010-02-05 16:14:29</created_at>
|
153
|
+
<custom_fields>
|
154
|
+
</custom_fields>
|
155
|
+
<episodes>
|
156
|
+
</episodes>
|
157
|
+
<thumbnails>
|
158
|
+
</thumbnails>
|
159
|
+
<players width="640" height="360">
|
160
|
+
<player default="true" width="640" height="391">
|
161
|
+
<name>Default Player</name>
|
162
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp0il05nwlcsh%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp0il05nwlcsh%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp0il05nwlcsh%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
163
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p0il05nwlcsh/playlist.xml</config>
|
164
|
+
</player>
|
165
|
+
</players>
|
166
|
+
</playlist>
|
167
|
+
<playlist>
|
168
|
+
<id>p31g3z1llbsx</id>
|
169
|
+
<name>My Manual Playlist 1265923612</name>
|
170
|
+
<description></description>
|
171
|
+
<created_at>2010-02-11 21:26:58</created_at>
|
172
|
+
<custom_fields>
|
173
|
+
<field position="1" type="text" required="false">
|
174
|
+
<name>text field</name>
|
175
|
+
</field>
|
176
|
+
<field position="2" type="date" required="false">
|
177
|
+
<name>date field</name>
|
178
|
+
<value>
|
179
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
180
|
+
</value>
|
181
|
+
</field>
|
182
|
+
<field position="3" type="external_select" required="false">
|
183
|
+
<name>External Select Field</name>
|
184
|
+
</field>
|
185
|
+
</custom_fields>
|
186
|
+
<episodes>
|
187
|
+
</episodes>
|
188
|
+
<thumbnails>
|
189
|
+
</thumbnails>
|
190
|
+
<players width="640" height="360">
|
191
|
+
<player default="true" width="640" height="391">
|
192
|
+
<name>Default Player</name>
|
193
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31g3z1llbsx%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31g3z1llbsx%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31g3z1llbsx%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
194
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31g3z1llbsx/playlist.xml</config>
|
195
|
+
</player>
|
196
|
+
</players>
|
197
|
+
</playlist>
|
198
|
+
<playlist>
|
199
|
+
<id>p31g8ks71zb5</id>
|
200
|
+
<name>My Manual Playlist 1265923634</name>
|
201
|
+
<description></description>
|
202
|
+
<created_at>2010-02-11 21:27:19</created_at>
|
203
|
+
<custom_fields>
|
204
|
+
<field position="1" type="text" required="false">
|
205
|
+
<name>text field</name>
|
206
|
+
</field>
|
207
|
+
<field position="2" type="date" required="false">
|
208
|
+
<name>date field</name>
|
209
|
+
<value>
|
210
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
211
|
+
</value>
|
212
|
+
</field>
|
213
|
+
<field position="3" type="external_select" required="false">
|
214
|
+
<name>External Select Field</name>
|
215
|
+
</field>
|
216
|
+
</custom_fields>
|
217
|
+
<episodes>
|
218
|
+
</episodes>
|
219
|
+
<thumbnails>
|
220
|
+
</thumbnails>
|
221
|
+
<players width="640" height="360">
|
222
|
+
<player default="true" width="640" height="391">
|
223
|
+
<name>Default Player</name>
|
224
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31g8ks71zb5%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31g8ks71zb5%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31g8ks71zb5%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
225
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31g8ks71zb5/playlist.xml</config>
|
226
|
+
</player>
|
227
|
+
</players>
|
228
|
+
</playlist>
|
229
|
+
<playlist>
|
230
|
+
<id>p31ge23abif5</id>
|
231
|
+
<name>My Manual Playlist 1265923659</name>
|
232
|
+
<description></description>
|
233
|
+
<created_at>2010-02-11 21:27:44</created_at>
|
234
|
+
<custom_fields>
|
235
|
+
<field position="1" type="text" required="false">
|
236
|
+
<name>text field</name>
|
237
|
+
</field>
|
238
|
+
<field position="2" type="date" required="false">
|
239
|
+
<name>date field</name>
|
240
|
+
<value>
|
241
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
242
|
+
</value>
|
243
|
+
</field>
|
244
|
+
<field position="3" type="external_select" required="false">
|
245
|
+
<name>External Select Field</name>
|
246
|
+
</field>
|
247
|
+
</custom_fields>
|
248
|
+
<episodes>
|
249
|
+
</episodes>
|
250
|
+
<thumbnails>
|
251
|
+
</thumbnails>
|
252
|
+
<players width="640" height="360">
|
253
|
+
<player default="true" width="640" height="391">
|
254
|
+
<name>Default Player</name>
|
255
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31ge23abif5%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31ge23abif5%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31ge23abif5%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
256
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31ge23abif5/playlist.xml</config>
|
257
|
+
</player>
|
258
|
+
</players>
|
259
|
+
</playlist>
|
260
|
+
<playlist>
|
261
|
+
<id>p31hbtibpdkx</id>
|
262
|
+
<name>My Manual Playlist 1265923813</name>
|
263
|
+
<description></description>
|
264
|
+
<created_at>2010-02-11 21:30:18</created_at>
|
265
|
+
<custom_fields>
|
266
|
+
<field position="1" type="text" required="false">
|
267
|
+
<name>text field</name>
|
268
|
+
</field>
|
269
|
+
<field position="2" type="date" required="false">
|
270
|
+
<name>date field</name>
|
271
|
+
<value>
|
272
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
273
|
+
</value>
|
274
|
+
</field>
|
275
|
+
<field position="3" type="external_select" required="false">
|
276
|
+
<name>External Select Field</name>
|
277
|
+
</field>
|
278
|
+
</custom_fields>
|
279
|
+
<episodes>
|
280
|
+
</episodes>
|
281
|
+
<thumbnails>
|
282
|
+
</thumbnails>
|
283
|
+
<players width="640" height="360">
|
284
|
+
<player default="true" width="640" height="391">
|
285
|
+
<name>Default Player</name>
|
286
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hbtibpdkx%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hbtibpdkx%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hbtibpdkx%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
287
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31hbtibpdkx/playlist.xml</config>
|
288
|
+
</player>
|
289
|
+
</players>
|
290
|
+
</playlist>
|
291
|
+
<playlist>
|
292
|
+
<id>p31hlgrrj20x</id>
|
293
|
+
<name>My Manual Playlist 1265923858</name>
|
294
|
+
<description></description>
|
295
|
+
<created_at>2010-02-11 21:31:02</created_at>
|
296
|
+
<custom_fields>
|
297
|
+
<field position="1" type="text" required="false">
|
298
|
+
<name>text field</name>
|
299
|
+
</field>
|
300
|
+
<field position="2" type="date" required="false">
|
301
|
+
<name>date field</name>
|
302
|
+
<value>
|
303
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
304
|
+
</value>
|
305
|
+
</field>
|
306
|
+
<field position="3" type="external_select" required="false">
|
307
|
+
<name>External Select Field</name>
|
308
|
+
</field>
|
309
|
+
</custom_fields>
|
310
|
+
<episodes>
|
311
|
+
</episodes>
|
312
|
+
<thumbnails>
|
313
|
+
</thumbnails>
|
314
|
+
<players width="640" height="360">
|
315
|
+
<player default="true" width="640" height="391">
|
316
|
+
<name>Default Player</name>
|
317
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hlgrrj20x%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hlgrrj20x%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hlgrrj20x%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
318
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31hlgrrj20x/playlist.xml</config>
|
319
|
+
</player>
|
320
|
+
</players>
|
321
|
+
</playlist>
|
322
|
+
<playlist>
|
323
|
+
<id>p31hsp7uebk1</id>
|
324
|
+
<name>My Manual Playlist 1265923890</name>
|
325
|
+
<description></description>
|
326
|
+
<created_at>2010-02-11 21:31:35</created_at>
|
327
|
+
<custom_fields>
|
328
|
+
<field position="1" type="text" required="false">
|
329
|
+
<name>text field</name>
|
330
|
+
</field>
|
331
|
+
<field position="2" type="date" required="false">
|
332
|
+
<name>date field</name>
|
333
|
+
<value>
|
334
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
335
|
+
</value>
|
336
|
+
</field>
|
337
|
+
<field position="3" type="external_select" required="false">
|
338
|
+
<name>External Select Field</name>
|
339
|
+
</field>
|
340
|
+
</custom_fields>
|
341
|
+
<episodes>
|
342
|
+
</episodes>
|
343
|
+
<thumbnails>
|
344
|
+
</thumbnails>
|
345
|
+
<players width="640" height="360">
|
346
|
+
<player default="true" width="640" height="391">
|
347
|
+
<name>Default Player</name>
|
348
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hsp7uebk1%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hsp7uebk1%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hsp7uebk1%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
349
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31hsp7uebk1/playlist.xml</config>
|
350
|
+
</player>
|
351
|
+
</players>
|
352
|
+
</playlist>
|
353
|
+
<playlist>
|
354
|
+
<id>p31hxiukb669</id>
|
355
|
+
<name>My Manual Playlist 1265923912</name>
|
356
|
+
<description></description>
|
357
|
+
<created_at>2010-02-11 21:31:57</created_at>
|
358
|
+
<custom_fields>
|
359
|
+
<field position="1" type="text" required="false">
|
360
|
+
<name>text field</name>
|
361
|
+
</field>
|
362
|
+
<field position="2" type="date" required="false">
|
363
|
+
<name>date field</name>
|
364
|
+
<value>
|
365
|
+
<![CDATA[2010-02-11 22:42:00]]>
|
366
|
+
</value>
|
367
|
+
</field>
|
368
|
+
<field position="3" type="external_select" required="false">
|
369
|
+
<name>External Select Field</name>
|
370
|
+
</field>
|
371
|
+
</custom_fields>
|
372
|
+
<episodes>
|
373
|
+
</episodes>
|
374
|
+
<thumbnails>
|
375
|
+
</thumbnails>
|
376
|
+
<players width="640" height="360">
|
377
|
+
<player default="true" width="640" height="391">
|
378
|
+
<name>Default Player</name>
|
379
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hxiukb669%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hxiukb669%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp31hxiukb669%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
380
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p31hxiukb669/playlist.xml</config>
|
381
|
+
</player>
|
382
|
+
</players>
|
383
|
+
</playlist>
|
384
|
+
<playlist>
|
385
|
+
<id>p32khwxhm6m9</id>
|
386
|
+
<name>My Manual Playlist 1265933465</name>
|
387
|
+
<description></description>
|
388
|
+
<created_at>2010-02-11 23:17:30</created_at>
|
389
|
+
<custom_fields>
|
390
|
+
<field position="1" type="text" required="false">
|
391
|
+
<name>text field</name>
|
392
|
+
<value>
|
393
|
+
<![CDATA[bar]]>
|
394
|
+
</value>
|
395
|
+
</field>
|
396
|
+
<field position="2" type="date" required="false">
|
397
|
+
<name>date field</name>
|
398
|
+
<value>
|
399
|
+
<![CDATA[2010-02-11 23:17:28]]>
|
400
|
+
</value>
|
401
|
+
</field>
|
402
|
+
<field position="3" type="external_select" required="false">
|
403
|
+
<name>External Select Field</name>
|
404
|
+
<value id="id1">
|
405
|
+
<![CDATA[val1]]>
|
406
|
+
</value>
|
407
|
+
<value id="id2">
|
408
|
+
<![CDATA[val2]]>
|
409
|
+
</value>
|
410
|
+
</field>
|
411
|
+
</custom_fields>
|
412
|
+
<episodes>
|
413
|
+
<episode position="1">
|
414
|
+
<id>ozv6spajltkx</id>
|
415
|
+
</episode>
|
416
|
+
</episodes>
|
417
|
+
<thumbnails>
|
418
|
+
</thumbnails>
|
419
|
+
<players width="640" height="360">
|
420
|
+
<player default="true" width="640" height="391">
|
421
|
+
<name>Default Player</name>
|
422
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32khwxhm6m9%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32khwxhm6m9%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32khwxhm6m9%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
423
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p32khwxhm6m9/playlist.xml</config>
|
424
|
+
</player>
|
425
|
+
</players>
|
426
|
+
</playlist>
|
427
|
+
<playlist>
|
428
|
+
<id>p32r9x332nsx</id>
|
429
|
+
<name>My Manual Playlist 1265931362</name>
|
430
|
+
<description></description>
|
431
|
+
<created_at>2010-02-11 23:36:03</created_at>
|
432
|
+
<custom_fields>
|
433
|
+
<field position="1" type="text" required="false">
|
434
|
+
<name>text field</name>
|
435
|
+
<value>
|
436
|
+
<![CDATA[foo]]>
|
437
|
+
</value>
|
438
|
+
</field>
|
439
|
+
<field position="2" type="date" required="false">
|
440
|
+
<name>date field</name>
|
441
|
+
<value>
|
442
|
+
<![CDATA[2010-02-11 23:36:02]]>
|
443
|
+
</value>
|
444
|
+
</field>
|
445
|
+
<field position="3" type="external_select" required="false">
|
446
|
+
<name>External Select Field</name>
|
447
|
+
<value id="id1">
|
448
|
+
<![CDATA[val1]]>
|
449
|
+
</value>
|
450
|
+
<value id="id2">
|
451
|
+
<![CDATA[val2]]>
|
452
|
+
</value>
|
453
|
+
</field>
|
454
|
+
</custom_fields>
|
455
|
+
<episodes>
|
456
|
+
<episode position="1">
|
457
|
+
<id>oz049unr3jep</id>
|
458
|
+
</episode>
|
459
|
+
<episode position="2">
|
460
|
+
<id>ozv6spajltkx</id>
|
461
|
+
</episode>
|
462
|
+
</episodes>
|
463
|
+
<thumbnails>
|
464
|
+
</thumbnails>
|
465
|
+
<players width="640" height="360">
|
466
|
+
<player default="true" width="640" height="391">
|
467
|
+
<name>Default Player</name>
|
468
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32r9x332nsx%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32r9x332nsx%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32r9x332nsx%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
469
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p32r9x332nsx/playlist.xml</config>
|
470
|
+
</player>
|
471
|
+
</players>
|
472
|
+
</playlist>
|
473
|
+
<playlist>
|
474
|
+
<id>p32w5qq8euwx</id>
|
475
|
+
<name>My Manual Playlist 1265932162</name>
|
476
|
+
<description></description>
|
477
|
+
<created_at>2010-02-11 23:49:25</created_at>
|
478
|
+
<custom_fields>
|
479
|
+
<field position="1" type="text" required="false">
|
480
|
+
<name>text field</name>
|
481
|
+
<value>
|
482
|
+
<![CDATA[foo]]>
|
483
|
+
</value>
|
484
|
+
</field>
|
485
|
+
<field position="2" type="date" required="false">
|
486
|
+
<name>date field</name>
|
487
|
+
<value>
|
488
|
+
<![CDATA[2010-02-11 23:49:22]]>
|
489
|
+
</value>
|
490
|
+
</field>
|
491
|
+
<field position="3" type="external_select" required="false">
|
492
|
+
<name>External Select Field</name>
|
493
|
+
<value id="id1">
|
494
|
+
<![CDATA[val1]]>
|
495
|
+
</value>
|
496
|
+
<value id="id2">
|
497
|
+
<![CDATA[val2]]>
|
498
|
+
</value>
|
499
|
+
</field>
|
500
|
+
</custom_fields>
|
501
|
+
<episodes>
|
502
|
+
<episode position="1">
|
503
|
+
<id>oz049unr3jep</id>
|
504
|
+
</episode>
|
505
|
+
<episode position="2">
|
506
|
+
<id>ozv6spajltkx</id>
|
507
|
+
</episode>
|
508
|
+
</episodes>
|
509
|
+
<thumbnails>
|
510
|
+
</thumbnails>
|
511
|
+
<players width="640" height="360">
|
512
|
+
<player default="true" width="640" height="391">
|
513
|
+
<name>Default Player</name>
|
514
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32w5qq8euwx%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32w5qq8euwx%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32w5qq8euwx%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
515
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p32w5qq8euwx/playlist.xml</config>
|
516
|
+
</player>
|
517
|
+
</players>
|
518
|
+
</playlist>
|
519
|
+
<playlist>
|
520
|
+
<id>p32zkqbl6135</id>
|
521
|
+
<name>My Manual Playlist 1265932723</name>
|
522
|
+
<description></description>
|
523
|
+
<created_at>2010-02-11 23:58:46</created_at>
|
524
|
+
<custom_fields>
|
525
|
+
<field position="1" type="text" required="false">
|
526
|
+
<name>text field</name>
|
527
|
+
<value>
|
528
|
+
<![CDATA[foo]]>
|
529
|
+
</value>
|
530
|
+
</field>
|
531
|
+
<field position="2" type="date" required="false">
|
532
|
+
<name>date field</name>
|
533
|
+
<value>
|
534
|
+
<![CDATA[2010-02-11 23:58:43]]>
|
535
|
+
</value>
|
536
|
+
</field>
|
537
|
+
<field position="3" type="external_select" required="false">
|
538
|
+
<name>External Select Field</name>
|
539
|
+
<value id="id1">
|
540
|
+
<![CDATA[val1]]>
|
541
|
+
</value>
|
542
|
+
<value id="id2">
|
543
|
+
<![CDATA[val2]]>
|
544
|
+
</value>
|
545
|
+
</field>
|
546
|
+
</custom_fields>
|
547
|
+
<episodes>
|
548
|
+
<episode position="1">
|
549
|
+
<id>oz049unr3jep</id>
|
550
|
+
</episode>
|
551
|
+
<episode position="2">
|
552
|
+
<id>ozv6spajltkx</id>
|
553
|
+
</episode>
|
554
|
+
</episodes>
|
555
|
+
<thumbnails>
|
556
|
+
</thumbnails>
|
557
|
+
<players width="640" height="360">
|
558
|
+
<player default="true" width="640" height="391">
|
559
|
+
<name>Default Player</name>
|
560
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32zkqbl6135%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32zkqbl6135%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp32zkqbl6135%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
561
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p32zkqbl6135/playlist.xml</config>
|
562
|
+
</player>
|
563
|
+
</players>
|
564
|
+
</playlist>
|
565
|
+
<playlist>
|
566
|
+
<id>p332qy7zwf7l</id>
|
567
|
+
<name>My Manual Playlist 1265933243</name>
|
568
|
+
<description></description>
|
569
|
+
<created_at>2010-02-12 00:07:27</created_at>
|
570
|
+
<custom_fields>
|
571
|
+
<field position="1" type="text" required="false">
|
572
|
+
<name>text field</name>
|
573
|
+
<value>
|
574
|
+
<![CDATA[foo]]>
|
575
|
+
</value>
|
576
|
+
</field>
|
577
|
+
<field position="2" type="date" required="false">
|
578
|
+
<name>date field</name>
|
579
|
+
<value>
|
580
|
+
<![CDATA[2010-02-12 00:07:23]]>
|
581
|
+
</value>
|
582
|
+
</field>
|
583
|
+
<field position="3" type="external_select" required="false">
|
584
|
+
<name>External Select Field</name>
|
585
|
+
<value id="id1">
|
586
|
+
<![CDATA[val1]]>
|
587
|
+
</value>
|
588
|
+
<value id="id2">
|
589
|
+
<![CDATA[val2]]>
|
590
|
+
</value>
|
591
|
+
</field>
|
592
|
+
</custom_fields>
|
593
|
+
<episodes>
|
594
|
+
<episode position="1">
|
595
|
+
<id>oz049unr3jep</id>
|
596
|
+
</episode>
|
597
|
+
<episode position="2">
|
598
|
+
<id>ozv6spajltkx</id>
|
599
|
+
</episode>
|
600
|
+
</episodes>
|
601
|
+
<thumbnails>
|
602
|
+
</thumbnails>
|
603
|
+
<players width="640" height="360">
|
604
|
+
<player default="true" width="640" height="391">
|
605
|
+
<name>Default Player</name>
|
606
|
+
<embed_code><object id="ep_player" name="ep_player" height="391" width="640" data="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp332qy7zwf7l%2Fplaylist.xml" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp332qy7zwf7l%2Fplaylist.xml"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player_development/EpisodicPlayer.swf?config=http%3A%2F%2Flocalhost%2Fcdn%2Fdevelopment%2Frandysimon%2F6%2Fplaylists%2Fp332qy7zwf7l%2Fplaylist.xml" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="391" id="ep_player" name="ep_player"/></object></embed_code>
|
607
|
+
<config>http://localhost/cdn/development/randysimon/6/playlists/p332qy7zwf7l/playlist.xml</config>
|
608
|
+
</player>
|
609
|
+
</players>
|
610
|
+
</playlist>
|
611
|
+
</playlists>
|