One of the problems reported by O!MPD’s users is the interruption of update process. This can have several reasons. Some of them are described below. Server configuration Update process can be interrupted by PHP service. When you use OPcache and you find in php log file info like this: WARNING:…
Getting Tidal login data
O!MPD uses Tidal’s limited input devices authorization. It requires 2 parameters: client_id and client_secret. In O!MPD I used some well-known values found on the Internet. Unfortunately Tidal regularly blocks them – probably because they are widely used for not allowed activity (like downloading files). After successive block, I decided to…
O!MPD v1.07
I’m glad to announce, that (later than normal, but finally) O!MPD 1.07 has been released. You can get it form download page. Please keep in mind that O!MPD is still under development – all new changes are available on GitHub. You can also report issues and your suggestions there. Changelog:…
O!MPD v1.06
I’m glad to announce, that O!MPD 1.06 has been released 🙂 You can get it form download page. Changelog: added support for TIDAL direct play (play TIDAL with any version of MPD) added support for TIDAL user playlists added YouTube results in artist view and search (settable in config.inc.php) added…
Tidal
Since version 1.05 O!MPD supports Tidal. Here you find some basic information how to use it. First of all: this feature is based on unofficial API (mostly gained by reverse engineering) and is not in any way supported by Tidal. It means it can stop working some day. Basic settings…
O!MPD v1.05
I’m glad to announce, that O!MPD 1.05 has been released 🙂 You can get it form download page. Changelog: added support for TIDAL added support for COMPOSER tag (settable in config.inc.php) added ‘Show favorite tracks’ for selected genre added popularity of artists (Library -> Popular -> Artist) added info about…
O!MPD v1.04
I’m glad to announce, that O!MPD 1.04 has been released 🙂 You can get it form download page. Changelog: added ability to play audio streams from Youtube movies (requires youtube-dl) added new skins (skins are now based on {less}) added miniplayer (settable in config.inc.php) added support for mpd playlists added…
Play any file on any MPD
One of the things, I always wanted to be able to do, was playing files from outside of MPD music_directory. Normally, when you want to play such a file, MPD will return Not found error – it means, that file was not found in MPD database. In other words MPD…
O!MPD v1.03
I’m glad to announce, that O!MPD 1.03 has been released 🙂 You can get it form download page. Changelog: added ability to play any track/folder www server has access to (i.e. files outside of MPD and O!MPD database) on any MPD in network added multi-genre support added STYLE tag support…
O!MPD on GitHub
Since I’ve been asked to start a project on GitHub, I finally decided to do it. So O!MPD is now available on GitHub at https://github.com/ArturSierzant/OMPD. This is my first GitHub project, so please be forgiving.