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.
Message added by SpencerJ,

Heads up, this plugin version is not actively maintained. Folderview3 is where you will want to go for the latest requests https://forums.unraid.net/topic/197223-plugin-folderview3/

[Plugin] FolderView

Featured Replies

@scolcipitato @exoexo also the order of containers and folders is stored in `a:\config\plugins\dockerMan\userprefs.cfg` file

and can be edit for fix the order ...

  • Replies 1k
  • Views 212.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • VladoPortos
    VladoPortos

    Before you do anything, go to plugins tab and click on the old 'FolderView' plugin, click on the folder icon you should get page like this:   Click on export all, this will give you a

  • VladoPortos
    VladoPortos

    @scolcipitato I'm very sad too see it go, so hopefully you do not mind. I did forked it and fixed it for v.7 of Unraid.  I'm not much of Unriad plugin developer ( at all lol ), but I love this pl

  • scolcipitato
    scolcipitato

    Hi, guys, it has been a while. I am sorry for the long absence, but I have important news regarding this plugin.   I have decided to move away from Unraid, (partly because of the new

Posted Images

I think this in not possible, but Im just asking. Is it possible to translate the description in "Plugins"?

 

image.thumb.png.c4b1f4a8f8bcc99f7866caaf42fc2137.png

  • Author
5 minutes ago, elBelgg said:

I think this in not possible, but Im just asking. Is it possible to translate the description in "Plugins"?

 

image.thumb.png.c4b1f4a8f8bcc99f7866caaf42fc2137.png

If I remember correctly, that field takes the content of the README.md file inside the actual plugin folder (this), so it might be possible to add a script tag and load the translation to change the text.

The question is, is it worth the effort?

Yes, it takes the content from the README.md. Probably its not worth, but I would like to see UnraidOS Gui 100% translated.

  • Author

Long time since last update, but I found a bit of spare time, I implemented the ability to see the output of the scripts (if enabled in the settings) and added the translation for the description on the plugins page.

How can I change the Sort of the Folders and her Content?

 

Please add GUI Options for this. For example Alphabet A-Z

Edited by Revan335

5 minutes ago, Revan335 said:

How can I change the Sort of the Folders and her Content?

 

Please add GUI Options for this. For example Alphabet A-Z

Sorting is done by drag and drop, both on the docker page (must unlock sort order first with lock icon in the upper right corner) and within each folder settings page.

This question has been asked and answered several times recently. Scroll back and search the topic. 😊

Many Thanks! @Mattaton

 

I don't see the Unlock/Sort Buttons.🤦‍♂️

  • Author
1 minute ago, Revan335 said:

Many Thanks! @Mattaton

 

I don't see the Unlock/Sort Buttons.🤦‍♂️

The unlock button is in the toolbar on the docker page (green padlock).

Just now, Revan335 said:

Many Thanks! @Mattaton

 

I don't see the Unlock/Sort Buttons.🤦‍♂️

Depends on which unRAID theme you are using. For the Black and White themes, the lock icon is in the upper-right corner. For the Gray and Azure themes, it should be toward the bottom of the left column menu (I'm not exactly sure since I'm not using one of those themes).

The sort order lock is an unRAID feature and is not added or edited by FolderView. It was added with unRAID 6.12+

Got It!

 

Many Thanks!

Hi guys,

 

I really love the Folder View plugin. I've been using it for the past month or so and up until the latest version it worked all right. However, now the Docker page keeps showing the animated Unraid logo constantly and all the buttons are disabled.

 

I've tested this in two browsers (Firefox and Brave), with and without cache and the result is the same.

 

Do you know what's causing this and how to sort it out, please?

 

 

EDIT: Rebooting the server didn't fix the issue.

Edited by zkvvoob

  • Author
27 minutes ago, zkvvoob said:

Hi guys,

 

I really love the Folder View plugin. I've been using it for the past month or so and up until the latest version it worked all right. However, now the Docker page keeps showing the animated Unraid logo constantly and all the buttons are disabled.

 

I've tested this in two browsers (Firefox and Brave), with and without cache and the result is the same.

 

Do you know what's causing this and how to sort it out, please?

 

 

 

EDIT: Rebooting the server didn't fix the issue.

The latest version didn't change much in the code, for this I need a screenshot of the browser console (here on in DM).

3 minutes ago, scolcipitato said:

The latest version didn't change much in the code, for this I need a screenshot of the browser console (here on in DM).

Here's a screenshot of the Firefox console. Does this help?
image.thumb.png.815c98c4cf368a777021f52343d8695b.png

  • Author
2 minutes ago, zkvvoob said:

Here's a screenshot of the Firefox console. Does this help?
image.thumb.png.815c98c4cf368a777021f52343d8695b.png

My code generate an error (GET https://10.0.0.77:81/undefined), but what I think it is causing the issue is the error above, the CreateDocker. I don't make that request, so I don't think my code is causing the issue, but I'll gladly help. You should be able to expand the error with the arrow beside it, then click on the button (stack), you should be able to see what plugin (or maybe the standard WebGui) is causing the error.
What I can suggest is try to take a look at the PHP logs in the Tools > PHP Settings, so you can pinpoint the issue.

Thank you very much, @scolcipitato for opening my eyes. The issue, for whatever reason, turned out to be the Invidious container (which I had created manually, if memory servers). Removing it from the terminal solved the Unraid indicator problem.

no webui button

image.thumb.png.97d25d78bc45bf6678dde443d0cccd99.png

image.thumb.png.8daac959c8696180e9ac48e3486f86a3.png

 

 

and I use docker compose to deploy my containers,here's part of my compose file

 

image.thumb.png.57fc639e417a2b5b9cc9f7b3ef3aa0ff.png

  • Author
3 minutes ago, nukecat said:

no webui button

image.thumb.png.97d25d78bc45bf6678dde443d0cccd99.png

image.thumb.png.8daac959c8696180e9ac48e3486f86a3.png

 

 

and I use docker compose to deploy my containers,here's part of my compose file

 

image.thumb.png.57fc639e417a2b5b9cc9f7b3ef3aa0ff.png

WebUi link is obtained from the docker template, and not the label, I'll fix it as soon as I have time.

3 minutes ago, nukecat said:

no webui button

image.thumb.png.97d25d78bc45bf6678dde443d0cccd99.png

image.thumb.png.8daac959c8696180e9ac48e3486f86a3.png

 

 

and I use docker compose to deploy my containers,here's part of my compose file

 

image.thumb.png.57fc639e417a2b5b9cc9f7b3ef3aa0ff.png

 

1 minute ago, scolcipitato said:

WebUi link is obtained from the docker template, and not the label, I'll fix it as soon as I have time.

Wow,That was a fast reply:)Thanks for your work,this is a very userful plugin!

 

And I think I found another setting dosent work as expected.

[Preview Context -> Activation mode -> Hover] seems doesnt work ,I set it to Hover and no preview window pop up when I move mouse pointer over the docker icon,and even if I click the icon,no window shows up.

Only if I set  Activation mode to Click,then I can click the icon and get preview window.

 

Sorry for my english,and thank you for reading my mumble:P

  • Author
41 minutes ago, nukecat said:

 

Wow,That was a fast reply:)Thanks for your work,this is a very userful plugin!

 

