#Adding movie to Franchise

1 messages · Page 1 of 1 (latest)

lament swift
#

Good day,
I am trying to add Tranformers: Rise of the Beasts to the Transformers Franchise, and after reading the wiki page on Franchise have my config as such:

Spark Movies:                        
   collection_files:
   - default: basic
   - default: imdb
   - default: franchise
     template_variables:
       movie_667538: 8650   #Transformers: Rise of the Beasts to the Transformers Franchise     
   - default: universe
     template_variables:
       use_separator: false
   - default: collectionless

However, it is not putting the movie into the collection, and it just ends up in Collectionless.

do I have it configured wrong? I've also tried the same for Bumblebee, with the same results.

blazing atlasBOT
#

Welcome @lament swift!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

lament swift
blazing atlasBOT
#

📝 If you want to review this again, sparkrdom:
: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> 📝

#
**Rec 02** - 💬🪟🐧 **WSL MEMORY RECOMMENDATION**

💬🪟🐧 WSL MEMORY RECOMMENDATION
According to Microsoft’s documentation, the amount of system memory (RAM) that gets allocated to WSL is limited to either 50% of your total memory or 8GB, whichever happens to be smaller.

It is possible to override the maximum RAM allocation, we suggest googling 'WSL memory limit' to learn more otherwise the following may work for you:To override the maximum RAM allocation when running Windows Subsystem for Linux (WSL), you need to modify the configuration settings. Here are the steps to do this:

  1. Open a PowerShell window as an administrator.
  2. Run the command: wsl --set-default-version 2 to set WSL version to 2 (WSL 2).
  3. Run the command: wsl --set-memory <your_memory_limit> to set the maximum memory limit for WSL (replace <your_memory_limit> with the desired memory limit, e.g., 4GB).
  4. Restart WSL by running the command: wsl --shutdown.

It is important to note that modifying these settings may require a reboot of your system.

round adder
#

you have the numbers backwards

lament swift
#

Thanks, I love it when it's a simple "I'm just an idiot" fix 😄