Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] alturismo - Repos

Featured Replies

Good Morning,

after hours of try und error i have the mover tuner partially working at the moment.

Problem 1 :

The Mover does not work in Media Server Mode

In Media Server Mode, the playback is not recognized.

I attached the cache mover picture.

The other 3 pictures show my folder structure and my plugin configuration.

Problem 2:

The Plugin does not delete files from my cache drive, although the 24 hour wait time is long gone.

The log says the file are still in range although the 24 hours are over.

What can i do to solve my problems ?

Thanks for your help.

Cache Mover.png

cache mover 2.png

cache mover 3.png

cache mover 4.png

  • Replies 705
  • Views 55.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Cache Mover Update   see the extra part in the config page (here incl. opened help sections)     Media Server Mode:   off (or empty), will ONLY run regular mod

  • ok, never thought of that (yet)   noted, and yes, no deal breaker ... just have to think about how to tag either Docker or VM ... will leave a note here.   thanks for the feedback

  • Yes , only unbinding than reboot makes the gpu free than I attach it to VM and than it works for VM only and cannot be used for docker containers . To make it work for docker container i have to bind

Posted Images

  • Author
13 hours ago, Gepelmario said:

after hours of try und error i have the mover tuner partially working at the moment.

i guess you mean the cache mover plugin ...

2 aspects to consider and correct

1/ multi mode, only when you also want files outside emby usage be taken care off ? reall ywanted ?

2/ check your configuration and may read the help texts ...

your config

image.png

blueprint and help text ...

image.png

may start correcting this, then we can loook further in terms you have still issues.

Yes I meant the cache user plugin.

I read the help text multiple times, but I am not able to adapt it to my setup.

All my file pathes are in my attached pictures.

Can you please give me a hint?

  • Author
8 hours ago, Gepelmario said:

All my file pathes are in my attached pictures.

there are the pathes from your Server, sample /mnt/user/Media/Filme, now, how does your emby docker mounts look like ?

PWM Fans

This might be a stupid question, but how do I deactivate the cronjob? Even uninstalling the plug-in will keep the fans running at the prior setup values.

  • Author
17 minutes ago, Sci-Fidelity said:

This might be a stupid question, but how do I deactivate the cronjob? Even uninstalling the plug-in will keep the fans running at the prior setup values.

just delete the entry and hit apply

image.png

if you uninstall it, it shouldnt do anything anymore as note ... even if the cron runs, there is nothing to execute ...

so it may runs in the last state further ... if your intention is to let the BIOS take care again, a reboot is necessarry anyway, just as note

2 hours ago, alturismo said:

there are the pathes from your Server, sample /mnt/user/Media/Filme, now, how does your emby docker mounts look like ?

My docker mounts are :

Screenshot_20250726-080958.png

Edited by Gepelmario

My library pathes in the emby settings are the following:

Screenshot_20250726-081136.png

Screenshot_20250726-081115.png

  • Author
1 hour ago, Gepelmario said:

docker mounts are :

Se, your case would be then

/media/Media:/mnt/user/Media

On 7/25/2025 at 8:36 PM, alturismo said:

i guess you mean the cache mover plugin ...

2 aspects to consider and correct

1/ multi mode, only when you also want files outside emby usage be taken care off ? reall ywanted ?

2/ check your configuration and may read the help texts ...

your config

image.png

blueprint and help text ...

image.png

may start correcting this, then we can loook further in terms you have still issues.

Your suggestions did not solve my issues.

The plugin still do not recognize the playback in "only" mode.

And the Cache Cleaner is still writing the content is "still in range " in the log.

What else can i try to solve my problems ?

  • Author
3 hours ago, Gepelmario said:

The plugin still do not recognize the playback in "only" mode.

well ...

