mopidy-local icon indicating copy to clipboard operation
mopidy-local copied to clipboard

Mopidy extension for playing music from your local music archive

Results 27 mopidy-local issues
Sort by recently updated
recently updated
newest added

I'm playing with `mopidy local scan` and an initial observation is I can't pull progress info out of mopidy any way. Not even with logging set to the `DEBUG` level....

C-enhancement
A-scan

For instance I see sometimes empty covers that are actually just a white pixel. They shouldn't be considered as album covers.

AKA: If the track does have an album art, grab that instead of the folder album art. This is because there may be random images in the tracks' folder, such...

As reported in https://github.com/mopidy/mopidy-mpd/issues/31, when browsing by 'Release Years' (or any `local:directory` query with `type=date`), tracks with their date tag not in the format YYYY-MM-DD are not displayed correctly. *...

C-bug

not entirely sure that this is a mopidy-local issue so let me know if I got the wrong project! When viewing tracks by artist, I would expect the sort order...

Last output: ``` INFO Scanned 18700 of 26522 files in 12201s, ~5103s left. WARNING Failed local:track:Ozzy%20Osbourne/2001%20-%20Down%20To%20Earth/DATA/XTRAS/DIRECTSO.X32: No audio found in file. WARNING Failed local:track:Ozzy%20Osbourne/2001%20-%20Down%20To%20Earth/DATA/XTRAS/FILEIO.X32: No audio found in file. WARNING...

C-bug
A-scan

It's already supported in v0.8.0, just needs to be included in the default configuration: ``` directories = Albums local:directory?type=album Album Artists local:directory?type=artist&role=albumartist Artists local:directory?type=artist [...] ``` Some people may prefer...

C-enhancement

As stated in the README.rst, the current DB schema does not support multiple artists, composers, or performers. (Non-functional) Requirements: - At least for the common, single-artist case, there should be...

C-enhancement

Would someone be so kind to explain the concept of the above named config setting? I don't get what this setting does, why it is needed and how it is...

Using HUGE playlists on Mopidy comes at a huge expense of time because the File bundled extension has to scan tags TWICE, which is slow. Please, consider adding an option...