| View previous topic :: View next topic |
| Author |
Message |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
|
| Back to top |
|
 |
radeknews Junior Member

Joined: 27 Oct 2005 Posts: 15 Location: Switzerland
|
Posted: Wed Jan 04, 2012 6:03 am Post subject: |
|
|
Hello,
is this plugin being maintained?
I think I found a small issue in event handling while in quick view:
I try to avoid having to use the mouse - while browsing the temporary panel files in TC quick view - I use tab key to switch between the file list and the plugin view, where I use viewer-specific hotkeys.
Well, it seems, that when I switch back to the file list (again - with the tab key) - the file is being reloaded in the viewer - I feel this is redundant.
Overall, it it's a very useful plugin and it would be pity, if such a solid work would be abandoned... |
|
| Back to top |
|
 |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
Posted: Wed Jan 04, 2012 7:48 am Post subject: |
|
|
radeknews,
I've checked it - you're right, TC really reloads quick view window when you use Tab to return back to filelist (tested with JPG file added to VP). I can't fix it since it is TC issue (FS plugins in TC are passive so don't deal with quick view, TC does it automatically), I think we should report this as a bug. _________________ VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo… |
|
| Back to top |
|
 |
radeknews Junior Member

Joined: 27 Oct 2005 Posts: 15 Location: Switzerland
|
Posted: Wed Jan 04, 2012 9:42 am Post subject: |
|
|
| MVV wrote: | radeknews,
I've checked it - you're right, TC really reloads quick view window when you use Tab to return back to filelist (tested with JPG file added to VP). I can't fix it since it is TC issue (FS plugins in TC are passive so don't deal with quick view, TC does it automatically), I think we should report this as a bug. |
Hi MVV, good hearing from you after such a long silence!
I tested this with the viewer plugins "Imagine" and "IEview" against the old FS plugin "Temporary panel" (TP) and they consistently show that this only happens with the Virtual Panel (VP) and not with TP.
I appreciate the fact, that VP is smartly pointing the viewer to the original file - unlike TP - which is making a temporary copy (like most other FS plugins). Perhaps this makes that difference? |
|
| Back to top |
|
 |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
|
| Back to top |
|
 |
jp_roth Junior Member

Joined: 07 Jul 2011 Posts: 18
|
Posted: Thu Jan 05, 2012 3:04 am Post subject: |
|
|
MW can be often seen here in the boards, helping around
folks, pardon the question, but how do you guys use this plugin? Some specific examples would be nice, tips or tricks
thanks and a happy new year to all |
|
| Back to top |
|
 |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
Posted: Thu Jan 05, 2012 5:32 am Post subject: |
|
|
jp_roth,
Many users use it in different ways. Just try it. Some are:
1. A bunch of temporary folders (initial purpose).
2. Libraries (special folders with scripts that collect mmedia files from multiple physical folders together). You may create M3U-compatible playlists.
3. Another place for frequently used links to programs or documents.
4. Place for links to frequently used folders (a-la junctions). _________________ VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo… |
|
| Back to top |
|
 |
radeknews Junior Member

Joined: 27 Oct 2005 Posts: 15 Location: Switzerland
|
Posted: Thu Jan 05, 2012 5:46 am Post subject: |
|
|
| jp_roth wrote: | pardon the question, but how do you guys use this plugin? Some specific examples would be nice, tips or tricks
|
Did you read the readme and this forum thread? - Both bring ideas and some solutions too. If you have and still can't think of an interesting application - then it's probably not for you. If you have ideas and are looking for a solution - post it it here. |
|
| Back to top |
|
 |
sekular Junior Member

Joined: 02 Jul 2009 Posts: 89
|
Posted: Sun Jan 15, 2012 9:53 am Post subject: |
|
|
An idea would be to make a right click context menu and create virtual panel dialog window. Where you can select multiple locations from a browse folder dialog. I have just started using it and I find it quite tricky.
I created a virtual panel with the add command it works, but I was unable to figure out how to add multiple locations to the same virtual panel. When I used the del command nothing happened and when I tried to delete it, it wanted to delete the physical folders.
What is the command to add multiple locations, >add "test" "c:\test" "d:\test" ? |
|
| Back to top |
|
 |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
Posted: Sun Jan 15, 2012 10:13 am Post subject: |
|
|
sekular, right click menus are not supported by FS plugins in TC.
| Quote: | | What is the command to add multiple locations, >add "test" "c:\test" "d:\test" ? |
Just read examples:
| Readme wrote: | Example of command that creates >Refresh script file that will load video files from some physical folders into current virtual folder:
<add >Refresh { <silent <del *.avi <put . "D:\Video\*.avi" <put /l . "E:\Video\*.lst" }
|
So, you need to specify multiple <put commands to join contents of multiple folders (you may specify file mask for each one).
You simply need to execute this from command line, it will create script file named >Refresh. Then you need to set such script name as autoupdate script name in VP options. _________________ VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo… |
|
| Back to top |
|
 |
sekular Junior Member

Joined: 02 Jul 2009 Posts: 89
|
Posted: Sun Jan 15, 2012 10:57 am Post subject: |
|
|
I don't want to load files into a virtual folder.
I just want one virtual folder to have the contents of several folders in different locations. Is that possible?
I tried using the script from the example but I can not get it too work. |
|
| Back to top |
|
 |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
Posted: Sun Jan 15, 2012 12:52 pm Post subject: |
|
|
Autoupdate script is almost what you need. Every time you enter the folder, VP will update its contents using script - any virtual folders that show mixed contents work in similar way. So you will see contents from several folders joined together.
Or course it is recommended to use flag /a for <put command to auto-rename files with same names.
After you create script you may test it: execute it and reread panel. If it works as expected, mark it as read-only (for delete protection) and enable autoupdate scripts in options. _________________ VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo… |
|
| Back to top |
|
 |
billiebub Member

Joined: 12 Apr 2011 Posts: 122
|
Posted: Thu Jan 26, 2012 9:11 am Post subject: |
|
|
| Mr MVV, any reason why modifiers like %P%N do not work with virtual panel? I'm using an external file comparison tool that uses %P%N as input and it does not work if the files are in VP. |
|
| Back to top |
|
 |
MVV Power Member


Joined: 03 Aug 2008 Posts: 4532 Location: Russian Federation
|
|
| Back to top |
|
 |
billiebub Member

Joined: 12 Apr 2011 Posts: 122
|
Posted: Thu Jan 26, 2012 10:41 am Post subject: |
|
|
| Yes it does work with %N but not %P. But in the case of multiple files, this is where %S comes in which does not seem to work. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|