Skip to content

Releases: marvin1099/PipewireSaveLoad

v0.5

20 Aug 01:18
Compare
Choose a tag to compare

Remove the replace commands

0.4

24 Nov 19:23
Compare
Choose a tag to compare
0.4

Fixed a issue where Alsa devices use other names each reboot, it will now use node.nick first and fall back to node.name
Also Fixed a jack issue where jack will not have a media.class so we fall back to media.role
Fixed a issue where occurrence did not work ... again, by moving the .replace() lines to the end so they only make the config look nice
Added in error message on missing -d argument for list and so on

0.3.5

27 Oct 14:24
Compare
Choose a tag to compare

This script now uses argparse,
this way it now supports multiple arguments in one execution.
Also i removed lsnodes lsports in favor of list (data is required to be set can be links, nodes or ports).
I removed the name_id function in favor of any search which needs:

  • data (can be links, nodes or ports)
  • query (the key to look for eg. node.name)
  • value(the value to look for eg. RealMic)
  • output(what to output eg. id))
    Added keys function to print all keys of data (data is needed)
    Added custom config flag to specify a different config
    Remember script this is only compatible with configs created at 0.3.2 or higher.

0.3.2

27 Oct 11:15
Compare
Choose a tag to compare

I added a check for media.class so the script can see if the node is a output.
This makes the need for less and should therefore work in more scenarios.
Keep in mind to re-save your wires to add outnode_class and innode_class to the config
if you where running the old version.

0.3.1

26 Oct 22:40
Compare
Choose a tag to compare

Occurrence didn't work, that seams to be a pattern, but now it works.

0.3

26 Oct 22:21
Compare
Choose a tag to compare
0.3

A new version of this script is out, now written in python.
The code is better than the bash version now.
Also The config is more simple to read, edit and understand.
I cold have removed getpid and getnid
since they where not that useful anyway,
but I might as well keep feature parody.

v0.1.6

25 Mar 13:44
Compare
Choose a tag to compare

Mini fixes
Eg. Mono fix
Fixes bug where mono nodes result in a error

v0.1.5

25 Mar 11:59
Compare
Choose a tag to compare
Upload files to ''

mini fix

v0.1

25 Mar 10:46
Compare
Choose a tag to compare
Update 'README.md'