Results 643 comments of SubJunk

I see, can you please let me know exact replication steps? I thought it was working for me

That's very helpful, thanks. I will investigate more soon

I have been focusing on our infrastructure and API lately but I will take a break to fix this since I think it's important. Starting on that now

I spent some time on it today and it looks like the problem is that some renderers are not assigned their UUID until _after_ their root folder is populated. So...

@ik666 I have fixed the case that I can reproduce and requested your review please https://github.com/UniversalMediaServer/UniversalMediaServer/pull/5655

If anyone in this issue wants me to build the fix for them to run, let me know :)

@timiman thanks for your comment, I made a new issue for that at https://github.com/UniversalMediaServer/UniversalMediaServer/issues/5749

Thanks for the replies > The "user album" is of course a setting you can disable. I would still like users to be able to upload images, but many don't...

I think that makes sense, I don't assign the same user to multiple groups. I don't actually assign anyone to groups at all. The `register_user` plugin sets them to the...

Great, thanks for the updates! I have also been doing some SQL profiling and I don't think the album queries like https://github.com/zenphoto/zenphoto/blob/master/zp-core/classes/class-gallery.php#L1032 and https://github.com/zenphoto/zenphoto/blob/master/zp-core/classes/class-gallery.php#L423 have database indexes, shouldn't `parentid` be...