fenix_productions wrote:2MVV
1. I am not sure it wasn't mentioned here but when I use Shift+F4* in VP panel TC goes all blank (complete freeze). Is it something you can fix or i's out of FS plugin range?
2. Please add "Execute command" item in plugin's root for people who have comand line switched off (like myself through RestrictInterface setting).
3. I think that placing all settings on separate tab (with Apply button) would be definitely better than keeping them hidden in combobox.
1. For me it doesn't freeze TC (maybe for some seconds if current folder is write-protected but TC shows error message then).
I'm not recommend to use Shift+F4 because TC will create file in some unexpected folder (that is current in this TC panel but in physical drive) - I've suggested to fix it in suggestion
E here but I don't know if and when it will be fixed. Anyway, I think TC can't edit files in FS folders since such files have no real path (only if TC will extract file to temp folder and get it back after closing editor). Even in VP not every folder have physical analog (only folders created using <add command).
2. You always may jump to command line using Shift+Right shortcut even if you switched command line off. Also, since commands may use current directory it isn't so convenient to start them from root always
3. Currently three Windows controls allow to set all parameters but on separate tab they will require much more controls and code to process them.
Hm-m, I didn't know that FR may update folder contents automatically. As I see, it remembers folder path if folder contains files (for empty folders it can't).
betatester wrote:That's not a workable situation with thousands of source directories scattered over 4 harddisk where the virtual holding folder changes each year.
Maybe you need to describe situation better. But according to FR mention I may guess that you want to see real contents of folders. You need to add theese folders using <add command - in this case your folders will mirror physical folders. I'll try to show how to add theese folders quickly.
First of all, make text file with dir list (e.g. search for folders with mp3 files and no subfolders):
Code: Select all
D:\Music\ABBA\
D:\Music\Roxette\
...
Next, using text editor (I'm using EmEditor) replace with RegEx ".*\\(.*)\" with "00000010\t00000000 00000000\t\\Music\\\1\t\0" (w/o quotes) - you will get state file music.lst for VP:
Code: Select all
00000010 00000000 00000000 \Music\ABBA D:\Music\ABBA\
00000010 00000000 00000000 \Music\Roxette D:\Music\Roxette\
...
Last step, create folder \Music in VP and use command:
Code: Select all
<load "<path_to_created_state_file>" \
This will add folder links to all your music folders into \Music folder of VP.