- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
for each item in tempArray
aa = CreateObject("roAssociativeArray")
if(item.is_featured = true)
aa.ID = item.id
aa.episodesCount = item.episodes_count
if(aa.episodesCount > 0)
aa.episodeArray = item.episodes
end if
aa.Title = item.title
aa.Director = "[Director]"
aa.Description = item.description
if(item.poster <> invalid AND item.poster.thumbs <> invalid AND item.poster.thumbs.thumb_220p <> invalid)
aa.HDPosterUrl = item.poster.thumbs.thumb_220p.url
end if
if(item.poster <> invalid AND item.poster.thumbs <> invalid AND item.poster.thumbs.thumb_120p <> invalid)
aa.SDPosterUrl = item.poster.thumbs.thumb_120p.url
end if
list1.push(aa)
else
aa.ID = item.id
aa.episodesCount = item.episodes_count
if(aa.episodesCount > 0)
aa.episodeArray = item.episodes
end if
aa.Title = item.title
aa.Description = item.description
if(item.poster <> invalid AND item.poster.thumbs <> invalid AND item.poster.thumbs.thumb_220p <> invalid)
aa.HDPosterUrl = item.poster.thumbs.thumb_220p.url
end if
if(item.poster <> invalid AND item.poster.thumbs <> invalid AND item.poster.thumbs.thumb_120p <> invalid)
aa.SDPosterUrl = item.poster.thumbs.thumb_120p.url
end if
list2.push(aa)
end if
next
Dummy00001 30.05.2016 16:36 # 0
к слову. а есть тулза/плагин для чего, что бы два фрагмента текста сравнивать можно было?
я пару раз делал глупое макро для вима, но оно было слишком глупым.
roman-kashitsyn 30.05.2016 16:38 # 0
А чем vimdiff плох?
Dummy00001 30.05.2016 16:47 # 0
мое макро просто брало содержимое двух регистров, сливало их в темп файлы, а потом извратно вызывало на них :diffsplit. граблей было много, и часто ломалось.
roman-kashitsyn 30.05.2016 17:00 # +1
Dummy00001 30.05.2016 17:13 # 0
Bullsquid 30.05.2016 16:40 # 0
guesto 30.05.2016 17:33 # +1
это под Roku чтоль?
Bullsquid 30.05.2016 17:35 # 0
3_14dar 30.05.2016 23:25 # 0
guest 30.05.2016 23:33 # +1
3_14dar 31.05.2016 00:17 # −5
gost 31.05.2016 10:25 # +2
TarasB 31.05.2016 12:11 # +3
guesto 31.05.2016 09:00 # +1
Steve_Brown 31.05.2016 12:29 # +1
3_14dar 31.05.2016 21:41 # 0