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
Copy file name to clipboardExpand all lines: streams/lms_metadata.py
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ def save_file(self, folder):
50
50
51
51
52
52
classLMSMetadataReader:
53
-
"""A class for getting metadata from a Logitech Media Server."""
53
+
"""A class for getting metadata from a Lyrion Music Server."""
54
54
55
55
# meta_ref is probably an unneccessary variable to pass as an arg since it's obscured from the user, but we can eventually make it an optional setting for the user
# Much faster method of connecting to the metadata server using code from: https://github.com/ralph-irving/squeezelite/blob/master/tools/find_server.c
181
+
# Much faster method of connecting to the metadata server using code from: https://github.com/ralph-irving/squeezelite/blob/master/tools/find_servers.c
179
182
# faster relative to the original method, using NMAP to go door to door (ip to ip) and ask if self.name is home
0 commit comments