editing Music Video Library views in PM3.HD
#1
hi guys,

i'm using pm3.hd with the atlantis build. i'm using the music video library mode, and it only has 3 views available:

List
Full List
Thumbnail

none of these allow you to display the 'plot' info that is included in the standard Music Video .nfo file.

how can I edit one of these views to display the 'plot' information?

thanks...
Reply
#2
You can enable the Media Info view for MusicVideos

edit ViewsVideoLibrary.xml and change:

Code:
<include name="MoviesListView">
    <control type="list" id="58">
        <visible>Container.Content(movies)</visible>

to:

Code:
<include name="MoviesListView">
    <control type="list" id="58">
        <visible>Container.Content(movies) | Container.Content(musicvideos)</visible>

next, at the bottom of the file, change:

Code:
<visible>Control.IsVisible(58) + Container.Content(Movies)</visible>

to:

Code:
<visible>Control.IsVisible(58) + [Container.Content(Movies) | Container.Content(musicvideos)]</visible>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
thanks!

i also took a look at your skin in your sig, an i'm switching! it's awesome. i feel like so many people are concerned with cover flow views that no one was working on good list views with fanart.

great work!
Reply

Logout Mark Read Team Forum Stats Members Help
editing Music Video Library views in PM3.HD0