Changeset 246a4e235ac1c30b79318ffd627e1cfe7d8c1ad6

Show
Ignore:
Timestamp:
17/09/06 21:27:40 (2 years ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1158521260 +0000
git-parent:

[a972b8b70806f4ad57ad7e0026a4a1bf77be29ca]

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

New audioscrobbler/last.fm plugin by Rafaël Carré and Kenneth Ostby.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r586d8f5 r246a4e2  
    1818     - right/ctrl-click menu in video outputs 
    1919     - support for Apple's remote (courtesy Martin Kahr) 
     20 
     21Other plugins: 
     22 * Audioscrobbler / last.fm plugin 
    2023 
    2124Nix Port: 
  • THANKS

    r989ceff r246a4e2  
    9090Julien Blache <jb at technologeek.org> - disc ejection code 
    9191kty0ne - WinAmp 5 skin for VLC 
     92Kenneth Ostby <kenneo -at- idi -dot- ntnu -dot- no> - Audioscrobbler plugin 
    9293Kevin H. Patterson <kevpatt at khptech dot com> - Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com 
    9394K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support 
     
    125126Philippe Van Hecke <philippe at belnet dot be> - SAP header hash patch 
    126127Pierre Marc Dumuid <pierre.dumuid at adelaide dot edu dot au> - Playlist patches 
     128Rafaël Carré <rafael -dot- carre -at- wanadoo -dot- fr> - Audioscrobbler plugin 
    127129Régis Duchesne <regis at via.ecp.fr> - original VLC code 
    128130Remco Poortinga <poortinga at telin.nl> - IPv6 multicast patch 
  • configure.ac

    r1fa9ce8 r246a4e2  
    15501550  ]) 
    15511551 
    1552  
    1553  
     1552dnl 
     1553dnl Audioscrobbler plugin 
     1554dnl 
     1555 
     1556AC_ARG_ENABLE(audioscrobbler, 
     1557  [  --enable-audioscrobbler Last.fm submission plugin (default enabled)]) 
     1558AS_IF([test "${enable_audioscrobbler}" != "no"], [ 
     1559        VLC_ADD_PLUGINS([audioscrobbler]) 
     1560  ]) 
    15541561 
    15551562dnl 
  • modules/misc/Modules.am

    r1fa9ce8 r246a4e2  
    1212SOURCES_svg = svg.c 
    1313SOURCES_profile_parser = profile_parser.c 
     14SOURCES_audioscrobbler = audioscrobbler.c