Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER General Discussion Forum

Reply
 
Thread Tools Display Modes
Old 05-17-2020, 08:14 AM   #1
JoostJanssensDS
Human being with feelings
 
Join Date: Feb 2017
Posts: 34
Default Reaper's Media Explorer doesn't show all folders (FIXED)

Alright I've been toying with this and Googling to find any answers to this:

I am browsing to a certain folder on my hard drive. When I get there, there should be two folders: Projects, and Samples. However, Reaper only shows the Samples folder, keeping the Projects folder invisible. Yet, when I switch the media explorer to Windows Explorer mode, my Projects folder becomes visible again.

Is there some kind of preference I am not seeing or finding? Why is it that one of the two folders is hidden in one mode but not in the other? I don't understand what is going on here.
JoostJanssensDS is offline   Reply With Quote
Old 05-29-2021, 02:34 PM   #2
KASETA
Human being with feelings
 
KASETA's Avatar
 
Join Date: May 2018
Location: Kaunas, Lithuania
Posts: 32
Default

Does anyone have an idea why this is happening for some folders?

I have few folders in my Splice directory that are not being shown in Reaper's Media Explorer no matter what. They do contain wav samples and they are shown in other DAW's (Ableton Live, Bitwig)
KASETA is offline   Reply With Quote
Old 07-13-2021, 07:27 AM   #3
Jezston
Human being with feelings
 
Join Date: Oct 2018
Posts: 49
Default

Found this thread as I am having the same problem. And this is rather urgent that I get it resolved.

I've just started working with a new client, using one of their PCs, and Media Explorer does not see my sound effects library on my external drive. It sees every other folder in that drive, but not the one I need Media Explorer to actually see and build a database from!

Made sure the folder is not hidden or read only, but it just does not show up. Screenshot attached.

EDIT: I should add I can't copy the data to the local drive, not only for legal reasons, but that the computer doesn't have enough capacity lol
Attached Images
File Type: png reaperproblem.png (18.8 KB, 216 views)
Jezston is online now   Reply With Quote
Old 07-14-2021, 05:20 AM   #4
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,346
Default

Hmm if you view the folder properties in windows, what does it show? What REAPER version is this?
Justin is offline   Reply With Quote
Old 07-14-2021, 05:40 AM   #5
Jezston
Human being with feelings
 
Join Date: Oct 2018
Posts: 49
Default

Quote:
Originally Posted by Justin View Post
Hmm if you view the folder properties in windows, what does it show? What REAPER version is this?
Nothing out of the ordinary, and have latest version (downloaded yesterday)
Jezston is online now   Reply With Quote
Old 07-14-2021, 05:57 AM   #6
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,346
Default

Quote:
Originally Posted by Jezston View Post
Nothing out of the ordinary, and have latest version (downloaded yesterday)
Hmm, can you open a PowerShell command prompt and do:

Code:
dir D:\
and post that output here?
Justin is offline   Reply With Quote
Old 07-14-2021, 06:06 AM   #7
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,346
Default

If you type in the path to the media explorer’s address bar, does it work?
Justin is offline   Reply With Quote
Old 07-14-2021, 06:11 AM   #8
Jezston
Human being with feelings
 
Join Date: Oct 2018
Posts: 49
Default

Some more info:

- Browsing in command prompt also demonstrates the same issue, however I can go to the location by manually entering "cd Sound Effects"

- There is actually some weirdness in the properties in Explorer. It shows some files as being read only. If I uncheck this box, it spends a little while processing everything, says nothing is now read only, but if I exit the properties and go back, it says again that some files are read only.
Jezston is online now   Reply With Quote
Old 07-14-2021, 06:13 AM   #9
Jezston
Human being with feelings
 
Join Date: Oct 2018
Posts: 49
Default

Quote:
Originally Posted by Justin View Post
If you type in the path to the media explorer’s address bar, does it work?
Yes! Can't believe I didn't try that.

Dragging and dropping the contents to a database, will take a little while I expect, lets see what happens.
Jezston is online now   Reply With Quote
Old 07-14-2021, 06:17 AM   #10
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,346
Default

Quote:
Originally Posted by Jezston View Post
Some more info:

- Browsing in command prompt also demonstrates the same issue, however I can go to the location by manually entering "cd Sound Effects"

- There is actually some weirdness in the properties in Explorer. It shows some files as being read only. If I uncheck this box, it spends a little while processing everything, says nothing is now read only, but if I exit the properties and go back, it says again that some files are read only.
Hmm sounds like it’s marked as hidden then?
Justin is offline   Reply With Quote
Old 07-14-2021, 06:35 AM   #11
Jezston
Human being with feelings
 
