Daniel Tashjian

Results 34 comments of Daniel Tashjian

@jeyhan This project is limiting itself to the parsing and writing of playlists to keep with the Single Responsibility Principle. We are making no opinion about how downloading should be...

@TheOrangeTester There is nothing special about m3u8 files, they are just files. Anything capable of downloading files can download m3u8 files.

Hello Brian, I'm glad you are finding this library useful. It may not be tenable to maintain parity between two languages in two different projects, so it may be better...

@abkNiazi The latest specification does not provide support for "attributes" in the `#EXTINF` tag: http://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.2.1 I've seen specially formatted titles contain key value pairs, but that has to come after...

Unfortunately, it looks like that's not possible at the moment. That can be fixed. I will try to work on that this weekend.

@sunglee413 looks like this issue is resolved.

I find that a little surprising. I would have expected a follow up request that ended in error to try again (and produce a new error if it fails again)....

That's fair. In this case however we're trying to load a whole object at once since loaders are meant to optimize the n+1 queries scenario. If there's an error in...

I am using gradle version 2.2.1. This is in an android project where all referenced modules are android library modules. I am using version 1.0.0 of the android gradle plugin.