Changeset ade29e262f65904c0b95d2849680efd8d105dd43

Show
Ignore:
Timestamp:
24/09/06 00:45:52 (2 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1159051552 +0000
git-parent:

[b50966f63921408c5b1d264fff699ec6e442565a]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1159051552 +0000
Message:

Add low priority "folder" meta_engine. Will look for files named "Folder.jpg" (Windows), "AlbumArtSmall?.jpg" (Windows) or ".folder.png" (Linux) to use as album art.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r2b7997a rade29e2  
    11671167dnl  VLC_ADD_PLUGINS([externrun]) 
    11681168  VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record]) 
    1169   VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf time marq podcast shout sap fake]) 
     1169  VLC_ADD_PLUGINS([gestures rc telnet hotkeys netsync showintf time marq podcast shout sap fake folder]) 
    11701170  VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) 
    11711171  VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) 
  • modules/meta_engine/Modules.am

    r3b7408f rade29e2  
    11SOURCES_musicbrainz = musicbrainz.c 
    22SOURCES_dummy = dummy.c 
     3SOURCES_folder = folder.c