Barbagus
  • Joined on 2022-12-08
Barbagus closed issue fcode/delarte#7 2023-01-24 19:28:06 +00:00
Support for collections
Barbagus closed issue fcode/delarte#8 2023-01-24 19:27:51 +00:00
Custom naming of the output file.
Barbagus commented on issue fcode/delarte#20 2023-01-24 19:27:23 +00:00
Provide package API to use programmatically

The muxing (FFMPEG) still prints to stdout, this should be hidden for a clean API access.

Barbagus merged pull request fcode/delarte#28 2023-01-24 19:26:06 +00:00
support for collections
Barbagus pushed to stable at fcode/delarte 2023-01-24 19:26:06 +00:00
57da060e73 Merge pull request 'support for collections' (#28) from collections into stable
6b24b15f57 Update README according to implementation
e23cd73664 Implement collections
3ca02e8e42 Include collection www/json samples
56c1e8468a Split program/rendition/variant/target operations
Compare 8 commits »
Barbagus deleted branch collections from fcode/delarte 2023-01-24 19:26:06 +00:00
Barbagus pushed to collections at fcode/delarte 2023-01-24 19:25:21 +00:00
6b24b15f57 Update README according to implementation
Barbagus pushed to collections at fcode/delarte 2023-01-24 18:59:59 +00:00
e23cd73664 Implement collections
Barbagus pushed to collections at fcode/delarte 2023-01-24 09:52:46 +00:00
3ca02e8e42 Include collection www/json samples
Barbagus pushed to collections at fcode/delarte 2023-01-24 08:30:12 +00:00
56c1e8468a Split program/rendition/variant/target operations
Barbagus pushed to collections at fcode/delarte 2023-01-24 07:26:22 +00:00
ed5ba06a98 Implement a "schema guard" for `api` module
fcadd531c4 Reorganize imports in files
639a8063a5 Get program information from page content
Compare 3 commits »
Barbagus commented on pull request fcode/delarte#28 2023-01-11 18:37:28 +00:00
support for collections

The approach I would like to go for is to actually download and inspect the HTML code for the given URL. So no URL parsing, no collection ID or program ID guessing. No "_let's assume this is…

Barbagus commented on pull request fcode/delarte#28 2023-01-11 18:29:24 +00:00
support for collections

Another remark: going forward with this makes me reconsider db0a954497 's last point.

We use to offer rendition choosing right after the API call, before we download the appropriate master…

Barbagus created pull request fcode/delarte#28 2023-01-11 18:14:42 +00:00
WIP: support for collections
Barbagus created branch collections in fcode/delarte 2023-01-11 17:33:11 +00:00
Barbagus pushed to collections at fcode/delarte 2023-01-11 17:33:11 +00:00
Barbagus commented on issue fcode/delarte#8 2023-01-11 17:24:45 +00:00
Custom naming of the output file.

Considerations for the future: set appropriate tags (title, etc..) one the outputfile so this "fine" naming can be delegated to a bulk-renaming software. This is a lot of thinking and hard…

Barbagus commented on issue fcode/delarte#8 2023-01-11 17:20:20 +00:00
Custom naming of the output file.

These options have been added and merged into stable

--name-use-id          use the program ID
--name-use-slug        use the URL slug
--name-sep=<sep>       field separator [default:  -…
Barbagus commented on issue fcode/delarte#1 2023-01-11 17:17:57 +00:00
CLI argument/options and default behaviours

These options have been added to address output file naming (#8)

--name-use-id          use the program ID
--name-use-slug        use the URL slug
--name-sep=<sep>       field separator…
Barbagus pushed to stable at fcode/delarte 2023-01-11 17:12:55 +00:00
ba2dd96b36 Merge pull request 'output file naming #8' (#27) from naming into stable
cd24696367 Fix space issue in sequence counter
ecba66d27a Implement basic naming options
Compare 3 commits »