You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment all group folders are created under: $CONFIG["datadirectory"]/__groupfolders/[index-number]/sub-folder-name/file-name
but expect to see: $CONFIG["datadirectory"]/__groupfolders/[group-folder-name]/sub-folder-name/file-name
Here is my data directory config: --env NEXTCLOUD_DATADIR="/mnt/nc_data"
Ubuntu mount of Windows Samba Share: //192.168.1.50/H/NextCloud_Data /mnt/nc_data cifs rw,mfsymlinks,seal,credentials=/etc/storage-credentials,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0
It would like to request a feature to show the "group folder name" instead of the "group folder index number".
Let me give an example. This is the current state for different group folders:
The following arrangement would be so much better for easy identification of group folders using a file explorer (for example in windows where data directory is linked to a separate hard drive):
__groupfolders/
├── Home Photos
│ └── America
│ └── abc.jpg
├── Home Videos
│ └── America
│ └── def.mp4
└── Health
│ └── Appointments
│ └── ghi.pdf
Currently, I cannot see the difference between group folder index 1 and 2 as they have the same sub-folder "America", so having the "index number folder" labelled as the "group folder name", then I could see the difference between the "Home Photos" and "Home Videos", see above for suggested naming convention update for solution.
I don't believe there is an alternative to this issue as I have no way to amend the nextcloud data directory mapping for group folder from a "index number" to chosen "group folder name".
The text was updated successfully, but these errors were encountered:
sunnyd24
changed the title
Group folder naming convention change from "__groupfolders/1" to "__groupfolders/[group folder name]"
Group folder naming convention change from "__groupfolders/[1]" to "__groupfolders/[group folder name]"
Jun 14, 2023
I don't think browsing the raw filesystem is something that is considered as a valid use-case in NC development. Therefore I think this is out of scope. If anyone thinks differently, please let me know.
I don't believe there is an alternative to this issue as I have no way to amend the nextcloud data directory mapping for group folder from a "index number" to chosen "group folder name".
I don't think browsing the raw filesystem is something that is considered as a valid use-case in NC development. Therefore I think this is out of scope. If anyone thinks differently, please let me know.
I don't believe there is an alternative to this issue as I have no way to amend the nextcloud data directory mapping for group folder from a "index number" to chosen "group folder name".
@fschrempf Thanks for your response.
Apart from that's how it is done already, is there a good reason why folder names are not used for top level folder, as currently folder names are used for sub-folders?
If anyone thinks differently, please let me know.
I believe if users are using GUI based OS (Windows or Ubuntu), having top level folder names helps with quick identification of group folders and enables a similar experience to Google Drive desktop client for easy management of files and folders
At the moment all group folders are created under:
$CONFIG["datadirectory"]/__groupfolders/[index-number]/sub-folder-name/file-name
but expect to see:
$CONFIG["datadirectory"]/__groupfolders/[group-folder-name]/sub-folder-name/file-name
Here is my data directory config:
--env NEXTCLOUD_DATADIR="/mnt/nc_data"
Ubuntu mount of Windows Samba Share:
//192.168.1.50/H/NextCloud_Data /mnt/nc_data cifs rw,mfsymlinks,seal,credentials=/etc/storage-credentials,uid=33,gid=0,file_mode=0770,dir_mode=0770 0 0
It would like to request a feature to show the "group folder name" instead of the "group folder index number".
Let me give an example. This is the current state for different group folders:
The following arrangement would be so much better for easy identification of group folders using a file explorer (for example in windows where data directory is linked to a separate hard drive):
Currently, I cannot see the difference between group folder index 1 and 2 as they have the same sub-folder "America", so having the "index number folder" labelled as the "group folder name", then I could see the difference between the "Home Photos" and "Home Videos", see above for suggested naming convention update for solution.
I don't believe there is an alternative to this issue as I have no way to amend the nextcloud data directory mapping for group folder from a "index number" to chosen "group folder name".
The text was updated successfully, but these errors were encountered: