View Full Version : New Playlist icon
I did a search and browsed the SVN, but I still don't know which image file this uses. Anyone?
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
My search skills fail me. Cheers.