
mpdBrowser
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
MPD click & play client
mpdBrowser show your collection's covers and let you:
- play an album with left click
- Enqueue an album with left click and Control
- Clear playlist with middle click
- play a song with right click
- enqueue a song with right click and Control
Last code:
git clone git://git.tuxfamily.org/gitroot/mpdbrowser/mpdbrowser.git
You need python mpd bindings.
8 years ago
- Fix issue with Ubuntu
- Better prefix detection
- New option to launch external mpd client
Hope no regression :(
8 years ago
- Fix issue with Ubuntu
- Better prefix detection
- New option to launch external mpd client
Hope no regression :(
otrov
8 years ago
On Ubuntu 11.04 I had to:
1. copy /usr/local/share/pixmaps/mpdBrowser_empy.png
to ~/.local/share/mpdBrowser/empty.png
2. Google for some mpd.py version that has _docommand function call
BTW if there, you can compare that mpd.py version with current version. Great design decisions, everything changed
3. If you want to run mpdBrowser more then once in a session, than you should delete one file from /tmp/ folder as easiest solution
After that program runs fine.
Like almost everything in Linux - you can't get anything right if you don't get your hands dirty. Someone should remove this outdated package, to save other users time and frustration
Cheers
Report
f1r3fl3x
9 years ago
Report
gnumdk
8 years ago
But here, ~/.covers is empty and sonata look at album folder ...
Report
veerle
11 years ago
Is it possible somehow to change the default sorting? I have my mpd collection on 3 disks (mapped 1,2,3) and in mpdbrowser albums are sorted alfabetically but within the disks (as sonata doeas in "filesystem" browsing mode). Is it possible to come to sorting the entire database(collection) like sonata does in "by album" or "by author" view
best regards,
Report
veerle
11 years ago
Is it possible somehow to change the default sorting? I have my mpd collection on 3 disks (mapped 1,2,3) and in mpdbrowser albums are sorted alfabetically but within the disks (as sonata doeas in "filesystem" browsing mode). Is it possible to come to sorting the entire database(collection) like sonata does in "by album" or "by author" view
best regards,
Report