Page 2 of 2

Re: OneDrive status column with icons

Posted: 25.07.2023, 23:35
by robsc
I love the software so I'm becoming a long term donor. If the new version I get doesn't sort it out, I will send you the files.

Re: OneDrive status column with icons

Posted: 28.08.2023, 20:06
by Marek
Thanks for the files.
It is simple.
You have enabled automatic views and they have higher priority than column profiles.
If you open OneDrive folder then in most cases your column view "fc_default_view" will be used.
You should also define an automatic view for OneDrive.
For testing simply deactivate automatic views.

Re: OneDrive status column with icons

Posted: 29.08.2023, 07:22
by robsc
Oh.. ok. I have it working properly now. Thanks.

Re: OneDrive status column with icons

Posted: 08.11.2023, 10:21
by PointOtto
I leave the parameters for italian, hope they can be add on future release:
Lascio i parametri per l'italiano:

[StatusText]
1=Disponibile quando online
2=Disponibile su questo dispositivo
3=Sempre disponibile su questo dispositivo
4=Esclusa (non sincronizzata)
5=Sincronizzazione in sospeso

Re: OneDrive status column with icons

Posted: 24.12.2023, 13:59
by adamba
@marek:
I had trouble in the past getting OneDrive availability icons to show in Free Commander since some time.

I suspected it had something to do with setting OneDrive to "download all files" in the "files on demand" section in the OneDrive app's settings. Because FC seemed to show status icons fine, after a fresh OS installation for a very short time (before a did my customizations to the various apps I use).
And today I think, I was finally able to verify this assumption.

Selecting "Download all files" in the OneDrive settings (instead of "free up disk space") seems to change the wording for status #3 in the OneDrive file status from "keep on this device" to "Always available on this device".

After changing the #3 tag in FreeCommander.onedrive.ini accordingly...

[StatusText_English]
1=Available when online
2=Available on this device
3=Always available on this device
4=Excluded
5=Sync Pending


...the respective sync status icon shows as expected (white check mark on green disc).

And since this icon applies to basically all synced files, if "Download all files" is selected, beforehand, it seemed like FreeCommanders "OneDrive status" function was completely broken.

Maybe you can take care of this "by default" in some future update.

Thanks!

PS:
Happy to share some screenshots. But I am too lazy uploading them and your BB does not seem to feature image hosting, right?

Re: OneDrive status column with icons

Posted: 26.12.2023, 22:21
by Marek
Thanks for reporting it.
In the next release it will be possible to define alternative status text in the FreeCommander.onedrive.ini.
Example:

Code: Select all

3=Keep on this device|Always available on this device

Re: OneDrive status column with icons

Posted: 17.02.2025, 22:11
by PointOtto
I have some issue: it doesn't work anymore
FreeCommander XE 2025 Build 925 64-bit donor Portable Edition

can it be some issue with italian language? I mean the OS in italian language... :roll:
It worked in the past....

Re: OneDrive status column with icons

Posted: 18.02.2025, 18:35
by Marek
Check the file FreeCommander.onedrive.ini
For Italian the section must exists:

Code: Select all

[StatusText_Italian]
1=Disponibile quando online
2=Disponibile su questo dispositivo
3=Sempre disponibile su questo dispositivo
4=Esclusa (non sincronizzata)
5=Sincronizzazione in sospeso

Re: OneDrive status column with icons

Posted: 18.02.2025, 21:13
by Marek
It was probably the last Windows update.
It seems, that Id of the column “Availability Status” is changed now.
Please try the following:
1. From "One drive" detail view (under Settings->Column profiles) remove the column "“Availability Status” and add the same column again by selection
2. Add the following at the top of the file FreeCommander.onedrive.ini

Code: Select all

[OneDrive]
AvailabilityStatusColumnId=304
If the [OneDrive] section already exists, then add only the line "AvailabilityStatusColumnId=304" to the section.

Re: OneDrive status column with icons

Posted: 23.02.2025, 22:17
by PointOtto
Marek the latter

Code: Select all

[OneDrive]
AvailabilityStatusColumnId=304
has solved!!! Many Many Thanks!!!!

I'm happy 8)

Re: OneDrive status column with icons

Posted: 01.04.2025, 10:31
by Rvo
@Marek,
Can the description of "status 3" default be changed to "Always available on this device" by the installer?
I had to make the change manual to make the OneDrive status icons work on my system also.

FreeCommander.onedrive.ini
[StatusText_English]
1=Available when online
2=Available on this device
3=Always available on this device
4=Excluded
5=Sync Pending

Re: OneDrive status column with icons

Posted: 01.04.2025, 12:12
by Marek
Check if this works:

Code: Select all

3=Keep on this device|Always available on this device