Giter Club home page Giter Club logo

Comments (7)

syleishere avatar syleishere commented on June 5, 2024 1

Oww crap this worked though:
await medias.add(await Media.file(new File(fileSystemEntity.path)));

from dart_vlc.

alexmercerind avatar alexmercerind commented on June 5, 2024

Now you need to add await, as there are new metadata parsing features in Media.

from dart_vlc.

syleishere avatar syleishere commented on June 5, 2024

I did have an await, I added it back, same thing, doesn't work:
await medias.add(Media.file(new File(fileSystemEntity.path)));

from dart_vlc.

alexmercerind avatar alexmercerind commented on June 5, 2024

Write this:

medias.add(await Media.file(new File(fileSystemEntity.path)));

See examples in README

from dart_vlc.

alexmercerind avatar alexmercerind commented on June 5, 2024

Same is documented in README. I make sure to update the examples.

from dart_vlc.

syleishere avatar syleishere commented on June 5, 2024

Alright, I can stay on .0.0.4, I'm happy thankyou.

from dart_vlc.

syleishere avatar syleishere commented on June 5, 2024

On a side note if you are trying to make similar to audio assets: here is the difference between what you have and what they have so far:

import 'package:dart_vlc/dart_vlc.dart';
import 'package:assets_audio_player/assets_audio_player.dart' as myaudio;

FOR DART VLC:
await medias.add(await Media.file(new File(fileSystemEntity.path)));
FOR AUDIO ASSETS:
await medias2.add(myaudio.Audio.file(fileSystemEntity.path));

Just wondering if done on purpose?

from dart_vlc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.