Stein Magnus Jodal
|
c8454e6577
|
Merge branch 'fix/1357-postpone-appsrc-metadata' into release-2.0
|
2016-08-07 09:25:06 +02:00 |
|
Stein Magnus Jodal
|
5e8682cc51
|
audio: Address my own comments on PR#1538
|
2016-08-07 09:24:45 +02:00 |
|
Thomas Adamcik
|
3e12ed1f69
|
audio: Postpone set_metadata until track is playing
|
2016-08-07 09:22:45 +02:00 |
|
Stein Magnus Jodal
|
0d16502da1
|
docs: Require Pykka for docs building (fixes #1500)
Pykka is a pure Python dependency, so we might as well depend on it for
docs building so that :autoclass: works on Pykka subclasses in the docs.
|
2016-08-07 09:03:21 +02:00 |
|
Stein Magnus Jodal
|
12e0c87c99
|
docs: Fix warnings about unknown options
|
2016-08-07 08:51:20 +02:00 |
|
Stein Magnus Jodal
|
4ec06ef8f9
|
docs: Remove broken download stats
|
2016-08-07 08:37:55 +02:00 |
|
Stein Magnus Jodal
|
02a2788da0
|
docs: Cleanup changelog
|
2016-08-07 08:37:44 +02:00 |
|
Thomas Adamcik
|
8707a7c9cf
|
lint: Re-enable flake8-import-order
|
2016-07-26 21:41:49 +02:00 |
|
Thomas Adamcik
|
e594d560ff
|
audio: Make sure tags are never none (Fixes #1449)
|
2016-07-26 21:33:16 +02:00 |
|
Thomas Adamcik
|
ad4225d38d
|
audio: Make scanner handle media with not duration (Fixes: #1526)
|
2016-07-26 21:16:31 +02:00 |
|
Thomas Adamcik
|
242a771062
|
docs: Add sphinx_rtd_theme in docs/requirements.txt
|
2016-07-25 23:48:53 +02:00 |
|
Thomas Adamcik
|
c1679964ff
|
docs: Add PR#1525 and PR#1517 to changelog
|
2016-07-25 22:09:52 +02:00 |
|
Thomas Adamcik
|
44ff669744
|
Merge pull request #1534 from edran/fix-scrobbling
Get correct track position on change events
|
2016-07-25 22:08:41 +02:00 |
|
Thomas Adamcik
|
692138a51e
|
Merge pull request #1525 from palfrey/dodgy-date-tags
If the date in a tag is invalid, skip it
|
2016-07-25 22:01:12 +02:00 |
|
Thomas Adamcik
|
0c6be281df
|
doc: Add changelog entry for PR#1496 and PR#1522
|
2016-07-25 21:53:21 +02:00 |
|
Thomas Adamcik
|
5e2b44ab44
|
Merge pull request #1522 from SeppSTA/fix/1521-download-timeout-sec
fix/1521 download timeout sec
|
2016-07-25 21:52:38 +02:00 |
|
Thomas Adamcik
|
3ee91240a0
|
Merge pull request #1496 from dublok/fix/1462-flac-seek-freeze
audio: Ignore position of _on_position_changed callback (fixes #1462)
|
2016-07-25 21:43:31 +02:00 |
|
Thomas Adamcik
|
fb823d1a7c
|
lint: Workaround and fix to account for new version of flake8
|
2016-07-25 21:09:38 +02:00 |
|
Thomas Adamcik
|
4bbd847a6a
|
audio: Always install audio element
|
2016-03-26 21:27:03 +01:00 |
|
Stein Magnus Jodal
|
227a660ecf
|
Merge branch 'fix/1345-file-crashes-on-non-ascii-media-dir' into release-2.0
|
2016-03-26 20:27:42 +01:00 |
|
Stein Magnus Jodal
|
095329ce82
|
docs: PR #1472 fixes #1469
|
2016-03-26 11:55:25 +01:00 |
|
Stein Magnus Jodal
|
8820a88e0c
|
file: Fix crash when media_dirs contains non-ASCII chars
Fixes #1345
|
2016-03-26 11:30:35 +01:00 |
|
Stein Magnus Jodal
|
5a371b8ed0
|
Merge PR #1454 from dublok/fix/1454-endless-loop-if-no-playable-track
|
2016-03-26 09:51:30 +01:00 |
|
Stein Magnus Jodal
|
aafcf8559d
|
docs: Add PR #1455 to changelog
|
2016-03-26 09:51:14 +01:00 |
|
Jens Luetjen
|
bf4da7a627
|
Add tests to ensure that play, next will not busy-loop
Test PlaybackController functions play(), next(), previous()
and _on_about_to_finish() that they will not loop forever
if all tracks are unplayable.
|
2016-03-26 09:43:38 +01:00 |
|
Jens Luetjen
|
6116705c1b
|
Avoid endless loop in 'next' and 'previous'.
|
2016-03-26 09:43:38 +01:00 |
|
Jens Luetjen
|
a2f0d6960f
|
Avoid endless loop if all tracks are unplayable.
Limit the number of tries for changing to the nest track.
The limit is 2 * tracklist length get all tracks in a shuffled playlist.
|
2016-03-26 09:43:38 +01:00 |
|
Thomas Adamcik
|
accd6bd1a9
|
docs: Add duration fix to changelog.
|
2016-03-25 15:18:13 +01:00 |
|
Thomas Adamcik
|
e9137e132a
|
audio: Try and simplify logic for going to playing in scanner
|
2016-03-25 15:17:02 +01:00 |
|
SeeSpotRun
|
c972ecd1f2
|
scanner: fix newby logic error
|
2016-03-25 15:00:35 +01:00 |
|
SeeSpotRun
|
2d6f00b912
|
scanner: formatting to make travis / tox / flake8 happy
|
2016-03-25 15:00:35 +01:00 |
|
SeeSpotRun
|
6379f76889
|
scanner: minor simplification of timeout calculations
|
2016-03-25 15:00:35 +01:00 |
|
SeeSpotRun
|
57518861ea
|
scanner: move _query_duration() into _process()
|
2016-03-25 15:00:35 +01:00 |
|
SeeSpotRun
|
3183f43b18
|
scanner: workaround for gstreamer not pushing tags before PREROLL
refer https://bugzilla.gnome.org/show_bug.cgi?id=763553
|
2016-03-25 15:00:35 +01:00 |
|
Thomas Adamcik
|
3c535409ad
|
docs: Add buffer fix to changelog
|
2016-03-25 14:34:15 +01:00 |
|
Thomas Adamcik
|
793e425314
|
audio: Make buffer conversion work on older GStreamer installs
|
2016-03-25 13:11:07 +01:00 |
|
Thomas Adamcik
|
64a58e0662
|
audio: Move sample to data conversion to a helper.
Also add check for None buffer being returned.
|
2016-03-25 13:09:44 +01:00 |
|
Jens Luetjen
|
6faa19dbf3
|
Always unmap mapped buffer.
Always unmap the mapped memory, even in case of exception.
|
2016-03-25 12:55:00 +01:00 |
|
Jens Luetjen
|
f0788515cd
|
Find images in audio files
Handle Gst.Sample as image in audio file tags (scaned with Gst1.0).
|
2016-03-25 12:54:44 +01:00 |
|
Stein Magnus Jodal
|
1e8bef25d3
|
audio: Set soft-volume flag on playbin
|
2016-02-22 12:42:56 +01:00 |
|
Stein Magnus Jodal
|
6107254cb0
|
Merge branch 'master' into release-2.0
|
2016-02-15 23:45:02 +01:00 |
|
Stein Magnus Jodal
|
23098d7d93
|
docs: Fix broken link
|
2016-02-15 23:44:48 +01:00 |
|
Stein Magnus Jodal
|
0a4e1b15c8
|
docs: Add changelog section for 2.0.1
|
2016-02-15 22:15:18 +01:00 |
|
Stein Magnus Jodal
|
842076a978
|
Release v2.0.0
|
2016-02-15 22:03:12 +01:00 |
|
Stein Magnus Jodal
|
665eccda93
|
docs: Add v2.0.0 release date
|
2016-02-15 22:02:46 +01:00 |
|
Stein Magnus Jodal
|
9a6636a974
|
Merge pull request #1447 from adamcik/fix/1445-unify-stream-uri-handling
Make sure the stream backend playback/library handle URIs the same way
|
2016-02-15 20:58:42 +01:00 |
|
Thomas Adamcik
|
3f0d7b96d0
|
docs: Add stream backend to changelog
|
2016-02-15 20:53:05 +01:00 |
|
Thomas Adamcik
|
f53a0d2200
|
stream: Address review comments for PR#1447
|
2016-02-15 20:46:43 +01:00 |
|
Nick Steel
|
5c1a4c66f2
|
docs: final pedantic changelog wording change.
|
2016-02-14 23:06:11 +00:00 |
|
Thomas Adamcik
|
2e5cfba710
|
stream: Make library lookup use stream unwrapping (fixes #1445)
|
2016-02-15 00:05:01 +01:00 |
|