-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Volume and recording with the remote command #52
Comments
Hi!
|
Thank you very much. Setting the volume works well. |
Is there something else here to do?
I'm not sure I understand what you mean by that. |
In order to control phiola from another app, you would need to be able to call up certain functions remotely. This includes adjusting the volume (done), changing the playback position and switching from playing to playing and recording, as well as stopping the recording without interrupting playback. |
This can be done.
In this case it's just better to start a new process for recording and control it separately. Turning phiola's UPDATE:
Is this correct? |
Thanks a lot.
Yes, that's exactly what I mean. |
I'ts possible to also change the stream adress or file in the same process? |
|
Honestly, no. I just tried it and it works, thanks. |
I added
No, currently they are silently ignored because CLI and "remote" are two separate modules. I don't have a solution at the moment on how to pass all CLI options to "remote" so that they operate as a single unit. |
Thanks for adding seek.
and
work well, but
doesn't work for me. Nothing happens.
Okay, that's not quite so tragic. Usually, loading does not take that long or an error is detected. Perhaps pausing while playing via remote would be advantageous. But this could also be avoided with stop and play with seek. |
I tested seek again on windows 10. Unfortunately, 'remote seek' doesn't work there at all. |
It works fine on my box -- both commands |
That's the downside of working on different computers. I thought I had the latest version installed there too, but check again. |
Yes, you are right. I really still had the old version. |
Is it possible to add volume control during playback with the romote command?
I would like to control phiola a bit from my app. This also applies to the smooth change between playing and recording.
Then I could replace the entire Mediactrl in my app with phiola.
The text was updated successfully, but these errors were encountered: