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-12 16:00:30 +01:00
50922cf149 [media UI] Fixed player selector style after Dropdown component changes.
ca72e22820 [UI] Proxy /media/* requests to upstream when Vue is in debug mode.
d4b519a572 [media UI] Wrapped the file browser into a MediaBrowser component.
6dfe2324c1 [UI] Added navigation crumbs to the file browser.
724f625963 [media.chromecast] Skip errors on cast.wait.
Compare 7 commits »
blacklight pushed to master at platypush/platypush 2023-11-12 03:11:10 +01:00
60b5f235a7 [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2023-11-12 03:09:27 +01:00
1f321c32dc [media.chromecast] Full plugin rewrite.
blacklight pushed to master at platypush/platypush 2023-11-10 21:56:47 +01:00
20aeb0b72e [system] Some versions of cpuinfo may return cache sizes in human-readable format.
blacklight pushed to master at platypush/platypush 2023-11-10 21:31:00 +01:00
9a090d1b46 [system] Cache sizes can also be float, not necessarily int.
blacklight pushed to master at platypush/platypush 2023-11-10 02:51:28 +01:00
3d62069775 [Automatic] Updated UI files
blacklight closed issue platypush/platypush#283 2023-11-10 02:49:44 +01:00
Merge snapcast plugin and backend
blacklight pushed to master at platypush/platypush 2023-11-10 02:49:44 +01:00
1d833d25ab Updated integrations docs.
ceae310901 [snapcast] Merged backend logic into the plugin.
6c3edb73f9 [music.snapcast] Fixed message serialization issue.
Compare 3 commits »
blacklight closed issue platypush/platypush#338 2023-11-10 02:49:44 +01:00
[Bug] Fix Snapcast plugin
blacklight closed issue platypush/platypush#296 2023-11-09 22:47:53 +01:00
Merge snapcast backend and plugin
blacklight commented on issue platypush/platypush#296 2023-11-09 22:47:53 +01:00
Merge snapcast backend and plugin

Duplicate of #283

blacklight pushed to master at platypush/platypush 2023-11-09 02:49:24 +01:00
1ec42e11fc [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2023-11-09 02:47:41 +01:00
52ee614ec4 [media] Added logic to parse local media metadata.
a83f4729a6 [UI] Extracted grid into layout.scss.
4814c56a2d [media UI] Added resolution to media info.
90a9684404 [media UI] Added extra rating fields to the media info component.
cd635ea69e [torrent] Fixed duration and image for TV series results.
Compare 10 commits »
blacklight pushed to master at platypush/platypush 2023-11-07 00:47:35 +01:00
fafc1747d6 [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2023-11-07 00:45:52 +01:00
3d2dc22ed3 [media UI] Improved media UI.
e7bd61e0d4 Black/LINT for Jellyfin plugin.
a94ddd3f05 [torrent] duration * 60 for results returned by PopcornTime API.
1d41df51e7 [media] Extended current track with ytdl metadata if available.
a939cb648c [media UI] Extracted PlayPauseButton into its own component.
Compare 5 commits »
blacklight pushed to master at platypush/platypush 2023-11-06 02:31:48 +01:00
7889846cd6 [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2023-11-06 02:26:16 +01:00
2caa171c6d [media UI] Fixed alignment of the controls right handle.
27da2becd7 [media] Added media.get_info action.
e0a9ccca24 [media UI] Component refactor.
8e8bd7fb9f [media UI] Fixing/refactoring media UI.
6411688e65 [youtube] Don't fail if some items in the response have missing attrs.
Compare 6 commits »
blacklight opened issue platypush/platypush#338 2023-11-05 21:51:22 +01:00
[Bug] Fix Snapcast plugin
blacklight opened issue platypush/platypush#337 2023-11-05 11:10:10 +01:00
Deeper integration with Piped/YouTube
blacklight pushed to master at platypush/platypush 2023-11-05 02:41:22 +01:00
71bca662a1 media.play should support anything supported by a yt_dlp extractor.