Last.FM | Scrobbler support?

Feature requests for VLC.
arkanoiz
Blank Cone
Blank Cone
Posts: 13
Joined: 02 Sep 2008 13:25

Re: Last.FM | Scrobbler support?

Postby arkanoiz » 19 Oct 2008 03:26

I am guessing all cddb/gracenote enabled programs can sniff enough information if they are commercial CDs. Like Winamp.
:cry: I HATE Winamp #_#
thanks though

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Last.FM | Scrobbler support?

Postby Jean-Baptiste Kempf » 19 Oct 2008 17:05

VLC has CDDB, but not on Windows.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

arkanoiz
Blank Cone
Blank Cone
Posts: 13
Joined: 02 Sep 2008 13:25

Re: Last.FM | Scrobbler support?

Postby arkanoiz » 19 Oct 2008 23:43

:evil:

MacL3an
New Cone
New Cone
Posts: 2
Joined: 14 Sep 2008 15:48

Re: Last.FM | Scrobbler support?

Postby MacL3an » 27 Oct 2008 14:44

Uh, every track is being submitted twice. I was using 0.9.3, but I just updated to 0.9.4 and the issue is still occurring. OSX 10.4.11

Help?

Code: Select all

audioscrobbler debug: Submission successful! audioscrobbler debug: Submission successful!
Same problem here! This is the info I found in about:
Version 0.9.0 Grishenko (Intel)
Compiled by buildbot, based on Git commit 8501f0553a

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Last.FM | Scrobbler support?

Postby Jean-Baptiste Kempf » 28 Oct 2008 00:20

This works correctly on WIndows... Weird...

Fill a bug with details messages.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

conortodd
New Cone
New Cone
Posts: 1
Joined: 03 Nov 2008 01:19

Re: Last.FM | Scrobbler support?

Postby conortodd » 03 Nov 2008 01:28

I'm running 0.9.5 Grishenko (Intel build) under OSX 10.5 on dual quad Xeon with a bumload of RAM. I see only one audioscrobbler log line in the messages output (with log-level=3): 'audioscrobbler: Meta data registered'. I'm playing a long mp3 (~97min), and even after 8 minutes I still don't see anything being sent to last.fm.

What's up?

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Last.FM | Scrobbler support?

Postby Arite » 03 Nov 2008 01:36

VLC should submit to Last.fm when the song ends/is stopped, like an Audioscrobbler 1.2 protocol compliant scrobbler would (only thing that is missing is the "Now playing" part AFAIK). The older 1.1 protocol just submitted, for a song >30 seconds, once it could be - either after 50% of the song or 4 mins in/4 mins of playback time (whichever came first).

Arite.
Don't use PMs for support questions.

pigsonthewing
New Cone
New Cone
Posts: 2
Joined: 21 Dec 2008 13:15

Re: Last.FM | Scrobbler support?

Postby pigsonthewing » 21 Dec 2008 14:32

VLC has CDDB, but not on Windows.
Is that still the case? Why is that? Is there an alternative, or a plan to change that?

I've just started to use VLC as my primary CD player on a WinXP machine, and lack of such a service is a major blocker, for me.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Last.FM | Scrobbler support?

Postby VLC_help » 21 Dec 2008 16:33

Is that still the case? Why is that? Is there an alternative, or a plan to change that?
I built nightlies yesterday and no CDDB support. I think it is a compilation issue because I can't figure out any other reason why wouldn't it work. And AFAIK nobody is working on this (number of full time Windows devs is zero).

fkuehne
Developer
Developer
Posts: 7264
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Last.FM | Scrobbler support?

Postby fkuehne » 02 Jan 2009 17:52

number of full time Windows devs is zero
and so is the number of part-time devs.. ;)
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

Rizzelet
New Cone
New Cone
Posts: 1
Joined: 23 May 2009 12:21

Re: Last.FM | Scrobbler support?

Postby Rizzelet » 23 May 2009 12:28

Does anyone know at which point the VLC scrobbler submits your track to Last.fm?

In the scrobbler application that goes along with WMP and WinAmp you have the choice at what percentage duration the song will be scrobbled. It'd be cool to have that same option built into the VLC player. Obviously you can't change it at the moment but does anyone know what the default duration is; whether it's a percentage or certain amount of time? I attempted to test it out myself, but only was able to conclude that it scrobbles the song before the track is completely finished.

Thanks

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Last.FM | Scrobbler support?

Postby Arite » 23 May 2009 22:43

Since VLC complies with the Audioscrobbler 1.2 protocol (as should all other scrobblers), it will submit a track (which is >30 seconds and has artist and title metadata) after either 50% has been played, or after 4 mins in (whichever comes first).

The actual submission is done when the track finishes/is stopped though AFAIK.

The source code (at line 590):
http://git.videolan.org/?p=vlc.git;a=bl ... =HEAD#l590

Arite.
Don't use PMs for support questions.


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 14 guests