weed-cli 2.5.4__tar.gz → 2.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {weed_cli-2.5.4/weed_cli.egg-info → weed_cli-2.5.5}/PKG-INFO +8 -1
- {weed_cli-2.5.4 → weed_cli-2.5.5}/README.md +7 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/pyproject.toml +1 -1
- {weed_cli-2.5.4 → weed_cli-2.5.5/weed_cli.egg-info}/PKG-INFO +8 -1
- {weed_cli-2.5.4 → weed_cli-2.5.5}/LICENSE +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/dht.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/discovery_relay.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/lightning_settle.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/node.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/poc_reputation.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/setup.cfg +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/shell.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_dht.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_discovery_relay.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_host_live_reload.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_node_manifest.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_orbit_ws.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_timing_challenge.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_tunnel_failover.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/test_web_ui_api.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tests/testutil.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/tunnel_relay.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/web_ui.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/weed.py +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/weed_cli.egg-info/SOURCES.txt +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/weed_cli.egg-info/dependency_links.txt +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/weed_cli.egg-info/entry_points.txt +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/weed_cli.egg-info/requires.txt +0 -0
- {weed_cli-2.5.4 → weed_cli-2.5.5}/weed_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weed-cli
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.5
|
|
4
4
|
Summary: Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: p2p,video,censorship-resistant,discovery,dht,kademlia,nat-traversal
|
|
@@ -246,6 +246,13 @@ Zoom retune every mode; every setting persists in the browser.
|
|
|
246
246
|
endless encoders are detected on their own. Every row, plugin modes
|
|
247
247
|
and transitions included, has a Learn button; **export** saves the
|
|
248
248
|
keymap as a `.json` file and **import** loads one.
|
|
249
|
+
- **Autopilot** (🤖 in the visualizer's header, or a MIDI pad): the
|
|
250
|
+
visualizer drives itself. It listens for onsets and the running energy,
|
|
251
|
+
holds a mode for a while, drops back to the plain video, then picks a
|
|
252
|
+
fresh mode -- energetic ones when the music is up, calmer ones when it
|
|
253
|
+
isn't -- with a punchy or gentle transition to match the hit, and when
|
|
254
|
+
a track ends with nothing queued it draws the next download by
|
|
255
|
+
lottery, weighted toward the least-played and longest-rested.
|
|
249
256
|
- **Video swap** (⇄ on the player): another download's picture stands
|
|
250
257
|
in for the current track's — for an mp3 or a static-image video, so
|
|
251
258
|
the visuals have real footage. Audio stays with the track; the
|
|
@@ -214,6 +214,13 @@ Zoom retune every mode; every setting persists in the browser.
|
|
|
214
214
|
endless encoders are detected on their own. Every row, plugin modes
|
|
215
215
|
and transitions included, has a Learn button; **export** saves the
|
|
216
216
|
keymap as a `.json` file and **import** loads one.
|
|
217
|
+
- **Autopilot** (🤖 in the visualizer's header, or a MIDI pad): the
|
|
218
|
+
visualizer drives itself. It listens for onsets and the running energy,
|
|
219
|
+
holds a mode for a while, drops back to the plain video, then picks a
|
|
220
|
+
fresh mode -- energetic ones when the music is up, calmer ones when it
|
|
221
|
+
isn't -- with a punchy or gentle transition to match the hit, and when
|
|
222
|
+
a track ends with nothing queued it draws the next download by
|
|
223
|
+
lottery, weighted toward the least-played and longest-rested.
|
|
217
224
|
- **Video swap** (⇄ on the player): another download's picture stands
|
|
218
225
|
in for the current track's — for an mp3 or a static-image video, so
|
|
219
226
|
the visuals have real footage. Audio stays with the track; the
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "weed-cli"
|
|
7
|
-
version = "2.5.
|
|
7
|
+
version = "2.5.5"
|
|
8
8
|
description = "Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weed-cli
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.5
|
|
4
4
|
Summary: Censorship-resistant video PoC — discovery/hosting/download over signed relay events, a real Kademlia DHT, or a TLS-capable NAT-traversal tunnel
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: p2p,video,censorship-resistant,discovery,dht,kademlia,nat-traversal
|
|
@@ -246,6 +246,13 @@ Zoom retune every mode; every setting persists in the browser.
|
|
|
246
246
|
endless encoders are detected on their own. Every row, plugin modes
|
|
247
247
|
and transitions included, has a Learn button; **export** saves the
|
|
248
248
|
keymap as a `.json` file and **import** loads one.
|
|
249
|
+
- **Autopilot** (🤖 in the visualizer's header, or a MIDI pad): the
|
|
250
|
+
visualizer drives itself. It listens for onsets and the running energy,
|
|
251
|
+
holds a mode for a while, drops back to the plain video, then picks a
|
|
252
|
+
fresh mode -- energetic ones when the music is up, calmer ones when it
|
|
253
|
+
isn't -- with a punchy or gentle transition to match the hit, and when
|
|
254
|
+
a track ends with nothing queued it draws the next download by
|
|
255
|
+
lottery, weighted toward the least-played and longest-rested.
|
|
249
256
|
- **Video swap** (⇄ on the player): another download's picture stands
|
|
250
257
|
in for the current track's — for an mp3 or a static-image video, so
|
|
251
258
|
the visuals have real footage. Audio stays with the track; the
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|