{ "name": "peertube.futo.org", "description": "A plugin that adds PeerTube as a source", "author": "FUTO", "authorUrl": "https://futo.org", "platformUrl": "https://joinpeertube.org/", "sourceUrl": "http://pluginhost.grayjay.app/api/plugin/peertube/Config?url=https://peertube.futo.org\u0026id=e2aa1726-65f2-4dc2-9ae8-8f1f5854842f", "repositoryUrl": "https://gitlab.futo.org/videostreaming/plugins/peertube", "scriptUrl": "https://plugins.grayjay.app/PeerTube/PeerTubeScript.js", "version": 22, "iconUrl": "https://plugins.grayjay.app/PeerTube/peertube.png", "id": "e2aa1726-65f2-4dc2-9ae8-8f1f5854842f", "scriptSignature": "nj7h5S8DRBI4WTRrEsnu/0AerZ/pdADvUmurOBXpQ4bh5krBRho/Ku0KkoyqGhaHBEOZHvB7y4RXkVJ8Q1qPWf2AmFBjSPxZxndP60evSQDF2hVzfxIoxbISUfZSz2mm5TwWaiqca71CoEXWUkz7VlGd00zJR8m1tXmvrD/VFcQwD9YbyDwnLaC/ce/v5EZiIxw9mJBRZ9yaVCgXt2tWZnNNcNIBuOmoaxaThkBPHXEKHj\u002BXDaVI8crUHKd27KfJQG6T31/rtnd8YmzVKTjtTPMh9E/naHgD2bZGbeQ9eKBWrLllyWhuBP6NT8PAinkriuK\u002ByLFQkSOX5OU7Jrjkvg==", "scriptPublicKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsoFJU4AReDyUnSQI9A99UjLCwkY8OH\u002B1o8cdtf2EjSb\u002BfO2qmP8MGMTAvfvgmq5d2QBJE2XHRkRO3JKcTlcc1j0WlOlU8P9W272DYCeX6oYaavpKNqGKoGEuodp9wtiyNwyH46\u002B\u002BJfpU/uIUacZbZKkHv9gIGchmNvpKYZQjFd/8pUqXGpcXZP54tGSC9PLcY\u002B5TozZThK7Oy1\u002B3YEf1bZ44UinRYYATbLk/wNuAfsupvlt6nxZOcJhABhdo9V\u002BgY0FE6Ayg5\u002B1cd1noWhnRtLF\u002BsPdEr3z8Nt15JEK5a/524t25FMhwz8yKxlGW5qW3QLJHSUgLQncL6a1zlZ1s8QIDAQAB", "packages": [ "Http" ], "allowEval": false, "allowUrls": [ "everywhere" ], "changelog": { "16": [ "Use host instances from https://instances.joinpeertube.org/instances to support channels and videos from other peertube instances;", "Add a setting to switch the content and channels search from an instance to sepiasearch.org;", "Improve support for older peertube server versions;", "Fix bugs with channel avatars and video thumbnails in some peertube server versions;" ], "17": [ "Fixed issue when opening federated content or a channel without opening the Home tab first;", "Fixed issue with deep-linking from an indexed instance while the app is closed;" ], "18": [ "Fix plugin repositoryUrl and add platformUrl configurations;", "Sync known instances from https://instances.joinpeertube.org and user requests;", "Fix playback issues for some videos;", "Add recommendations support;" ], "19": [ "Sync known instances with https://instances.joinpeertube.org" ], "20": [ "Add view reporting to PeerTube instances with a plugin setting to disable it.", "Sync known instances with https://instances.joinpeertube.org" ], "21": [ "Fix resolving instances with ports;", "Sync known instances with https://instances.joinpeertube.org" ], "22": [ "Add support for channel playlists;", "Search online playlists on the playlist tab using current instance or Sepia Search;", "Add subtitles support (when available);", "Improve handling media sources with audio only, and videos with split audio and video;", "Improved URL recognition with hints for all content types;", "Map likes and dislikes display for videos;", "Sync known instances with https://instances.joinpeertube.org;" ] }, "constants": { "baseUrl": "https://peertube.futo.org" }, "settings": [ { "variable": "searchEngineIndex", "name": "Search Engine", "description": "Choose how to search for PeerTube content. \u0027Current Instance\u0027 searches within the instance you\u0027re using and its followed instances. \u0027Sepia Search\u0027 searches across all indexed PeerTube instances via sepiasearch.org.", "type": "Dropdown", "default": "0", "options": [ "Current Instance", "Sepia Search" ] }, { "variable": "submitActivity", "name": "Report Views", "description": "Report viewing activity to PeerTube instances. After a while, the instance will use this information to increase the video\u0027s viewer counter.", "type": "Boolean", "default": "true" } ] }