Skip to content

MPDClient.playid() not working #125

Open
@JoergZ2

Description

@JoergZ2

I try to call a song from playlist by using the function MPDClient.playid() but it throws an error:
File "/usr/local/lib/python3.8/dist-packages/mpd/base.py", line 527, in _read_line raise CommandError(error) mpd.base.CommandError: [50@0] {} No such song
The number of playid is valid (int and in range)! Function MPDClientplay() works well but for that I've to calculate user input minus 1 because play... counts from 0 an playid should count from 1. Am I missunderstanding playid() or isn't playid() not implemented correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions