{"id":19688596,"url":"https://github.com/bmoliveira/m3u-parse-utils","last_synced_at":"2025-09-10T04:15:51.500Z","repository":{"id":47527074,"uuid":"174980618","full_name":"bmoliveira/m3u-parse-utils","owner":"bmoliveira","description":"Dart library to parse m3u and m3u_plus files on Dart","archived":false,"fork":false,"pushed_at":"2024-07-19T12:34:38.000Z","size":222,"stargazers_count":13,"open_issues_count":3,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T14:04:13.655Z","etag":null,"topics":["dart","m3u-parser"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmoliveira.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-11T10:50:35.000Z","updated_at":"2023-05-30T08:22:07.000Z","dependencies_parsed_at":"2022-08-12T13:40:44.554Z","dependency_job_id":null,"html_url":"https://github.com/bmoliveira/m3u-parse-utils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoliveira%2Fm3u-parse-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoliveira%2Fm3u-parse-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoliveira%2Fm3u-parse-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmoliveira%2Fm3u-parse-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmoliveira","download_url":"https://codeload.github.com/bmoliveira/m3u-parse-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251465213,"owners_count":21593842,"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","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":["dart","m3u-parser"],"created_at":"2024-11-11T18:38:25.757Z","updated_at":"2025-04-29T08:34:43.584Z","avatar_url":"https://github.com/bmoliveira.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# M3U format parser\n\nSimple parser for [M3U](https://en.wikipedia.org/wiki/M3U) and \n[M3U_Plus](https://en.wikipedia.org/wiki/M3U) files. \n\n## How to use\n\nCurrently the parser only supports full file parsing.\n\n```dart\nimport 'package:m3u/m3u.dart';\n\nmain() async {\n  String playlistContent = \u003cload_playlist\u003e;\n  final playlist = await M3uParser.parse(file);\n  \n  // Organized categories\n  final categories =\n      sortedCategories(entries: listOfTracks, attributeName: 'group-title');\n  print(categories);\n}\n```\n\n## Missing features\n\n- [ ] Parse from a stream of data instead of a string\n- [ ] Parse info from the header\n- [ ] Parse start track info\n- [ ] Parse non string information ex: `aspect-ratio=4:3`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmoliveira%2Fm3u-parse-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmoliveira%2Fm3u-parse-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmoliveira%2Fm3u-parse-utils/lists"}