Page 2 of 2

Re: OneDrive on Windows 10

Posted: 17 Oct 2019 17:29
by daniel_m
I took a slightly different approach: icon names instead of if-statements :biggrin:

Code: Select all

$state = property("#303", <cc_item>); // WIN 1809+
if ($state == "") { $state = property("#304", <cc_item>); } // WIN 1803-

return "<xyicons>\OD $state.ico";
In case you encounter a generic file icon, find the sync status of the respective file, and copy an icon into the XYplorer Icons folder with the corresponding name "OD SYNCSTATE.ico".

The same way, you can adapt to non-English versions of Windows.

Edit: Here are all sync statuses (without their names :evil: ) with icons:
https://support.office.com/en-us/articl ... c985aa49b3

Re: OneDrive on Windows 10

Posted: 18 Oct 2019 10:18
by LukeDukem
A nice simple approach, thanks for that. But in my OneDrive folder, all my files & folders are still wrongly "status pending". (German Version: "Synchronisierung ausstehend")

Maybe the devs can make a statement to this issue? Or - even better - offer a solution? I'm shure, this is an important feature for a lot of users of file manager software, and getting more and more important in future, so maybe it's worth to get it on focus.

Best wishes

Re: OneDrive on Windows 10

Posted: 24 Oct 2019 11:04
by fanguk2002
LukeDukem wrote: 18 Oct 2019 10:18 A nice simple approach, thanks for that. But in my OneDrive folder, all my files & folders are still wrongly "status pending". (German Version: "Synchronisierung ausstehend")

Maybe the devs can make a statement to this issue? Or - even better - offer a solution? I'm shure, this is an important feature for a lot of users of file manager software, and getting more and more important in future, so maybe it's worth to get it on focus.

Best wishes
Yeah, I am having this problem too.

It is confusing, that when I open up the properties, the status shows to be "always available on this device" in File Explorer and "sync pending" in that of Xyplore with the same file!

And the status of all the files is "sync pending" in Onedrive. The same problem as you are.

Hope this problem won't be last too long

Re: OneDrive on Windows 10

Posted: 07 Nov 2019 02:45
by tschabo
same here... All folders and files are displaying the sync pending symbol even though onedrive is up to date. I have Windows 10 Pro 1809 installed

Re: OneDrive on Windows 10

Posted: 07 Nov 2019 09:31
by admin
It's on my list.

Re: OneDrive on Windows 10

Posted: 10 Nov 2019 05:29
by tschabo
is it going to be in the next version? 8)

Re: OneDrive on Windows 10

Posted: 10 Nov 2019 10:05
by admin
That's the plan.

Re: OneDrive on Windows 10

Posted: 11 Nov 2019 15:45
by admin
Here it says that it was a Windows 10 bug that has been fixed in Windows 10 Version 18876 (insider build):
https://hansbrender.com/2019/08/05/onedrive-status-bug/

The fix will be available to outsiders with the next Windows 10 update (Windows 10 Version 1909).

Re: OneDrive on Windows 10

Posted: 11 Dec 2019 02:18
by igurin
So the status column works as intended for me. But in Windows Explorer, I see an additional icon for shared files. Can the script be upgraded to include this icon?

Re: OneDrive on Windows 10

Posted: 23 Jun 2020 00:13
by LaurentA
HI, I figured out the values in French for property 303:
Disponible lorsque vous êtes en ligne
Disponible sur cet appareil
Toujours disponible sur cet appareil

My problem is that the first value "Disponible lorsque vous êtes en ligne" is not recognized when I put it in the Color Filter or Search field, probably because of the "ê" accentuated letter.
Any idea which value to put?

Re: OneDrive on Windows 10

Posted: 23 Jun 2020 09:28
by admin
Could you show an example of your Color Filter or Search field, please?

Re: OneDrive on Windows 10

Posted: 27 Jun 2020 18:27
by LaurentA
When I write in the address bar,
echo "<prop #303>";
it returns :
Disponible lorsque vous êtes en ligne
or
Disponible sur cet appareil
or
Toujours disponible sur cet appareil

The following color filter:
prop:#303:Disponible sur cet appareil
prop:#303:Toujours disponible sur cet appareil
work well

but
prop:#303:Disponible lorsque vous êtes en ligne
doesn't return anything
I assume it is because of the "ê"

Re: OneDrive on Windows 10

Posted: 01 Jul 2020 12:52
by admin
I could confirm and fix it for the Color Filters. :tup:

But not for the Search field. Can you give an example for this?

Re: OneDrive on Windows 10

Posted: 19 Aug 2020 18:16
by Limerick
LaurentA wrote: 27 Jun 2020 18:27 When I write in the address bar,
echo "<prop #303>";
it returns :
Disponible lorsque vous êtes en ligne
or
Disponible sur cet appareil
or
Toujours disponible sur cet appareil

The following color filter:
prop:#303:Disponible sur cet appareil
prop:#303:Toujours disponible sur cet appareil
work well

but
prop:#303:Disponible lorsque vous êtes en ligne
doesn't return anything
I assume it is because of the "ê"
Salut Laurent,

Have you tried with one of these encoding possibilities (I don't which one could be the good one as I am a real newbie...).

However, if you find THE solution, I would be happy for a step by step description because I do miss that feature too.

I don't know why Onedrive does not use a simple icon overlay as Dropdox does... (just a box to tick in XY configuration panel !).

Good luck,

Lim.