Hey! I'm using the following playlist-function with reload_mode="watch" to add new files if they were moved into the directory.
default_pls = playlist(reload=1,reload_mode="watch",source_247) But on one daemon it returns a massive count of lines (more than 1000) with the same content in the logfile like this: 2016/11/22 18:33:14 [247:3] Loading playlist... 2016/11/22 18:33:14 [247:3] Playlist is a directory. 2016/11/22 18:33:14 [247:3] Successfully loaded a playlist of 83 tracks. 2016/11/22 18:33:14 [247:3] Loading playlist... 2016/11/22 18:33:14 [247:3] Playlist is a directory. 2016/11/22 18:33:14 [247:3] Successfully loaded a playlist of 83 tracks. 2016/11/22 18:33:14 [247:3] Loading playlist... 2016/11/22 18:33:14 [247:3] Playlist is a directory. 2016/11/22 18:33:14 [247:3] Successfully loaded a playlist of 83 tracks. 2016/11/22 18:33:14 [247:3] Loading playlist... 2016/11/22 18:33:14 [247:3] Playlist is a directory. 2016/11/22 18:33:14 [247:3] Successfully loaded a playlist of 83 tracks. 2016/11/22 18:33:14 [247:3] Loading playlist... 2016/11/22 18:33:14 [247:3] Playlist is a directory. 2016/11/22 18:33:14 [247:3] Successfully loaded a playlist of 83 tracks. Why? BTW: On my 2nd deamon it runs fine with the same script/settings. Thanks in advance N ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
