In MyMusicNav.xml , search box is not working why?
#16
Edit control works just fine, I tested it. Since button control also doesn't work for you, you must have done something else wrong. Please post your complete MyMusicNav.xml as well as your viewtype(s).
Image
Reply
#17
Code of MyMusicNav.xml:
PHP Code:
<!-- 
When You click on Music it gets opened.In pre-eden version of xbmc Music was known as MusicLibrary
This window can display music in library mode
(egsongs/Artists/Albums)
-->
<
window id="502">
<
onload>Skin.SetString(choice1,"Music")</onload>
    <
defaultcontrol always="true">19</defaultcontrol>
    <
allowoverlay>no</allowoverlay>
    <
views>51,53</views>
    <
controls>

        <
control type="group">
            <!--
panel control to display songs-->
            <include>
ViewVisibleEffect</include>
            <include>
CommonExtra_Info</include>
            <include>
CommonRootView_Info</include> <!-- view id 51 -->
            <include>
ThumbnailView</include> <!-- view id 53 -->
            <include>
ScrollOffsetLabel</include>
        </
control>
        
        <include>
TopControlsPanel</include>

        
        
        <include>
BottomControlsPanel</include>
    </
controls>
</
window
Code of ViewsFileMode.xml: http://pastebin.com/p73ER6Nm
Code of ControlsPanels.xml: http://pastebin.com/fXcUdhE8
Reply
#18
You have to remove/change the visible conditions in your views... that's why you don't get any results.
Image
Reply
#19
Then why am I getting results for Filter when edit control id is 19. I am getting items.
If I need to change the visible conditions what should I write means how to change??

Thank You.
Reply
#20
Ohhaaaa It worked.
`Black Thank You SOoooooooo Much Smile Smile !!

When I limited MyMusicNav.xml to single view it worked but I need it to be in multiple views.
I will try it again with multiple views , may be I will have to ask something again.

Thank You Once again.
Reply
#21
Because filter just filters the current list... search searches your library and displays the results in a new list which doesn't have songs, artists or albums as content. For example in my music list I have itemlayouts for artists, songs & albums and the default layout has !Container.Content(Artists) + !Container.Content(Albums) + !Container.Content(Songs) + !Window.IsVisible(MusicPlaylist) as condition.
Image
Reply

Logout Mark Read Team Forum Stats Members Help
In MyMusicNav.xml , search box is not working why?0