gmusicbrowser Forum

Main board => Customization => Topic started by: aboettger on November 16, 2009, 15:42:17

Title: Layout - iTunes++
Post by: aboettger on November 16, 2009, 15:42:17
Here is a layout inspired by iTunes and the layout by maryan : itunesplus

Click http://fav.me/d35rw2z for a screenshot

[itunes++]

   ### based on itunes-like-plus

   ####General
   Type = G
   Default = Window size=1120x820 VPfp_list 120 HPfp0 300 VPfp_list 200_550

   VSize1 = 90 HBHeader
   HSize1 = HBRight
   HSize2 = LockArtist LockAlbum

   ### main layout with notebook tabs
   VBmain = MBmenu HBupper _TBupper
       MBmenu = MainMenuItem PSortItem PFilterItem QueueItem
       HBupper = _VBupper -HBRight
           VBupper = _HBHeader
               HBHeader = HBButtons _20ABInfo
                   HBButtons = Prev Play(side=button) Next
                   ABInfo = FRInfo(shadow=etched-out)
                       FRInfo = VBInfo
                           VBInfo = HBSongInfo HBScale
                               HBSongInfo = _VBSongInfo
                                   VBSongInfo = _HBTitle _HBArtist _HBAlbum
                                       HBTitle = _Title -Stars
                                       HBArtist = LockArtist _Artist
                                       HBAlbum = LockAlbum _Album -Date
                               HBScale = _Scale LabelTime -Length
           HBRight = 20VB_search
               VB_search = SimpleSearch 15_VolSlider(horizontal=1, hide=0) _Filler
       TBupper = _"Library" HPfp_list_src _"Queue" VBQueueList _"Context" Context

   ## Notebook with 3 tabs
   VBQueueList = 3_QueueList(activate=playlist) HBQueueAct
   HBQueueAct = EditListButtons 10QueueActions

   HPfp_list_src = VPfilter_cover_artist_progress _VPfp_list
   VPfp_list = HPfp0 _VBlist

   VPfilter_cover_artist_progress = _FilterPane3(nb=1,hide=0) _VP_cover_artist

   VP_cover_artist = _Cover

   VBlist = HBstatus _SongTree VProgress
   HBstatus = Sort(button=1) Filter(button=1) Refresh ResetFilter PlayFilter QueueFilter -Total
#    MBlist = HistItem LSortItem PlayItem
   HPfp0 = _FilterPane0(nb=2,hide=1,pages=genre) HPfp1
   HPfp1 = FilterPane1(nb=3,hide=1,pages=artist) FilterPane2(nb=4,hide=1,pages=album)

   VolumeScroll = HBupper

   [CoverPopup]
   VBmain = Cover(minsize=300,maxsize=300,click1=CloseWindow)

   [ArtistPopup]
   VBmain = ArtistPic(minsize=300,maxsize=300,click1=CloseWindow)
Title: Re:iTunes++
Post by: aboettger on February 15, 2010, 20:42:04
A new version with a progress bar at the bottom.
Title: Re:iTunes++
Post by: aboettger on February 21, 2010, 12:01:39
New version with a fullscreen button on the right side.
Title: Re : iTunes++
Post by: mgrubert on December 10, 2010, 18:20:07
Hey, I love your skin, but there are some problems with it here with song name, artist name, album name.
Take a look :
(http://perpendiculaires.free.fr/documents/problem.png)
Title: Re:iTunes++
Post by: aboettger on December 27, 2010, 14:13:31
Here is the problem:
VSize1 = 47 HBHeader

This may be better:
VSize1 = 100 HBHeader
Title: Re:iTunes++
Post by: aboettger on December 27, 2010, 16:15:02
new version added
Title: Re : iTunes++
Post by: mgrubert on January 11, 2011, 19:34:50
Very nice. Thx !
Title: Re:iTunes++
Post by: VastOne on February 01, 2011, 08:54:00
Quote from: aboettger on December 27, 2010, 16:15:02
new version added

Where?
Title: Re:iTunes++
Post by: aboettger on February 01, 2011, 10:16:34
In my Git repository in the development branch
https://github.com/aboettger/gmusicbrowser/tree/development
Title: Re: iTunes++
Post by: VastOne on February 01, 2011, 21:17:09
Thanks!