Thomas Kemmer
|
2bcf1a6b00
|
m3u: Change default_extension to m3u8.
|
2016-01-10 19:23:14 +01:00 |
|
Thomas Kemmer
|
2b8508d3c7
|
m3u: Implement write-replace context manager.
|
2016-01-09 07:00:57 +01:00 |
|
Thomas Kemmer
|
b2d1e1b4f7
|
m3u: Major refactoring, add default_encoding and default_extension settings.
|
2016-01-04 14:19:49 +01:00 |
|
Thomas Kemmer
|
22690ee5a9
|
m3u: Derive track name from file name for non-extended M3U playlists.
|
2015-12-23 18:14:19 +01:00 |
|
Stein Magnus Jodal
|
7b029bfcc4
|
compat: Make urllib/urlparse usage py2+3 compatible
|
2015-10-29 22:03:55 +01: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
|
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
|
86e0d12a8c
|
Merge pull request #1193 from glogiotatidis/m3u8loading
Support loading of m3u8 playlists.
|
2015-08-07 15:21:39 +02:00 |
|
Giorgos Logiotatidis
|
69dc639ab3
|
Support loading of m3u8 playlists.
Unicode is nice, let's support it!
|
2015-08-07 14:35:54 +03:00 |
|
Danilo Bargen
|
8975e72b34
|
Implemented playlist_deleted event
|
2015-07-26 11:57:17 +02:00 |
|
Stein Magnus Jodal
|
073d368c82
|
Merge branch 'v1.0.x' into develop
Conflicts:
docs/changelog.rst
mopidy/mpd/translator.py
tests/core/test_library.py
|
2015-07-21 18:36:13 +02:00 |
|
Stein Magnus Jodal
|
fb859a9f23
|
m3u: Fix crash if playlist filename is not decodable
...with the current file system encoding
Fixes #1209
|
2015-07-21 18:31:21 +02:00 |
|
Stein Magnus Jodal
|
25247fc296
|
m3u: Fix use of logger.warn() function alias
|
2015-07-08 13:24:03 +02:00 |
|
Stein Magnus Jodal
|
10b0796bbd
|
Merge branch 'v1.0.x' into develop
|
2015-05-19 22:08:56 +02:00 |
|
Thomas Kemmer
|
ea5dff109e
|
m3u: Fix encoding error when saving playlists with non-ASCII track titles.
|
2015-05-10 20:57:39 +02:00 |
|
Stein Magnus Jodal
|
d8bcd7f273
|
Rename mopidy.utils to mopidy.internal
|
2015-05-07 23:15:56 +02:00 |
|
Thomas Adamcik
|
efad50c253
|
cleanup: Stop using deprecated copy()
|
2015-04-17 00:00:58 +02:00 |
|
Stein Magnus Jodal
|
f743c7ed29
|
m3u: Add todo
|
2015-04-07 00:09:44 +02:00 |
|
Stein Magnus Jodal
|
c4940cbea2
|
autopep8: Add space after class signature/docstring
|
2015-04-03 00:05:26 +02:00 |
|
Thomas Kemmer
|
a9393c3850
|
m3u: Replace slashes in playlist names with pipes.
|
2015-03-25 05:36:03 +01:00 |
|
Stein Magnus Jodal
|
c0f99466c3
|
m3u: Remove playlists property
|
2015-03-23 13:31:42 +01:00 |
|
Stein Magnus Jodal
|
e3f2e368c7
|
m3u: Add playlists.get_items()
|
2015-03-23 00:44:39 +01:00 |
|
Stein Magnus Jodal
|
4bae9c874c
|
m3u: Add playlists.as_list()
|
2015-03-23 00:44:39 +01:00 |
|
Thomas Kemmer
|
67d4dac862
|
m3u: Store by URI internally
Based upon tkem's PR #1053
|
2015-03-22 21:54:29 +01:00 |
|
Stein Magnus Jodal
|
b2f60bc338
|
m3u: Extract new M3U backend from local
Fixes #1054
|
2015-03-21 08:13:45 +01:00 |
|