Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-06-29 Thread mavit


I tagged version 3.0.0 today.  Highlights since 2.0.0:

- Auto-detection of LMS on the local network.
- Expanded documentation.
- Assorted bugfixes and minor improvements.



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-04-29 Thread snakeroot


mavit wrote: 
> I don't have a suitable Bluetooth device to test with, but it should
> work.  Let us know how you get on!

Can confirm the following works:

Headset: Logitech H800 (using built in bluetooth, not the Logitech
dongle)
Distro: Arch

slimpris2: 2.1.3
squeezelite: 1.9.8.1307
dbus-broker: 28
bluez-utils (mpris-proxy): 5.58
lms: 8.1.2-1618550311

Following controls, which are the only relevant controls on the headset,
work:
--Volume up
--Volume down
--Mute
--Next track
--Prior track

Track control is a bit laggy, but I think that's the headset not
slimpris2.



snakeroot's Profile: http://forums.slimdevices.com/member.php?userid=3976
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-04-21 Thread mavit


carsten_h wrote: 
> Hello!
> 
> Is it possible with this and mpris-proxy
> (https://wiki.archlinux.org/index.php/MPRIS#Bluetooth) for a bluetooth
> headset with media controls to control squeezelite via the media
> controls on the headset?

I don't have a suitable Bluetooth device to test with, but it should
work.  Let us know how you get on!



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-04-21 Thread carsten_h


Hello!

Is it possible with this and mpris-proxy
(https://wiki.archlinux.org/index.php/MPRIS#Bluetooth) for a bluetooth
headset with media controls to control squeezelite via the media
controls on the headset?



pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon
one case
pi3b+ (7\" display, hifiberry dac+ pro) picoreplayer with
squeezlite/jivelite for hifiberry and bluetooth headphone inside a
smartipi touch case
two airport express
ikea symfonisk

carsten_h's Profile: http://forums.slimdevices.com/member.php?userid=69113
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2021-03-26 Thread mavit


I made a new release today.  Recent highlights:

- Default to the first player we find rather than demanding that you
always configure one.
- Use Comet notifications so that things update straight away rather
than only every five seconds.
- Report the name of the player to MPRIS.
- Allow setting/unsetting shuffle (can set track shuffle only, not album
shuffle).
- Better compliance to the MPRIS2 specification.



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2020-10-29 Thread lauret


mavit wrote: 
> If the vendor preset is enabled then I don't think it should be
> necessary to re-enable.  Did you try logging out and back in again
> instead?

It is hard to check what was wrong after fixing it. I will try again on
another system.

mavit wrote: 
> Yes, that certainly sounds helpful.  Pull requests welcome!

I will!



lauret's Profile: http://forums.slimdevices.com/member.php?userid=17632
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2020-10-29 Thread mavit


lauret wrote: 
> 
> Thanks for your work! Nice to see that you have picked it up.
> 

Thanks for doing most of the work!

lauret wrote: 
> To get it to work I needed to do the following after building:
> > 
Code:

  >   > systemctl --user enable slimpris2.service
  > systemctl --user start slimpris2.service

> > 
> 

Hmm.  If I run:


Code:

systemctl --user status slimpris2



I get:


Code:


   slimpris2.service - Squeezebox MPRIS remote control
  Loaded: loaded (/usr/lib/systemd/user/slimpris2.service; enabled; vendor 
preset: enabled)
  ...
  



If the vendor preset is enabled then I don't think it should be
necessary to re-enable.  Did you try logging out and back in again
instead?

lauret wrote: 
> Also maybe something about adding the mac-address of the player you want
> to control in the config file.

Yes, that certainly sounds helpful.  Pull requests welcome!



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2020-10-29 Thread lauret


Thanks for your work! Nice to see that you have picked it up. I wanted
to do a rewrite to support multiple players and then googled slimpris2
and then found your fork.

To get it to work I needed to do the following after building:

Code:

systemctl --user enable slimpris2.service
  systemctl --user start slimpris2.service



Is that something useful to add to the README? Also maybe something
about adding the mac-address of the player you want to control in the
config file.



lauret's Profile: http://forums.slimdevices.com/member.php?userid=17632
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2020-05-24 Thread mavit


This is still a thing, and I made a new release today.



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] MPRIS support via slimpris2

2018-05-01 Thread mavit

I've created slimpris2 'RPM packages for Fedora'
(https://copr.fedorainfracloud.org/coprs/mavit/slimpris2/).

Installation is as simple as:


Code:

sudo dnf copr enable mavit/slimpris2
  sudo dnf install slimpris2




mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] MPRIS support via slimpris2

2018-04-18 Thread mavit

'slimpris2' (https://github.com/mavit/slimpris2) is an implementation of
the Media Player Remote Interfacing Specification for Logitech Media
Server, originally written by Bart Lauret based on mpDris2.  It allows
player controls to be integrated into your favourite desktop.

It's been abandoned for a number of years, but I've updated it to work
with Python 3, and I intend to fix a few bugs if I find the time.

I’m using it with Gnome’s 'Media Player Indicator extension'
(https://extensions.gnome.org/extension/55/media-player-indicator/), but
I expect it should work with your choice of MPRIS client.

You can find it 'on GitHub' (https://github.com/mavit/slimpris2).  If
you find any issues or have any contributions, please file them there.



mavit's Profile: http://forums.slimdevices.com/member.php?userid=10203
View this thread: http://forums.slimdevices.com/showthread.php?t=108956

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins