Posts tagged ‘Music’

MPoD & MPaD version 1.5.3 available

Icon.png

Since a few days MPoD & MPaD v1.5.3 are available from the AppStore. Release notes for MPoD:

  • Feature: Extensibility via http-commands for play/stop/speakers.
  • Feature: Cover art retrieval via Discogs.
  • Feature: Song search now also looks at composer, performer and comment tags.
  • Feature: Improved help screen explaining all MPoD features.
  • UI Change: Play/pause buttons combined into one.
  • UI Change: Hide/show control buttons on playlist view through two-finger swipe down/up.
  • Bugfix: Properly present ‘play all’ in search results (related to iPad bugfix).
  • Bugfix: Fix lastfm support for mpd 0.16.

And for MPaD:

  • Feature: Extensibility via http-commands for play/stop/speakers.
  • Feature: Cover art retrieval via Discogs.
  • Feature: Support on-the-go mode (play stream directly on the iPad).
  • Feature: Choose artist info from last.fm or allmusic.
  • Feature: Song search now also looks at composer, performer and comment tags.
  • Feature: Improved help screen explaining all MPaD features.
  • UI Change: Play/pause buttons combined into one.
  • UI Change: Improved display of cover art.
  • UI Change: Hide/show cover art on playlist view through two-finger swipe down/up.
  • UI Change: Show bitrate after tap on cover art.
  • Bugfix: Fix crash that occurs when searching in the Artist view.
  • Bugfix: Cancel button for search now always active.
  • Bugfix: Fix lastfm support for mpd 0.16.


Note: there is a problem with the two-finger swipe down/up on iOS 4.3 that was not detected during testing. This will be resolved in the next release.

Cover art in MPoD and MPaD

Icon.png
I often get questions regarding (missing) cover art in MPoD and MPaD. In this post I will explain what you can expect.


The apps have 2 methods of retrieving cover art. First they attempt to load the cover art from a web server, that is, if you have specified on in the settings for that specific connection. In order to use this method, a web server like apache needs to be running on the server that is hosting mpd, and it needs to share your entire music folder. As an example, here’s an extract from my apache configuration file:

Alias /music/ "/home/music/"
<Directory "/home/music/">
Options FollowSymLinks Indexes MultiViews
AllowOverride None
Order deny,allow
Deny from all
Allow from 192.168.1
</Directory>

This shares the music folder at http://machine-ip/music, so that address must be added in the MPoD or MPaD connection settings. Then, if you place a file named ‘Folder.jpg’ in a directory, MPoD and MPaD will use that image for all tracks in that directory. So this works well if you have organized your music per album.
If the apps can’t find a cover through this first method, they revert back to retrieving cover art from Amazon through a lookup based on artist and album name. This works often, but when there are strange characters in a title, or extra text like ‘[live disc1]‘ at the end of an album title the lookup can fail. And off course it will also fail when the music is unknown at Amazon. This may happen especially for less well known or regional music (like from the Netherlands).
Cover art that is embedded in mp3 or flac files is not accessible by the apps, because the mpd protocol currently doesn’t provide a function that pushes embedded cover art to clients.
To my knowledge, the Bryston BDP-1 doesn’t have a built-in webserver, so when using MPoD or MPaD with that player, only the 2nd, amazon based method will be used to retrieve cover art.

When? Now!

Icon.png

The wait is over: MPaD is now available from the AppStore. It offers everything that MPoD does (with the exception of on-the-go mode), and then a lot more:

  • MPaD makes full use of the larger iPad screen.
  • Main functions are always available.
  • Full cover art display for album, artist and genre view.
  • Album details via popup window.
  • Editable playlists (remove and re-order tracks).
  • Large artist info view based on last.fm.

MPoD version 1.5.2 released

Icon.png

Since today MPoD v1.5.2 is available from the AppStore. The main change is the added ability to search directly against the mpd database from the browse
window. This addition allows MPoD to work well with mopidy, which opens up the world of Spotify. Here are the release notes:

  • Feature: Support search in browse window.
  • Feature: Compatibility with mopidy.
  • Feature: Support for remote control functions in iOS4 for on-the-go mode.
  • Bugfix: Improved stability when switching between connections.