Davide Alberani
Davide Alberani
@markusait please refer to the documentation: https://cinemagoer.readthedocs.io/en/latest/ The "actor" object contains various keys and properties that you can access.
I've just committed a simple change so that `person['actor']` will return the same data as `person['actress']`. This is not perfect, because in reality that data is stored in `person['filmography']['actress']`, which...
I'm experiencing the same problem: ``` Use of uninitialized value $checkmutex in scalar chomp at /usr/sbin/sanoid line 1464. Use of uninitialized value $checkmutex in string eq at /usr/sbin/sanoid line 1466....
I think I have find the culprit of this problem. I added an "every minute" cron job, while I didn't notice that on Proxmox (and maybe also in Debian /...
See also #1, since we are waiting for an update for Vue Material for other features, also.
we need to check if it's related to #415 or they have changed the HTML.
I confirm this is a change in the HTML. Fixing it as soon as possible.
a quick fix for movies and persons is in place. Searches for companies and keywords are still broken; I'll work on it in the next few days. Also, the parser...
I've pushed a few fixes to improve the situation: * movies search * persons search * keywords search * companies search What's still broken: * we lost the ability to...
improved the search movie parser: now it detects movie kind (movie, tv series, short, ...)