trdlo / client175

Automatically exported from code.google.com/p/client175
GNU General Public License v3.0
0 stars 0 forks source link

Making titles only in the playlis to default? #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

Thanks for the reply. Is it possible to make client175 to start with just 
titles only and no coverart? Thank you sir.

Regards,
Andrew

Original issue reported on code.google.com by Andyph...@gmail.com on 1 Nov 2010 at 10:43

GoogleCodeExporter commented 8 years ago
I will add in this option, but for now you can change this by editing 
/static/main.js and change lines 23 to 30 from this:

        sidebarItems.push({
            xtype: 'playlist_sidebar',
            //playlistStyle: 'titles',
            //playlistStyle: '3line',
            //playlistStyle: 'albums',
            playlistStyle: 'albumcovers',
            iconCls: 'icon-playlist',
        })

to this:

        sidebarItems.push({
            xtype: 'playlist_sidebar',
            playlistStyle: 'titles',
            iconCls: 'icon-playlist',
        })

Original comment by cseic...@gmail.com on 1 Nov 2010 at 10:45

GoogleCodeExporter commented 8 years ago
The latest release (0.4) will remember your last choice between sessions.

Original comment by cseic...@gmail.com on 20 Nov 2010 at 6:05