Thomas Adamcik

Results 154 comments of Thomas Adamcik

Probably a path encoding issue. Though `local:track:Sigur Rós/( )/08 - Sigur 8 (Untitled).mp3` looks about right. @kingosticks do you remember what the magick encoding setting was for getting this type...

Thought there was some discussion about this over on dicuss.mopidy.com about something like this. But might be mistaken.

I've been thinking more about this lately and the setup I imagine is still that we have the external interface be the URLs to scan queue. The GStreamer scanning bit...

The current state has also caused out of memory issues for at least one user trying to scan 100k songs over SMB. In this case it was a raspi running...

Thanks for the suggestion, we've looked into this before and at the time speed was the main reason for not using the built in one. Downside of course being having...

We have https://github.com/mopidy/mopidy/blob/develop/mopidy/local/commands.py#L157 which logs each file we process. Or is your problem with the initial scan of what files exist?

We also have https://github.com/mopidy/mopidy/blob/develop/mopidy/local/commands.py#L162 in the file path with is the non debug user logging. We could perhaps add a log callback to the tree walk that triggers every n...

We are fairly close to being able to add this. I just want to get my registry work in first, given that I'm improving how we extend the local library.

Wiring up the update command to refresh should be trivial, this will not trigger a rescan, but it will ensure that the results from 'mopidy local scan' get loaded into...

Mhm, I agree about that, but even just wiring it up without the re-scan is a lot better than nothing. mopidy/mopidy#742 is part of my plan to add background scanning...