Document remote devices

This commit is contained in:
craig
2012-02-22 18:56:58 +00:00
parent f40f348ec1
commit 05de6945ed
2 changed files with 26 additions and 11 deletions

View File

@@ -3,23 +3,26 @@
1. Add ability to calculate replaygain tags. (KDE only)
2. Add a VERY basic http server so that we can play local files even when
connected to MPD from a non-local socket.
3. Add "Open File Manager" action to folder page context menu. (KDE only)
4. Open local files passed on commandline - if using local socket, or http
3. Add support for mounting a 'device' via sshfs, and for treating a local
folder as a device. Currently NOT in main build, to use pass the
-DENABLE_REMOTE_DEVICES=1 to cmake
4. Add "Open File Manager" action to folder page context menu. (KDE only)
5. Open local files passed on commandline - if using local socket, or http
server. (KDE only)
5. When loose MPD connection, indicate via message widget.
6. Dont show base dir when editing tags of tracks on UMS device.
7. In tag editor dialog, if a field in the 'All tracks' section has multiple
6. When loose MPD connection, indicate via message widget.
7. Dont show base dir when editing tags of tracks on UMS device.
8. In tag editor dialog, if a field in the 'All tracks' section has multiple
values - set the placeholder text to '(Various)'
8. Add a cmake option CANTATA_TRANSLATIONS, used to specify which translations
9. Add a cmake option CANTATA_TRANSLATIONS, used to specify which translations
should be built and installed. e.g.
-DCANTATA_TRANSLATIONS="en;pl"
9. Add some basic documentation.
10. When playing, centre on current track.
11. Use correct value for transcoder parameter.
12. When saving cache file, if a track is filed under 'single artists' then
10. Add some basic documentation.
11. When playing, centre on current track.
12. Use correct value for transcoder parameter.
13. When saving cache file, if a track is filed under 'single artists' then
store its actual album name in the cache file. Then when cache is loaded,
we have the correct album to use for the tag editor.
13. Fix crash when deleting streams.
14. Fix crash when deleting streams.
0.4.0
-----

12
INSTALL
View File

@@ -14,6 +14,18 @@ The following options may be passed to CMake:
(";") e.g. -DCANTATA_TRANSLATIONS="es;pl"
Default: all
-DENABLE_REMOTE_DEVICES=1
Compile support for sshfs, and local folder, device support.
Default: off
-DENABLE_WEBKIT=1
Compile with WebKit, used for info page.
Default: on
-DWANT_KDE_SUPPORT=NO
Disable KDE support - not recommended.
Default: on
Qt-Only
=======