INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: tsmoke on September 30, 2009, 12:35:39 pm

Title: From start view to library view
Post by: tsmoke on September 30, 2009, 12:35:39 pm
Is there way to open new tab with the library view when the tree is hidden? When I use MC 14 on  a small screen device and need to see more columns in the library view I hide the tree pane. The problem is that I don know how to open new tab with audio view. When I open new tab it is the start view. I couldn't find anything I can click on start view or menus to go to library view. I have to open tree scroll to audio, clink and hide tree pane again.

There are some internal links on start page (like mediajukebox://ShowHelp/whatever) but nothing about library. I've found some information about customizing the start view, but there is nothing about those mediajukebox:// URIs. O wiki pages I didn't find anything either.
Title: Re: From start view to library view
Post by: tsmoke on September 30, 2009, 01:00:04 pm
I've just found some kind of workaround for my problem.

Following code put in Resource.xml maps Ctrl-Space to audio library view and Shift-space to Playing Now.

Code: [Select]
<!-- Start view workaround -->
<Entry Key="Ctrl;Space" Command="22015" Param="0" TranslateFlags="1" />
<Entry Key="Shift;Space" Command="22003" Param="1" TranslateFlags="1" />

Anyway I look forward to have configurable new tab view.