Network Folder path shows as Network\{name}

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4604
Joined: Thu Sep 03, 2009 6:48 pm

Network Folder path shows as Network\{name}

Post by therube »

If you add a Folder Index that points to a (UNC) "network" path, the Path as shown in Everything displays as:
Network\NAS
(with Network literally being the word, 'Network').

Should it show 'Network'?
Rather then (UNC-like) \\NAS ?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Network Folder path shows as Network\{name}

Post by void »

Does this issue only occurs when you select the root network name?

eg: The issue occurs when you select
\\server (changes to Network\server)

eg: There is no issue when you select
\\server\share (stays the same as \\server\share)


I have put on my TODO list to replace Network\server with \\server
Both should work, \\server would be much faster as it would avoid using the virtual Network path.
therube
Posts: 4604
Joined: Thu Sep 03, 2009 6:48 pm

Re: Network Folder path shows as Network\{name}

Post by therube »

eg: The issue occurs when you select
\\server
Correct. I added the root, \\NAS.

And as a test, when I added, \\NAS\Music, that then showed:
\\NAS\Music\Jethro Tull
(In addition, since now duplicated, Network\NAS\Music\Jethro Tull.)
therube
Posts: 4604
Joined: Thu Sep 03, 2009 6:48 pm

Re: Network Folder path shows as Network\{name}

Post by therube »

Regarding
Network\
(which I'm not familiar with)...

I'll just note that files (in different directory trees ? containing spaces ? some other criteria ? [not really sure]) may not necessarily be able to be dragged or opened.

Code: Select all

C:\BIN>xxhsum.exe Network\NAS\music\_from_USR\_Sonny\swingera.net\twooclockHJ.mp3 "Network\NAS\music\MU
SIC - done\ATB\Two Worlds (Disc 2)\09 Endless Silence.mp3"

Error: Could not open 'Network\NAS\music\_from_USR\_Sonny\swingera.net\twooclockHJ.mp3':
No such file or directory.
Error: Could not open 'Network\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\09 Endless Silence.mp3':
No such file or directory.

C:\BIN>
Where the same files, referenced as \\NAS\{filename} can.

Code: Select all

C:\BIN>xxhsum.exe \\NAS\music\_from_USR\_Sonny\swingera.net\twooclockHJ.mp3 "\\NAS\music\MUSIC - done\A
TB\Two Worlds (Disc 2)\01 First Love.mp3" "\\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\02 Feel You
.mp3" "\\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\03 The Summer (Ibiza Influence Versi.mp3" "\\NA
S\music\MUSIC - done\ATB\Two Worlds (Disc 2)\04 Engreossing Moments.mp3" "\\NAS\music\MUSIC - done\ATB\
Two Worlds (Disc 2)\05 Timeless.mp3" "\\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\06 Repulse.mp3"
"\\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\07 Enigmatic Enconter.mp3" "\\NAS\music\MUSIC - done\
ATB\Two Worlds (Disc 2)\08 Sensuality.mp3" "\\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\09 Endless
 Silence.mp3" "\\Nas\pub\two.way.TEST\Father #005 560822 Name.mp3"
855d51691bf5dae6  \\NAS\music\_from_USR\_Sonny\swingera.net\twooclockHJ.mp3
3eb8905b68ec3c36  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\01 First Love.mp3
5b5adf62c259f0c6  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\02 Feel You.mp3
b680b8845496a820  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\03 The Summer (Ibiza Influence Versi
.mp3
ca3673ece1f8f09b  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\04 Engreossing Moments.mp3
d316f1119db15e8f  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\05 Timeless.mp3
ecfb2560300ef697  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\06 Repulse.mp3
5c149a598fd24366  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\07 Enigmatic Enconter.mp3
27c92647ed67ad9c  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\08 Sensuality.mp3
8136d15cc807f440  \\NAS\music\MUSIC - done\ATB\Two Worlds (Disc 2)\09 Endless Silence.mp3
ef46db3751c8e999  \\Nas\pub\two.way.TEST\Father #005 560822 Name.mp3

C:\BIN>
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Network Folder path shows as Network\{name}

Post by void »

I'll just note that files (in different directory trees ? containing spaces ? some other criteria ? [not really sure]) may not necessarily be able to be dragged or opened.
This is expected for virtual paths.
Most programs will not work with virtual paths.

Everything 1.5.0.1265a adds native support for \\server (and avoids using virtual paths).

Please remove the Network\NAS share and readd the share as \\NAS in Tools -> Options -> Folders.

Adding each share is recommended (eg: \\NAS\share1, \\NAS\share2, \\NAS\share3, ...)
Post Reply