home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 July & August / PCWorld_2004-07-08_cd.bin / Software / vyzkuste / extreme / extrememm2.6b6sharefull.exe / {app} / configuration / empty.mdb / Players.json < prev    next >
Encoding:
JavaScript Object Notation  |  2004-03-02  |  1.6 KB

  1. {
  2.     "schema": {
  3.         "Player": "Text (250)",
  4.         "EXEFile": "Text (250)",
  5.         "Default": "Boolean NOT NULL",
  6.         "CmdLine": "Text (250)",
  7.         "Apici": "Text (1)",
  8.         "Posizione": "Integer",
  9.         "Notes": "Memo/Hyperlink (255)"
  10.     },
  11.     "data": [
  12.         {
  13.             "Player": "Microsoft Media Player",
  14.             "EXEFile": "d:\\Player\\player.exe",
  15.             "Default": 0,
  16.             "CmdLine": "/fullscreen",
  17.             "Posizione": 0
  18.         },
  19.         {
  20.             "Player": "BS Player",
  21.             "EXEFile": "C:\\Programmi\\BSPlayer\\bplay.exe",
  22.             "Default": 0,
  23.             "CmdLine": "-fs",
  24.             "Apici": "\"",
  25.             "Posizione": 1,
  26.             "Notes": "-fs\t\tStart in full screen\r\n-asx\t\tStart with x audio stream\r\n\t\tx=1-> 1st audio stream\r\n\t\tx=2-> 2nd audio stream\r\n\t\tx=n-> n audio stream\r\n\t\tx=0-> Semi's Directsound 3D\r\n-nsub\t\tDon't show subtitles even if subtitle file exists\r\n-skin=s\t\ts=skin name\r\n-lang=l\t\tl=language file without extension\r\n-eend\t\tExit when movie is finished\r\n-pan\t\tUse Pan-scan\r\n-res=WxHxD\tStart in specified resolution\r\n\t\tW=width, H=height, D=color depth\r\n\t\tEx.: -res=1024x768x16\r\n-ar=x:y\t\tAspect ratio, Ex.: -ar=16:9\r\n"
  27.         },
  28.         {
  29.             "Player": "Zoom Player",
  30.             "EXEFile": "C:\\Programmi\\Zoom Player\\zplayer.exe",
  31.             "Default": 1,
  32.             "CmdLine": "/F",
  33.             "Apici": "\"",
  34.             "Posizione": 0,
  35.             "Notes": "/F = Start In Fullscreen"
  36.         },
  37.         {
  38.             "Player": "MicroDVD Player",
  39.             "EXEFile": "C:\\Programmi\\Micro DVD Player\\MDVDP.exe",
  40.             "Default": 0,
  41.             "Apici": "\"",
  42.             "Posizione": 1
  43.         },
  44.         {
  45.             "Player": "Power Divx",
  46.             "EXEFile": "C:\\Programmi\\BlackSunSoft.net\\PowerDivX\\PowerDivxNG.exe",
  47.             "Default": 0,
  48.             "CmdLine": "/cli -fullscreen",
  49.             "Posizione": 1,
  50.             "Notes": "Command line support\r\n--------------------------\r\nStart in fullscreen mode:\r\n/cli -fullscreen\r\n\r\nStart in fullscreen mode and with audio stream 2:\r\n/cli -fullscreen -stream 2"
  51.         }
  52.     ]
  53. }