snapcastc icon indicating copy to clipboard operation
snapcastc copied to clipboard

put snapcast app to f-droid

Open christf opened this issue 6 years ago • 11 comments

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

christf avatar Feb 04 '19 21:02 christf

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 avatar Feb 05 '19 20:02 christf

What about non fhem users?

mrwsl avatar Mar 04 '19 15:03 mrwsl

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

christf avatar Mar 04 '19 21:03 christf

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

mrwsl avatar Mar 05 '19 07:03 mrwsl

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 avatar Mar 06 '19 00:03 christf

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

mrwsl avatar Mar 06 '19 07:03 mrwsl

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

cheers,

palitu avatar Jul 25 '19 01:07 palitu

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

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

mrwsl avatar Jul 25 '19 05:07 mrwsl

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 [email protected] 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 https://github.com/christf/snapcastc/issues/10?email_source=notifications&email_token=ABST2IFN6HPSTC2UV4WNBITQBE2Y7A5CNFSM4GUILFKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2YMQDQ#issuecomment-514902030, or mute the thread https://github.com/notifications/unsubscribe-auth/ABST2IDYKAZWCN4GHNK5LI3QBE2Y7ANCNFSM4GUILFKA .

palitu avatar Jul 25 '19 06:07 palitu

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.

mrwsl avatar Jul 25 '19 06:07 mrwsl

cheers man, that is awesome!

palitu avatar Jul 25 '19 08:07 palitu