https://bugs.kde.org/show_bug.cgi?id=462117
Bug ID: 462117 Summary: Add DBus function to adjust volume directly Classification: Applications Product: kmix Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: es...@kde.org Reporter: em2ceyhqff...@protonmail.com Target Milestone: --- SUMMARY Hello KMix developers, Currently there are some functions for adjusting volumes, as described here: https://userbase.kde.org/KDE_Connect/Tutorials/Useful_commands#Volume_control However, I need to set volume to a specific level, such as 50%, 30%... For current supported functions, I need to do these: - In GUI settings, set step to 5%. - Call `decrease_volume` 20 times, to make sure it reaches 0%. - Then, for a specific level, calculate number of calls, and call `increase_volume`. For example, to make 50%, call it 10 times. In my use case, I want to set my volume to 20% at 9 p.m, and set it to 50% at 6 a.m. A cron job does that. But it's really inconvenient. Thank you, -- You are receiving this mail because: You are watching all bug changes.