Martins Grunskis
e2c0096f5f
there is no num_tracks in some of my mp3s
2011-02-09 18:57:39 +02:00
Martins Grunskis
159831c6e7
mopidy-scan fails if track has no artist name
...
stack trace:
Traceback (most recent call last):
File ./scan, line 27, in <module>
for a in tracks_to_tag_cache_format(tracks):
File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 138, in tracks_to_tag_cache_format
_add_to_tag_cache(result, *tracks_to_directory_tree(tracks))
File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 151, in _add_to_tag_cache
_add_to_tag_cache(result, *entry)
File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 156, in _add_to_tag_cache
track_result = dict(track_to_mpd_format(track))
File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 28, in track_to_mpd_format
('Artist', artists_to_mpd_format(track.artists)),
File /home/martins/source/mopidy/mopidy/frontends/mpd/translator.py, line 88, in artists_to_mpd_format
return u', '.join([a.name for a in artists if a])
TypeError: sequence item 0: expected string or Unicode, NoneType found
2011-02-09 18:48:15 +02:00
Martins Grunskis
f33c65ddfe
mopidy --list-settings fails on fresh install
2011-02-09 17:05:29 +02:00
Stein Magnus Jodal
8d419bb255
Update section on the CI server
2011-02-05 23:19:05 +01:00
Stein Magnus Jodal
5e87dcbfff
Add 'date' query support to 'find' and 'search' to improve ncmpcpp media library browsing
2011-01-28 11:52:18 +01:00
Stein Magnus Jodal
7f86026588
Fix typo, redirect stderr
2011-01-26 00:07:17 +01:00
Stein Magnus Jodal
242f27f943
Use subprocess instead of os.popen
2011-01-26 00:04:23 +01:00
Stein Magnus Jodal
11edbc160b
Special case get_version() to include git revision id if we're running from a git repo
2011-01-25 22:03:28 +01:00
Stein Magnus Jodal
e1668efff6
Show version number in log output
2011-01-25 20:12:09 +01:00
Stein Magnus Jodal
c097af1a83
Fix a bunch of pylint errors/warnings in test suite
2011-01-23 18:39:05 +01:00
Stein Magnus Jodal
a8c43d057f
Merge branch 'master' into develop
...
Conflicts:
docs/changes.rst
mopidy/__init__.py
tests/version_test.py
2011-01-22 14:39:15 +01:00
Stein Magnus Jodal
71d791291b
Release v0.3.1
2011-01-22 14:33:47 +01:00
Stein Magnus Jodal
2512f468f4
Bump version number to 0.3.1
2011-01-22 14:33:39 +01:00
Stein Magnus Jodal
2efad346c1
Update changelog for v0.3.1
2011-01-22 14:31:46 +01:00
Stein Magnus Jodal
e1259068fa
Only try to install mopidy.desktop if we are root
2011-01-22 14:25:37 +01:00
Stein Magnus Jodal
9c508e98a3
Fix path to spotify_appkey.key in MANIFEST.in so it is included in the PyPI package
2011-01-22 14:21:02 +01:00
Stein Magnus Jodal
2bef4f2e49
Ready for v0.4.0 development
2011-01-22 14:03:13 +01:00
Stein Magnus Jodal
df7ce7cf08
Release v0.3.0
2011-01-22 13:58:20 +01:00
Stein Magnus Jodal
2c9304679b
Add release date for 0.3.0
2011-01-22 13:56:01 +01:00
Stein Magnus Jodal
a7aefea0ab
docs: Link from changelog to MPC client reviews
2011-01-22 13:55:47 +01:00
Stein Magnus Jodal
2a1a3a8f0d
Fix crash on failed lookup of URI from Spotify
2011-01-22 00:43:45 +01:00
Stein Magnus Jodal
5d4c13268f
Revert "Remove int to string conversions needed for pylast < 0.5.7"
...
This reverts commit 62111c277c . The issue
is not fully fixed in pylast yet.
2011-01-22 00:10:52 +01:00
Stein Magnus Jodal
62111c277c
Remove int to string conversions needed for pylast < 0.5.7
2011-01-21 23:57:38 +01:00
Stein Magnus Jodal
f28a62b4a2
Update Last.fm frontend to catch new exceptions thrown by pylast 0.5.7
2011-01-21 23:55:55 +01:00
Stein Magnus Jodal
3f49cda5d2
Add description of the 0.3.0 release
2011-01-21 23:00:47 +01:00
Stein Magnus Jodal
be09a8a62a
Catch exceptions thrown by pylast on connection problems
2011-01-21 22:45:31 +01:00
Stein Magnus Jodal
bfb5c45ebe
Cleanup changelog
2011-01-21 21:55:09 +01:00
Stein Magnus Jodal
142a16aacc
docs: Add MPD password auth to changelog
2011-01-21 16:50:38 +01:00
Stein Magnus Jodal
d9a17523a3
Merge branch 'feature/mpd-password' into develop
2011-01-21 16:46:43 +01:00
Stein Magnus Jodal
1625c1e080
Be consistent in use of unicode string
2011-01-21 16:44:24 +01:00
Stein Magnus Jodal
55b32065a8
Expose MPD error codes as constants on the MpdAckError exception, to avoid use of magic values in the other exceptions
2011-01-21 16:38:16 +01:00
Stein Magnus Jodal
e1197ed84c
Change default value of MPD_SERVER_PASSWORD from False to None
2011-01-21 16:31:35 +01:00
Stein Magnus Jodal
7f4ce3be8a
Fix SettingsProxy.__getattr__ to support settings that are None or 0.
2011-01-21 16:29:04 +01:00
Stein Magnus Jodal
bf46b73b64
Fix typo in variable name
2011-01-21 16:05:04 +01:00
Stein Magnus Jodal
c85292ab5f
docs: Add section on how to use MPD_SERVER_PASSWORD
2011-01-21 02:26:33 +01:00
Stein Magnus Jodal
4953a80cce
Add FIXME's to 'commands' and 'notcommands', as they currently do not care if the client is authenticated or not
2011-01-21 02:20:07 +01:00
Stein Magnus Jodal
775ec64976
Test and improve password handling in MpdSession
2011-01-21 02:15:27 +01:00
Stein Magnus Jodal
00897e9024
Improve MPD_SERVER_PASSWORD description
2011-01-21 00:18:04 +01:00
Stein Magnus Jodal
af0f80d238
Add MPD_SERVER_PASSWORD to list of relevant frontend settings
2011-01-21 00:17:30 +01:00
Stein Magnus Jodal
8f0e00e1d7
Implement 'password' command which will be reached post-auth
2011-01-21 00:17:01 +01:00
Stein Magnus Jodal
37b1ec018f
Merge branch 'develop' into feature/mpd-password
2011-01-20 19:39:01 +01:00
Stein Magnus Jodal
d75d0388c5
docs: Copy most of README.rst into the docs to avoid linking from the develop docs to the master docs
2011-01-20 18:33:51 +01:00
Stein Magnus Jodal
a0f8106e7a
docs: Review six Android MPD clients
2011-01-20 18:11:27 +01:00
Stein Magnus Jodal
2992a81ce0
Fix crash in lastfm frontend on tracks that does not contain the expected data
2011-01-20 17:05:32 +01:00
Stein Magnus Jodal
b187e93440
docs: Elaborate on issues with the graphical clients
2011-01-20 14:52:24 +01:00
Stein Magnus Jodal
970ed5d7b2
docs: Add warning to changelog on the Spotify playlist loading issue
2011-01-20 00:10:36 +01:00
Stein Magnus Jodal
7179754ec2
docs: Convert roadmap to wishlist issues
2011-01-19 23:30:48 +01:00
Stein Magnus Jodal
03d5330993
docs: Add results of MPoD testing
2011-01-19 15:10:50 +01:00
Stein Magnus Jodal
222aac6352
docs: Add section on impdclient
2011-01-19 15:10:27 +01:00
Stein Magnus Jodal
e7ed28d0d4
Fix crash in NadMixer when using unicode strings for settings
2011-01-15 14:00:35 +01:00