Req Single Actors Folder
#61
Seems it would require setting up a custom actors export folder, which is not currently supported.

Looks like all actor thumbs are exported from a single function:

xbmc/video/VideoDatabase.cpp: 10530

void CVideoDatabase::ExportActorThumbs

Given how old this feature request is and it still hasn't been implemented perhaps the easier solution would be just to implement it into your own custom build.

If you're not sure how to create a setting that gets passed just hard code it, it's your build who cares.

Get a little advanced and make it into a patchfile so it does it automatically every build and you don't have to keep your source back.

Another solution could be to set up a crapload of path substitutions so they all get routed to a single folder.

Or a service auto cleanup that runs down all the .actors folders after export and deletes them.

Or an auto cleanup based on schedule.

Anything's gotta be better than waiting for it to rain in Antarctica.
Reply

Logout Mark Read Team Forum Stats Members Help
Single Actors Folder0