dhrone / pydPiper

A general purpose program to display song metadata on LCD and OLED devices
MIT License
78 stars 36 forks source link

Multiple SOURCE_TYPE possible??? #133

Open markus681 opened 2 years ago

markus681 commented 2 years ago

Hello, so far iam running MoodeAudio on RaspberryPi 3B with MPD but i also have a LMS in my Network. Is it possible to define more than one SOURCE_TYPE at once? I would need MPD and LMS.

The pydPiper.cfg is setup properly...

[STARTUP]
startup_msg_duration = 5

[DISPLAY]
display_driver = hd44780_i2c
display_width = 80
display_height = 16
display_enable_duration = 1
display_i2c_port = 1
display_i2c_address = 0x27
pagefile = pages_lcd_16x2.py
animation_smoothing = 0.15

[SYSTEM]
logfile = /var/log/pydPiper.log
loglevel = info
timezone = Europe/Berlin
time24hour = true

[SOURCE]
source_type = lms, mpd
mpd_server = localhost
mpd_port = 6600
mpd_password = moodeaudio
lms_server = 192.16.36.10
lms_player = 02:42:10:75:91:b7
lms_port = 9090

btw i have setup the LMS Player MAC from the LMS Server in the settings showing the Players, the MAC is different than the local MAC of Squeezlite...

Thanks so far...

Greetz Markus