
Cantata
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/CDrummond/cantata/
Cantata is a (yet another!) client for the music player daemon (MPD). Originally started as a fork of QtMPC, the code is now *very* different. Cantata can be compiled with KDE support, or as a pure Qt4 application. The interface is very configurable - most views can be shown as either a list or tree structure.
Currently Cantata has the following views:
1. Library - Group by either Genre, Album Artist (or Artist if Album Artist not set), or Album
2. Folders - displays MPDs virtual filesystem. (This view is hidden by default)
3. Playlists - standard, dyamic, and smart
4. Internet - Radio Streams (allows saving of internet radio URLs, searching for stations via TuneIn or ShoutCast, station listings from; Digitally Imported (+Sky, JazzRadio, RockRadio), TuneIn, IceCast, ShoutCast, SomaFM, etc.) and Online services (Jamendo, Magnatune, SoundCloud, and Podcasts)
5. Devices - enables copying from/to USB-Mass-Storage (UMS) and MTP devices, and ripping AudioCDs
6. Search - search via MPD
The sidebar has a context menu, allowing you to control its style and what items are shown.
Refer to http://mpd.wikia.com/wiki/Client:Cantata, and https://raw.githubusercontent.com/CDrummond/cantata/master/README, for further information.
******************
******************
NOTE: The screenshots on this page are out of date, and only reflect the 1.x codebase
******************
******************
################################################################
################################################################
Releases may be downloaded from: https://github.com/CDrummond/cantata/releases
################################################################
################################################################
2.3.0 2 years ago
Changelog is available at https://raw.githubusercontent.com/CDrummond/cantata/master/ChangeLog
2.3.0 2 years ago
Changelog is available at https://raw.githubusercontent.com/CDrummond/cantata/master/ChangeLog
Atronach
7 years ago
do you think you can implement a suspend-supressing feature? I hate when i leave the PC idle with Cantata playing and it suddenly gets to sleep/hibernation. I've proposed it over at MPD forum http://forum.musicpd.org/viewtopic.php?f=11&t=135 so every frontend would benefit but they seem to ignore me. E.g. Amarok recently received such feature too.
Report
CraigD
7 years ago
Report
Atronach
7 years ago
Report
CraigD
7 years ago
Report
CraigD
7 years ago
Report
steveke
7 years ago
I'm having difficulties building 1.1.1 This is where it goes wrong:
Quote:Scanning dependencies of target translations
/home/steve/Builds/CCR/cantata/src/cantata-1.1.1/po/es.po:3038: duplicate message definition...
/home/steve/Builds/CCR/cantata/src/cantata-1.1.1/po/es.po:3003: ...this is the location of the first definition
/usr/bin/msgfmt: found 1 fatal error
make[2]: *** [translations] Error 1
make[1]: *** [po/CMakeFiles/translations.dir/all] Error 2
make: *** [all] Error 2
Thanks a lot for Cantata!
Cheers,
Steve
Report
CraigD
7 years ago
Report
steveke
7 years ago
Report
lionhater
7 years ago
Report
chepioq
7 years ago
I open port 6600, but what I do with Host(or local socket) and password field ?
password is my user password or root password ?
And Host ?
When I click on connect button I have this error message :
Connection to "Default" (localhost:6600) failed.
Report
CraigD
7 years ago
Alternatively, you can have Cantata start, and control, a per-user instance of MPD. This will only be accessible to Cantata, and to the current user. For this to function, you must also ensure that MPD is installed.
Report
elric80
7 years ago
Report
CraigD
7 years ago
Report
alfkde
7 years ago
I want to know if there is some tutorial or manual about Cantata.
I have a problem with streams, I can not add them, Cantata shows:
Music folder not writeable.
And the config of mpd and the folders and files are in my home directory including music folder.
I don't know where search information.
Thanks.
Report
CraigD
7 years ago
Anyway, I'd suggest waiting for 1.1 - which I'll release probably next week. This has a *much* better interface for streams.
Report
alfkde
7 years ago
I think is the last version.
I resolved the problem. It was an option deactivated, the name is some like Store stream in folder music.
Report
bosi1024
7 years ago
will it be possible to migrate the HTTP stream playback to QtMultimedia for the QT5 build as phonon is notavailable in QT5?
Thank you!
Report
CraigD
7 years ago
Its not a feature I use, and it does not work very well with Phonon - hence disabled from builds by default.
Report
CraigD
7 years ago
Report
AozRoon
7 years ago
Cantata 0.9.2 binary file size was 4.5Mo.
Cantata 1.0.1 binary file size is ~45Mo.
What could explain that ? Thank you !
Report
CraigD
7 years ago
My binary Linux Qt binary is 6M
Report
AozRoon
7 years ago
Report
CraigD
7 years ago
strip cantata
Report
AozRoon
7 years ago
And thank you for this new cantata release !
Report
CraigD
7 years ago
-DCMAKE_BUILD_TYPE=Release
...I'll add this to the install instructions.
Report