{"id":19081287,"url":"https://github.com/jimurrito/plexport","last_synced_at":"2026-06-26T09:31:14.799Z","repository":{"id":226870263,"uuid":"769432880","full_name":"jimurrito/PleXport","owner":"jimurrito","description":"A blazingly fast way to export audio playlists from Plex; into a .m3u8 format. Supports any x86_64 platform that supports .NET Core.","archived":false,"fork":false,"pushed_at":"2024-04-09T02:52:34.000Z","size":315,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:12:09.289Z","etag":null,"topics":["airsonic","m3u8","playlist-extractor","plex","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/jimurrito.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}},"created_at":"2024-03-09T04:06:35.000Z","updated_at":"2024-12-27T14:55:59.000Z","dependencies_parsed_at":"2024-03-10T09:29:27.820Z","dependency_job_id":"96f7f530-bfe9-432a-9b57-d0cc8a5c465d","html_url":"https://github.com/jimurrito/PleXport","commit_stats":null,"previous_names":["jimurrito/plexport"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jimurrito/PleXport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimurrito%2FPleXport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimurrito%2FPleXport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimurrito%2FPleXport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimurrito%2FPleXport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimurrito","download_url":"https://codeload.github.com/jimurrito/PleXport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimurrito%2FPleXport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34811914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":["airsonic","m3u8","playlist-extractor","plex","powershell"],"created_at":"2024-11-09T02:34:09.574Z","updated_at":"2026-06-26T09:31:14.775Z","avatar_url":"https://github.com/jimurrito.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PlExport_Logo](./.assets/PleXport.png 'PlExport_Logo Provided by Dalle3')\n\n\n# PleXport\n\nA blazingly fast way to export audio playlists from Plex. Supports any x86_64 platform that supports .NET Core.\n\nExports audio playlists for use in other applications. For example Airsonic.\n\nPlaylists are exported as a [.m3u8](https://en.wikipedia.org/wiki/M3U) file. Script written in Powershell; supports both Legacy Powershell and Powershell Core.\n\n\n## Requirements\n- [Plex Token](https://www.plexopedia.com/plex-media-server/general/plex-token/)\n\n## Examples\n\n#### 1.A Minimal run\n``` Powershell\n./PleXport.ps1 -Token 'agf-3ExxxxxxxxxxJ8rN'\n```\n\n#### 1.B Minimalist run - With local Token file\n``` Powershell\n./PleXport.ps1\n```\n\n\n#### 2. Using a Custom Token file. `-TokenFile`\n``` Powershell\n./PleXport.ps1 -TokenFile 'C:\\...\\token'\n```\nA Token file is a plain-text file that contains the Plex Token. No special syntax required. **Recommended to ensure the token is secure.**\n\n\u003e NOTE: that without the `-TokenFile` parameter, the script will still attempt to import a local file for the token. If there is a file in the current directory called `token`, then it will be imported. The `-Token` parameter takes priority over any Token files.\n\n\n#### 3. Custom Server IP \u0026 Port\n``` Powershell\n./PleXport.ps1 -Server 192.168.1.5 -Port 8080\n```\n*This example uses a local Token file.*\n\n#### 4. Custom Output Path\n``` Powershell\n./PleXport.ps1 -Path C:\\...\\playlists\n```\nBy default, the script will use the current directory. In doing so, will create a directory called `playlists`; which will hold the script output. However, the path provided with the `-Path` parameter will be the output directory when used. No additional directories will be created.\n\n\n## Parameters\n\n| Param   | Description | Default |\n|-------  |-------------|---------|\n| -Server | IPv4 address of the server. | 127.0.0.1 |\n| -Port   | TCP Port for the server.    | 32400 |\n| -Token  | Token used to access the Plex APIs. |   |\n| -TokenFile | File containing Plex token. | .\\token |\n| -Path | Output directory for playlists | Current Dir |\n\n\n## Airsonic Support\nYou can use the custom path functionality to automatically move all the playlists into Airsonic's Playlist Directory. The output playlists are 'drag-and-drop' compatible with Airsonic, Subsonic, and any other applications that uses [.m3u8](https://en.wikipedia.org/wiki/M3U) files. \n\n\n## Known Issues/Behaviors\n\n### Successfully connects to Plex, but unable to find any playlists.\n- Check the token used is from a user with playlists.\n- Ensure the token used is valid. \n\n\u003e NOTE: Tokens gathered from app.Plex.tv will not work when connecting via IP.\n\n\n\u003cbr\u003e\n\nOpen a bug request if you run into any issues!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimurrito%2Fplexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimurrito%2Fplexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimurrito%2Fplexport/lists"}