XMMS Users » Discussões

CD Submission

 
    • dominoid disse...
    • Usuário
    • Abr 21 2005, 11h43

    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 disse...
    • Usuário
    • Ago 31 2005, 14h49
    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 disse...
    • Usuário
    • Out 18 2006, 21h55

    Can't scrobble Audio CDs !!

    This thread save me a lot of time?
    Hope in the next release XMMS can scrobble cd tracks.

    • disse...
    • Usuário
    • Mar 4 2007, 21h19
    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 disse...
    • Usuário
    • Mai 17 2007, 10h05

    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.

Usuários anônimos não podem postar mensagens. É preciso fazer login ou criar uma conta para postar nos fóruns.