Join Date: Oct 2018
Posts: 49
Default

Quote:
Originally Posted by Justin View Post
Hmm sounds like it’s marked as hidden then?
It shows up in explorer just fine, even if I turn off 'show hidden folders and files'.

EDIT: Now this is interesting, if I look at the properties of the folder, the 'Hidden' checkbox is unchecked, but its *also* greyed out, so I can't tell it to be hidden or not. That's very odd.
Jezston is online now   Reply With Quote
Old 07-14-2021, 07:18 AM   #12
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 14,808
Default

What do you see if you run

Code:
attrib whateverthisfileis
from a command prompt? Perhaps it's marked as a system folder.
schwa is offline   Reply With Quote
Old 07-14-2021, 08:30 AM   #13
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,346
Default

Quote:
Originally Posted by Jezston View Post
EDIT: Now this is interesting, if I look at the properties of the folder, the 'Hidden' checkbox is unchecked, but its *also* greyed out, so I can't tell it to be hidden or not. That's very odd.
Quote:
Originally Posted by schwa
Perhaps it's marked as a system folder.
Bingo. Try:
Code:
attrib -s "D:\whatever invisible path"
Edit: also, making it so folders marked with the system attribute are visible (coming in 6.33).

Last edited by Justin; 07-14-2021 at 06:16 PM.
Justin is offline   Reply With Quote
Old 07-15-2021, 01:32 AM   #14
Jezston
Human being with feelings
 
Join Date: Oct 2018
Posts: 49
Default

Quote:
Originally Posted by Justin View Post
Bingo. Try:
Code:
attrib -s "D:\whatever invisible path"
Edit: also, making it so folders marked with the system attribute are visible (coming in 6.33).
This fixed it! Thanks, I had managed to rebuild the library last night by manually entering the address then adding that to a library - apologies for the late reply but had to leave it running overnight.

But this command now makes it show up in reaper. Thanks so much!

I had trouble with other attrib commands I found before because it didn't like the folder name, but doing it in "quotes" made it work.

I wonder how this actually happened.
Jezston is online now   Reply With Quote
Old 07-19-2021, 07:44 AM   #15
spantini
Human being with feelings
 
Join Date: Sep 2017
Posts: 187
Default

I couldn't see my Samples folder. I had to open File Explorer, navigate to my Samples folder, manually copy that address (or remember it), then go back to Media Explorer and manually type that address into the address bar. Then it opened right up. I then added it to the shortcut list on the left.

Strange thing though, I could right-click menu copy the address of the Sample folder, but when I went to paste it into Media Explorer's address bar there was no paste option - that's why I had to type it in.
spantini is offline   Reply With Quote
Old 07-19-2021, 08:19 AM   #16
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,649
Default

Quote:
Originally Posted by spantini View Post
Strange thing though, I could right-click menu copy the address of the Sample folder, but when I went to paste it into Media Explorer's address bar there was no paste option - that's why I had to type it in.
Ya it should have its own context menu, I mentioned this in pre-release when they were adding all that new stuff, but they never changed it, Workaround is to use Control+C/V keys to copy and paste text into that field.
Edgemeal is offline   Reply With Quote
Old 07-19-2021, 08:55 AM   #17
DarkStar
Human being with feelings
 
DarkStar's Avatar
 
Join Date: May 2006
Location: Surrey, UK
Posts: 19,628
Default

Quote:
Originally Posted by Justin View Post
Edit: also, making it so folders marked with the system attribute are visible (coming in 6.33).
I do hope that that is a Preference as they are not really meant to be user-accessible.

It seems very odd that Jezston's folder on an external drive was flagged as such.
__________________
DarkStar ... interesting, if true. . . . Inspired by ...
DarkStar is online now   Reply With Quote
Old 07-19-2021, 02:38 PM   #18
spantini
Human being with feelings
 
Join Date: Sep 2017
Posts: 187
Default

Quote:
Originally Posted by spantini View Post
...Strange thing though, I could right-click menu copy the address of the Sample folder, but when I went to paste it into Media Explorer's address bar there was no paste option - that's why I had to type it in.
Quote:
Originally Posted by Edgemeal View Post
Ya it should have its own context menu, I mentioned this in pre-release when they were adding all that new stuff, but they never changed it, Workaround is to use Control+C/V keys to copy and paste text into that field.
I never remember to use Control+C/V.. It does work. Thanks for the reminder
spantini is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:51 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.