~quadrispro/cmus/trunk

« back to all changes in this revision

Viewing changes to Doc/cmus.txt

  • Committer: Gregory Petrosyan
  • Author(s): Siim Salonen
  • Date: 2012-09-29 08:01:59 UTC
  • Revision ID: git-v1:151c330a881d666e4256d4c953e3f5f1fc6e89fa
Add option to skip initial metadata loading

When I use network filesystems and trying to add many tracks then it
takes hours to complete.
In my case ~45GB mp3 collection mounted with sshfs over 3G network.
skip_track_info false: worker job: 9586.65 (2.6h), 8531 tracks
skip_track_info true : worker job: 266.30, 9448 tracks (includes .jpg etc.)

When I have time and bandwith, I can reload track(s) metadata using
'update-cache' or 'win-update-cache' commands.

TODO: fetch tags when file starts playing

[gp: formatting + extra is_http_url() check]
Signed-off-by: Gregory Petrosyan <gregory.petrosyan@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
964
964
        Play in shuffled order.  Shuffle works in the library views (1-2) and
965
965
        playlist view (3).
966
966
 
 
967
skip_track_info (false)
 
968
        Don't load metadata when adding tracks. Useful when using network file system
 
969
        and having huge amount of files.
 
970
        Tags can be loaded using 'update-cache' or 'win-update-cache' commands.
 
971
 
967
972
softvol (false)
968
973
        Use software volume control.
969
974