Created
February 28, 2011 20:31
-
-
Save aboettger/847974 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/layouts/vastone_glc.layout b/layouts/vastone_glc.layout | |
index bf1fc4f..527bc7b 100644 | |
--- a/layouts/vastone_glc.layout | |
+++ b/layouts/vastone_glc.layout | |
@@ -1,7 +1,7 @@ | |
[VastOne GLC] | |
Type=G+ | |
Title = Gmusicbrowser playing %S by %a | |
-= Window(size=1120x820) FilterPane0(page=genre) FilterPane1(page=artist) FilterPane2(page=album,albumpsize=32,albuminfo=1) QueueList(cols=titleaa length) VPRight(size=230-353) | |
+= Window(size=1120x820) FilterPane0(page=genre) FilterPane1(page=artist) FilterPane2(page=album,albumpsize=32,albuminfo=1) QueueList(cols=titleaa length) VPRight(size=230-353) | |
MBmenu = MainMenuItem LayoutItem PSortItem PFilterItem QueueItem SMView | |
SMView = (label=_"View") MenuItem0(togglewidget=HPfp0,label=_"Categories pane") MenuItem1(togglewidget=FilterPane0,label=_"Genres pane") MenuItem2(togglewidget=FilterPane2,label=_"Album pane") MenuItem3(togglewidget=FilterPane1,label=_"Artist pane") MenuItem4(togglewidget=NBLists,label=_"Left pane") MenuItem5(togglewidget=QueueList,label=_"Queue") MenuItem6(togglewidget=VBSongList,label=_"Playlist") | |
HBTitle = Filler0 _Title -Stars | |
@@ -11,17 +11,20 @@ VBmain = HBupper 5_HPBottom | |
# HBmain = _VBmain 2Filler1 -Cover | |
HSize0 = Filler0 LockArtist LockAlbum Sort | |
# VBSongs = _SongList2(mode=playlist, group=1) | |
-VBleft2 = HBmenu HBleft HBTime | |
+VBleft2 = HBmenu HBleft HBTime | |
HBTime = 7Prev 7Play 7Next PlayingTime(markup="%s",initsize="XX:XX",xalign=0) _TimeSlider(direct_mode=1) 3-Length(markup="$length",initsize="XX:XX",xalign=1) | |
-VBText = 4HBTitle 2HBArtist 2HBAlbum | |
+VBText = 4HBTitle 2HBArtist 2HBAlbum | |
HBleft = _1_VBText | |
HBmenu = MBmenu -Quit(size=menu) 5Sort 5Filter 5Queue 5Pos ExtraButtons -Button2(click1="RunPerlCode(::IdleCheck)",stock=gtk-refresh,size=button,minwidth=34,maxwidth=34,tip=_"check now") \ | |
-Button3(click1="RunPerlCode(::IdleScan)",stock=gtk-zoom-in,size=button,minwidth=34,maxwidth=34,tip=_"scan now") | |
-VBLeft = VBplayer _NBLists | |
- NBLists = SongTree(tabtitle=_"Artist/Album Playing",activate=queueinsert, activate2=addplay, songypad=1, group=Play:artist) \ | |
-Context(tabtitle=_"Context") \ | |
+VBLeft = VBplayer _FRLists | |
+ | |
+ FRLists = NBLists | |
+ | |
+ NBLists = SongTree(tabtitle=_"Artist/Album Playing",activate=queueinsert, activate2=addplay, songypad=1, group=Play:artist) \ | |
+Context(tabtitle=_"Context") \ | |
VBartist \ | |
VBalbum \ | |
SongSearch(tabtitle=_"Song",activate=queueinsert) | |
@@ -33,13 +36,16 @@ HPfp0 = FilterPane0(nb=1,hidebb=1) HPfp1 | |
HBSongList = SimpleSearch(maxwidth=360) -Total | |
VBSongList = HBSongList _SongTree1(activate=queueinsert,activate2=addplay,songypad=1) | |
NBList2 = VPRight \ | |
-VBQueue | |
+VBQueue | |
VPRight = (tabtitle=_"Library ") HPfp0 _VBSongList | |
VBQueue = (tabtitle=_"Queue ") HBQueueButtons _QueueList(group=1) Total2(group=1) | |
HBQueueButtons = EditListButtons(group=1,small=1) 4QueueActions | |
-# HBSearch = SimpleSearch2(maxwidth=150) Total2 | |
+# HBSearch = SimpleSearch2(maxwidth=150) Total2 | |
HBupper = _VBleft2 -Cover | |
-HPBottom = VBLeft _NBList2 | |
+HPBottom = VBLeft _FRList2 | |
+ | |
+ FRList2 = NBList2 | |
# VBmain2 = HBmain 3Filler2 | |
VolumeScroll = HBupper | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment