Barbagus
  • Joined on 2022-12-08
Barbagus commented on pull request fcode/delarte#30 2023-02-14 09:40:02 +00:00
WIP: Refactor object model

About the codes (renditions and variants): I think it make sense to leave that responsibility to the human interface. We may need different types of codes for example:

  • for the selection…
Barbagus commented on pull request fcode/delarte#30 2023-02-14 09:37:27 +00:00
WIP: Refactor object model

About the semantics of the model (Point 3):

Variant should carry the information about audio/subtitles languages and types (audio description, hearing impaired, etc...) these can be inferred…

Barbagus commented on pull request fcode/delarte#30 2023-02-14 09:05:52 +00:00
WIP: Refactor object model

About the tree structure, I see two approaches:

  1. Parent has a list of children: Program has a list of Rendition, Rendition a list of Variant.
  2. Children embed its parent: Variant
Barbagus created pull request fcode/delarte#30 2023-02-14 09:04:24 +00:00
WIP: Refactor object model
Barbagus created branch model in fcode/delarte 2023-02-14 08:12:36 +00:00
Barbagus pushed to model at fcode/delarte 2023-02-14 08:12:36 +00:00
Barbagus pushed to stable at fcode/delarte 2023-02-14 08:11:23 +00:00
23e2183c93 Merge pull request 'move to `urllib3` instead of `requests`' (#29) from urllib3 into stable
477edc4910 Implement a `raise_for_status()` on `HTTPError`
a108135141 Use `urllib3` instead of `requests`
Compare 3 commits »
Barbagus deleted branch urllib3 from fcode/delarte 2023-02-14 08:11:23 +00:00
Barbagus merged pull request fcode/delarte#29 2023-02-14 08:11:23 +00:00
move to `urllib3` instead of `requests`
Barbagus pushed to urllib3 at fcode/delarte 2023-02-13 17:45:09 +00:00
477edc4910 Implement a `raise_for_status()` on `HTTPError`
Barbagus pushed to urllib3 at fcode/delarte 2023-02-13 08:40:22 +00:00
a108135141 Use `urllib3` instead of `requests`
Barbagus created pull request fcode/delarte#29 2023-02-13 07:20:28 +00:00
WIP: move to urllib3 instead of requests
Barbagus pushed to urllib3 at fcode/delarte 2023-02-13 07:16:02 +00:00
Barbagus created branch urllib3 in fcode/delarte 2023-02-13 07:16:02 +00:00
Barbagus pushed to stable at fcode/delarte 2023-02-13 07:10:06 +00:00
f90179e7c3 Fix changes in pages embedded data structure
b4eed73a83 Add debug feedback on module exceptions
Compare 2 commits »
Barbagus commented on issue fcode/delarte#20 2023-01-25 08:19:14 +00:00
Provide package API to use programmatically

One could argue that in order for the API to be as flexible/useful as possible, its scope should be on the actual ArteTV business... for example: the fetch/download (and its dependency on…

Barbagus closed issue fcode/delarte#23 2023-01-25 07:59:27 +00:00
Pause/Resume download
Barbagus commented on issue fcode/delarte#23 2023-01-25 07:59:22 +00:00
Pause/Resume download

This has been implemented in f36d45fb5e

Barbagus pushed to stable at fcode/delarte 2023-01-25 07:56:20 +00:00
f36d45fb5e Enable interrupt/resume of MP4 streams
Barbagus closed issue fcode/delarte#1 2023-01-24 19:28:28 +00:00
CLI argument/options and default behaviours