Path to this page:
./
audio/mpdas,
AudioScrobbler client for MPD written in C++
Branch: CURRENT,
Version: 0.4.5nb9,
Package name: mpdas-0.4.5nb9,
Maintainer: glsmpdas is an AudioScrobbler client for MPD written in C++. It uses libcurl and
libmpd.
It supports the latest AudioScrobbler protocol (2.0).
In case of a downtime or connectivity problems, mpdas will cache the played
songs to ~/.mpdascache.
Features:
- Sets now-playing status
- Scrobbling (obviously)
- Caching
- Config files
- User switching
Required to run:[
www/curl] [
audio/libmpd] [
devel/glib2]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 18.66 KB
Version history: (Expand)
- (2024-11-01) Updated to version: mpdas-0.4.5nb9
- (2024-11-01) Updated to version: mpdas-0.4.5nb8
- (2024-05-29) Updated to version: mpdas-0.4.5nb7
- (2024-05-16) Updated to version: mpdas-0.4.5nb6
- (2023-11-08) Updated to version: mpdas-0.4.5nb5
- (2023-10-25) Updated to version: mpdas-0.4.5nb4
CVS history: (Expand)
2023-12-29 00:50:02 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
https
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-08-02 21:20:20 by Nia Alarie | Files touched by this commit (30) |
Log message:
*: Mark packages that were originally identified as requiring
C++03 due to failing to build with a C++14 default compiler
with FORCE_CXX_STD instead of USE_LANGUAGES.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message:
*: bump PKGREVISION for libunistring shlib major bump
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-11-30 11:34:58 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Update to mpdas-0.4.5
* mpdas-0.4.5
Remove C++11 code to fix compilation for older compilers
Re-add older authentication to fix scrobbling for Libre.fm (#43)
Also submit album artist if set in metadata (#48)
Some refactoring
* mpdas-0.4.4
Fix parsing of passwords containing special characters
Fix handshake bug caused by passwords containing special characters such as \
ampersands
Also load configuration file from $XDG_CONFIG_HOME/mpdasrc or \
~/.config/mpdasrc, if the former is not set
* mpdas-0.4.3
Use HTTPS for communication
Move away from the deprecated authToken authentication.
NOTE: This requires you to change your configuration. Your Last.fm password \
now needs to be set as plaintext, not an MD5 hash (as before).
* mpdas-0.4.2
LibreFM support
MPD message command to unlove tracks
Bug fixes (better timeout/cURL error handling)
* mpdas-0.4.1
Fix memory leak (see #27)
* mpdas-0.4.0
Feature: A track can be set as 'loved' on Last.fm
e.g. with 'mpc sendmessage mpdas love'
Migrate to libmpdclient instead of deprecated libmpd along with some code \
refactoring
Fix typo that would result in an incorrent setgid()-call
Fix in the handshake to communicate properly with the new Last.fm site
Several other crash fixes and optimizations
|