OneDrive on Windows 10

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
daniel_m
Posts: 121
Joined: 11 Apr 2010 11:47

Re: OneDrive on Windows 10

Post 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
Attachments
Icons.7z
(33.11 KiB) Downloaded 192 times

LukeDukem
Posts: 4
Joined: 07 Sep 2019 13:51

Re: OneDrive on Windows 10

Post 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

fanguk2002
Posts: 1
Joined: 24 Oct 2019 09:41

Re: OneDrive on Windows 10

Post 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
Attachments
Same file with different details.png
Same file with different details.png (1.37 MiB) Viewed 2749 times

tschabo
Posts: 3
Joined: 31 Oct 2019 06:43

Re: OneDrive on Windows 10

Post 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

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: OneDrive on Windows 10

Post by admin »

It's on my list.

tschabo
Posts: 3
Joined: 31 Oct 2019 06:43

Re: OneDrive on Windows 10

Post by tschabo »

is it going to be in the next version? 8)

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: OneDrive on Windows 10

Post by admin »

That's the plan.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: OneDrive on Windows 10

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

igurin
Posts: 16
Joined: 10 Dec 2019 20:11

Re: OneDrive on Windows 10

Post 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?

LaurentA
Posts: 2
Joined: 23 Jun 2020 00:07

Re: OneDrive on Windows 10

Post 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?

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: OneDrive on Windows 10

Post by admin »

Could you show an example of your Color Filter or Search field, please?

LaurentA
Posts: 2
Joined: 23 Jun 2020 00:07

Re: OneDrive on Windows 10

Post 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 "ê"

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: OneDrive on Windows 10

Post 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?

Limerick
Posts: 7
Joined: 13 Mar 2020 19:07

Re: OneDrive on Windows 10

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

Post Reply