-
Notifications
You must be signed in to change notification settings - Fork 6
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
put snapcast app to f-droid #10
Comments
It was discussed on IRC whether the app actually needs to be there, since there already is a module for fhem:
|
What about non fhem users? |
On Mon, Mar 04, 2019 at 03:16:28PM +0000, herrwusel wrote:
What about non fhem users?
They will need a solution as well. In any case, I am not convinced any
more that the solution is this very app. It might be openhab or
something entirely different.
I would like to hear from non-fhem users what fits their needs best.
…--
() ascii ribbon campaign - against html e-mail
/\ against proprietary attachments
|
ok. In any case, at the moment the app will not display the clients just yet, while I am already able to control volume and mute status of clients using the api with curl / fhem. Also the api itself is a little clunky but I would support it if that meant a benefit on the reusability front for the app. Is it the best option though? If so, why? |
@herrwusel, can you share your config for using the snapcast compnent? Mine looks nothing like that! cheers, |
@palitu I use this custom card: https://github.com/kalkih/mini-media-player You need to set up everything else in the card configuration. |
sweet - thanks.
can you post or send me the config that you used to get that?
cheers,
…On Thu, Jul 25, 2019 at 1:28 PM herrwusel ***@***.***> wrote:
@palitu <https://github.com/palitu> I use this custom card:
https://github.com/kalkih/mini-media-player
You need to set up everything else in the card configuration.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=ABST2IFN6HPSTC2UV4WNBITQBE2Y7A5CNFSM4GUILFKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2YMQDQ#issuecomment-514902030>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABST2IDYKAZWCN4GHNK5LI3QBE2Y7ANCNFSM4GUILFKA>
.
|
Sure: entities:
- entity: media_player.snapcast_group...
group: true
hide:
power: true
volume: true
info: short
source: icon
type: 'custom:mini-media-player'
- entity: media_player.snapcast_client...
group: true
hide:
controls: true
type: 'custom:mini-media-player'
- entity: media_player.snapcast_client...
group: true
hide:
controls: true
type: 'custom:mini-media-player'
- entity: media_player.snapcast_client...
group: true
hide:
controls: true
type: 'custom:mini-media-player
[...]
type: entities I followed one example of the github's readme I linked. |
cheers man, that is awesome! |
and thus obsolete the advertisement ridden version from the play store.
The text was updated successfully, but these errors were encountered: