Page 1 of 1

Re: How do you combine the contents of 2 folders into 1 list

Posted: Sun Aug 21, 2011 5:17 am
by Eugene
Media resources folders: M:\Media1, M:\Media2

Select the folder Collections - right click - "Add folder"
Title: Media1 + Media2
Type: Dynamic (script), click "Script"
Expression:

Code: Select all

begin
  WmsDatabaseLinkFolder(WmsFindMediaFolder(mfVideoWatchFoldersItemID, 'Media1').ItemID, FolderItem.ItemID);
  WmsDatabaseLinkFolder(WmsFindMediaFolder(mfVideoWatchFoldersItemID, 'Media2').ItemID, FolderItem.ItemID)
end.

Re: How do you combine the contents of 2 folders into 1 list

Posted: Mon Aug 22, 2011 6:14 am
by S@gittarius
ltldevl wrote:
Eugene wrote:Media resources folders: M:\Media1, M:\Media2

Select the folder Collections - right click - "Add folder"
Title: Media1 + Media2
Type: Dynamic (script), click "Script"
Expression:

Code: Select all

begin
  WmsDatabaseLinkFolder(WmsFindMediaFolder(mfVideoWatchFoldersItemID, 'Media1').ItemID, FolderItem.ItemID);
  WmsDatabaseLinkFolder(WmsFindMediaFolder(mfVideoWatchFoldersItemID, 'Media2').ItemID, FolderItem.ItemID)
end.
When I right click after selecting all the contents, I don't get an options with the name "Add folder".
Hi there,
Probably you missed the word "Collections" where you have to right click on.
Regards