m3u_nullsafe

Last updated:

0 purchases

m3u_nullsafe Image
m3u_nullsafe Images
Add to Cart

Description:

m3u nullsafe

M3U format parser #
Simple parser for M3U and
M3U_Plus files.
How to use #
Currently the parser only supports full file parsing.
import 'package:m3u_nullsafe/m3u_nullsafe.dart';

main() async {
String playlistContent = <load_playlist>;
final playlist = await M3uParser.parse(file);

// Organized categories
final categories =
sortedCategories(entries: listOfTracks, attributeName: 'group-title');
print(categories);
}
copied to clipboard
Missing features #

❌ Parse from a stream of data instead of a string
❌ Parse the number next to the EXTINF Ex: #EXTINF:-1
❌ Parse info from the header
❌ Parse start track info
❌ Parse non string information ex: aspect-ratio=4:3

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.