{"id":25411718,"url":"https://github.com/koho/playlist","last_synced_at":"2025-10-11T21:08:56.714Z","repository":{"id":62394331,"uuid":"560226167","full_name":"koho/playlist","owner":"koho","description":"Play your remote media folder via HTTP in your favorite media player.","archived":false,"fork":false,"pushed_at":"2023-11-11T07:22:33.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T10:54:02.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-11-01T02:12:32.000Z","updated_at":"2022-11-01T02:14:07.000Z","dependencies_parsed_at":"2024-06-21T08:48:09.507Z","dependency_job_id":"c44a2c68-e3e8-4a55-83a1-3dfc0afd6732","html_url":"https://github.com/koho/playlist","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"a803bfe34cb6cbda4082aceda4b88d349eca3ac1"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/koho/playlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fplaylist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fplaylist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fplaylist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fplaylist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koho","download_url":"https://codeload.github.com/koho/playlist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fplaylist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008724,"owners_count":26084494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":"2025-02-16T10:19:21.603Z","updated_at":"2025-10-11T21:08:56.677Z","avatar_url":"https://github.com/koho.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlayList\n\nPlay your remote media folder via HTTP in your favorite media player.\n\n## Get started\n\n### Install ffmpeg\n\n[ffmpeg](https://ffmpeg.org/) must be installed first.\n\n### Create your config file\n\nPlace the config file `config.yml` to the same directory of the binary.\n\n```yaml\nlisten: :6300\ngroups:\n  - name: private\n    path: /data/private\n    username: john\n    password: 123456\n\n  - name: share\n    path: /usr/share/family\n```\n\n### Start web server\n\n```shell\n./playlist\n```\n\n### Play\n\nOpen your favorite media player, import the playlist with the following url.\n\n- http://server_ip:6300/private\n- http://server_ip:6300/share\n\n## Parameters\n\n| Parameter       | Description                                                                                                        |\n|-----------------|--------------------------------------------------------------------------------------------------------------------|\n| listen          | Listen address of the web server.                                                                                  |\n| groups          | All your media groups.                                                                                             |\n| groups.name     | Name of the media group.                                                                                           |\n| groups.path     | Path is where your media folder located.                                                                           |\n| groups.url      | URL overwrites the default url of the media file. The final url joins the given url with the media file name.      |\n| groups.username | When Username is non-empty, the HTTP Basic Auth will be enabled. Otherwise, no authentication is needed.           |\n| groups.password | Password of the user.                                                                                              |\n| thumb.dir       | Dir is where the thumbnail of media file stored.                                                                   |\n| thumb.workers   | Workers is the number of worker processes to generate thumbnails in parallel. Default is the half of logical CPUs. |\n| thumb.size      | Size sets the output thumbnail size. Default is 640:360.                                                           |\n\n\n## With nginx\n\n```\nserver {\n  listen 8933;\n  listen [::]:8933;\n  location /playlist/ {\n    proxy_pass        http://127.0.0.1:6300/;\n    proxy_set_header  X-Real-IP         $remote_addr;\n    proxy_set_header  X-Forwarded-For   $proxy_add_x_forwarded_for;\n    proxy_set_header  X-Forwarded-Proto $scheme;\n    proxy_set_header  Host              $http_host;\n    proxy_set_header  X-Original-URI    $request_uri;\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoho%2Fplaylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoho%2Fplaylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoho%2Fplaylist/lists"}