Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to master at platypush/platypush 2023-11-05 01:35:52 +01:00
e45fb9c8ac Major rewrite of the media routes.
0e2738d849 Added _on_error handler to StreamingRoute.
7c780e6650 Refactored utils.bus.send_request.
f7fe844296 Black/LINT pass for media handler routes.
11c3b7820d [torrent] Create download_dir if it doesn't exist.
Compare 5 commits »
blacklight closed issue platypush/platypush#336 2023-11-05 01:35:52 +01:00
[Bug] Media UI -> Play in browser is currently broken
blacklight pushed to master at platypush/platypush 2023-11-04 12:15:18 +01:00
07e7f06c7a [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2023-11-04 12:13:33 +01:00
2b12984c81 [youtube] Full plugin rewrite.
44d4ae2a96 [media] Made the youtube-dl executable configurable.
5478b90288 [Media UI] Start/stop streaming use the configured media plugin.
b4bf30945a [media] Black/LINT for MediaPlugin.
efdb63443d Renamed the youtube plugin.
Compare 5 commits »
blacklight closed issue platypush/platypush#268 2023-11-04 12:13:33 +01:00
Support multiple drop-in replacements for youtube-dl
blacklight pushed to master at platypush/platypush 2023-11-03 22:27:16 +01:00
9ac25a7627 [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2023-11-03 22:25:34 +01:00
3b335723a9 Merge pull request #387 from BlackLight/snyk-upgrade-7f1672a9074c3d844aa231ad5ba0e90d
23bae8e31c Merge pull request #388 from BlackLight/snyk-upgrade-ae486550d733dccfaf3fab04d0756007
8acb4156e0 Merge branch 'master' into snyk-upgrade-7f1672a9074c3d844aa231ad5ba0e90d
4a43f5ebf6 Merge pull request #391 from BlackLight/snyk-fix-6906c0f651d59befdc6753ce60922592
664ca7f9b5 Merge branch 'master' into snyk-upgrade-ae486550d733dccfaf3fab04d0756007
Compare 14 commits »
blacklight pushed to master at platypush/platypush 2023-11-03 21:58:37 +01:00
f6952f1198 [Automatic] Updated UI files
170e37945e [UI] Make sure that a Modal never overflows its parent.
4c5366849d [torrent] Updated plugin.
35571b8d13 [UI] Set max-width for the media info modal.
96f2a8f8fc [UI] Set a base z-index for the root content canvas.
Compare 38 commits »
blacklight pushed to master at platypush/platypush 2023-11-03 21:56:54 +01:00
0e467b2770 [UI] Make sure that a Modal never overflows its parent.
ff0d00d796 [torrent] Updated plugin.
167654ce8a [UI] Set max-width for the media info modal.
e4b00b692e [UI] Set a base z-index for the root content canvas.
15ef264017 Expose run on the base package level.
Compare 8 commits »
blacklight opened issue platypush/platypush#336 2023-11-03 00:09:11 +01:00
[Bug] Media UI -> Play in browser is currently broken
blacklight pushed to master at platypush/platypush 2023-11-01 03:32:23 +01:00
5d72ff914d Better styling of the docs.
d7857c83b3 Updated sample config snippet for tts.mimic3.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2023-10-31 01:45:59 +01:00
72c115c91d [tts.mimic3] Plugin rewrite.
b4da03f35b [sound] Plugin refactor.
7647a3c2d9 Added utils.is_debug_enabled.
c73dc9d563 Updated MediaPlugin documentation snippet.
ce2a45d460 tts plugins should leverage sound`, not an external media player.
Compare 7 commits »
blacklight pushed to master at platypush/platypush 2023-10-23 23:32:26 +02:00
3b66f9f313 [Fix] Always initialize AssistantPlugin._conversation_start_sound.
blacklight pushed to master at platypush/platypush 2023-10-23 22:25:34 +02:00
50bae79f1e Removed/commented references to numpy.typing.
blacklight pushed to master at platypush/platypush 2023-10-23 22:12:50 +02:00
0ddbeabddc [Fix] sounddevice arguments fix.
blacklight pushed to master at platypush/platypush 2023-10-23 21:47:43 +02:00
f0a2d708c0 [CI/CD] Moved the chmod commands outside of the if.
blacklight pushed to master at platypush/platypush 2023-10-23 21:40:27 +02:00
7d3d7d20a4 [CI/CD] chmod should always be the final step in update-apt-repo.
blacklight pushed to master at platypush/platypush 2023-10-23 21:37:04 +02:00
d7130d8411 [An empty commit to re-trigger the CI/CD pipeline]
blacklight pushed to master at platypush/platypush 2023-10-23 21:32:03 +02:00
35da3ce386 [CI/CD] The chmod section should be on the update-apt-repo step.
blacklight pushed to master at platypush/platypush 2023-10-23 21:27:58 +02:00
9767e47bf6 [Fix] s/chown/chmod/g typo fix