Commit Graph

7152 Commits

Author SHA1 Message Date
Stein Magnus Jodal
6c59205efe gst1: Replace 'struct[x] = y' with 'struct.set_value(x, y)' 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
01bf8b773f gst1: Replace buffer.timestamp with buffer.pts 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
1cf450940a gst1: Replace get_pad() with get_static_pad() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
e402c9816c gst1: Replace get_caps() with query_caps() 2016-01-31 21:07:15 +01:00
Stein Magnus Jodal
8e771e8970 gst1: Update GhostPad() with GhostPad.new() 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
5d6981d70e gst1: Update FORMAT_* with Format.* 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
74cf32ede2 gst1: Update SEEK_FLAG_* with SeekFlags.* 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
dfaed1e4c2 gst1: Replace STATE_* with State.* 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
ab24222eb6 gst1: Replace gst.element_link_many() 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
f00f24ffde gst1: Replace element_factory_make() with ElementFactory.make() 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
1d269af210 gst1: Call Gst.init() and remove sys.argv hack
GStreamer no longer use sys.argv directly. If you want GStreamer to
handle command line arguments, you must pass them explicitly to
Gst.init().
2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
8c82f4773f gst1: Update imports to use PyGI 2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
d046974aaf gst1: Remove IcySrc
It was a workaround for icy:// support on GStreamer 0.10.
2016-01-31 21:07:14 +01:00
Stein Magnus Jodal
2232260d1b tests: Fix typo, don't use deprecated API 2016-01-31 07:50:43 +01:00
Stein Magnus Jodal
adb260af05 Merge branch 'release-1.1' into develop
Fixes #1400
2016-01-31 07:47:47 +01:00
Thomas Adamcik
7521284ee5 Merge pull request #1415 from tkem/fix/1410
Fix #1410: Link mopidy-local-{images,sqlite} to mopidy repo.
2016-01-28 21:18:30 +01:00
Thomas Kemmer
d139100261 Fix #1410: Link mopidy-local-{images,sqlite} to mopidy repo. 2016-01-28 21:07:51 +01:00
John Cass
dc1b5db4a7 Merge pull request #1406 from jcass77/fix/1402_track_playback_ended
Missing changelog entries for PR #1403
2016-01-21 09:37:42 +02:00
John Cass
b9e5970a5e Merge pull request #1405 from jcass77/fix/503_test_docs
Fix typo in code sample
2016-01-21 09:37:02 +02:00
jcass
2b8cd9f24f fix:add reference to PR in changelog. 2016-01-21 05:59:57 +02:00
jcass
2fcbc691c0 fix:add changelog entry and fix line indentation. 2016-01-21 05:55:37 +02:00
jcass
c55a82b150 docs:fix syntax error in code sample. 2016-01-21 05:38:09 +02:00
Stein Magnus Jodal
88e9a12f02 Merge pull request #1403 from jcass77/fix/1402_track_playback_ended
Fix track_playback_ended event in consume mode
2016-01-20 20:43:06 +01:00
jcass
dee7eb7e20 tests:fix pep8 violation. 2016-01-20 15:55:02 +02:00
jcass
5f6a151604 Merge remote-tracking branch 'upstream/develop' into fix/1402_track_playback_ended 2016-01-20 15:54:07 +02:00
jcass
239a7be708 fix: ensure that tl_track information is included in event trigger when consume mode is enabled. 2016-01-20 15:41:58 +02:00
Stein Magnus Jodal
6528a3bbbc Merge pull request #1401 from jcass77/fix/503_test_docs
Draft documentation on how to test extensions.
2016-01-20 11:47:26 +01:00
jcass
edc3929daf docs:address PR review comments. 2016-01-20 11:49:29 +02:00
jcass
05729d3dc0 docs:fix bullet list formatting. 2016-01-20 09:36:07 +02:00
Stein Magnus Jodal
f62057a9ad flake8: Fix compat with pep8 1.7.0
(cherry picked from commit 18b609fa6e)
2016-01-20 08:21:10 +01:00
jcass
7f03b21258 docs:align case of headings with rest of section. Remove fragmented sentences. 2016-01-20 00:19:59 +02:00
jcass
ea89a85b5e docs:add section with some background and pointers on how to test extensions. 2016-01-20 00:07:15 +02:00
Stein Magnus Jodal
1c19dd5d86 docs: Update authors 2016-01-18 23:05:59 +01:00
Stein Magnus Jodal
37a34a734c docs: Address @trygveaa's review comments 2016-01-18 23:01:46 +01:00
Stein Magnus Jodal
2ba5bdc822 Release v1.1.2 2016-01-18 22:54:57 +01:00
Stein Magnus Jodal
6d0e3ec698 docs: Update changelog for 1.1.2 2016-01-18 22:54:32 +01:00
Stein Magnus Jodal
89888cde48 Bump version to 1.1.2 2016-01-18 22:54:32 +01:00
Stein Magnus Jodal
b0b3bd85dc docs: Update copyright years 2016-01-18 22:54:32 +01:00
Trygve Aaberge
0c9618da14 Merge pull request #1397 from jodal/feature/mpd-volume-cmd
MPD: Add volume command
2016-01-18 22:49:49 +01:00
Stein Magnus Jodal
b09e667127 mpd: Fix review comments 2016-01-18 22:44:11 +01:00
Stein Magnus Jodal
77e2e088fd docs: Cleanup changelog 2016-01-18 22:34:10 +01:00
Stein Magnus Jodal
0ea3de2c68 docs: Refer to OS X service from service docs 2016-01-18 22:21:37 +01:00
Stein Magnus Jodal
2b0c121e6c docs: Refer to service docs from Arch and Debian install docs 2016-01-18 22:21:20 +01:00
Stein Magnus Jodal
bd0c88b22b docs: Fix title capitalization 2016-01-18 22:06:28 +01:00
Stein Magnus Jodal
123614ad69 docs: Repurpose Debian pkg page as a service page
Fixes #1398
2016-01-18 22:05:05 +01:00
Stein Magnus Jodal
e69ea22cdd docs: Remove old cruft from Debian package page
Part of #1398
2016-01-18 21:40:57 +01:00
Stein Magnus Jodal
450b1d0f7c docs: Remove section on missing Debian-packaged extensions
For apt.mopidy.com, none of this is an issue.

For Ubuntu:
- none of this is an issue in 15.10 or 16.04 LTS.
- 15.04 is soon out of support.
- 14.04 LTS is old enough that you'll have to read older docs to expect
  facts matching your installation.

For Debian:
- none of this is an issue in sid or stretch.
- Jessie this might be an issue, but the same sentiment as for Ubuntu
  14.04 LTS applies.

Fixes #1399
2016-01-18 21:29:25 +01:00
Stein Magnus Jodal
14444fe24f mpd: Add volume command 2016-01-17 22:28:23 +01:00
Stein Magnus Jodal
f15b4e7327 mpd: Move setvol tests to its own test case 2016-01-17 22:28:12 +01:00
Stein Magnus Jodal
0ac77ebb47 docs: Remove Raspbmc and XBian workarounds
Ref https://github.com/mopidy/mopidy/issues/1326#issuecomment-172323148

Raspbmc is replaced by OSMC that works with Mopidy without conflicts.

XBian I'm not sure about, but the workaround is still searchable in
older version of our docs, and we'll soon be moving to GStreamer 1.x,
probably affecting the dep on libtag.
2016-01-17 21:06:55 +01:00