The original MPD server starts at 1. upmpdcli has issues with Mopidy starting at 0 instead, as 0 is special in its context. As noone should care exactly what core's TLIDs are, I opted to start counting both core TLID and MPD songid from 1, instead of just increasing TLID with 1 in the MPD frontend to get a valid songid. This also keeps it easier to debug across the MPD/core boundary. |
||
|---|---|---|
| .. | ||
| protocol | ||
| __init__.py | ||
| test_commands.py | ||
| test_dispatcher.py | ||
| test_exceptions.py | ||
| test_status.py | ||
| test_tokenizer.py | ||
| test_translator.py | ||