On Thu, 03 Dec 2009 00:33:26 +0900, Joey Hess <jo...@debian.org> wrote:

% mpstore
Can't call method "seconds_sofar" on an undefined value at /usr/bin/mpstore line 187, 
<GEN0> line 135.
%

I ran into and fixed this the other day, when mpd had a stream in the
playlist. Can you confirm you had a stream in?


No streams in my current playlist, all are local audio files:

 % mpc playlist
1) Weather Report - Port Of Entry (Live)
 2) Weather Report - Dara Factor Two
 3) Weather Report - Procession
 4) Weather Report - Plaza Real
 5) Weather Report - The Well
 6) Weather Report - D-Flat Waltz
 7) Weather Report - Domino Theory
 8) Weather Report - Predator
 9) Weather Report - Face On The Barroom Floor
 10) Weather Report - Indiscretions
 11) Weather Report - 125th Street Congress (DJ Logic Remix)
 %

my mpd configuration:

 % grep -Ev '^#|^$' /etc/mpd.conf
music_directory         "/var/lib/mpd/music"
playlist_directory              "/var/lib/mpd/playlists"
db_file                 "/var/lib/mpd/tag_cache"
log_file                        "/var/log/mpd/mpd.log"
pid_file                        "/var/run/mpd/pid"
state_file                      "/var/lib/mpd/state"
user                            "mpd"
bind_to_address         "localhost"
input {
        plugin "curl"
}
audio_output {
        type            "alsa"
        name            "My ALSA Device"
        device          "hw:0,0"      # optional
        format          "44100:16:2"  # optional
        mixer_device    "default"     # optional
        mixer_control   "PCM"         # optional
        mixer_index     "0"           # optional
}
filesystem_charset              "UTF-8"
id3v1_encoding                  "UTF-8"


 % grep -Ev '^#|^$' /etc/default/mpd
START_MPD=true

--
sakuma



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to