658f0bc29e1c6178b52da4845c0f8e0fcbdb0c01
- Basic copy to/from device support. - When refreshing library/albums, only affect parts of the model that have changed. (Previously the whole model was replaced). - Allow songs to be deleted. TODO: - Make song deletion actually work - Copy/delete album covers - When deleting a whole album/artist, need to delete corresponding dir if it is empty. - MTP devices
Introduction
============
Cantata is a GUI front-end for MPD. The code is forked from QtMPC.
Amarok Radio Streams
====================
The script amarok2cantata.sh may be used to covert Amarok Radio plugins
into an XML file suitable to be imported into Cantata. The script is
rather basic and requires the Amarok plugin to list its streams in 'main.js'
with the following syntax:
Station( "NAME", "URL")
Each station must be on its own line, and must be all in one line.
'script.spec' is used to ascertain the Amarok plugin name, for this the
script will look for the line starting with "Name="
Languages
C++
93.7%
CMake
3.6%
Perl
1.4%
C
0.7%
Objective-C++
0.3%
Other
0.2%