Skip to content
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

Open
christf opened this issue Feb 4, 2019 · 11 comments
Open

put snapcast app to f-droid #10

christf opened this issue Feb 4, 2019 · 11 comments
Labels
good first issue Good for newcomers

Comments

@christf
Copy link
Owner

christf commented Feb 4, 2019

and thus obsolete the advertisement ridden version from the play store.

@christf christf added the good first issue Good for newcomers label Feb 4, 2019
@christf
Copy link
Owner Author

christf commented Feb 5, 2019

It was discussed on IRC whether the app actually needs to be there, since there already is a module for fhem:

defmod SNAPCAST Snapcast <serverIP>

@christf christf closed this as completed Mar 4, 2019
@mrwsl
Copy link
Contributor

mrwsl commented Mar 4, 2019

What about non fhem users?

@christf
Copy link
Owner Author

christf commented Mar 4, 2019 via email

@mrwsl
Copy link
Contributor

mrwsl commented Mar 5, 2019

I'm relying only on the app so far, since home assistant's component is not really working.

@christf
Copy link
Owner Author

christf commented Mar 6, 2019

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?

@christf christf reopened this Mar 6, 2019
@mrwsl
Copy link
Contributor

mrwsl commented Mar 6, 2019

I was wrong: home assistant seems to be working fine with the new UI. I can control snapcast completely now so I don't need an app.

peek 2019-03-06 08-47

@palitu
Copy link

palitu commented Jul 25, 2019

@herrwusel, can you share your config for using the snapcast compnent? Mine looks nothing like that!

cheers,

@mrwsl
Copy link
Contributor

mrwsl commented Jul 25, 2019

@palitu I use this custom card: https://github.com/kalkih/mini-media-player

You need to set up everything else in the card configuration.

@palitu
Copy link

palitu commented Jul 25, 2019 via email

@mrwsl
Copy link
Contributor

mrwsl commented Jul 25, 2019

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.

@palitu
Copy link

palitu commented Jul 25, 2019

cheers man, that is awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants