1.3.10 • Published 2 years ago

iobroker.squeezeboxrpc v1.3.10

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years ago

Logo

ioBroker Logitech Squeezebox Adapter over JSON/RPC-Protocol

Number of Installations NPM version Downloads Travis AppVeyor Build Status GitHub issues

This is an alternative Adapter that uses the JSON/RPC-Protokoll to get data and send commands to the Logitech Media Server (LMS) for controlling connected devices like

  • native squeezebox,
  • raspberry pi with additional audio module and small linux based firmwares like picoreplayer or max2play.
  • with plugins chromecast, airplay or UPnP/DLNA-Devices

The LMS-Server can manage/provide very big music collections on harddrives or NAS, connect to different streaming providers like Spotify, Deezer, Soundcloud, shoutcast, tunein, napster, pandora, tidal and more

Why another squeezebox adapter?

The existing adapter use telnet to access the LMS. The telnet has some disadvantages. The actual main web interface of the LMS also uses the rpc/json-protocol to get all needed informations or send commands to the server/players.

Features

  • most of data that the LMS-Service provides is available in the adapter
  • detailed information about the player status, song title, artist, album, artwork, playlist
  • many control features to play, pause, stop, forward, rewind, repeat, shuffle, play favorite, jump to time (absolute and relative) , jump to playlist index (absolute and relative), power on/off and preset buttons
  • all favorites and all sub levels from server
  • many widgets for the iobroker-vis component are included to create own control user interfaces (select player,select favorites, manage syncgroups, buttons for play/pause,fwd,rew, repeat mode and shuffle mode selection)

Documentation for the vis-widgets are available inside vis or Widget-Documentation/german

Installation

  • Install the package
  • Create an instance
  • Configure the Instance with the IP of the logitech media server and the port (normaly 9000)
  • start/restart the instance

Update

  • after changes in the widget code and upadte of the adapter, iobroker should upload webfiles to the internal webserver. user reported that this sometimes didnt happend or only with delay. you can trigger this action with the following command

iobroker upload squeezeboxpc

Provided states

Server

stateDescription
LastScantimestamp of last music scan
PlayerCountNumber of known players
PlayerCountOtherNumber of known other Players
PlayerCountSNNumber of known SN Players
TotalAlbumsNumber of all known Albums
TotalArtistsNumber of all known Artists
TotalDurationSum playtime of all songs
TotalGenresNumber of all known Genres
TotalSongsNumber of all known songs
SyncGroupsExisting Syncgroups
VersionVersion of LMS
macMAC-ID of the server
uuiduuid of the LMS-instance

additional a defined button to refresh the favorites

buttonDescription
getFavoritesrequest all favorites from server

Favorites

For each favorite All attributes are read only

stateDescription
NameName of the favorite
hasitemsindicates if this is a dir
idid of the favorite
imageimage/icon for favorite if available
isaudioisaudio
typeExample types: link, text, audio, playlist
urlurl of the track

All sub levels (subdirectories) of favorite are available.

Players

for each player The mode shows if you can change the value. the taken action is described at the attribute

statemodeDescription
AlarmsR/-All registered Alarms for this player as JSON
AlbumR/-Name of the current album
ArtistR/-Name of Artist
ArtworkUrlR/-url to the Artwork
BitrateR/-Bitrate of the track
ConnectedR/-connectionstate of player (0/1)
DurationR/-Duration of the track
GenreR/-genre of the track
IPR/-IP of the player
ModeR/-play / pause / stop
PlayernameR/-Name of the Player
PlayerIDR/-Player ID
PlaylistR/-The actual Playlist as JSON
PlaylistCurrentIndexR/Wgo to a absolut position by specifying the trackindex or go relative with a + or - at the beginning. Example 10,-3,+2
PlaylistRepeatR/WRepeat song(1)/playlist(2)/dont repeat(0)
PlaylistShuffleR/Wshuffle playlist(1)/shuffle album(2)/dont shuffle(0)
PowerR/Wget/set Powerstate of player off(0)/on(1)
RadioNameR/-Name of Radiostation
RateR/-Rating of the song
RemoteR/-If remote stream (1)
SyncMasterR/-ID/MAC of Syncmaster
SyncSlavesR/-ID/Mac of Players in Syncgroup
TimeR/-elapsed song time
TitleR/-song title
TypeR/-type of media (eg MP3 Radio)
UrlR/-Url of track / stream
VolumeR/Wget/set Volume of the player (0-100)
stateR/Wget/set play state: pause(0),play(1),stop(2)

The playlist provide actual the following attributes if available in LMS. Somme attributes depends of the type of songs (stream/file/...) All attributes are read only

attributeDescription
AlbumName of the current album
ArtistName of Artist
ArtworkUrlurl to the Artwork
BitrateBitrate of the track
DurationDuration of the track
RadioNameName of Radiostation
RateRating of the song
titlesong title
Typetype of media (eg MP3 Radio)
urlUrl of track / stream
indexindex of the song in the playlist
idid of the song

additional defined buttons:

buttonDescription
btnForwardNext song
btnRewindPrevious song
btnPreset_*1-6 buttons to define in player or server
cmdGenerala general command field to send commands to the player. every field must enclosed by quotation marks. parameters musst be seperated by comma. Example: "play","1"
cmdPlayFavoriteto play a favorite set the id of the favorite
cmdPlayUrlto play a url´example "http://50.7.77.114:8101/;"
cmdGoTimejump to a absolut position by specifying a number of seconds or jump relative with a + or - at the beginning of the seconds. Example 100,-50,+50

For more information visit the CLI-documentation:

https://github.com/elParaguayo/LMS-CLI-Documentation/blob/master/LMS-CLI.md

