Page 1 of 1
Directory / Folder structure
Posted: Sun May 16, 2010 3:56 am
by JDizzy
I see you can add folders to the Structure of Media Resource
Once you add the folder, how do you add media to it? (the new folder does not show in Movie folders section on left side screen and only in right clicking Structure of Media Resources can you see it but can't add media).... or, how do you add movie collections or folders to the new added folder and have it show on left side of screen with other folders?
For Resource Structure, now it has:
Movies
Music
Photo (hide)
Service (hide)
My Computer (hide)
I would like to add 'TV Series' to this menu and be able to click and have
subfolders of different series, and in these subfolders have episodes.
So top menu has only:
Movies (submenus = All Movies, Genre)
Music (submenus = All Music, Genre, Playlists)
TV Series (no submenu, only TV Series folders with episodes)
Thanks!
Re: Directory / Folder structure
Posted: Sun May 16, 2010 4:19 am
by Eugene
JDizzy wrote:I see you can add folders to the Structure of Media Resource
Once you add the folder, how do you add media to it? (the new folder does not show in Movie folders section and only
in right clicking Structure of Media Resources can you see it).... or, how do you add movie collections or folders to the new added folder?
For Resource Structure, now it has:
Movies
Music
Photo (hide)
Service (hide)
My Computer (hide)
I would like to add 'TV Series' to this menu and be able to click and have
subfolders of different series, and in these subfolders have episodes.
So top menu has only:
Movies (submenus = All Movies, Genre)
Music (submenus = All Music, Genre, Playlists)
TV Series (no submenu, only TV Series folders with episodes)
Similar topic
http://www.wildmediaserver.com/forum/vi ... ?f=3&t=335
Re: Directory / Folder structure
Posted: Sun May 16, 2010 4:31 am
by JDizzy
YES!
This is exactly what I want.... less navigation!
On the right mouse button in the folder tree - Structure of media resources - On the right mouse button - Add folder - TV Shows - Type - Dynamic (script) -
button Script - Expression<< --what is this?
I added script, close, close, renew.... now what? (I also changed name in script to 'TV Series' because this is what I
named new folder..... after I renew, I see no changes?!
How can I add collections to this TV Series folder?
Sorry
Re: Directory / Folder structure
Posted: Sun May 16, 2010 5:01 am
by Eugene
JDizzy wrote:On the right mouse button in the folder tree - Structure of media resources - On the right mouse button - Add folder - TV Shows - Type - Dynamic (script) -
button Script - Expression << --what is this?
I added script, close, close, renew.... now what? (I also changed name in script to 'TV Series' because this is what I
named new folder..... after I renew, I see no changes?!
So, in addition to script, I add to 'TV Series' in Structure of Media Resources, then it will show
and allow me to add collections?
Sorry
1. Check a field "Path" in new folder "TV Series", it should be "TV Series".
2. Make sure in folder Collections exists old folder "TV Series".
3. Click Renew
4. On right click mouse "Structure of media resources" expand folder "TV Series"
Re: Directory / Folder structure
Posted: Sun May 16, 2010 5:24 am
by JDizzy
2. Make sure in folder Collections exists old folder "TV Series"
Everything looks good, but when right click on new folder in Structure of Media Resources, folder does not expand (empty).
My folder structure on left side folder area is:
Media / Videos /
TV Series / Collection 1, Collection 2....
(so, TV Series is 3 levels down)
If I can get this to work...fantastic!
[EDIT]
I also went to
old TV Series folder and added Path 'TV Series'.
Now new folder expands!!
Re: Directory / Folder structure
Posted: Sun May 16, 2010 5:37 am
by Eugene
JDizzy wrote:2. Make sure in folder Collections exists old folder "TV Series"
Everything looks good, but when right click on new folder in Structure of Media Resources, folder does not expand (empty).
My folder structure on left side folder area is:
Video / Videos /
TV Series / Collection 1, Collection 2....
(so, TV Series is 3 levels down)
If I can get this to work...fantastic!
If "TV Series" is renamed Collections, then a script
Code: Select all
begin
WmsDatabaseLinkFolder(mfVideoCollectionsItemID, FolderItem.ItemID)
end.