mopidy/mopidy
Stein Magnus Jodal 22264071e4 core, mpd: Start tlid/songid counting at 1
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.
2015-09-24 22:35:59 +02:00
..
audio Merge branch 'release-1.1' into develop 2015-09-14 10:36:34 +02:00
config Merge remote-tracking branch 'upstream/develop' into feature/843-core-config-for-data-config-cache-dirs 2015-07-25 15:41:15 +02:00
core core, mpd: Start tlid/songid counting at 1 2015-09-24 22:35:59 +02:00
file file: Allow lookup() of any file URI 2015-09-01 22:56:15 +02:00
http zeroconf: Make stype argument required 2015-09-15 11:25:54 +02:00
internal http: Steal download helper from Stream extension 2015-09-13 11:56:16 +02:00
local Merge branch 'release-1.1' into develop 2015-09-04 10:20:59 +02:00
m3u ext: Make get_{cache,config,data}_dir() class methods 2015-09-04 10:20:04 +02:00
models models: Add Artist.sortname to init docstring 2015-08-09 22:42:36 +02:00
mpd zeroconf: Make stype argument required 2015-09-15 11:25:54 +02:00
softwaremixer softwaremixer: Remove comment 2015-02-12 23:52:56 +01:00
stream stream: Abort unwrap if visiting same URI twice 2015-09-14 10:12:31 +02:00
__init__.py Bump version to 1.1.1 2015-09-14 10:26:31 +02:00
__main__.py main: Remove warnings if old settings dirs and files exists 2015-08-23 17:33:51 +02:00
backend.py listener: Kill off mopidy.listener.send_async 2015-09-03 22:50:40 +02:00
commands.py startup: Handle frontend and backend failures 2015-05-12 23:55:09 +02:00
compat.py py3: Use itervalues() for local track database 2014-12-07 21:44:39 +01:00
exceptions.py exception: Fix typo in new CoreErrors 2015-07-20 16:45:14 +02:00
ext.py ext: Make get_{cache,config,data}_dir() class methods 2015-09-04 10:20:04 +02:00
httpclient.py docs: Add versionadded to httpclient functions 2015-07-05 18:14:34 +02:00
listener.py listener: Kill off mopidy.listener.send_async 2015-09-03 22:50:40 +02:00
mixer.py listener: Kill off mopidy.listener.send_async 2015-09-03 22:50:40 +02:00
zeroconf.py zeroconf: Display Avahi server's hostname 2015-09-15 11:25:54 +02:00