{"id":13897101,"url":"https://github.com/nelu/rutorrent-filemanager-media","last_synced_at":"2026-03-12T04:09:16.183Z","repository":{"id":41889084,"uuid":"224409970","full_name":"nelu/rutorrent-filemanager-media","owner":"nelu","description":"Media features for filemanager plugin","archived":false,"fork":false,"pushed_at":"2025-01-21T05:30:01.000Z","size":78,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T06:24:13.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nelu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-11-27T10:57:59.000Z","updated_at":"2025-01-21T05:30:05.000Z","dependencies_parsed_at":"2025-01-13T15:23:17.538Z","dependency_job_id":"c459bfe9-9d43-47da-b3fd-3e4a093e8bb5","html_url":"https://github.com/nelu/rutorrent-filemanager-media","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nelu/rutorrent-filemanager-media","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelu%2Frutorrent-filemanager-media","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelu%2Frutorrent-filemanager-media/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelu%2Frutorrent-filemanager-media/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelu%2Frutorrent-filemanager-media/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelu","download_url":"https://codeload.github.com/nelu/rutorrent-filemanager-media/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelu%2Frutorrent-filemanager-media/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30415042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T18:03:21.252Z","updated_at":"2026-03-12T04:09:11.175Z","avatar_url":"https://github.com/nelu.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# filemanager-media\nA plugin which extends filemanager functionality by adding media view capabilities (audio/video/image) and screenshot generation for videos both in File Manager and Files tab.\n\n#### Media features for filemanager plugin which include:\n- audio/video player for common media formats: mp3|mp4|avi|divx|mkv (browser dependent)\n- image viewer with zoom support\n- create video [screenshots functionality](https://github.com/nelu/rutorrent-filemanager-media/wiki): tile mosaic\n\n\n#### Settings available in the screenshot dialog:\n - Screens rows: number of thumbnail rows in the output screensheet \n - Screens columns: number of thumbnail columns in the output screensheet \n - Thumbnail width: the width of each cell in the screensheet tile\n   \nSee [Wiki](https://github.com/nelu/rutorrent-filemanager-media/wiki) for screenshots\n\n#### Plugin configuration\nAll configuration options reside in `conf.php` and some of them support ENV config variables\n  - `$allowedFormats` holds the allowed media formats file extensions (audio/video/image) in regex format\n  - `streampath` is useful when you need a different url path for your media files, ex: when you use a replacement video player in your browser and which does not support web auth \n```php\n// set with fullpath to binary or leave empty\n$pathToExternals['ffmpeg'] ?? (\n    $pathToExternals['ffmpeg'] = ''\n);\n\n// regex file extensions\n$allowedFormats = [\n    'video' =\u003e 'avi|divx|mpeg|mp4|mkv|webm',\n    'audio' =\u003e 'mp3|wav|ogg|aac',\n    'image' =\u003e 'png|jpe?g|gif|ico|bmp|svg|webp'\n];\n\nreturn [\n    // path on domain where a symlink to view.php can be found\n    // change only if you use web AUTH\n    // example: https://mydomain.com/rutorrent/plugins/filemanager-media/stream/view.php\n    // 'streampath' = './plugins/filemanager-media/view.php';\n    'streampath' =\u003e $_ENV['RU_FLM_MEDIA_ENDPOINT'] ?? '',\n\n    'allowedFormats' =\u003e $allowedFormats,\n    'allowedViewFormats' =\u003e implode(\"|\", $allowedFormats)\n];\n\n```\n\n##### TODO:\n- add single file screenshots for File Manager entries\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelu%2Frutorrent-filemanager-media","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelu%2Frutorrent-filemanager-media","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelu%2Frutorrent-filemanager-media/lists"}