Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. import "iUtils.js"
  2.  
  3. if (MatchText("wBB?", ICMS))
  4. print("\r\n" + "[align=center]" + "\r\n");
  5. else
  6. print("\r\n" + "[center]" + "\r\n");
  7.  
  8. print("[b]" + IRELEASENAME + "[/b]");
  9.  
  10. print("\r\n");
  11.  
  12. if ((IPICTURE != null) && (IPICTURE != ""))
  13. print("[img]" + IPICTURE + "[/img]");
  14. else
  15. print("- kein Bild verfügbar -");
  16.  
  17. print("\r\n");
  18.  
  19. if (ITITLE != null)
  20. {
  21. print("\r\n[b]Titel:[/b] ");
  22.  
  23. if (ITITLE != "")
  24. print(ITITLE);
  25. }
  26.  
  27. if (IARTIST != null)
  28. {
  29. print("\r\n[b]Artist:[/b] ");
  30.  
  31. if (IARTIST != "")
  32. print(IARTIST);
  33. }
  34.  
  35. if (IGENRE != null)
  36. {
  37. print("\r\n[b]Genre:[/b] ");
  38.  
  39. if (IGENRE != "")
  40. print(IGENRE);
  41. }
  42.  
  43. if (IRUNTIME != null)
  44. {
  45. print("\r\n[b]Laufzeit:[/b] ");
  46.  
  47. if (IRUNTIME != "")
  48. print(IRUNTIME + " Min.");
  49. }
  50.  
  51. // Helper function for ILANGUAGE output
  52. function printLanguage(ShortName, LongName, & LanguageCount)
  53. {
  54. if (Pos(ShortName, ILANGUAGE) > 0)
  55. {
  56. if (LanguageCount > 0)
  57. print(", ");
  58.  
  59. print(LongName);
  60. LanguageCount++;
  61. }
  62. }
  63.  
  64. if (ILANGUAGE != null)
  65. {
  66. languagecount = 0;
  67. print("\r\n[b]Sprache/n:[/b] ");
  68.  
  69. if (Pos("ENG", ILANGUAGE) > 0)
  70. {
  71. print("Englisch");
  72. languagecount++;
  73. }
  74.  
  75. printLanguage("GER", "Deutsch", languagecount);
  76. printLanguage("SPA", "Spanisch", languagecount);
  77. printLanguage("JPN", "Japanisch", languagecount);
  78. printLanguage("FRE", "Französisch", languagecount);
  79. printLanguage("ITA", "Italienisch", languagecount);
  80. printLanguage("RUS", "Russisch", languagecount);
  81. printLanguage("TUR", "Türkisch", languagecount);
  82.  
  83. if (languagecount == 0)
  84. print("- keine Info verfügbar -");
  85. }
  86.  
  87. if ((ITRAILER != null) && (ITRAILER != ""))
  88. print("\r\n[b]Trailer:[/b] [url]" + ITRAILER + "[/url]");
  89.  
  90. if (IVIDEOSTREAM != null)
  91. {
  92. print("\r\n[b]Video Stream:[/b] ");
  93.  
  94. if (IVIDEOSTREAM != "")
  95. print(IVIDEOSTREAM);
  96. }
  97.  
  98. if (IVIDEOSYSTEM != null)
  99. {
  100. print("\r\n[b]Video System:[/b] ");
  101.  
  102. if (IVIDEOSYSTEM != "")
  103. print(IVIDEOSYSTEM);
  104. }
  105.  
  106. if (IAUDIOSTREAM != null)
  107. {
  108. print("\r\n[b]Audio Stream:[/b] ");
  109.  
  110. if (IAUDIOSTREAM != "")
  111. print(IAUDIOSTREAM);
  112. }
  113.  
  114. if (IVIDEOCODEC != null)
  115. {
  116. print("\r\n[b]Video Codec:[/b] ");
  117.  
  118. if (IVIDEOCODEC != "")
  119. print(IVIDEOCODEC);
  120. }
  121.  
  122. if (IAUDIOBITRATE != null)
  123. {
  124. print("\r\n[b]Audio Bitrate:[/b] ");
  125.  
  126. if (IAUDIOBITRATE != "")
  127. print(IAUDIOBITRATE);
  128. }
  129.  
  130. if (IAUDIOBITRATETYPE != null)
  131. {
  132. print("\r\n[b]Audio Bitrate Type:[/b] ");
  133.  
  134. if (IAUDIOBITRATETYPE != "")
  135. print(IAUDIOBITRATETYPE);
  136. }
  137.  
  138. if (IAUDIOENCODER != null)
  139. {
  140. print("\r\n[b]Audio Encoder:[/b] ");
  141.  
  142. if (IAUDIOENCODER != "")
  143. print(IAUDIOENCODER);
  144. }
  145.  
  146. if (IAUDIOSAMPLINGRATE != null)
  147. {
  148. print("\r\n[b]Audio Sampling Rate:[/b] ");
  149.  
  150. if (IAUDIOSAMPLINGRATE != "")
  151. print(IAUDIOSAMPLINGRATE);
  152. }
  153.  
  154. print("\r\n[b]Hoster:[/b] ");
  155.  
  156. for (i = 0; i < IMirror.Count; i++)
  157. {
  158. print(IMirror[I].Hoster);
  159.  
  160. if (i != IMirror.Count - 1)
  161. print(", ");
  162. }
  163.  
  164. for (i = 0; i < IMirror.Count; i++)
  165. if (IMirror[i].Size > 0)
  166. {
  167. print("\r\n[b]Größe:[/b] " + FloatToStr(IMirror[i].Size) + " MB");
  168. break;
  169. }
  170.  
  171. for (i = 0; i < IMirror.Count; i++)
  172. if (IMirror[i].Parts > 0)
  173. {
  174. print("\r\n[b]Parts:[/b] " + IntToStr(IMirror[i].Parts) + " Dateien");
  175. break;
  176. }
  177.  
  178. if (IPASSWORD != null)
  179. {
  180. print("\r\n[b]Passwort:[/b] ");
  181.  
  182. if (IPASSWORD != "")
  183. print(IPASSWORD);
  184. else
  185. print("- wird nicht benötigt -");
  186. }
  187.  
  188. if ((ISAMPLE != null) && (ISAMPLE != ""))
  189. print("\r\n[b]Sample:[/b] [url]" + ISAMPLE + "[/url]");
  190.  
  191. if ((INOTES != null) && (INOTES != ""))
  192. print("\r\n[b]Infos:[/b] " + INOTES);
  193.  
  194. if (IDESCRIPTION != null)
  195. print("\r\n\r\n" + IDESCRIPTION);
  196.  
  197. if ((INFO != null) && (INFO != ""))
  198. {
  199. print("\r\n\r\n[b]nfo:[/b]\r\n");
  200. print("\r\n[spoiler][nfo]" + INFO + "[/nfo][/spoiler]");
  201. }
  202.  
  203. print("\r\n");
  204.  
  205. for (i = 0; i < IMirror.Count; i++)
  206. {
  207. if (i != 0)
  208. print("\r\n");
  209.  
  210. for (j = 0; j < IMirror[I].CrypterCount; j++)
  211. if (IMirror[I].Crypter[J].Name == "Filecrypt.cc")
  212. print("[url=" + IMirror[I].Crypter[J].Value + "]" + IMirror[I].Hoster + " [img]" + IMirror[I].Crypter[J].StatusImageText + "[/img][/url]");
  213. }
  214. }
  215.  
  216. if (MatchText("wBB?", ICMS))
  217. print("\r\n" + "[/align]" + "\r\n");
  218. else
  219. print("\r\n" + "[/center]" + "\r\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement