Advertisement
Guest User

TAGS (dialogvideoinfo)

a guest
Nov 14th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <control type="image"><!-- studio -->
  2. <height>45</height>
  3. <include>FlagImage</include>
  4. <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  5. <visible>!IsEmpty(ListItem.Studio)</visible>
  6. </control>
  7. <control type="image">
  8. <include>FlagSeparator</include>
  9. <visible>!IsEmpty(ListItem.VideoAspect)</visible>
  10.  
  11.  
  12.  
  13. </control>
  14.  
  15. <control type="image"><!-- Codec -->
  16. <include>FlagImage</include>
  17. <texture>$VAR[value_videocodec]</texture>
  18. <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  19. </control>
  20. <control type="image">
  21. <include>FlagSeparator</include>
  22. <visible>!IsEmpty(ListItem.VideoCodec)</visible>
  23.  
  24.  
  25. </control>
  26.  
  27. <control type="image"><!-- Resolucao -->
  28. <include>FlagLabel</include>
  29. <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  30. <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  31. </control>
  32. <control type="image">
  33. <include>FlagSeparator</include>
  34. <visible>!IsEmpty(ListItem.VideoResolution)</visible>
  35.  
  36.  
  37. </control>
  38.  
  39. <control type="image"><!-- Canais -->
  40. <include>FlagLabel</include>
  41. <texture>$INFO[ListItem.audiochannels,flags/audiochannels/,.png]</texture>
  42. <visible>!IsEmpty(ListItem.AudioChannels)</visible>
  43. </control>
  44. <control type="image">
  45. <include>FlagSeparator</include>
  46. <visible>!IsEmpty(ListItem.AudioChannels)</visible>
  47.  
  48.  
  49. </control>
  50.  
  51. <control type="image"><!-- Codec de audio -->
  52. <include>FlagImage</include>
  53. <texture>$INFO[ListItem.AudioCodec,flags/audiocodec/,.png]</texture>
  54. <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  55. </control>
  56. <control type="image">
  57. <include>FlagSeparator</include>
  58. <visible>!IsEmpty(ListItem.AudioCodec)</visible>
  59.  
  60.  
  61. </control>
  62.  
  63. <control type="image"><!-- Aspecto -->
  64. <include>FlagLabel</include>
  65. <texture>$INFO[ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  66. <visible>!IsEmpty(ListItem.VideoAspect)</visible>
  67. </control>
  68. <control type="image">
  69. <include>FlagSeparator</include>
  70. <visible>!IsEmpty(ListItem.VideoAspect)</visible>
  71. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement