Dynamix File Manager


Recommended Posts

Hi!

 

I'm trying to move some files from one of my shares to an unassigned drive, but on the target location I can only choose user shares nothing else. I cannot select the disks folder and the unassigned drive.

 

However, I can go to the disks folder and copy/move anything I want from the unassigned drive to any of my shares. But the other way around doesn't seem to work for me.

 

Even if I type in this in the target field, it gives me an 'Invalid target' error.

/mnt/disks/T7_Shield/

 

Is there any way around this? I can do this is Krusader, but Dynamix File Manager should be able to do it as well.

 

Thanks for anyone in advance!

Link to comment
On 2023/6/18 at PM1点32分, Misyo said:

DFM在中文模式下会继续加载,但切换到英文模式后会恢复正常,这是一个bug,请修复,谢谢。

英语模式

1687066317824.png.024ba79bfbcdbd567ab64be31c9c4fe0.png

 

中国模式

095059fd5bc1cec96b6f5a01e6bd36f.thumb.png.54a4555537c56676ddffc682c7980290.png

 

Yes, I'm having this problem too! I am a Chinese user

Link to comment
13 hours ago, BOGu said:

 

Yes, I'm having this problem too! I am a Chinese user

 

Please update the chinese language pack to the latest version.

 

Or remove the language pack and install again, this will automatically update to the latest version.

 

image.png

 

  • Like 1
  • Upvote 2
Link to comment

Hello,

 

DFM started to work in an unusual way. Not sure if it is something I did or what...

If I try to copy/move a file/folder from a user share, that is on the array, I get in the Target dropdown window all user shares(appdata, isos, domains, system....). No remotes, usb or disks.

However, i I try to copy a a file/folder from a user share, that is cache only, in the Target dropdown window appear addons, cache, nvme, disks, disk2....

I just noticed it while trying to copy an iso image from isos(that I have only in cache) to another user share....

 

Regards,

 

Simonovič Peter

 

 

FIX:

Update OS...

Edited by palinko
FIX
Link to comment
On 6/29/2023 at 10:50 PM, bonienl said:

 

Please update the chinese language pack to the latest version.

 

Or remove the language pack and install again, this will automatically update to the latest version.

 

image.png

 

only appdata isos folder can't open , but other folder will work correctly.

6.12.2 have compatibility issues with simple chinese language. Problem also exist.

Link to comment
On 6/29/2023 at 10:19 AM, BOGu said:

 

Yes, I'm having this problem too! I am a Chinese user

I have also encountered this issue, and I even have to reinstall the system. After reviewing your feedback, I realized that this is a plugin issue. Please resolve it as soon as possible!

Link to comment
8 hours ago, ELP1 said:

Hello,

I noticed that this status bar during operation seems to be frozen. Only that wheel is spinning, but it does not represent correct percentage / speed / ETA. Do you guys experience it as well?

image.png.d34700f5ddecc06779f2f5a8db2ecc1a.png

 

Does it remain frozen the whole time? I've found that it seems to update very infrequently, like every 10 secs or so I get an updated percentage, etc.

Link to comment

Is there a better way to move files around in the same share so from /data/torrent/finished/ to /data/media/XXXX/

 

I thought this could be done as an instant data change write?

Or should I have done this with Midnight Commander?

 

Thanks

Edited by dopeytree
Link to comment
On 7/6/2023 at 1:25 AM, Palaris said:

 

Does it remain frozen the whole time? I've found that it seems to update very infrequently, like every 10 secs or so I get an updated percentage, etc.

Yes, it stays frozen whole time. There is no update till operation is finished.

Link to comment
On 6/1/2023 at 9:19 AM, bonienl said:

 

Thanks, made a fix.

 

On 7/4/2023 at 11:20 PM, Revan335 said:

When a fixed are released, that not working. The Issue is actually present.

 

On 5/29/2023 at 11:28 AM, Revan335 said:

I can't move to unlimited Directory Level.

For example /mnt/disk3/Backup_folder/Daten/user/Client move /mnt/disk1/Backup_folder/Daten/ ended there. I can't selected underlying directory level /user/ or /user/Client

 

Please fix this Issue!

I must used for Data Operations Krusader for example. On Dynamix FileManager that's not working. But this only on my PC. Not in the Webinterface Mobile on Handy for example.

Edited by Revan335
Link to comment
5 hours ago, bonienl said:

 What is not working?

image.png

 

On 5/29/2023 at 11:28 AM, Revan335 said:

I can't move to unlimited Directory Level.

For example /mnt/disk3/Backup_folder/Daten/user/Client move /mnt/disk1/Backup_folder/Daten/ ended there. I can't selected underlying directory level /user/ or /user/Client

 

The underlying Directory's of /mnt/disk1/Backup_folder/Daten/ (user or user/Client for example) are not showing and I can't move Folders/Data to this. Manually type the Path, show the message Invalid Path.

 

I can't move Folder/Data to unlimited Directory Level.

For example /mnt/disk3/Backup_folder/Daten/user/Client move to /mnt/disk1/Backup_folder/Daten/ ended there. I can't selected underlying directory level /user/ or /user/Client of disk1 because he are not visible.

 

The same when I tried to move from disk2 to 4 or 5 to 6, 7 to 1 ........

Edited by Revan335
Link to comment
  • 2 weeks later...

here is a bug in the file "/usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php"  line number 36.

the stack trace is below:

[25-Jul-2023 14:16:18 Asia/Shanghai] PHP Fatal error:  Uncaught ValueError: Unknown format specifier "" in /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php:36
Stack trace:
#0 /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php(36): sprintf('% \xE5\xB9\xB4\xE5\x89\x8D', 2)
#1 /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php(42): age(2, 'year')
#2 /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php(110): my_age('1624877877')
#3 {main}
  thrown in /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php on line 36

source code is below:

function age($number,$time) {
  return sprintf(_('%s '.($number==1 ? $time : $time.'s').' ago'),$number);
}

please fix it by:

function age($number,$time) {
  return sprintf('%s '.($number==1 ? $time : $time.'s').' ago',$number);
}

or add php extension module "gettext".  because of the syntax “_()”  need it !  thanks !

Edited by xuelei
Link to comment

I saw this error on the machine of one of my customers:

 

Jul 28 20:35:49 Tower nginx: 2023/07/28 20:35:49 [error] 4080#4080: *33110 open() "/usr/local/emhttp/plugins/dynamix.file.manager/javascript/ace/mode-log.js" failed (2: No such file or directory) while sending to client, client: 192.168.2.124, server: , request: "GET /plugins/dynamix.file.manager/javascript/ace/mode-log.js HTTP/1.1", host: "192.168.2.127", referrer: "http://192.168.2.127/Main/Browse?dir=%2Fmnt%2Fdisk3%2Fbackups%2Fappdata%2F20230728_203308"

 

Link to comment

Bug : when you try to calculate the size of a folder with an apostrophe, it returns an error :

 

Warning: filemtime(): stat failed for /mnt/user/Softwares/Polices d'écriture in /usr/local/emhttp/plugins/dynamix.file.manager/include/Control.php on line 90

 

Link to comment

Hi I am trying to move a file from a share called /downloads which is on a cache pool to a share called /Media

 

If I select the file using the checkbox to the left of it and click the move button at the bottom of the screen , I get this popup, but I dont see see a folder called user to be able to access any user shares or move up in directory structure

1518735047_ScreenShot2023-08-10at3_08_11PM.thumb.jpg.17e4a10d036b57f03a6e93676ff8622a.jpg

 

 

If instead I right click the file directly and I choose move instead of using the checkbox , I do get the user folder popping up, however when I click on it does not expand to show me my shares

1694078659_ScreenShot2023-08-10at3_08_26PM.thumb.jpg.5cbfa35870f26b669ccea6271f2c0b6d.jpg

 

running unpaid 6.12.3

Edited by theGrok
Link to comment

You are being protected against the fact that moving files between a physical device and a User Share in the same command can lead to data loss so this option is not allowed by Dynamix File Manager.  Instead try moving it from the ‘downloads’ User Share to the /Media User Share.    If you must use the physical cache drive as the source then you need to select a physical target drive as well.

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.