Jehan-Guillaume (ioguix) de Rorthais

Results 78 comments of Jehan-Guillaume (ioguix) de Rorthais

Also, where such a file/string comes from in such a log messages? ~~~ Cracked: /music/-94698258463080/cover with [],[80],[/] Cracked: /music/-94698258502888/cover with [],[80],[/] Cracked: /music/-94698258502888/cover with [],[80],[/] Cracked: /music/-94698258503776/cover with [],[80],[/] Cracked:...

I found something interesting while looking at the code here: https://github.com/Logitech/slimserver/blob/3f9d34d2761f2d2bf4da161c95495371517f584d/Slim/Utils/Scanner/Local.pm#L1278C17-L1278C17 ~~~perl if (Slim::Music::Info::isFileURL($url) && Slim::Utils::Misc::inPlaylistFolder($url)) { main::DEBUGLOG && $log->is_debug && $log->debug( "Playlist item $url changed from $ct to ssp...

> But those lines suggest that there could be conflicting behavior if the music folder overlapped the playlist folder. I know that this generally is recommended not to do for...

> Yes. Make sure the playlist folder is outside the music folder. OK, thanks! > The wiki has been frozen years ago. You can consider most of it outdated... In...

Hi Michael, Sorry for the silence, I've been busy away from slimserver code... > Did moving the playlist folder "fix" the issue? Yes, it did! I now have: * `/srv/music/audios`...

> Would you have more information about what binary data is being logged? I should probably open another issue about this. Unfortunately, log has been rotated since then, so I...

> Postgres explain times are not start and stop times, they are time taken to first row, and time taken for all rows on average across loops. In this case...

I think we agree that the information to diagnose the actual problem is not here. This plan was not artificial, it comes from a real in production `explain analyze`. Re-execution...