Jump to content

yamraid

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by yamraid

  1. 3 minutes ago, Swarles said:

    Yeah so that's just a script that specifies that if  setting "age" is set to "no" then make it disabled. It wont change but if it was set to "yes" somehow that would explain it. It looks like the script is correct so I am not sure why you are getting that behaviour. Unfortunately I don't know much at all about HTML which the rest of that page uses but I can say the code for that page hasn't changed in 2 years. It might be something to do with your unraid version or another glitch. Do you have any other plugins installed and do they have the same behaviour? (for eg. parity check tuning). I might just suggest uninstalling and then re-installing it and seeing if it still happens.

     

    Ah ok - thanks for the explanation. I did try an uninstall/reinstall and that didn't have any effect. I've not noticed the behaviour with any of my other plugins, but I'll certainly keep an eye on it. Ultimately, it's now working after saving but I'll see if I can identify any correlating behaviour in other areas. Appreciate your help!

  2. Quote

    and show me the following lines (11-21)

     

    Here's the output:

    Spoiler

    $plugin='ca.mover.tuning';
    $cfg = parse_plugin_cfg($plugin);
    $cronDisabled = ($cfg['force'] == "no") ? "disabled" : "";
    $ageDisabled = ($cfg['age'] == "no") ? "disabled" : "";
    $sizefDisabled = ($cfg['sizef'] == "no") ? "disabled" : "";
    $sparsnessfDisabled = ($cfg['sparsnessf'] == "no") ? "disabled" : "";
    $filetypesfDisabled = ($cfg['filetypesf'] == "no") ? "disabled" : "";
    $filelistfDisabled = ($cfg['filelistf'] == "no") ? "disabled" : "";
    $omoverthreshDisabled = ($cfg['omovercfg'] == "no") ? "disabled" : "";
    $om = $cfg['threshold'];
    $om = $om + 5;

     

    Edit - so, if I change 'No' to 'Yes', then hit save, the options behave as expected. Here's the outrput again with the days value set to 3:

    Spoiler

    $plugin='ca.mover.tuning';
    $cfg = parse_plugin_cfg($plugin);
    $cronDisabled = ($cfg['force'] == "no") ? "disabled" : "";
    $ageDisabled = ($cfg['age'] == "no") ? "disabled" : "";
    $sizefDisabled = ($cfg['sizef'] == "no") ? "disabled" : "";
    $sparsnessfDisabled = ($cfg['sparsnessf'] == "no") ? "disabled" : "";
    $filetypesfDisabled = ($cfg['filetypesf'] == "no") ? "disabled" : "";
    $filelistfDisabled = ($cfg['filelistf'] == "no") ? "disabled" : "";
    $omoverthreshDisabled = ($cfg['omovercfg'] == "no") ? "disabled" : "";
    $om = $cfg['threshold'];
    $om = $om + 5;

     

    It's...the same?

  3. Just wanted to drop in a mention of some strange behaviour I'm seeing using 2023.06.16 and Unraid v6.11.5. I'm seeing that some of the filter options seem to be flipped. Eg, the setting 'Move files off cache based on age?' to 'Yes' results on the options being disabled:

     

    image.thumb.png.c24076096062c50be223f72cc0183fa3.png

  4. I stumbled upon this thread as I'm having issues using HW transcoding when HDR tonemapping is enabled in Plex (using the hotio container). I have an Intel i3-10100 CPU with quicksync, and am running Unraid v6.11.5. HW transcoding works flawlessly in all other circumstances.

    Are there any recurring issues with HW transcoding for HDR tonemapping that might cause this? Or is it more likely to be my config? I have /dev/dri/ mapped as a device in the container itself, then:

    modprobe i915
    chmod -R 777 /dev/dri

     

    ..added to /boot/config/go

     

    Quick edit to mention that I removed the above lines from my /boot/config/go file as I understand these are no longer needed. Hasn't fixed my issue though unfortunately.

×
×
  • Create New...