Play images and video from Synology PhotoStation server

PhotoStation.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "SYNO.PhotoStation.Auth": {
  3. "path": "auth.php",
  4. "methods": {
  5. "1": ["login", "logout", "checkauth"]
  6. }
  7. },
  8. "SYNO.PhotoStation.Info": {
  9. "path": "info.php",
  10. "methods": {
  11. "1": ["getinfo"]
  12. }
  13. },
  14. "SYNO.PhotoStation.Album": {
  15. "path": "album.php",
  16. "methods": {
  17. "1": ["list", "getinfo", "create", "edit", "delete", "arrangeitem", "move", "cleararrangeitem", "cancel"]
  18. }
  19. },
  20. "SYNO.PhotoStation.Permission": {
  21. "path": "permission.php",
  22. "methods": {
  23. "1": ["getalbum", "editalbum", "editgroup", "list_public_share", "edit_public_share"]
  24. }
  25. },
  26. "SYNO.PhotoStation.Photo": {
  27. "path": "photo.php",
  28. "methods": {
  29. "1": ["list", "listexif", "listfeatureditem", "listgpsgroup", "listgpsgroupeditem", "getinfo", "getexif", "edit", "delete", "copy", "cancel"]
  30. }
  31. },
  32. "SYNO.PhotoStation.Thumb": {
  33. "path": "thumb.php",
  34. "methods": {
  35. "1": ["get", "get_dsm_thumb"]
  36. }
  37. },
  38. "SYNO.PhotoStation.Cover": {
  39. "path": "cover.php",
  40. "methods": {
  41. "1": ["set"]
  42. }
  43. },
  44. "SYNO.PhotoStation.SmartAlbum": {
  45. "path": "smart_album.php",
  46. "methods": {
  47. "1": ["list", "getinfo", "create", "edit", "delete"]
  48. }
  49. },
  50. "SYNO.PhotoStation.File": {
  51. "path": "file.php",
  52. "methods": {
  53. "1": ["uploadphoto", "uploadvideo"]
  54. }
  55. },
  56. "SYNO.PhotoStation.Download": {
  57. "path": "download.php",
  58. "methods": {
  59. "1": ["getphoto", "getvideo", "getitem"]
  60. }
  61. },
  62. "SYNO.PhotoStation.ory": {
  63. "path": "ory.php",
  64. "methods": {
  65. "1": ["list", "getinfo", "create", "edit", "delete", "arrangeory", "listitem", "additem", "removeitem", "arrangeitem"]
  66. }
  67. },
  68. "SYNO.PhotoStation.About": {
  69. "path": "about.php",
  70. "methods": {
  71. "1": ["get", "set", "set_visibility"]
  72. }
  73. },
  74. "SYNO.PhotoStation.Tag": {
  75. "path": "tag.php",
  76. "methods": {
  77. "1": ["list", "getinfo", "create", "edit", "delete", "searchplace", "delete_unconfirmed_tag"]
  78. }
  79. },
  80. "SYNO.PhotoStation.PhotoTag": {
  81. "path": "photo_tag.php",
  82. "methods": {
  83. "1": ["list", "people_tag", "geo_tag", "desc_tag", "delete", "people_tag_confirm"]
  84. }
  85. },
  86. "SYNO.PhotoStation.Comment": {
  87. "path": "comment.php",
  88. "methods": {
  89. "1": ["list", "create", "delete"]
  90. }
  91. },
  92. "SYNO.PhotoStation.Timeline": {
  93. "path": "timeline.php",
  94. "methods": {
  95. "1": ["getindex"]
  96. }
  97. },
  98. "SYNO.PhotoStation.Group": {
  99. "path": "group.php",
  100. "methods": {
  101. "1": ["list", "get", "get_dsm_group", "getmember", "create", "edit", "editmember", "delete"]
  102. }
  103. },
  104. "SYNO.PhotoStation.Rotate": {
  105. "path": "rotate.php",
  106. "methods": {
  107. "1": ["set"]
  108. }
  109. },
  110. "SYNO.PhotoStation.SlideshowMusic": {
  111. "path": "slideshow_music.php",
  112. "methods": {
  113. "1": ["list", "get", "add", "edit", "delete"]
  114. }
  115. },
  116. "SYNO.PhotoStation.DsmShare": {
  117. "path": "dsm_share.php",
  118. "methods": {
  119. "1": ["list", "copy", "copymusic"]
  120. }
  121. },
  122. "SYNO.PhotoStation.SharedAlbum": {
  123. "path": "shared_album.php",
  124. "methods": {
  125. "1": ["list", "getinfo", "getinfo_public", "create", "edit", "delete", "add_items", "remove_items", "edit_public_share", "get_single_item", "set_single_item"]
  126. }
  127. },
  128. "SYNO.PhotoStation.PhotoLog": {
  129. "path": "log.php",
  130. "methods": {
  131. "1": ["list", "clear", "export"]
  132. }
  133. },
  134. "SYNO.PhotoStation.Path": {
  135. "path": "path.php",
  136. "methods": {
  137. "1": [" ", "checkpath"]
  138. }
  139. }
  140. }