XMMS Users » Discussions

CD Submission

 
  • CD Submission

    My XMMS plugin doens't seem to submit anythign I play from a CD but it submits from MP3 fine. Is this normal or have I setup the plugin wrong somehow (There don't seem to actually be any setup options that I can find)
    We apologise for the break in transmission, normal service will be resumed shortly.
  • Must be normal, happens here.
    • Simbul said...
    • User
    • 31 Aug 2005, 14:49
    Can we hope in a future release of the plugin that will allow CD submission?
    It's kind of disappointing being limited to mp3 only, especially since Win users seem to be able to submit their CD tracks easily... ;)
  • The XMMS plugin does submit CD tracks, but seems to be confused when there are two CD/DVD drives. When I played a CD from /dev/hdc, the plugin tried to read track info from /dev/hdd and when I played a CD from /dev/hdd, the plugin tried to read track info from /dev/hdc.

    To "solve" that you should make sure that XMMS knows about only CD drive: make sure that there is only one device declared for the input plugin "AudioCD Player" (libcdaudio.so).
    • mvortex said...
    • User
    • 18 Oct 2006, 21:55

    Can't scrobble Audio CDs !!

    This thread save me a lot of time?
    Hope in the next release XMMS can scrobble cd tracks.
    • fr0do said...
    • Subscriber
    • 4 Mar 2007, 21:19
    If you want working cd submission I suggest trying audacious - http://audacious-media-player.org. audioscrobbler plugin is built-in and works!
  • It's on my list of things to investigate (sorry, I've been taking a break for "a bit" and Pipian appears to have currently disappeared!) should be working on this over the next few weeks so feel free to bug me!

    Cheers,
    Brett Parker
    • olzaque said...
    • User
    • 17 May 2007, 10:05

    CD submission with multiple drives

    Hi,

    problem is following code in lines 413-414 in xmms_scrobbler.c:

    for(i = 0; direxists == TRUE
    && strcmp(dirname, fname) == 0;)

    Change
    && strcmp(dirname, fname) == 0;)
    to
    && strcmp(dirname, fname) != 0;)


    It fixed CD submission problem with multiple drives with xmms-scrobbler-0.3.8.1. It seem it is not fixed in 0.4.0 either...

    Check also that you have CD-drives configured in CDDA plugin.
Anonymous users may not post messages. Please log in or create an account to post in the forums.