while playing something in emby, run this in unraid terminal ... (replace YOUR_KEY_HERE with your access token

wget -q -O - "http://192.168.178.2:8096/emby/Sessions?api_key=YOUR_KEY_HERE" | \

jq '.[] | {NowPlayingItem: .NowPlayingItem.Path} | select(.NowPlayingItem!=null)' | \

sed 's|{||g;s|}||g;s|"NowPlayingItem":||g;s|"||g;s|^[ \t]*||;/^[[:space:]]*$/d' | shuf -n 1

56 minutes ago, alturismo said:

well ...

while playing something in emby, run this in unraid terminal ... (replace YOUR_KEY_HERE with your access token

That command shows the media i am playing.

  • Author
31 minutes ago, Gepelmario said:

That command shows the media i am playing.

ok, then some screens from your setup page from cache mover besides Emby part ;)

I hope you find something

Screenshot 2025-07-27 153902.png

Screenshot 2025-07-27 153932.png

  • Author
13 minutes ago, Gepelmario said:

I hope you find something

may empty your exclusions list, not needed in mediaserver only mode

may a screen from your shares page please to see your disk / cache layout for Filme and Serien

as requested,

or did you mean something else ?

I am not using the "nobody" uid 99.

My folders have the UID 1000, can the different owner influence the plugin ?

Screenshot 2025-07-27 155953.png

Edited by Gepelmario

  • Author
10 minutes ago, Gepelmario said:

My folders have the UID 1000, can the different owner influence the plugin ?

shouldnt matter

ok, seems your Media Share is download-ssd > array, then fine

is syslog activated ?

image.png

if not, please do so

now, when running a movie or a show (may change your wait time to a lower value for now, like 5), please execute in terminal

/usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1

what is the respond in syslog ? you can also check in cache mover page then log ...

image.png

  • Author

hmm, already running ... may some stalled process due wrong config from start ?

killall cache_mover1

and try again

11 hours ago, alturismo said:

hmm, already running ... may some stalled process due wrong config from start ?

killall cache_mover1

and try again

unfortunately no reaction in the log

Screenshot 2025-07-28 065713.png

  • Author
1 minute ago, Gepelmario said:
unfortunately no reaction in the log

sorry, but that looks still weird to me ... "/" as Folder ...

please provide the following info (hide your token !!!)

root@AlsServerII:~# cat /boot/config/plugins/cache-mover/cachemoversettings

disks="disk1 disk2"

pool="cache"

subfolders="VCD HDDVDR TVRIPS"

filetypes=".mkv .mp4 .ts"

wait_todo="10"

move_excl="yes"

move_excl_list="/mnt/user/system/mover/mover_cache_excl.txt"

move_tune_list="/mnt/user/system/mover/mover_tuning_excl.txt"

rsync_mode="folder"

rsync_move="rsync --stats -azhtU --mkpath --remove-source-files"

rsync_copy="rsync --stats -azhtU --mkpath"

switch_mode="switch"

time_keephours="24"

time_keephours_sub="336"

subfolder_keep_sub="TVRIPS"

target_keephours="user0"

use_recycle="no"

recycle_folder=".Recycle.Bin"

unraid_note="yes"

unraid_syslog="yes"

script_cron="*/5 * * * *"

clean_cron="5 7 * * *"

exclusions=""

mediaserver_type="plex"

mediaserver_host="192.168.1.71"

mediaserver_port="32400"

mediaserver_key="my_token_here"

mediaserver_only="only"

rewrite_source=""

rewrite_host=""

mediaserver_url="http"

script_cron_state="started"

clean_cron_state="started"

root@AlsServerII:~#

then, from your media Share

image.png

and the respond from the upper command to fetch current playback (from emby)

57 minutes ago, alturismo said:

sorry, but that looks still weird to me ... "/" as Folder ...

please provide the following info (hide your token !!!)

root@AlsServerII:~# cat /boot/config/plugins/cache-mover/cachemoversettings

disks="disk1 disk2"

pool="cache"

subfolders="VCD HDDVDR TVRIPS"

filetypes=".mkv .mp4 .ts"

wait_todo="10"

move_excl="yes"

move_excl_list="/mnt/user/system/mover/mover_cache_excl.txt"

move_tune_list="/mnt/user/system/mover/mover_tuning_excl.txt"

rsync_mode="folder"

rsync_move="rsync --stats -azhtU --mkpath --remove-source-files"

rsync_copy="rsync --stats -azhtU --mkpath"

switch_mode="switch"

time_keephours="24"

time_keephours_sub="336"

subfolder_keep_sub="TVRIPS"

target_keephours="user0"

use_recycle="no"

recycle_folder=".Recycle.Bin"

unraid_note="yes"

unraid_syslog="yes"

script_cron="*/5 * * * *"

clean_cron="5 7 * * *"

exclusions=""

mediaserver_type="plex"

mediaserver_host="192.168.1.71"

mediaserver_port="32400"

mediaserver_key="my_token_here"

mediaserver_only="only"

rewrite_source=""

rewrite_host=""

mediaserver_url="http"

script_cron_state="started"

clean_cron_state="started"

root@AlsServerII:~#

then, from your media Share

image.png

and the respond from the upper command to fetch current playback (from emby)

disks=""

pool="download-ssd"

subfolders="Filme Serien"

filetypes=".mkv"

wait_todo="120"

move_excl="yes"

move_excl_list="/mnt/user/system/mover/mover_excl.txt"

move_tune_list="/mnt/user/system/mover/mover_ignore.txt"

rsync_mode="folder"

rsync_move=""

rsync_copy="rsync --stats -azht --mkpath"

switch_mode="switch"

time_keephours="24"

time_keephours_sub="720"

subfolder_keep_sub=""

target_keephours="user0"

use_recycle="no"

recycle_folder=".Recycle.Bin"

unraid_note="Yes"

unraid_syslog="yes"

script_cron="*/5 * * * *"

clean_cron="0 0 * * * "

mediaserver_type="emby"

mediaserver_url="http"

mediaserver_host="192.168.178.2"

mediaserver_port="8096"

mediaserver_key="emby token"

mediaserver_only="only"

script_cron_state="started"

clean_cron_state="started"

exclusions=""

rewrite_source="/media/Media:/mnt/user/Media"Screenshot 2025-07-28 075701.jpg

Edited by Gepelmario

  • Author

@Gepelmario missing

6 hours ago, alturismo said:

and the respond from the upper command to fetch current playback (from emby)

the terminal command ... respond sample which is not working.

56 minutes ago, alturismo said:

@Gepelmario missing

the terminal command ... respond sample which is not working.

Screenshot 2025-07-28 143417.jpg

The first resonse to /usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1 was " already Running " in the log.

After killall cache_mover1

i tried /usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1 again.

The attached picture is the respone to /usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1

You can ignore the not matching Filme/Serien, breaking here log entry.

Somebody was using a library not using the Cache Mover Plugin.

I

  • Author
3 minutes ago, Gepelmario said:

The attached picture is the respone to /usr/local/emhttp/plugins/cache-mover/scripts/cache_mover1

? I don't see any ... 😉

and I meant the command before, emby respond

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.