Todo

  • more testing/fixing
  • reduce dependencys to other packages (squeezenode)
  • more configuration to optionaly turn features on/off to improve memory and performance
  • add playlist widget
  • add browse widget to browse in LMS-Menu
  • add player controlled circle knob widget
  • stop playing if favorite button is pressed again.
  • cmdGeneral für Server.
  • add telnet communication to get push events from the server to optimize the polling
  • implement a command state to place user individual commands (via json) for server and player
  • implement more control features (select playlist pos to play,ffwd,frew,jump to a time position in song,repeat song,random song)
  • add the playlist to playerdata as json array
  • add artwork (station-logo/playlist-cover) for favorites
  • implement more levels (subdirectories) of favorites
  • autodiscover logitech media server

Changelog

1.3.10

  • getalbumartist as artist if setting of TPE2/TPE3 in LMS are changed"

1.3.9

  • fix error with deleting favorites
  • fix wrong type for datapoint

1.3.8

  • fix forward button widget

1.3.7

  • fix object creation of states in player modul

1.3.6

  • fix object creation of states

1.3.5

  • fix object creation for favorites

1.3.4

  • fix object creation for favorites / * center widgets in sidebar

1.3.3

  • repair imageproxy for image datapoints of favorites

1.3.2

  • fix for Alarm contains only enabled Alarms

1.3.1

  • fix problem with git dependency url

1.3.0

  • fix problem wit setting own icon in player widget / * add infos about alarms to a player datapoint

1.2.1

  • fix small issue in last version

1.2.0

  • improve handling of imageproxy artwork

1.1.0

  • make request of favorites configurable

1.0.1

  • change setstate/createobject logic
  • fix role and type for Mode-state
  • update tests
  • update dependency versions
  • improve io-package.json

1.0.0

  • prepare for stable repository

0.8.32

  • the adapter function iobroker.deleteChannel didnt works as expected. it didnt delete the whole subtree of states. now i implement my own delete function

0.8.31

  • change behaviour of deleting favorites

0.8.30

  • change from the issue of the adapter checker

0.8.29

  • optimize handling of player state power and connected

0.8.28

  • add advanced signaling function with telnet and fix some more authorization issues with LMS

0.8.27

  • initialization for the new calctype property if empty in volumebar

0.8.26

  • more improvement and fixing at volumebar / remove playlist widget from master. not ready yet

0.8.25

  • fixing css-settings on volumebar

0.8.24

  • volumebar didnt get events between the segments, change clickevent and calculation

0.8.23

  • adjust dependencies to remove vulnerabilities in dependend packages. alos remove travis due of unresolvable build-failures for win+node10/12

0.8.22

  • due to iobroker.controller 2.0 a command in the api changed (socket to vis.conn._socket)

0.8.21

  • add command für playing urls

0.8.20

  • remove node v6 test setting

0.8.19

  • shorten news history

0.8.18 (2019-06-27)

  • last minute changes.

0.8.17 (2019-06-26)

  • add more widges: playtime bar, string, number, datetime, image. add button margin to player and favorite widget, improve editing of viewindex. do some refactoring.

0.8.16 (2019-06-24)

  • resolve a cross browser issue for firefox. the style.font attribute is empty and you have to construct the font string by yourself

0.8.15 (2019-06-19)

  • minor issue with not ready states

0.8.14 (2019-06-19)

  • add syncgroups as new server-datapoint,add syncgroup widget, change some jquery event logic

0.8.13 (2019-06-16)

  • rename widgetset from squeezeboxrpcwidgets to squeezeboxrpc

0.8.12 (2019-06-16)

  • sync version with npm

0.8.11 (2019-06-15)

  • try to integrate the widgets into the main adapter

0.8.10 (2019-05-15)

  • another try to fix the EADDRINUSE error of the server discovery

0.8.9 (2019-05-15)

  • try to fix the EADDRINUSE error of the server discovery

0.8.8 (2019-05-14)

  • make discover configurable

0.8.7 (2019-05-11)

  • more control features (select playlist pos to play,ffwd,frew,jump to a time position in song,repeat song,random song)

0.8.6 (2019-05-10)

  • move some configuration options into seperate tabs

0.8.5 (2019-05-08)

  • change serverdiscovery interval method, remove some double cmd lines, additional minor changes advised from eslint

0.8.4

  • move some files to lib directory

0.8.3

  • close port for discovery on unload

0.8.2

  • sync version with npm

0.8.1

  • set compact mode flag

0.8.0

  • implementation of compact mode, change version to represent a realistic feature completness

0.0.9

  • debug options are now configurable

0.0.8

  • More playlist attributes + remove trailing and leading spaces from source

0.0.7

  • Add the playlist to each player as json

0.0.6

  • More config options

0.0.5

  • All levels/subdirectories of favorites are now available in iobroker

0.0.4

  • added the cmdPlayFavorite for each player

0.0.3

  • repair the no-data symbols for buttons in vis

0.0.2

  • added autodiscovery

0.0.1

  • initial release

License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright (c) 2019-2021 oweitman

1.3.10

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.8.32

4 years ago

0.8.31

4 years ago

0.8.30

4 years ago

0.8.29

4 years ago

0.8.28

4 years ago

0.8.27

4 years ago

0.8.26

4 years ago

0.8.25

4 years ago

0.8.24

4 years ago

0.8.22

4 years ago

0.8.21

4 years ago

0.8.20

4 years ago

0.8.18

5 years ago

0.8.17

5 years ago

0.8.16

5 years ago

0.8.15

5 years ago

0.8.14

5 years ago

0.8.13

5 years ago

0.8.10

5 years ago

0.8.9

5 years ago

0.8.8

5 years ago

0.8.7

5 years ago

0.8.6

5 years ago

0.8.5

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago