You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shairport does not re-initialize and provide the metadata (song title, artist, cover art) after mpd has been run. If /run/shairport is deleted and shairport re-started, it will show meta data until MPD is run. The error shows in the 'systemctl status shairport'
`● shairport.service - Shairport AirTunes receiver
Loaded: loaded (/usr/lib/systemd/system/shairport.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2017-05-02 22:00:03 CDT; 1min 39s ago
Process: 10642 ExecStartPre=/usr/bin/mkdir -p /var/run/shairport (code=exited, status=0/SUCCESS)
Main PID: 10646 (shairport)
Tasks: 2 (limit: 512)
CGroup: /system.slice/shairport.service
└─10646 /usr/bin/shairport -w --name=LivingRune (AirPlay) --on-start=$ON --on-stop=$OFF --meta-dir=/var/run/shairport -o alsa -- -d
May 02 22:01:16 livingrune shairport[10646]: Notice: Trying to get property of non-object in /srv/http/app/libs/runeaudio.php on line 3302
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 1 in /srv/http/app/libs/runeaudio.php on line 883
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined index: time in /srv/http/app/libs/runeaudio.php on line 888
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 1 in /srv/http/app/libs/runeaudio.php on line 896
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined index: audio in /srv/http/app/libs/runeaudio.php on line 899
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 1 in /srv/http/app/libs/runeaudio.php on line 919
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 2 in /srv/http/app/libs/runeaudio.php on line 921
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 2 in /srv/http/app/libs/runeaudio.php on line 922
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined index: enable in /srv/http/app/libs/runeaudio.php on line 3458
May 02 22:01:36 livingrune shairport[10646]: Notice: Trying to get property of non-object in /srv/http/app/libs/runeaudio.php on line 3302
`
The text was updated successfully, but these errors were encountered:
Shairport does not re-initialize and provide the metadata (song title, artist, cover art) after mpd has been run. If /run/shairport is deleted and shairport re-started, it will show meta data until MPD is run. The error shows in the 'systemctl status shairport'
`● shairport.service - Shairport AirTunes receiver
Loaded: loaded (/usr/lib/systemd/system/shairport.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2017-05-02 22:00:03 CDT; 1min 39s ago
Process: 10642 ExecStartPre=/usr/bin/mkdir -p /var/run/shairport (code=exited, status=0/SUCCESS)
Main PID: 10646 (shairport)
Tasks: 2 (limit: 512)
CGroup: /system.slice/shairport.service
└─10646 /usr/bin/shairport -w --name=LivingRune (AirPlay) --on-start=$ON --on-stop=$OFF --meta-dir=/var/run/shairport -o alsa -- -d
May 02 22:01:16 livingrune shairport[10646]: Notice: Trying to get property of non-object in /srv/http/app/libs/runeaudio.php on line 3302
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 1 in /srv/http/app/libs/runeaudio.php on line 883
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined index: time in /srv/http/app/libs/runeaudio.php on line 888
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 1 in /srv/http/app/libs/runeaudio.php on line 896
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined index: audio in /srv/http/app/libs/runeaudio.php on line 899
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 1 in /srv/http/app/libs/runeaudio.php on line 919
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 2 in /srv/http/app/libs/runeaudio.php on line 921
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined offset: 2 in /srv/http/app/libs/runeaudio.php on line 922
May 02 22:01:35 livingrune shairport[10646]: Notice: Undefined index: enable in /srv/http/app/libs/runeaudio.php on line 3458
May 02 22:01:36 livingrune shairport[10646]: Notice: Trying to get property of non-object in /srv/http/app/libs/runeaudio.php on line 3302
`
The text was updated successfully, but these errors were encountered: