Open nestoracunablanco opened 6 years ago
Certainly the calls that result in warnings can be commented out. The last check that checks if the item is a folder ought not to occur - the worst that would happen if it was removed is that the file wouldn't get served, which would happen anyway. I don't see a problem commenting them all out.
Adding a lot items to the playlist can in some cases be too slow. Enough to produce the sonos timeout error (1002). It turns out that some "os.path" operations in the webserver.py module are responsible. Commenting them didn't show me any side effects (not yet). Are there so important?