Changeset ade29e262f65904c0b95d2849680efd8d105dd43
- 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
| r2b7997a |
rade29e2 |
|
| 1167 | 1167 | dnl VLC_ADD_PLUGINS([externrun]) |
|---|
| 1168 | 1168 | 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]) |
|---|
| 1170 | 1170 | VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop]) |
|---|
| 1171 | 1171 | VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga]) |
|---|
| r3b7408f |
rade29e2 |
|
| 1 | 1 | SOURCES_musicbrainz = musicbrainz.c |
|---|
| 2 | 2 | SOURCES_dummy = dummy.c |
|---|
| | 3 | SOURCES_folder = folder.c |
|---|