Commit Graph

503 Commits

Author SHA1 Message Date
Stein Magnus Jodal
8aeb9841c5 mpd: Final cleanup of PR #1187, #1308 and #1322
Fixes #1014, fixes #1322
2015-10-29 20:50:23 +01:00
kozec
cb20958e48 mpd: Added line about stored playlists modifying commands to changelog 2015-10-29 15:03:41 +01:00
Stein Magnus Jodal
20efdbfc20 Merge pull request #1317 from ghallberg/develop
Run sphinx linkcheck in tox. Fixes for a bunch of broken links.
2015-10-27 08:14:44 +01:00
Gustaf Hallberg
8ebe9f59fd Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00
Stein Magnus Jodal
b1a2d14439 docs: Order releases in changelog 2015-10-08 09:00:19 +02:00
Stein Magnus Jodal
93899c8599 Merge pull request #1288 from adamcik/feature/implement-gapless
Gapless part 1
2015-10-07 23:32:31 +02:00
Thomas Adamcik
efeac2dba8 docs: Add changelog placeholder for gapless 2015-10-06 23:35:38 +02:00
Stein Magnus Jodal
8dabdd7287 Merge branch 'release-1.1' into develop 2015-10-06 11:49:37 +02:00
Cadel Watson
525019d03e Exit with error if clear or scan attempts to load nonexistent library
Fixes #1298

(cherry picked from commit 1e037adfc1fbecaebcd6173a2bcda7ce6d436c37)
(cherry picked from commit 44eb668ff957fae42d3ddcab9a3acda56d9ecc8c)
(cherry picked from commit bf318fb1ea09108d9b0c32de2d70383f9f740c4b)
2015-10-06 11:49:22 +02:00
Thomas Adamcik
4c5e80a279 Merge pull request #1293 from jodal/feature/tlid-starts-at-1
core, mpd: Start tlid/songid counting at 1
2015-10-04 23:46:52 +02:00
Stein Magnus Jodal
0093eeffe2 Merge branch 'release-1.1' into develop 2015-10-04 23:44:48 +02:00
Stein Magnus Jodal
6f32bdc083 stream: Don't parse as playlist if playable 2015-10-04 23:08:07 +02:00
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
Stein Magnus Jodal
ae3b236e68 docs: Add Zeroconf changes to changelog 2015-09-15 11:28:07 +02:00
Stein Magnus Jodal
ffdf4bf691 Merge branch 'release-1.1' into develop
Conflicts:
	docs/changelog.rst
2015-09-14 10:36:34 +02:00
Stein Magnus Jodal
a2af001c8b docs: Update changelog for 1.1.1 2015-09-14 10:30:39 +02:00
Stein Magnus Jodal
99b8e05cff docs: Add PR refs to changelog 2015-09-13 23:29:42 +02:00
Stein Magnus Jodal
2d10eef0b1 stream: Expand nested stream playlists
Fixes #1250
2015-09-13 23:26:45 +02:00
Stein Magnus Jodal
92187f2c3f audio: Add timeout arg to scan() 2015-09-13 11:56:16 +02:00
Stein Magnus Jodal
7e6b478e63 Merge branch 'release-1.1' into develop 2015-09-04 10:20:59 +02:00
Stein Magnus Jodal
f655fc7009 ext: Make get_{cache,config,data}_dir() class methods
Fixes #1275
2015-09-04 10:20:04 +02:00
Stein Magnus Jodal
5ad76abc3d deps: Require Requests >= 2.0 2015-09-04 09:31:13 +02:00
Stein Magnus Jodal
8c2585771c local: Really deprecate local/data_dir 2015-09-01 23:33:47 +02:00
Stein Magnus Jodal
585a9aac0a Merge branch 'release-1.1' into develop 2015-09-01 23:31:38 +02:00
Stein Magnus Jodal
715a989a5a file: Allow lookup() of any file URI
Fixes #1268
2015-09-01 22:56:15 +02:00
Stein Magnus Jodal
b480de77e1 core: Fix docstring error
Fixes #1269
2015-09-01 15:33:01 +02:00
Stein Magnus Jodal
fcfb1515b1 local: Lower the default scan_flush_threshold
@tkem recommends that this is reduced from 1000 to maximum 100 to not
block incoming requests to Mopidy-Local-SQLite for too long while
scanning the local library.
2015-08-28 22:23:10 +02:00
Stein Magnus Jodal
d74f47ad58 main: Remove warnings if old settings dirs and files exists 2015-08-23 17:33:51 +02:00
Stein Magnus Jodal
369f10b706 docs: Link to PR #1266 2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
e1f349a6d4 m3u: Make empty playlists_dir default to ext's data dir
Partly fixes #1259
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
e0a028291a local: Replace local/data_dir with core/data_dir
Partly fixes #1259
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
b63642d873 Use core/*_dir when creating dirs we need
Partly fixes #1259
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
c48b6515f9 core: library.refresh() should check if backend has library
...and not playlists.

Fixes #1257
2015-08-23 00:35:54 +02:00
Stein Magnus Jodal
78ffaeb8d2 playlists: Fix crash on urilist comment with non-ASCII chars
Fixes #1265
2015-08-22 23:52:19 +02:00
Stein Magnus Jodal
baa2cc7ac8 docs: Add issue and PR links 2015-08-21 20:44:25 +02:00
Stein Magnus Jodal
52b81bd858 file: Don't scan files on browsing
Fixes #1260
2015-08-21 20:40:19 +02:00
Thomas Adamcik
e77a4afaf4 audio: Make scanner report MIME for missing plugins 2015-08-18 23:56:42 +02:00
Thomas Adamcik
087ee42882 audio: Fix scan timeout handling 2015-08-16 12:06:14 +02:00
Stein Magnus Jodal
73675f8d5d Merge branch v1.1.x into feature/stream-without-file-protocol
Conflicts:
	docs/changelog.rst
2015-08-15 23:58:39 +02:00
Stein Magnus Jodal
306b2f331f docs: Add #1249/#1255 to changelog 2015-08-15 23:12:01 +02:00
Stein Magnus Jodal
3dfa39adb0 docs: Add #1248/#1254 to changelog 2015-08-15 22:50:48 +02:00
Stein Magnus Jodal
784c9758ab docs: Include issues/PRs fixed at sprint 2015-08-10 00:35:33 +02:00
Stein Magnus Jodal
5519595947 docs: Add v1.1.0 release date 2015-08-09 23:43:07 +02:00
Stein Magnus Jodal
e8303c9402 docs: intern -> interned 2015-08-09 23:42:35 +02:00
Stein Magnus Jodal
f3e61daa92 docs: Update changelog 2015-08-09 22:43:33 +02:00
Stein Magnus Jodal
4ab1a2445f docs: Add m3u8 loading support to changelog 2015-08-07 15:35:07 +02:00
Stein Magnus Jodal
c8d31e94b7 mpd: Faster playlist listing 2015-08-06 01:06:43 +02:00
Mark Greenwood
c6a831b40a Update changelog for protocol extensions 2015-07-26 13:18:30 +01:00
Stein Magnus Jodal
0fcf492327 docs: Tweak #1232 docs, update changelog 2015-07-26 12:55:16 +02:00
Stein Magnus Jodal
e930e2becd core: Tweak PR #1238 2015-07-26 12:18:49 +02:00