PDA

View Full Version : New Playlist icon


djh_
2009-03-27, 19:15
I did a search and browsed the SVN, but I still don't know which image file this uses. Anyone?

spiff
2009-03-27, 19:37
http://xbmc.org/trac/browser/branches/linuxport/XBMC/xbmc/FileSystem/VideoDatabaseDirectory.cpp

scroll down to line 207 and on

for music see
http://xbmc.org/trac/browser/branches/linuxport/XBMC/xbmc/FileSystem/MusicDatabaseDirectory.cpp

scroll to line 261

jmarshall
2009-03-27, 23:43
The playlists node are default<type>Playlists.png where <type> is Music or Video

There's also defaultMusicSearch.png and defaultMusicPlugins.png (and defaultVideoPlugins.png) - did I not add these to the online manual?

EDIT: Yes I did: http://xbmc.org/wiki/?title=Thumbnails

Cheers,
Jonathan

djh_
2009-03-27, 23:47
My search skills fail me. Cheers.