And I think I found another setting dosent work as expected.

[Preview Context -> Activation mode -> Hover] seems doesnt work ,I set it to Hover and no preview window pop up when I move mouse pointer over the docker icon,and even if I click the icon,no window shows up.

Only if I set  Activation mode to Click,then I can click the icon and get preview window.

 

Sorry for my english,and thank you for reading my mumble:P

I pushed a fix for everything you reported, update the plugin and you should be fine.

12 hours ago, scolcipitato said:

I pushed a fix for everything you reported, update the plugin and you should be fine.

THANK YOU!

Found something new,Not correctly displayed in Dashboard tab.

 

All expanded:

image.thumb.png.2dc2e895f8f9712891560171e022dcd9.png

 

All compressed:

image.thumb.png.267c60cba1f876bda11e5aef682aa54d.png

 

Mixed:

image.thumb.png.3eba2a0798861027d9259d52b2a172dc.png

 

 

Could we add a setting that disabled FolderView in Dashboard tab,show all containers in default way.

 

Thank you.

image.png

1 minute ago, nukecat said:

Found something new,Not correctly displayed in Dashboard tab.

 

All expanded:

image.thumb.png.2dc2e895f8f9712891560171e022dcd9.png

 

All compressed:

image.thumb.png.267c60cba1f876bda11e5aef682aa54d.png

 

Mixed:

image.thumb.png.3eba2a0798861027d9259d52b2a172dc.png

 

 

Could we add a setting that disabled FolderView in Dashboard tab,show all containers in default way.

 

Thank you.

image.png

You probably want to look into custom CSS for that. You can make it look however you want with the classes @scolcipitato has put on the elements.

image.thumb.png.fcef5fe0b8c1e9394f363a66851c2bce.png

with docker compose ,webui write in format like 「http://[IP]:[PORT:25500]」not recognized

 

image.thumb.png.7f6701d5b97aeb852fe9ab34987ddb26.png

  • Author
14 minutes ago, nukecat said:

image.thumb.png.fcef5fe0b8c1e9394f363a66851c2bce.png

with docker compose ,webui write in format like 「http://[IP]:[PORT:25500]」not recognized

 

image.thumb.png.7f6701d5b97aeb852fe9ab34987ddb26.png

What I can see is that the "[IP] is being replaced with an empty string, this should not be possible, the only way for it to be possible is because the server don't see a driver for that docker network, I'm not sure but maybe in the PHP logs you can find an error (Tools > PHP Settings), either way I need the debug file (first port for instruction).

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.