Everything posted by Masterwishx
-
[Plugin] Mover Tuning
Important question There is users who use the plugin and not update Unraid to latest version like: 7.2.1? I was asked from LT dev @Squid to separate the plugin from stock mover as in 7.2.1 you can disable the mover. So in some future version will be breaking changes to plugin for Unraid 7.2.1. Like: move buttons will run stock mover. Plugin move button on shedule, share pages. Shedule for plugin will be in plugin setting. Some other...
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
You can use any other folder if you you need. Check first post
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Please read the firs post.
-
[Plugin] Mover Tuning
Yep for now, this how it work, will try to add move empty folders when will have time. Not made test for hard links, but if it not hard link file, then it can be using by qbittorrent or other app that hold the file.
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Thanks for the icon I will check it. The port in webui should be the port of container, then it's converted by unraid to the host port when you click on it.
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
You was need to download and put my config in path , but db create automatically for the first time, in any way we have the real config that saved in db after app loaded when open app in User Settings->System and Admin->Load config settings#systemAdmin-main ,so you can copy from here and save in your config file.
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Sorry not sure what you mean , we have : https://github.com/gtsteffaniak/filebrowser/blob/18738b327313acf6cc76dc41acd4a363928360d1/_docker/Dockerfile#L29 ENV FILEBROWSER_DATABASE="/home/filebrowser/data/database.db" ENV PATH="$PATH:/home/filebrowser"
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
im only made XML Template for Unraid, not the app maintainer
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Yep its my old share for old version of File Browser . so you can make FileBroweser or File_Broweser or other folder like /mnt/user/Files/File_Broweser and then use it in mapping
-
[Plugin] Mover Tuning
If you don't have this share, seems the config file for it still available in boot drive, delete it if not needed.
-
[Plugin] FolderView2
Not sure about your version but latest 04.08.2025 has some fixes but broked some visuals, you can see posts above...
-
[Plugin] FolderView2
Yep I hope he will have free time, if not we have a problem...
-
[Plugin] Mover Tuning
In plugin options
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Support thread for masterwishx - FileBrowser Quantum https://hub.docker.com/r/gtstef/filebrowser docker image. FileBrowser Quantum provides an easy way to access and manage your files from the web. It has a modern responsive interface that has many advanced features to manage users, access, sharing, and file preview and editing. This version is called "Quantum" because it packs tons of advanced features into a tiny easy to run file. Unlike the majority of alternative options, FileBrowser Quantum is simple to install and easy to configure. https://github.com/gtsteffaniak/filebrowser Config https://github.com/gtsteffaniak/filebrowser/blob/main/frontend/public/config.generated.yaml Read https://filebrowserquantum.com/en/docs/getting-started/ NOTE: 1. First make folders and set permissions: mkdir -p /mnt/user/appdata/filebrowserQuantum/tmp chown -R 1000:100 /mnt/user/appdata/filebrowserQuantum chmod 755 /mnt/user/appdata/filebrowserQuantum chmod -R 777 /mnt/user/appdata/filebrowserQuantum/tmp 2. Download config and put to "/filebrowserQuantum" folder. https://github.com/masterwishx/unraid-templates/tree/main/configs/filebrowserQuantum/config.yaml 3. Make share for files "FileBrowser Files", then make folder for users. mkdir -p /mnt/user/FileBrowser Files/users chown -R 1000:100 /mnt/user/FileBrowser Files/users 4. Enjoy Warning: After the first login using admin:admin , change the password or create a new admin user. If you do not update the credentials in the config file like this: 'adminUsername: "**hidden**"' 'adminPassword: ""' Then the default admin values will be restored after a container restart.
-
[Plugin] Mover Tuning
You can enter to /tmp (/tmp/ca.mover.tuning ) and copy from there or change plugin Logs parent folder for Mover Tuning plugin option to what you want like : /mnt/user/Logs or /mnt/cache/Logs
-
[Plugin] FolderView2
Also container IP not shown in advanced menu now. But seems we lost maintainer here...
-
[Plugin] Mover Tuning
Sure you can copy them from /tmp or change to other location in settings
-
[Plugin] Mover Tuning
Run "mover debug" in cli
-
[Plugin] Mover Tuning
If you read help description of option it will delete empty folders of moved files only. If you have issue with it you can post debug.zip after enabled debug and logging
-
[Plugin] Mover Tuning
OK, got it, please open future request on github I will check if it possible to add it
-
[Plugin] Mover Tuning
What case need empty folders to move?
-
[Plugin] Mover Tuning
Post debug.zip
-
[Plugin] Mover Tuning
You said it not moving files, that mean sometimes need gap between thresholds. About empty folders I think it's how plugin worked always, do you had same experience with older versions? You can open future request on github if so.
-
[Plugin] Mover Tuning
Please check help description of options by click on it or F1. To see how thresholds works
-
[Plugin] Mover Tuning
It should move everything by find function + plugin setting, you can enable debug and check this find function in debug log (should move also empty folders) But when clean it clean folders of moved files.