Discussion:
[PATCH] option to skip metadata loading
Siim Salonen
2012-09-20 07:26:14 UTC
Permalink
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

Siim
Gregory Petrosyan
2012-09-21 10:15:39 UTC
Permalink
Post by Siim Salonen
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
Thanks for the patch! I'll try to review it during the next couple of days.

Gregory
Gregory Petrosyan
2012-09-24 13:07:23 UTC
Permalink
On Fri, Sep 21, 2012 at 2:15 PM, Gregory Petrosyan
Post by Gregory Petrosyan
Post by Siim Salonen
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
Thanks for the patch! I'll try to review it during the next couple of days.
I've pushed the patch to the -pu branch for now. Thanks again!

Gregory

Loading...