Commit 246a4e23 authored by Antoine Cellerier's avatar Antoine Cellerier

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

parent a972b8b7
...@@ -18,6 +18,9 @@ Interfaces: ...@@ -18,6 +18,9 @@ Interfaces:
- right/ctrl-click menu in video outputs - right/ctrl-click menu in video outputs
- support for Apple's remote (courtesy Martin Kahr) - support for Apple's remote (courtesy Martin Kahr)
Other plugins:
* Audioscrobbler / last.fm plugin
Nix Port: Nix Port:
* Notification plugin. * Notification plugin.
......
...@@ -89,6 +89,7 @@ John Paul Lorenti <jpl31 at columbia.edu> - ALSA device selection patch ...@@ -89,6 +89,7 @@ John Paul Lorenti <jpl31 at columbia.edu> - ALSA device selection patch
Jonas Larsen <jonas at vrt.dk> - Danish translation Jonas Larsen <jonas at vrt.dk> - Danish translation
Julien Blache <jb at technologeek.org> - disc ejection code Julien Blache <jb at technologeek.org> - disc ejection code
kty0ne - WinAmp 5 skin for VLC kty0ne - WinAmp 5 skin for VLC
Kenneth Ostby <kenneo -at- idi -dot- ntnu -dot- no> - Audioscrobbler plugin
Kevin H. Patterson <kevpatt at khptech dot com> - Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com Kevin H. Patterson <kevpatt at khptech dot com> - Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com
K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support K. Staring <qdk at quickdekay dot net> - RTSP rewind and fast-forward support
Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization Laurent Jonqueres <laurent_jonqueres at yahoo.fr> - Occitan localization
...@@ -124,6 +125,7 @@ Pavlov Konstantin “thresh” - several Linux build system fixes ...@@ -124,6 +125,7 @@ Pavlov Konstantin “thresh” - several Linux build system fixes
Petr Vacek - FTP cleartext authentication Petr Vacek - FTP cleartext authentication
Philippe Van Hecke <philippe at belnet dot be> - SAP header hash patch Philippe Van Hecke <philippe at belnet dot be> - SAP header hash patch
Pierre Marc Dumuid <pierre.dumuid at adelaide dot edu dot au> - Playlist patches Pierre Marc Dumuid <pierre.dumuid at adelaide dot edu dot au> - Playlist patches
Rafaël Carré <rafael -dot- carre -at- wanadoo -dot- fr> - Audioscrobbler plugin
Régis Duchesne <regis at via.ecp.fr> - original VLC code Régis Duchesne <regis at via.ecp.fr> - original VLC code
Remco Poortinga <poortinga at telin.nl> - IPv6 multicast patch Remco Poortinga <poortinga at telin.nl> - IPv6 multicast patch
Rene Gollent <rgollent at u.arizona.edu> - BeOS interface fix Rene Gollent <rgollent at u.arizona.edu> - BeOS interface fix
......
...@@ -1549,8 +1549,15 @@ AS_IF([test "${enable_notify}" != "no"], [ ...@@ -1549,8 +1549,15 @@ AS_IF([test "${enable_notify}" != "no"], [
]) ])
]) ])
dnl
dnl Audioscrobbler plugin
dnl
AC_ARG_ENABLE(audioscrobbler,
[ --enable-audioscrobbler Last.fm submission plugin (default enabled)])
AS_IF([test "${enable_audioscrobbler}" != "no"], [
VLC_ADD_PLUGINS([audioscrobbler])
])
dnl dnl
dnl Input plugins dnl Input plugins
......
...@@ -11,3 +11,4 @@ SOURCES_vod_rtsp = rtsp.c ...@@ -11,3 +11,4 @@ SOURCES_vod_rtsp = rtsp.c
SOURCES_gnutls = gnutls.c SOURCES_gnutls = gnutls.c
SOURCES_svg = svg.c SOURCES_svg = svg.c
SOURCES_profile_parser = profile_parser.c SOURCES_profile_parser = profile_parser.c
SOURCES_audioscrobbler = audioscrobbler.c
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment