Patrick Hein

Results 62 comments of Patrick Hein

I've had a similar idea for converting HLS streams into useful files. Great idea to use that for normal downloads too, thank you!

At the moment I am completely rewriting MVW (Client and Server). Whenever I am done with it, you will be able to do that.

The only thing that exists is this gist: https://gist.github.com/bagbag/a2888478d27de0e989cf777f81fb33de

3. was always possible [https://gist.github.com/bagbag/a2888478d27de0e989cf777f81fb33de](https://gist.github.com/bagbag/a2888478d27de0e989cf777f81fb33de)

It's an AND for different fields, but an or for different fields. following will work (here is an working example: [https://s3.mediathekviewweb.de/public/or-query.html](https://s3.mediathekviewweb.de/public/or-query.html)) ``` [ { "fields": [ "title" ], "query": "Ein...

@MrFly72 yes, it wants an array. You can create a Pull request for a date filter if you want.

For v1 I don't care at all about the code design. The code smells a lot (it was my first JavaScript/Web project). For v2 there is eslint (or still tslint?).

I have no Idea why that could be and unfortunately I cannot test this as I dont have an Apple device. Does the reader shows the URL which it receives?

As I have no Idea whats the reason for, nor how to test and fix that (I mean all MVW is doing here is opening a link), I think I...

That is already implemented in MVW 2.0 I'm also planning to implement "infinite scrolling".