{"id":23113942,"url":"https://github.com/stuin/pipeflow","last_synced_at":"2025-04-04T00:26:47.196Z","repository":{"id":261344795,"uuid":"880081180","full_name":"stuin/pipeflow","owner":"stuin","description":"Fun-In-Progress GUI for PipeWire","archived":false,"fork":false,"pushed_at":"2024-12-28T03:18:17.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-09T12:27:30.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"oskude/pipeflow","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuin.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-29T04:29:44.000Z","updated_at":"2024-10-29T04:29:44.000Z","dependencies_parsed_at":"2025-02-09T12:34:40.609Z","dependency_job_id":null,"html_url":"https://github.com/stuin/pipeflow","commit_stats":null,"previous_names":["stuin/pipeflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2Fpipeflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2Fpipeflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2Fpipeflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuin%2Fpipeflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuin","download_url":"https://codeload.github.com/stuin/pipeflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247100497,"owners_count":20883600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T03:16:56.003Z","updated_at":"2025-04-04T00:26:47.163Z","avatar_url":"https://github.com/stuin.png","language":null,"readme":"# PipeFlow\n\nFun-In-Progress GUI for [PipeWire](https://pipewire.org/)\n\n![](screenshot.png)\n\n## Features\n\n- Display Nodes, Ports and Links\n- Create and destroy Links\n- Set channel volume (for ALSA and PulseAudio)\n- Move Nodes (but will be reset after model changes!)\n\n## Todo\n\n- for wireplumber things wait for v0.5, has big changes?\n  - https://www.collabora.com/news-and-blog/blog/2023/06/15/wireplumber-event-dispatcher-new-simplified-way-handling-pipewire-events/\n- user change node/port label\n- user set auto/default links/nodes!\n- how to best auto layout?\n- can we set all (audio) nodes channelVolume?\n  - seems we can for alsa and pulse. what about jack?\n- what is softVolume?\n- show live audio levels?\n- un/lock channel volume sliders\n- can we use https://gitlab.com/matpi/pipewire-py ?\n  - i guess we would look `pw-dump` code for howto?\n\n## Bugs\n\n- find them polish loops... (and why does it still work, or what is not working?!)\n\n## Theme\n\n`theme.ini` file is loaded from these dirs in this order:\n\n- Next to program\n- User: `$XDG_CONFIG_HOME/pipeflow`  (default `$HOME/.config/pipeflow`)\n- System: `pipeflow` dir in `$XDG_CONFIG_DIRS` (default `/etc/xdg/`)\n\n## Requirements\n\n- `pyside6` - https://doc.qt.io/qtforpython-6/\n  - `python3` - https://www.python.org/\n  - `qt6-declarative` - https://doc.qt.io/qt-6/qtqml-index.html\n- `pw-dump`, `pw-link` and `pw-cli` - https://pipewire.org/\n\n## Packaging\n\n- Copy dir `libpipeflow` to Pythons system include dir\n- Copy dir `PipeFlow` to QMLs system include dir\n- Copy file `pipeflow` to system bin dir\n- Copy file `main.qml` to `/usr/lib/pipeflow/main.qml`\n- Copy file `theme.ini` to `/etc/xdg/pipeflow/theme.ini`\n\n\u003e see [`distro/archlinux/PKGBUILD`](distro/archlinux/PKGBUILD) for an example\n\n## Development\n\nThe python code provides following things to QML:\n\n|thing|description|\n|-----|-----------|\n|`NodeModel`|List Model of PipeWire Nodes|\n|`LinkModel`|List Model of PipeWire Links|\n|`PwLink`|Functions to call `pw-link`|\n|`PwCli`|Functions to call `pw-cli`|\n|`Theme`|Theme properties|\n\nAnd the QML UI \"simply\" builds around these models, and calls functions to request changes to PipeWire...\n\nIf you have [`entr`](http://eradman.com/entrproject/) installed, you can start `pipeflow` in \"hot reloading\" way with:\n\n```\n$ make hot\n```\n\n\u003e restart this if you add files\n\n## Links\n\n- TODO: any thips? https://github.com/dyegoaurelio/simple-wireplumber-gui\n- https://docs.pipewire.org/page_objects_design.html\n- https://doc.qt.io/qtforpython-6/examples/example_qml_editingmodel.html\n- volume infos https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3351\n\n## Licence\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuin%2Fpipeflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuin%2Fpipeflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuin%2Fpipeflow/lists"}