#Schedule attribute invalid
1 messages ยท Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
Here is my log:
๐ Great! Let's start to review and make recommendations, 54lzy... ๐
๐ If you want to review this again, 54lzy:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐
๐ก๏ธ PLEX DB CACHE ADVICE
Consider updating the Plex DB cache setting from 0.04 GB, to a value greater than 1 GB based on the total memory of 31.00 GB.
For more info on this setting: https://www.metamanager.wiki/en/latest/config/plex.html#plex-attributes
NOTE:The number you choose can vary wildly based on a number of factors (such as the size and number of libraries, and the amount of files/operations/overlays that are being utilized).
You're not specifying the Christmas schedule correctly. Check the default seasonal page in the wiki, which has an example of setting a new schedule for a key.
libraries:
Movies:
metadata_path:
- pmm: seasonal
template_variables:
schedule_thanksgiving: range(10/01-10/30)
๐ Great! Let's start to review and make recommendations, bullmoose20... ๐
๐ If you want to review this again, bullmoose20:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐
โ OLD PMM YAML ERRORS
You are using an old config.yml with references to metadata files that date to a version of PMM that is pre 1.18
In the PMM discord thread, type !118 for more information.
For more information on handling this, [https://www.metamanager.wiki/en/latest/config/configuration.html]
9 line(s) with OLD PMM YAML errors. Line number(s): 59-60, 62, 85-86, 105, 110-111, 117
This:
- pmm: seasonal
template_variables:
schedule:
christmas: range(11/23-12/31)
Is incorrect and needs to be:
- pmm: seasonal
template_variables:
schedule_christmas: range(11/23-12/31)
as shown in the example here:
https://metamanager.wiki/en/latest/defaults/movie/seasonal.html
Is this ready to be closed? If so type /close and hit enter. If not, anything else needed?