1
2#type P layouts : pages that can be added to a TabbedLists
3[same_title]
4Type= P
5Name= _"Same title"
6VBmain = _SongTree(group=Play:title)
7Icon=gmb-song
8Title= _"Title"
9
10[same_album]
11Type= P
12Name= _"Same album"
13VBmain = _SongTree(group=Play:album)
14Icon=gmb-album
15Title= _"Album"
16
17[same_artist]
18Type= P
19Name= _"Same artist"
20VBmain = _SongTree(group=Play:first_artist)
21Icon=gmb-artist
22Title= _"Artist"
23
24[same_year]
25Type= P
26Name= _"Same year"
27VBmain = _SongTree(group=Play:year)
28Title= _"Year"
29
30[search_page]
31Type= P
32Name= _"Search"
33VBmain	 = HBSearch _SongList(group=search)
34 HBSearch= _SimpleSearch(group=search)
35Icon=gtk-find
36
37[song_info]
38Type= P
39Name= _"Song informations"
40Title= _"Info"
41VBmain=  _SongInfo
42Icon= gtk-info
43
44